summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-19cifs: use cifs_invalidate_cache() in cifs_do_truncate() for O_TRUNCFrank Sorenson
2026-08-19smb: client: clear ce->tgthint in free_tgts()Fredric Cover
2026-08-19smb: client: harden DFS cache against invalid target hintsFredric Cover
2026-08-19smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix ...Jiangshan Yi
2026-08-19smb: client: set replay flag on the read send-error retry pathChristopher Lusk
2026-08-19smb: client: fix request buffer leak in smb2_new_read_req()Christopher Lusk
2026-08-19smb/client: return EOPNOTSUPP for unsupported O_TMPFILEChenXiaoSong
2026-08-19ntfs: do not update ctime when setxattr failsBaolin Liu
2026-08-19ntfs: reject invalid MFT LCNs from boot sectorHyunchul Lee
2026-08-19ntfs: serialize resident iomap reads with mrec_lockHyeontae Lee
2026-08-19ntfs: verify run length exceeding volume boundaryHongling Zeng
2026-08-19ntfs: allow index root relocationNamjae Jeon
2026-08-19ntfs: validate non-resident attribute offsetsHongling Zeng
2026-08-19ntfs: simplify ntfs_reparse_set_native_symlink()Dmitry Antipov
2026-08-19ntfs: reject unprivileged writes to reserved $LX* xattrsPisit Preechapramoth
2026-08-19ntfs: bound the free-cluster bitmap scan to the volumeBryam Vargas
2026-08-19ntfs: respect per-file chmod mode over mount masksNamjae Jeon
2026-08-19ntfs: apply Windows name checks only with windows_namesNamjae Jeon
2026-08-19ntfs: Fix index_root heap OOB write in ntfs_ir_to_ib()Alexandro Calo
2026-08-19ntfs: move attribute payload before shrinking its recordNamjae Jeon
2026-08-19ntfs: fix resident conversion in ntfs_new_attr_flagsHyunchul Lee
2026-08-19ntfs: skip reads for full compression unit overwritesNamjae Jeon
2026-08-19ntfs: submit one bio per compressed write unitNamjae Jeon
2026-08-19ntfs: reuse compression output workspace across write unitsNamjae Jeon
2026-08-19ntfs: reuse the compression context during writesNamjae Jeon
2026-08-19ntfs: fix initialized size and page state after compressed writesNamjae Jeon
2026-08-19ntfs: write compressed data before replacing old clustersNamjae Jeon
2026-08-19ntfs: punch all-zero compressed blocksNamjae Jeon
2026-08-19ntfs: support large pages in compressed writesNamjae Jeon
2026-08-19ntfs: propagate compression context allocation errorsNamjae Jeon
2026-08-19ntfs: dir: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid
2026-08-19ntfs: mft: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid
2026-08-19ntfs: reparse: remove redundant NULL checks before kvfree()Mohammad Shahid
2026-08-19ntfs: use pagecache_isize_extended() on size extensionNamjae Jeon
2026-08-19ntfs: file extension before write submissionNamjae Jeon
2026-08-19ntfs: fix kmap_local_page() usage in compressNamjae Jeon
2026-08-19ntfs: Remove references to page->__folio_indexMatthew Wilcox (Oracle)
2026-08-19ntfs: Use zero_user_segment() in handle_bounds_compressed_page()Matthew Wilcox (Oracle)
2026-08-19ntfs: Remove use of __folio_index in handle_bounds_compressed_page()Matthew Wilcox (Oracle)
2026-08-19ntfs: Inline zero_partial_compressed_page()Matthew Wilcox (Oracle)
2026-08-19ntfs: Fix min_len for compressed/sparse attributes in ntfs_non_resident_attr_...Alexandro Calo
2026-08-19ntfs: rewrite EA stream before updating metadataNamjae Jeon
2026-08-19ntfs: remove empty EA attribute pairNamjae Jeon
2026-08-19ntfs: validate final EA attribute sizeNamjae Jeon
2026-08-18Merge tag 'x86_cache_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-18fuse: wake one waiter per freed slot when raising max_backgroundBaokun Li
2026-08-18fuse: use min_not_zero() in fuse_init_server_timeout()Sang-Heon Jeon
2026-08-18fuse: copy request headers via a stack buffer for io-uringXiang Mei
2026-08-18fuse: give wakeup hints to the scheduler for synchronous requestsXuewen Yan
2026-08-18fuse: check for NULL root inode in fuse_fill_super_submountBaokun Li