index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-19
/
+18
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2026-02-17
Merge tag 'ntfs3_for_7.0' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
-1134
/
+1822
2026-02-16
fs/ntfs3: add delayed-allocation (delalloc) support
Konstantin Komarov
-344
/
+886
2026-02-12
mm: update all remaining mmap_prepare users to use vma_flags_t
Lorenzo Stoakes
-1
/
+1
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+1
2026-02-09
Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
-24
/
+20
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-5
/
+1
2026-02-09
fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...
Konstantin Komarov
-0
/
+6
2026-02-09
fs/ntfs3: add fall-through between switch labels
Konstantin Komarov
-0
/
+1
2026-02-04
fs/ntfs3: allow explicit boolean acl/prealloc mount options
Konstantin Komarov
-6
/
+14
2026-01-27
fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot
Jiasheng Jiang
-0
/
+3
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+1
2026-01-16
ntfs3: Restore NULL folio initialization in ntfs_writepages()
Nathan Chancellor
-1
/
+1
2026-01-16
posix_acl: make posix_acl_to_xattr() alloc the buffer
Miklos Szeredi
-5
/
+1
2026-01-15
ntfs3: Refactor duplicate kmemdup pattern in do_action()
Baolin Liu
-27
/
+27
2026-01-15
fs/ntfs3: prevent infinite loops caused by the next valid being the same
Edward Adam Davis
-2
/
+6
2026-01-15
fs/ntfs3: make ntfs_writeback_ops static
sunliming
-1
/
+1
2026-01-15
ntfs3: fix circular locking dependency in run_unpack_ex
Szymon Wilczek
-5
/
+8
2026-01-13
ntfs: ->d_compare() must not block
Al Viro
-24
/
+20
2026-01-12
ntfs3: add setlease file operation
Jeff Layton
-0
/
+6
2025-12-29
fs/ntfs3: implement iomap-based file operations
Konstantin Komarov
-789
/
+600
2025-12-29
fs/ntfs3: fix deadlock in ni_read_folio_cmpr
Szymon Wilczek
-2
/
+3
2025-12-29
fs/ntfs3: implement llseek SEEK_DATA/SEEK_HOLE by scanning data runs
Konstantin Komarov
-3
/
+113
2025-12-29
fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio()
Konstantin Komarov
-0
/
+13
2025-12-29
fs/ntfs3: handle attr_set_size() errors when truncating files
Konstantin Komarov
-6
/
+4
2025-12-29
fs/ntfs3: drop preallocated clusters for sparse and compressed files
Konstantin Komarov
-1
/
+3
2025-12-29
fs/ntfs3: fsync files by syncing parent inodes
Konstantin Komarov
-4
/
+81
2025-12-19
fs/ntfs3: fix ntfs_mount_options leak in ntfs_fill_super()
Baokun Li
-7
/
+2
2025-12-19
fs/ntfs3: allow readdir() to finish after directory mutations without rewindd...
Konstantin Komarov
-29
/
+76
2025-12-19
fs/ntfs3: improve readahead for bitmap initialization and large directory scans
Konstantin Komarov
-25
/
+79
2025-12-19
fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmpr
Konstantin Komarov
-6
/
+6
2025-12-19
fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LIST
Jaehun Gou
-0
/
+9
2025-12-19
fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata
Jaehun Gou
-3
/
+12
2025-12-19
fs/ntfs3: Use wait_on_buffer() directly
Lalit Shankar Chowdhury
-17
/
+7
2025-12-19
fs/ntfs3: Initialize new folios before use
Bartlomiej Kubik
-1
/
+1
2025-12-19
fs: ntfs3: check return value of indx_find to avoid infinite loop
Jaehun Gou
-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
2025-12-03
Merge tag 'ntfs3_for_6.19' of https://github.com/Paragon-Software-Group/linux...
Linus Torvalds
-331
/
+421
2025-12-01
Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+1
2025-11-19
fs/ntfs3: check for shutdown in fsync
Konstantin Komarov
-1
/
+13
2025-11-18
fs/ntfs3: change the default mount options for "acl" and "prealloc"
Konstantin Komarov
-12
/
+19
2025-11-18
fs/ntfs3: Prevent memory leaks in add sub record
Edward Adam Davis
-2
/
+4
2025-11-18
fs/ntfs3: out1 also needs to put mi
Edward Adam Davis
-1
/
+1
2025-11-17
fs/ntfs3: Fix spelling mistake "recommened" -> "recommended"
Colin Ian King
-1
/
+1
2025-11-17
fs/ntfs3: update mode in xattr when ACL can be reduced to mode
Konstantin Komarov
-4
/
+14
2025-11-17
fs/ntfs3: check minimum alignment for direct I/O
Konstantin Komarov
-0
/
+12
2025-11-17
fs/ntfs3: implement NTFS3_IOC_SHUTDOWN ioctl
Konstantin Komarov
-1
/
+43
2025-11-17
fs/ntfs3: correct attr_collapse_range when file is too fragmented
Konstantin Komarov
-48
/
+53
2025-11-16
mm: add vma_desc_size(), vma_desc_pages() helpers
Lorenzo Stoakes
-1
/
+1
[next]