summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-19ntfs: Remove references to page->__folio_indexMatthew Wilcox (Oracle)1-6/+8
2026-08-19ntfs: Use zero_user_segment() in handle_bounds_compressed_page()Matthew Wilcox (Oracle)1-10/+8
2026-08-19ntfs: Remove use of __folio_index in handle_bounds_compressed_page()Matthew Wilcox (Oracle)1-2/+4
2026-08-19ntfs: Inline zero_partial_compressed_page()Matthew Wilcox (Oracle)1-22/+12
2026-08-19ntfs: Fix min_len for compressed/sparse attributes in ntfs_non_resident_attr_...Alexandro Calo1-0/+5
2026-08-19ntfs: rewrite EA stream before updating metadataNamjae Jeon1-19/+46
2026-08-19ntfs: remove empty EA attribute pairNamjae Jeon1-0/+9
2026-08-19ntfs: validate final EA attribute sizeNamjae Jeon1-2/+15
2026-08-18Merge tag 'x86_cache_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-439/+739
2026-08-18fuse: wake one waiter per freed slot when raising max_backgroundBaokun Li1-1/+2
2026-08-18fuse: use min_not_zero() in fuse_init_server_timeout()Sang-Heon Jeon1-9/+3
2026-08-18fuse: copy request headers via a stack buffer for io-uringXiang Mei1-4/+8
2026-08-18fuse: give wakeup hints to the scheduler for synchronous requestsXuewen Yan2-6/+19
2026-08-18fuse: check for NULL root inode in fuse_fill_super_submountBaokun Li1-0/+2
2026-08-18fuse: reject a duplicate fd= mount optionBaokun Li1-0/+3
2026-08-18fs/ntfs3: validate ef->size covers the record's name and valueWeiming Shi1-9/+12
2026-08-18fs/ntfs3: fix out-of-bounds read in read_log_rec_buf()Konstantin Komarov1-1/+9
2026-08-18cuse: wait for pending RCU callbacks on module exitBaokun Li1-0/+5
2026-08-18fuse: fix invalidate lock leak on open O_TRUNC DAX failureBaokun Li1-2/+2
2026-08-18fuse: fix invalidate lock leak on setattr writeback failureBaokun Li1-5/+4
2026-08-17Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+3
2026-08-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds23-990/+328
2026-08-17Merge tag 'nilfs2-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-88/+205
2026-08-17Merge tag 'hfs-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds17-162/+590
2026-08-17Merge tag 'gfs2-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds9-221/+35
2026-08-17Merge tag 'xfs-merge-7.3' of git://git.kernel.org:/pub/scm/fs/xfs/xfs-linuxLinus Torvalds25-346/+492
2026-08-17f2fs: fix to avoid pinfile fragment on fragment:{block, segment} modeChao Yu4-11/+18
2026-08-17f2fs: cleanup w/ f2fs_need_rand_{blk, seg, seg_blk}Chao Yu4-9/+18
2026-08-17f2fs: fix to shrink gc_lock coverage in f2fs_gc_range()Chao Yu4-14/+28
2026-08-17f2fs: fix to reclaim space in f2fs_allocate_pinning_section()Chao Yu1-3/+6
2026-08-17Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds38-357/+398
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-266/+629
2026-08-17Merge tag 'vfs-7.3-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-15/+32
2026-08-17Merge tag 'vfs-7.3-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-1038/+8
2026-08-17Merge tag 'vfs-7.3-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+7
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds61-235/+271
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds47-166/+297
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-51/+159
2026-08-17Merge tag 'vfs-7.3-rc1.kfunc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+37
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds26-140/+404
2026-08-17Merge tag 'vfs-7.3-rc1.fat' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2026-08-17Merge tag 'vfs-7.3-rc1.failfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-3/+224
2026-08-17nfs: fix ENXIO on O_CREAT open of existing symlink over NFSv3Michael Nemanov1-0/+7
2026-08-17NFSv4: Fix incorrect argument passed to nfs4_delete_lease() in nfs4_add_lease()Zhansong Gao1-1/+3
2026-08-17lockd: fix NULL dereference on lockowner allocation failureShuangpeng Bai1-0/+3
2026-08-17NFS: fix delegation_hash_table leak when nfs4_server_common_setup() failsNate Prodromou1-5/+12
2026-08-17NFSv4/flexfiles: support loosely coupled data serversJeuk Kim8-14/+24
2026-08-17NFSv4/flexfiles: fix NULL dereference for NFSv4.0 data serversJeuk Kim2-6/+13
2026-08-17NFSv4: pin the superblock for active state ownersJia Zhu1-7/+33
2026-08-17NFS/localio: issue commit inline when not in a memory-reclaim contextMike Snitzer1-1/+13