index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-21
ntfs: support resident WOF decompression
Hyunchul Lee
1
-42
/
+94
2026-08-21
ntfs: add non-resident WOF decompression
Hyunchul Lee
11
-51
/
+794
2026-08-21
ntfs: implement codec ops for LZX and XPRESS
Hyunchul Lee
3
-0
/
+61
2026-08-21
ntfs: port lzx/xpress decompressors from ntfs-3g-system-compression
Hyunchul Lee
6
-0
/
+1406
2026-08-21
ntfs: return errors from inode initialization
Hyunchul Lee
1
-3
/
+4
2026-08-21
ntfs: parse REPARSE_TAG_WOF
Hyunchul Lee
4
-62
/
+142
2026-08-21
ntfs: return errors from ntfs_attr_readall
Hyunchul Lee
4
-10
/
+44
2026-08-21
ntfs: add WOF compression config option
Hyunchul Lee
1
-0
/
+11
2026-08-21
ntfs: define LZNT1 codec ops under transparent codec interface
Hyunchul Lee
2
-2
/
+12
2026-08-21
ntfs: introduce transparent compression codec interface
Hyunchul Lee
1
-0
/
+46
2026-08-20
ntfs: reject invalid empty mapping pairs
Hyunchul Lee
1
-0
/
+19
2026-08-20
ntfs: fix resource leak in ntfs_new_attr_flags
Hongling Zeng
1
-2
/
+4
2026-08-20
ntfs: validate usa_ofs before preserving the update sequence number
Dennis Tighe
1
-1
/
+11
2026-08-20
ntfs: fix off-by-one page overflow in ntfs_decompress()
Dennis Tighe
1
-1
/
+1
2026-08-19
ntfs: do not update ctime when setxattr fails
Baolin Liu
1
-2
/
+4
2026-08-19
ntfs: reject invalid MFT LCNs from boot sector
Hyunchul Lee
1
-6
/
+6
2026-08-19
ntfs: serialize resident iomap reads with mrec_lock
Hyeontae Lee
1
-6
/
+26
2026-08-19
ntfs: verify run length exceeding volume boundary
Hongling Zeng
1
-0
/
+22
2026-08-19
ntfs: allow index root relocation
Namjae Jeon
4
-20
/
+137
2026-08-19
ntfs: validate non-resident attribute offsets
Hongling Zeng
1
-1
/
+23
2026-08-19
ntfs: simplify ntfs_reparse_set_native_symlink()
Dmitry Antipov
1
-6
/
+1
2026-08-19
ntfs: reject unprivileged writes to reserved $LX* xattrs
Pisit Preechapramoth
1
-0
/
+9
2026-08-19
ntfs: bound the free-cluster bitmap scan to the volume
Bryam Vargas
2
-1
/
+13
2026-08-19
ntfs: respect per-file chmod mode over mount masks
Namjae Jeon
5
-28
/
+24
2026-08-19
ntfs: apply Windows name checks only with windows_names
Namjae Jeon
1
-3
/
+3
2026-08-19
ntfs: Fix index_root heap OOB write in ntfs_ir_to_ib()
Alexandro Calo
1
-0
/
+11
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_value_is_valid()
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
[next]