| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | next-20260522/vfs-brauner | Mark Brown | 1 | -2/+6 |
| 3 days | Merge branch 'master' of https://github.com/Paragon-Software-Group/linux-ntfs... | Mark Brown | 13 | -297/+482 |
| 4 days | ntfs3: fix out-of-bounds read in ntfs_dir_emit() and hdr_find_e() | Alessandro Schino | 2 | -1/+7 |
| 4 days | fs/ntfs3: fix mount failure on 64K page-size kernels | Jamie Nguyen | 1 | -5/+1 |
| 4 days | ntfs3: avoid another -Wmaybe-uninitialized warning | Arnd Bergmann | 1 | -2/+2 |
| 4 days | ntfs3: Allocate iomap inline_data using alloc_page | Mihai Brodschi | 2 | -5/+9 |
| 4 days | fs/ntfs3: format code, deal with comments | Konstantin Komarov | 5 | -25/+23 |
| 4 days | fs/ntfs3: reject SEEK_DATA and SEEK_HOLE past EOF early | Konstantin Komarov | 2 | -10/+21 |
| 4 days | fs/ntfs3: fold file size handling into ntfs_set_size() | Konstantin Komarov | 2 | -148/+51 |
| 4 days | fs/ntfs3: force waiting for direct I/O completion | Konstantin Komarov | 1 | -1/+2 |
| 4 days | fs/ntfs3: fold resident writeback into writepages loop | Konstantin Komarov | 1 | -27/+15 |
| 4 days | fs/ntfs3: handle delayed allocation overlap in run lookup | Konstantin Komarov | 3 | -12/+69 |
| 4 days | fs/ntfs3: zero stale pagecache beyond valid data length | Konstantin Komarov | 1 | -2/+28 |
| 4 days | fs/ntfs3: add fileattr support | Konstantin Komarov | 4 | -0/+91 |
| 6 days | fs/ntfs3: call _ntfs_bad_inode() when failing to rename | Helen Koike | 1 | -2/+2 |
| 6 days | fs/ntfs3: fix wrong LCN in run_remove_range() when splitting a run | Zhan Xusheng | 1 | -1/+4 |
| 6 days | fs/ntfs3: validate Dirty Page Table capacity in log_replay copy_lcns | Yunpeng Tian | 1 | -5/+15 |
| 10 days | fs/ntfs3: fix syncing wrong inode on DIRSYNC cross-directory rename | Zhan Xusheng | 1 | -1/+1 |
| 10 days | fs/ntfs3: validate index entry key bounds | ZhengYuan Huang | 2 | -7/+56 |
| 10 days | fs/ntfs3: preserve non-DOS attribute bits in system.dos_attrib | ZhengYuan Huang | 1 | -1/+3 |
| 10 days | fs/ntfs3: hold ni_lock across readdir metadata walk | ZhengYuan Huang | 1 | -6/+16 |
| 11 days | Merge branch 'vfs-7.2.misc' into vfs.all | Christian Brauner | 1 | -2/+6 |
| 11 days | ntfs3: handle set_blocksize failures | Christoph Hellwig | 1 | -2/+6 |
| 2026-05-12 | ntfs3: avoid -Wmaybe-uninitialized warning | Arnd Bergmann | 1 | -0/+1 |
| 2026-05-12 | fs/ntfs3: add bounds check to run_get_highest_vcn() | Konstantin Komarov | 3 | -4/+13 |
| 2026-05-11 | ntfs3: Implement fileattr_get for case sensitivity | Chuck Lever | 3 | -0/+31 |
| 2026-04-30 | ntfs3: validate split-point offset in indx_insert_into_buffer | Michael Bommarito | 1 | -0/+14 |
| 2026-04-30 | ntfs3: fix out-of-bounds read in decompress_lznt | Tristan Madani | 1 | -1/+1 |
| 2026-04-30 | ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head | Michael Bommarito | 1 | -0/+16 |
| 2026-04-30 | fs/ntfs3: add depth limit to indx_find_buffer to prevent stack overflow | Michael Bommarito | 1 | -3/+12 |
| 2026-04-20 | Merge tag 'ntfs3_for_7.1' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds | 11 | -73/+202 |
| 2026-04-17 | Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -111/+6 |
| 2026-04-16 | fs/ntfs3: fix Smatch warnings | Konstantin Komarov | 2 | -2/+2 |
| 2026-04-16 | fs/ntfs3: validate rec->used in journal-replay file record check | Greg Kroah-Hartman | 1 | -1/+11 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -4/+0 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2026-04-07 | fs/ntfs3: terminate the cached volume label after UTF-8 conversion | Pengpeng Hou | 1 | -1/+6 |
| 2026-04-07 | fs/ntfs3: fix potential double iput on d_make_root() failure | Zhan Xusheng | 1 | -1/+1 |
| 2026-04-07 | ntfs3: fix integer overflow in run_unpack() volume boundary check | Tobias Gaertner | 1 | -3/+9 |
| 2026-04-07 | ntfs3: add buffer boundary checks to run_unpack() | Tobias Gaertner | 1 | -0/+6 |
| 2026-04-07 | ntfs3: fix mount failure on volumes with fragmented MFT bitmap | Konstantin Komarov | 1 | -4/+35 |
| 2026-04-07 | fs/ntfs3: fix $LXDEV xattr lookup | Zhan Xusheng | 1 | -1/+1 |
| 2026-04-07 | ntfs3: fix OOB write in attr_wof_frame_info() | 0xkato | 1 | -0/+6 |
| 2026-04-05 | mm: reintroduce vma_desc_test() as a singular flag test | Lorenzo Stoakes (Oracle) | 1 | -1/+1 |
| 2026-04-05 | mm: rename VMA flag helpers to be more readable | Lorenzo Stoakes (Oracle) | 1 | -1/+1 |
| 2026-04-02 | ntfs3: fix memory leak in indx_create_allocate() | Deepanshu Kartikey | 1 | -0/+1 |
| 2026-03-26 | ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() c... | Jan Kara | 2 | -4/+0 |
| 2026-03-24 | ntfs3: work around false-postive -Wmaybe-uninitialized warnings | Arnd Bergmann | 1 | -2/+2 |
| 2026-03-24 | fs/ntfs3: fix missing run load for vcn0 in attr_data_get_block_locked() | Deepanshu Kartikey | 1 | -0/+15 |
| 2026-03-24 | fs/ntfs3: increase CLIENT_REC name field size | Konstantin Komarov | 1 | -2/+2 |
| 2026-03-10 | ntfs3: remove copy and pasted iomap code | Christoph Hellwig | 1 | -48/+3 |
| 2026-03-10 | iomap: only call into ->submit_read when there is a read_ctx | Christoph Hellwig | 1 | -2/+1 |
| 2026-03-10 | iomap: pass the iomap_iter to ->submit_read | Christoph Hellwig | 1 | -1/+2 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -1/+1 |
| 2026-03-04 | fs/ntfs3: prevent uninitialized lcn caused by zero len | Edward Adam Davis | 1 | -5/+5 |
| 2026-03-04 | fs/ntfs3: add a subset of W=1 warnings for stricter checks | Konstantin Komarov | 1 | -0/+20 |
| 2026-02-24 | fs/ntfs3: return folios from ntfs_lock_new_page() | Sun Jian | 1 | -21/+26 |
| 2026-02-24 | fs/ntfs3: resolve compare function in public index APIs | Adarsh Das | 2 | -30/+49 |
| 2026-02-24 | ntfs3: reject inodes with zero non-DOS link count | Ziyi Guo | 1 | -0/+5 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 10 | -19/+18 |
| 2026-02-19 | ntfs: add Kconfig and Makefile | Namjae Jeon | 1 | -0/+1 |
| 2026-02-19 | ntfs3: remove legacy ntfs driver support | Namjae Jeon | 6 | -111/+5 |
| 2026-02-18 | Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2026-02-17 | Merge tag 'ntfs3_for_7.0' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds | 15 | -1126/+1814 |
| 2026-02-16 | fs/ntfs3: add delayed-allocation (delalloc) support | Konstantin Komarov | 12 | -342/+884 |
| 2026-02-12 | mm: update all remaining mmap_prepare users to use vma_flags_t | Lorenzo Stoakes | 1 | -1/+1 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
| 2026-02-09 | Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 5 | -24/+20 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+1 |
| 2026-02-09 | fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_... | Konstantin Komarov | 1 | -0/+6 |
| 2026-02-09 | fs/ntfs3: add fall-through between switch labels | Konstantin Komarov | 1 | -0/+1 |
| 2026-02-04 | fs/ntfs3: allow explicit boolean acl/prealloc mount options | Konstantin Komarov | 1 | -6/+14 |
| 2026-01-27 | fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot | Jiasheng Jiang | 1 | -0/+3 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 1 | -0/+1 |
| 2026-01-16 | ntfs3: Restore NULL folio initialization in ntfs_writepages() | Nathan Chancellor | 1 | -1/+1 |
| 2026-01-16 | posix_acl: make posix_acl_to_xattr() alloc the buffer | Miklos Szeredi | 1 | -5/+1 |
| 2026-01-15 | ntfs3: Refactor duplicate kmemdup pattern in do_action() | Baolin Liu | 1 | -27/+27 |
| 2026-01-15 | fs/ntfs3: prevent infinite loops caused by the next valid being the same | Edward Adam Davis | 1 | -2/+6 |
| 2026-01-15 | fs/ntfs3: make ntfs_writeback_ops static | sunliming | 1 | -1/+1 |
| 2026-01-15 | ntfs3: fix circular locking dependency in run_unpack_ex | Szymon Wilczek | 1 | -5/+8 |
| 2026-01-13 | ntfs: ->d_compare() must not block | Al Viro | 5 | -24/+20 |
| 2026-01-12 | ntfs3: add setlease file operation | Jeff Layton | 2 | -0/+6 |
| 2025-12-29 | fs/ntfs3: implement iomap-based file operations | Konstantin Komarov | 8 | -782/+593 |
| 2025-12-29 | fs/ntfs3: fix deadlock in ni_read_folio_cmpr | Szymon Wilczek | 2 | -2/+3 |
| 2025-12-29 | fs/ntfs3: implement llseek SEEK_DATA/SEEK_HOLE by scanning data runs | Konstantin Komarov | 5 | -3/+113 |
| 2025-12-29 | fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio() | Konstantin Komarov | 1 | -0/+13 |
| 2025-12-29 | fs/ntfs3: handle attr_set_size() errors when truncating files | Konstantin Komarov | 1 | -6/+4 |
| 2025-12-29 | fs/ntfs3: drop preallocated clusters for sparse and compressed files | Konstantin Komarov | 1 | -1/+3 |
| 2025-12-29 | fs/ntfs3: fsync files by syncing parent inodes | Konstantin Komarov | 4 | -4/+81 |
| 2025-12-19 | fs/ntfs3: fix ntfs_mount_options leak in ntfs_fill_super() | Baokun Li | 1 | -7/+2 |
| 2025-12-19 | fs/ntfs3: allow readdir() to finish after directory mutations without rewindd... | Konstantin Komarov | 3 | -29/+76 |
| 2025-12-19 | fs/ntfs3: improve readahead for bitmap initialization and large directory scans | Konstantin Komarov | 6 | -25/+79 |
| 2025-12-19 | fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmpr | Konstantin Komarov | 3 | -6/+6 |
| 2025-12-19 | fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LIST | Jaehun Gou | 1 | -0/+9 |
| 2025-12-19 | fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata | Jaehun Gou | 1 | -3/+12 |
| 2025-12-19 | fs/ntfs3: Use wait_on_buffer() directly | Lalit Shankar Chowdhury | 3 | -17/+7 |
| 2025-12-19 | fs/ntfs3: Initialize new folios before use | Bartlomiej Kubik | 1 | -1/+1 |
| 2025-12-19 | fs: ntfs3: check return value of indx_find to avoid infinite loop | Jaehun Gou | 1 | -1/+6 |
| 2025-12-05 | Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2025-12-03 | Merge tag 'ntfs3_for_6.19' of https://github.com/Paragon-Software-Group/linux... | Linus Torvalds | 13 | -331/+421 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2025-11-19 | fs/ntfs3: check for shutdown in fsync | Konstantin Komarov | 1 | -1/+13 |
| 2025-11-18 | fs/ntfs3: change the default mount options for "acl" and "prealloc" | Konstantin Komarov | 1 | -12/+19 |
| 2025-11-18 | fs/ntfs3: Prevent memory leaks in add sub record | Edward Adam Davis | 1 | -2/+4 |
| 2025-11-18 | fs/ntfs3: out1 also needs to put mi | Edward Adam Davis | 1 | -1/+1 |
| 2025-11-17 | fs/ntfs3: Fix spelling mistake "recommened" -> "recommended" | Colin Ian King | 1 | -1/+1 |
| 2025-11-17 | fs/ntfs3: update mode in xattr when ACL can be reduced to mode | Konstantin Komarov | 1 | -4/+14 |
| 2025-11-17 | fs/ntfs3: check minimum alignment for direct I/O | Konstantin Komarov | 3 | -0/+12 |
| 2025-11-17 | fs/ntfs3: implement NTFS3_IOC_SHUTDOWN ioctl | Konstantin Komarov | 1 | -1/+43 |
| 2025-11-17 | fs/ntfs3: correct attr_collapse_range when file is too fragmented | Konstantin Komarov | 4 | -48/+53 |
| 2025-11-16 | mm: add vma_desc_size(), vma_desc_pages() helpers | Lorenzo Stoakes | 1 | -1/+1 |
| 2025-11-11 | ntfs3: fix double free of sbi->options->nls and clarify ownership of fc->fs_p... | YangWen | 1 | -2/+3 |
| 2025-11-11 | fs/ntfs3: Initialize allocated memory before use | Bartlomiej Kubik | 1 | -4/+3 |
| 2025-11-10 | fs/ntfs3: remove ntfs_bio_pages and use page cache for compressed I/O | Konstantin Komarov | 6 | -192/+114 |
| 2025-11-10 | ntfs3: avoid memcpy size warning | Lizhi Xu | 1 | -1/+2 |
| 2025-11-10 | fs/ntfs3: fix KMSAN uninit-value in ni_create_attr_list | Nirbhay Sharma | 1 | -1/+1 |
| 2025-11-10 | ntfs3: init run lock for extend inode | Edward Adam Davis | 1 | -0/+1 |
| 2025-11-10 | ntfs: set dummy blocksize to read boot_block when mounting | Pedro Demarchi Gomes | 1 | -0/+5 |
| 2025-11-05 | fs: inline current_umask() and move it to fs_struct.h | Mateusz Guzik | 1 | -0/+1 |
| 2025-11-01 | fs/ntfs3: disable readahead for compressed files | Konstantin Komarov | 1 | -6/+21 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -1/+1 |
| 2025-10-17 | ntfs3: Fix uninit buffer allocated by __getname() | Sidharth Seela | 1 | -0/+1 |
| 2025-10-17 | ntfs3: fix uninit memory after failed mi_read in mi_format_new | Raphael Pinsonneault-Thibeault | 1 | -1/+8 |
| 2025-10-17 | ntfs3: fix use-after-free of sbi->options in cmp_fnames | YangWen | 1 | -8/+39 |
| 2025-10-17 | ntfs: Do not overwrite uptodate pages | Matthew Wilcox (Oracle) | 1 | -6/+29 |
| 2025-10-17 | ntfs: Do not kmap page cache pages for compression | Matthew Wilcox (Oracle) | 1 | -11/+0 |
| 2025-10-17 | ntfs: Do not kmap pages used for reading from disk | Matthew Wilcox (Oracle) | 1 | -4/+0 |
| 2025-10-17 | fs/ntfs3: fix mount failure for sparse runs in run_unpack() | Konstantin Komarov | 1 | -1/+5 |
| 2025-10-17 | fs/ntfs3: Reformat code and update terminology | Konstantin Komarov | 7 | -38/+42 |
| 2025-10-17 | fs/ntfs3: Support timestamps prior to epoch | Konstantin Komarov | 1 | -4/+5 |
| 2025-09-10 | ntfs3: stop using write_cache_pages | Christoph Hellwig | 1 | -5/+10 |
| 2025-09-10 | fs/ntfs3: reject index allocation if $BITMAP is empty but blocks exist | Moon Hee Lee | 1 | -0/+10 |
| 2025-09-10 | fs/ntfs3: Fix a resource leak bug in wnd_extend() | Haoxiang Li | 1 | -0/+1 |
| 2025-09-10 | fs: ntfs3: Fix integer overflow in run_unpack() | Vitaly Grigoryev | 1 | -3/+9 |
| 2025-09-10 | ntfs3: pretend $Extend records as regular files | Tetsuo Handa | 1 | -0/+1 |
| 2025-09-10 | ntfs3: add FS_IOC_SETFSLABEL ioctl | Ethan Ferguson | 1 | -0/+18 |
| 2025-09-10 | ntfs3: add FS_IOC_GETFSLABEL ioctl | Ethan Ferguson | 1 | -0/+10 |
| 2025-09-10 | ntfs3: transition magic number to shared constant | Ethan Ferguson | 1 | -1/+1 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -7/+8 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -9/+12 |
| 2025-07-28 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+2 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 3 | -9/+12 |
| 2025-07-08 | Revert "fs/ntfs3: Replace inode_trylock with inode_lock" | Konstantin Komarov | 1 | -1/+4 |
| 2025-07-07 | fs/ntfs3: Exclude call make_bad_inode for live nodes. | Konstantin Komarov | 7 | -1/+103 |
| 2025-06-23 | fs/ntfs3: cancle set bad inode after removing name fails | Edward Adam Davis | 3 | -13/+7 |
| 2025-06-23 | fs/ntfs3: Add sanity check for file name | Lizhi Xu | 1 | -0/+3 |
| 2025-06-23 | fs/ntfs3: correctly create symlink for relative path | Rong Zhang | 1 | -13/+18 |
| 2025-06-23 | fs/ntfs3: fix symlinks cannot be handled correctly | Rong Zhang | 6 | -33/+43 |
| 2025-06-19 | fs: convert most other generic_file_*mmap() users to .mmap_prepare() | Lorenzo Stoakes | 1 | -7/+8 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -1/+2 |
| 2025-06-02 | Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -18/+13 |
| 2025-05-31 | ntfs3: use folios more in ntfs_compress_write() | Matthew Wilcox (Oracle) | 1 | -18/+13 |
| 2025-05-19 | fs/ntfs3: remove ability to change compression on mounted volume | Konstantin Komarov | 5 | -240/+0 |
| 2025-05-16 | fs/ntfs3: Fix handling of InitializeFileRecordSegment | Konstantin Komarov | 1 | -16/+14 |
| 2025-04-28 | fs/ntfs3: Add missing direct_IO in ntfs_aops_cmpr | Lizhi Xu | 1 | -0/+5 |
| 2025-04-28 | fs/ntfs3: handle hdr_first_de() return value | Andrey Vatoropin | 1 | -0/+8 |
| 2025-04-28 | fs/ntfs3: Drop redundant NULL check | Andrey Vatoropin | 1 | -1/+1 |
| 2025-04-02 | Merge tag 'ntfs3_for_6.15' of https://github.com/Paragon-Software-Group/linux... | Linus Torvalds | 9 | -181/+96 |
| 2025-03-06 | fs/ntfs3: Remove unused ntfs_flush_inodes | Dr. David Alan Gilbert | 2 | -42/+0 |
| 2025-03-06 | fs/ntfs3: Remove unused ntfs_sb_read | Dr. David Alan Gilbert | 2 | -29/+0 |
| 2025-03-06 | fs/ntfs3: Remove unused ni_load_attr | Dr. David Alan Gilbert | 2 | -60/+0 |
| 2025-03-06 | fs/ntfs3: Prevent integer overflow in hdr_first_de() | Dan Carpenter | 1 | -1/+1 |
| 2025-03-06 | fs/ntfs3: Fix a couple integer overflows on 32bit systems | Dan Carpenter | 1 | -2/+2 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -4/+4 |
| 2025-02-05 | fs/ntfs3: Update inode->i_mapping->a_ops on compression state | Konstantin Komarov | 3 | -5/+26 |
| 2025-02-05 | fs/ntfs3: Fix WARNING in ntfs_extend_initialized_size | Edward Adam Davis | 1 | -0/+1 |
| 2025-02-05 | fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failed | Ye Bin | 1 | -1/+3 |
| 2025-02-05 | fs/ntfs3: Factor out ntfs_{create/remove}_proc_root() | Ye Bin | 1 | -9/+17 |
| 2025-02-05 | fs/ntfs3: Factor out ntfs_{create/remove}_procdir() | Ye Bin | 1 | -23/+36 |
| 2025-02-05 | fs/ntfs3: Keep write operations atomic | Lizhi Xu | 1 | -9/+10 |
| 2024-12-30 | fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode() | Konstantin Komarov | 6 | -13/+20 |
| 2024-12-30 | fs/ntfs3: Mark inode as bad as soon as error detected in mi_enum_attr() | Konstantin Komarov | 4 | -80/+90 |
| 2024-12-18 | ntfs3: Remove an access to page->index | Matthew Wilcox (Oracle) | 1 | -1/+2 |
| 2024-11-01 | fs/ntfs3: Accumulated refactoring changes | Konstantin Komarov | 4 | -50/+21 |
| 2024-11-01 | fs/ntfs3: Switch to folio to release resources | Konstantin Komarov | 1 | -11/+17 |
| 2024-11-01 | fs/ntfs3: Add check in ntfs_extend_initialized_size | Konstantin Komarov | 1 | -1/+3 |
| 2024-11-01 | fs/ntfs3: Add more checks in mi_enum_attr (part 2) | Konstantin Komarov | 1 | -3/+13 |
| 2024-11-01 | fs/ntfs3: Equivalent transition from page to folio | Konstantin Komarov | 1 | -1/+1 |
| 2024-11-01 | fs/ntfs3: Fix case when unmarked clusters intersect with zone | Konstantin Komarov | 1 | -10/+30 |
| 2024-11-01 | fs/ntfs3: Fix warning in ni_fiemap | Konstantin Komarov | 3 | -94/+21 |
| 2024-10-08 | Merge tag 'ntfs3_for_6.12' of https://github.com/Paragon-Software-Group/linux... | Linus Torvalds | 14 | -197/+410 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-10-01 | fs/ntfs3: Format output messages like others fs in kernel | Konstantin Komarov | 1 | -4/+9 |
| 2024-10-01 | fs/ntfs3: Additional check in ntfs_file_release | Konstantin Komarov | 1 | -1/+8 |
| 2024-10-01 | fs/ntfs3: Fix general protection fault in run_is_mapped_full | Konstantin Komarov | 1 | -1/+4 |
| 2024-10-01 | fs/ntfs3: Sequential field availability check in mi_enum_attr() | Konstantin Komarov | 1 | -8/+7 |
| 2024-10-01 | fs/ntfs3: Additional check in ni_clear() | Konstantin Komarov | 1 | -1/+3 |
| 2024-10-01 | fs/ntfs3: Fix possible deadlock in mi_read | Konstantin Komarov | 1 | -1/+1 |
| 2024-10-01 | ntfs3: Change to non-blocking allocation in ntfs_d_hash | Diogo Jahchan Koike | 1 | -2/+2 |
| 2024-10-01 | fs/ntfs3: Remove unused al_delete_le | Dr. David Alan Gilbert | 2 | -55/+0 |
| 2024-09-03 | fs/ntfs3: Rename ntfs3_setattr into ntfs_setattr | Konstantin Komarov | 5 | -10/+10 |
| 2024-09-03 | fs/ntfs3: Replace fsparam_flag_no -> fsparam_flag | Konstantin Komarov | 1 | -27/+27 |
| 2024-09-03 | fs/ntfs3: Add support for the compression attribute | Konstantin Komarov | 4 | -1/+156 |
| 2024-09-03 | fs/ntfs3: Implement fallocate for compressed files | Konstantin Komarov | 2 | -11/+17 |
| 2024-09-03 | fs/ntfs3: Make checks in run_unpack more clear | Konstantin Komarov | 1 | -3/+5 |
| 2024-09-03 | fs/ntfs3: Add rough attr alloc_size check | Konstantin Komarov | 1 | -0/+3 |
| 2024-09-03 | fs/ntfs3: Stale inode instead of bad | Konstantin Komarov | 1 | -3/+7 |
| 2024-09-03 | fs/ntfs3: Refactor enum_rstbl to suppress static checker | Konstantin Komarov | 1 | -2/+17 |
| 2024-09-03 | fs/ntfs3: Fix sparse warning in ni_fiemap | Konstantin Komarov | 1 | -13/+8 |