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-04-17
Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-111
/
+6
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-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
2026-04-05
mm: reintroduce vma_desc_test() as a singular flag test
Lorenzo Stoakes (Oracle)
-1
/
+1
2026-04-05
mm: rename VMA flag helpers to be more readable
Lorenzo Stoakes (Oracle)
-1
/
+1
2026-03-26
ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() c...
Jan Kara
-4
/
+0
2026-03-10
ntfs3: remove copy and pasted iomap code
Christoph Hellwig
-48
/
+3
2026-03-10
iomap: only call into ->submit_read when there is a read_ctx
Christoph Hellwig
-2
/
+1
2026-03-10
iomap: pass the iomap_iter to ->submit_read
Christoph Hellwig
-1
/
+2
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-19
/
+18
2026-02-19
ntfs: add Kconfig and Makefile
Namjae Jeon
-0
/
+1
2026-02-19
ntfs3: remove legacy ntfs driver support
Namjae Jeon
-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
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
[next]