summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-06-22f2fs: annotate lockless NAT counter readsCen Zhang2-3/+11
2026-06-22f2fs: annotate lockless last_time[] accessesCen Zhang1-5/+5
2026-06-22fscrypt: Replace mk_users keyring with simple listEric Biggers2-135/+113
2026-06-22fscrypt: Fix key setup in edge case with multiple data unit sizesEric Biggers4-81/+120
2026-06-22erofs: handle 48-bit blocks_hi for compressed inodesZhan Xusheng1-2/+3
2026-06-22erofs: remove fscache backend entirelyGao Xiang9-841/+23
2026-06-22erofs: simplify RCU read critical sectionsGao Xiang1-18/+14
2026-06-22erofs: add sparse support to pcluster layoutGao Xiang2-11/+24
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds25-152/+476
2026-06-21mm: use mapping_mapped to simplify the codeHuang Shijie1-2/+2
2026-06-21fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FSZi Yan1-3/+0
2026-06-21fs: remove nr_thps from struct address_spaceZi Yan1-3/+0
2026-06-21mm: fs: remove filemap_nr_thps*() functions and their usersZi Yan1-27/+0
2026-06-21Merge tag '9p-for-7.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds11-61/+282
2026-06-219p: skip nlink update in cacheless mode to fix WARN_ONBreno Leitao1-0/+9
2026-06-219p: v9fs_file_do_lock: replace WARN_ONCE with p9_debugDominique Martinet1-1/+1
2026-06-219p: Enable symlink caching in page cacheRemi Pommarel3-9/+87
2026-06-219p: Set default negative dentry retention time for cache=looseRemi Pommarel1-0/+10
2026-06-219p: Add mount option for negative dentry cache retentionRemi Pommarel2-11/+28
2026-06-219p: Cache negative dentries for lookup performanceRemi Pommarel7-24/+126
2026-06-219p: avoid returning ERR_PTR(0) from mkdir operationsHongling Zeng2-15/+8
2026-06-20smb: client: refactor ACL setting control flow in id_mode_to_cifs_acl()Ralph Boehme1-6/+10
2026-06-19Merge tag 'exfat-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-531/+878
2026-06-19Merge tag 'ntfs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-819/+1124
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-2278/+223
2026-06-18smb: client: fix query directory replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix change notify replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix query_info() replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_close() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_ioctl() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_open() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_flush() replayZhao Zhang1-0/+2
2026-06-18Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-331/+1433
2026-06-18Merge tag 'v7.2-rc-part1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds35-273/+1344
2026-06-18Merge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds18-228/+721
2026-06-18Merge tag 'nfsd-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds40-1427/+3517
2026-06-18Merge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds27-2142/+2760
2026-06-17ocfs2: fix circular locking dependency in ocfs2_dio_end_io_writeAleksandr Nogikh1-4/+9
2026-06-17ocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_creditsIan Bridges1-1/+5
2026-06-17ocfs2: avoid moving extents to occupied clustersKyle Zeng1-1/+3
2026-06-17ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_recIan Bridges1-0/+32
2026-06-17fat: reject BPB volumes whose data area starts beyond total sectorsSamuel Moelius1-0/+8
2026-06-17NFS: Use common error handling code in nfs_alloc_server()Markus Elfring1-6/+7
2026-06-17NFS: Prevent resource leak in nfs_alloc_server()Markus Elfring1-0/+1
2026-06-17Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-9/+9
2026-06-17Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds2-3/+3
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+4
2026-06-17erofs: introduce erofs_map_chunks()Gao Xiang1-60/+71
2026-06-17erofs: call erofs_exit_ishare() before rcu_barrier()Gao Xiang1-2/+2