summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2026-08-18fuse: reject a duplicate fd= mount optionBaokun Li
2026-08-18fs/ntfs3: validate ef->size covers the record's name and valueWeiming Shi
2026-08-18fs/ntfs3: fix out-of-bounds read in read_log_rec_buf()Konstantin Komarov
2026-08-18cuse: wait for pending RCU callbacks on module exitBaokun Li
2026-08-18fuse: fix invalidate lock leak on open O_TRUNC DAX failureBaokun Li
2026-08-18fuse: fix invalidate lock leak on setattr writeback failureBaokun Li
2026-08-17Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-08-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2026-08-17Merge tag 'nilfs2-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-17Merge tag 'hfs-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds
2026-08-17Merge tag 'gfs2-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2026-08-17Merge tag 'xfs-merge-7.3' of git://git.kernel.org:/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-08-17f2fs: fix to avoid pinfile fragment on fragment:{block, segment} modeChao Yu
2026-08-17f2fs: cleanup w/ f2fs_need_rand_{blk, seg, seg_blk}Chao Yu
2026-08-17f2fs: fix to shrink gc_lock coverage in f2fs_gc_range()Chao Yu
2026-08-17f2fs: fix to reclaim space in f2fs_allocate_pinning_section()Chao Yu
2026-08-17Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds