index
:
pub/scm/linux/kernel/git/rt/linux-stable-rt.git
master
Linux kernel fork
RT group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-19
ntfs: move attribute payload before shrinking its record
Namjae Jeon
1
-8
/
+15
2026-08-19
ntfs: fix resident conversion in ntfs_new_attr_flags
Hyunchul Lee
1
-22
/
+72
2026-08-19
ntfs: skip reads for full compression unit overwrites
Namjae Jeon
1
-2
/
+9
2026-08-19
ntfs: submit one bio per compressed write unit
Namjae Jeon
1
-32
/
+11
2026-08-19
ntfs: reuse compression output workspace across write units
Namjae Jeon
1
-50
/
+85
2026-08-19
ntfs: reuse the compression context during writes
Namjae Jeon
1
-15
/
+13
2026-08-19
ntfs: fix initialized size and page state after compressed writes
Namjae Jeon
1
-1
/
+14
2026-08-19
ntfs: write compressed data before replacing old clusters
Namjae Jeon
1
-27
/
+36
2026-08-19
ntfs: punch all-zero compressed blocks
Namjae Jeon
1
-4
/
+6
2026-08-19
ntfs: support large pages in compressed writes
Namjae Jeon
1
-11
/
+22
2026-08-19
ntfs: propagate compression context allocation errors
Namjae Jeon
1
-4
/
+9
2026-08-19
ntfs: dir: use kmemdup() instead of kmalloc() and memcpy()
Mohammad Shahid
1
-2
/
+3
2026-08-19
ntfs: mft: use kmemdup() instead of kmalloc() and memcpy()
Mohammad Shahid
1
-2
/
+1
2026-08-19
ntfs: reparse: remove redundant NULL checks before kvfree()
Mohammad Shahid
1
-4
/
+2
2026-08-19
ntfs: use pagecache_isize_extended() on size extension
Namjae Jeon
1
-18
/
+10
2026-08-19
ntfs: file extension before write submission
Namjae Jeon
5
-51
/
+44
2026-08-19
ntfs: fix kmap_local_page() usage in compress
Namjae Jeon
1
-23
/
+15
2026-08-19
ntfs: Remove references to page->__folio_index
Matthew Wilcox (Oracle)
1
-6
/
+8
2026-08-19
ntfs: Use zero_user_segment() in handle_bounds_compressed_page()
Matthew Wilcox (Oracle)
1
-10
/
+8
2026-08-19
ntfs: Remove use of __folio_index in handle_bounds_compressed_page()
Matthew Wilcox (Oracle)
1
-2
/
+4
2026-08-19
ntfs: Inline zero_partial_compressed_page()
Matthew Wilcox (Oracle)
1
-22
/
+12
2026-08-19
ntfs: Fix min_len for compressed/sparse attributes in ntfs_non_resident_attr_...
Alexandro Calo
1
-0
/
+5
2026-08-19
ntfs: rewrite EA stream before updating metadata
Namjae Jeon
1
-19
/
+46
2026-08-19
ntfs: remove empty EA attribute pair
Namjae Jeon
1
-0
/
+9
2026-08-19
ntfs: validate final EA attribute size
Namjae Jeon
1
-2
/
+15
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-10
/
+22
2026-07-31
ntfs: convert iomap ops to ->iomap_next()
Joanne Koong
1
-10
/
+22
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-21
ntfs: drop stale page-cache when shrinking a non-resident attr
Namjae Jeon
1
-0
/
+10
2026-07-21
ntfs: harden runlist realloc size calculations
Namjae Jeon
1
-23
/
+27
2026-07-18
ntfs: preserve RECALL_ON_OPEN on WSL special-file reparse points
Namjae Jeon
1
-1
/
+2
2026-07-10
Merge tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-51
/
+110
2026-07-06
ntfs: fail attrlist updates when the superblock is inactive
Peiyang He
1
-0
/
+9
2026-07-06
ntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()
Namjae Jeon
1
-4
/
+11
2026-07-06
ntfs: fix hole runlist memory leak in insert range error path
Peiyang He
1
-0
/
+1
2026-07-06
ntfs: avoid calling post_write_mst_fixup() for invalid index_block
Valeriy Yashnikov
1
-1
/
+4
2026-07-06
ntfs: fix WARN_ON for resident attribute in ntfs_map_runlist_nolock()
Namjae Jeon
1
-1
/
+4
2026-07-06
ntfs: avoid self-deadlock during inode eviction
Hyunchul Lee
1
-1
/
+16
2026-07-06
ntfs: make system files immutable to prevent corruption
Namjae Jeon
1
-0
/
+9
2026-07-01
iomap: consolidate bio submission
Christoph Hellwig
1
-4
/
+2
2026-07-01
ntfs: drop redundant S_IFDIR from mkdir
Jori Koolstra
1
-1
/
+1
2026-06-30
ntfs: fix mrec_lock ABBA deadlock in rename
Peiyang He
1
-31
/
+31
2026-06-30
ntfs: avoid stale runlist element dereference in fallocate
Cen Zhang
1
-11
/
+19
2026-06-25
ntfs: avoid stale runlist element dereference in MFT writeback
Cen Zhang
1
-2
/
+6
2026-06-19
Merge tag 'ntfs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
23
-819
/
+1124
2026-06-15
ntfs: support creating Windows native symlinks
Hyunchul Lee
6
-3
/
+160
2026-06-15
ntfs: clean up target name conversion for WSL symlinks
Hyunchul Lee
3
-45
/
+30
2026-06-15
ntfs: add native_symlink mount option
Hyunchul Lee
4
-6
/
+34
[prev]
[next]