summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-03-18Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-21/+97
2026-03-18fs/tests: exec: Remove bad test vectorKees Cook-3/+0
2026-03-19erofs: add GFP_NOIO in the bio completion if neededJiucheng Xu-0/+3
2026-03-18Merge branch 'xfs-7.1-merge' into for-nextCarlos Maiolino-57/+137
2026-03-18autofs: replace manual symlink buffer allocation in autofs_dir_symlinkThorsten Blum-5/+3
2026-03-18iomap: fix invalid folio access when i_blkbits differs from I/O granularityJoanne Koong-5/+10
2026-03-18xfs: avoid unnecessary calculations in xfs_zoned_need_gc()Damien Le Moal-6/+18
2026-03-18xfs: display more zone related information in mountstatsDamien Le Moal-1/+6
2026-03-18xfs: fix a comment typo in xfs_select_zone_nowait()Damien Le Moal-1/+1
2026-03-18xfs: avoid unnecessary open zone check in xfs_select_zone_nowait()Damien Le Moal-3/+4
2026-03-18xfs: annotate struct xfs_attr_list_context with __counted_by_ptrBill Wendling-3/+4
2026-03-18xfs: cleanup buftarg handling in XFS_IOC_VERIFY_MEDIAChristoph Hellwig-10/+8
2026-03-18xfs: scrub: unlock dquot before early return in quota scrubhongao-1/+3
2026-03-18xfs: refactor xfsaild_push loop into helperYuto Ohnuki-58/+69
2026-03-18xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki-4/+14
2026-03-18xfs: avoid dereferencing log items after push callbacksYuto Ohnuki-11/+51
2026-03-18xfs: stop reclaim before pushing AIL during unmountYuto Ohnuki-3/+4
2026-03-18xfs: opencode xfs_zone_record_blocksCarlos Maiolino-22/+11
2026-03-17ksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim-1/+5
2026-03-17ksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim-0/+2
2026-03-17ksmbd: use volume UUID in FS_OBJECT_ID_INFORMATIONNamjae Jeon-4/+4
2026-03-17ksmbd: unset conn->binding on failed binding requestNamjae Jeon-0/+1
2026-03-17ksmbd: fix share_conf UAF in tree_conn disconnectNicholas Carlini-3/+6
2026-03-17hfsplus: fix to update ctime after renameViacheslav Dubeyko-2/+13
2026-03-17Merge tag 'rust_io-7.1-rc1' into driver-core-nextDanilo Krummrich-183/+375
2026-03-17nilfs2: fix 64-bit division operations in nilfs_bmap_find_target_in_group()Jeff Layton-4/+11
2026-03-17fs/mbcache: cancel shrink work before destroying the cacheHyungJung Joo-0/+1
2026-03-17fs/omfs: reject s_sys_blocksize smaller than OMFS_DIR_STARTHyungJung Joo-0/+6
2026-03-17fs: clear I_DIRTY_TIME in sync_lazytimeChristoph Hellwig-3/+15
2026-03-17btrfs: reject root items with drop_progress and zero drop_levelZhengYuan Huang-0/+17
2026-03-17btrfs: check block group before marking it unused in balance_remap_chunks()Mark Harmstone-8/+17
2026-03-17btrfs: hold block group reference during entire move_existing_remap()Mark Harmstone-5/+4
2026-03-17btrfs: fix an incorrect ASSERT() condition inside lzo_decompress_bio()Qu Wenruo-2/+2
2026-03-17btrfs: fix an incorrect ASSERT() condition inside zstd_decompress_bio()Qu Wenruo-1/+1
2026-03-17btrfs: do not touch page cache for encoded writesQu Wenruo-3/+7
2026-03-17btrfs: fix a bug that makes encoded write bio larger than expectedQu Wenruo-3/+5
2026-03-17btrfs: reserve enough transaction items for qgroup ioctlsFilipe Manana-3/+9
2026-03-17btrfs: check for NULL root after calls to btrfs_csum_root()Filipe Manana-6/+84
2026-03-17btrfs: check for NULL root after calls to btrfs_extent_root()Filipe Manana-9/+195
2026-03-17erofs: set fileio bio failed in short read caseSheng Yong-4/+2
2026-03-16cifs: smb1: fix comment typoJoseph Salisbury-1/+1
2026-03-16hfsplus: fix generic/533 test-case failureViacheslav Dubeyko-13/+38
2026-03-16nfsd: fix heap overflow in NFSv4.0 LOCK replay cacheJeff Layton-7/+19
2026-03-16Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+12
2026-03-16jfs: avoid -Wtautological-constant-out-of-range-compare warning againArnd Bergmann-5/+2
2026-03-16ntfs: fix ignoring unreachable code warningsHyunchul Lee-7/+2
2026-03-16ntfs: fix inconsistent indenting warningsHyunchul Lee-35/+35
2026-03-16ntfs: fix variable dereferenced before check warningsHyunchul Lee-13/+16
2026-03-16ntfs: prefer IS_ERR_OR_NULL() over manual NULL checkHyunchul Lee-2/+2
2026-03-16ntfs: harden ntfs_listxattr against EA entriesHyunchul Lee-18/+22