summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-17ksmbd: fix share_conf UAF in tree_conn disconnectNicholas Carlini
2026-03-17hfsplus: fix to update ctime after renameViacheslav Dubeyko
2026-03-17Merge tag 'rust_io-7.1-rc1' into driver-core-nextDanilo Krummrich
2026-03-17nilfs2: fix 64-bit division operations in nilfs_bmap_find_target_in_group()Jeff Layton
2026-03-17fs/mbcache: cancel shrink work before destroying the cacheHyungJung Joo
2026-03-17fs/omfs: reject s_sys_blocksize smaller than OMFS_DIR_STARTHyungJung Joo
2026-03-17fs: clear I_DIRTY_TIME in sync_lazytimeChristoph Hellwig
2026-03-17btrfs: reject root items with drop_progress and zero drop_levelZhengYuan Huang
2026-03-17btrfs: check block group before marking it unused in balance_remap_chunks()Mark Harmstone
2026-03-17btrfs: hold block group reference during entire move_existing_remap()Mark Harmstone
2026-03-17btrfs: fix an incorrect ASSERT() condition inside lzo_decompress_bio()Qu Wenruo
2026-03-17btrfs: fix an incorrect ASSERT() condition inside zstd_decompress_bio()Qu Wenruo
2026-03-17btrfs: do not touch page cache for encoded writesQu Wenruo
2026-03-17btrfs: fix a bug that makes encoded write bio larger than expectedQu Wenruo
2026-03-17btrfs: reserve enough transaction items for qgroup ioctlsFilipe Manana
2026-03-17btrfs: check for NULL root after calls to btrfs_csum_root()Filipe Manana
2026-03-17btrfs: check for NULL root after calls to btrfs_extent_root()Filipe Manana
2026-03-17erofs: set fileio bio failed in short read caseSheng Yong
2026-03-16cifs: smb1: fix comment typoJoseph Salisbury
2026-03-16hfsplus: fix generic/533 test-case failureViacheslav Dubeyko
2026-03-16nfsd: fix heap overflow in NFSv4.0 LOCK replay cacheJeff Layton
2026-03-16Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-16jfs: avoid -Wtautological-constant-out-of-range-compare warning againArnd Bergmann
2026-03-16ntfs: fix ignoring unreachable code warningsHyunchul Lee
2026-03-16ntfs: fix inconsistent indenting warningsHyunchul Lee
2026-03-16ntfs: fix variable dereferenced before check warningsHyunchul Lee
2026-03-16ntfs: prefer IS_ERR_OR_NULL() over manual NULL checkHyunchul Lee
2026-03-16ntfs: harden ntfs_listxattr against EA entriesHyunchul Lee
2026-03-16ntfs: harden ntfs_ea_lookup against malformed EA entriesHyunchul Lee
2026-03-16ntfs: check $EA query-length in ntfs_ea_getHyunchul Lee
2026-03-16ntfs: validate WSL EA payload sizesHyunchul Lee
2026-03-16ntfs: fix WSL ea restore conditionHyunchul Lee
2026-03-15smb: client: fix krb5 mount with username optionPaulo Alcantara
2026-03-14NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever
2026-03-14NFSD: Defer sub-object cleanup in export put callbacksChuck Lever
2026-03-14kernfs: Add missing documentation for kernfs_put_active's drop_supers argumentT.J. Mercier
2026-03-13Merge tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-03-13Merge tag 'xfs-fixes-7.0-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-03-13Merge tag 'v7.0-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-03-13btrfs: tree-checker: fix misleading root drop_level error messageZhengYuan Huang
2026-03-13btrfs: log new dentries when logging parent dir of a conflicting inodeFilipe Manana
2026-03-13btrfs: don't take device_list_mutex when querying zone infoJohannes Thumshirn
2026-03-13btrfs: pass 'verbose' parameter to btrfs_relocate_block_groupJohannes Thumshirn
2026-03-13sysfs: constify group arrays in function argumentsHeiner Kallweit
2026-03-12hfsplus: set ctime after setxattr and removexattrViacheslav Dubeyko
2026-03-12Merge tag 'nfs-for-7.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-03-12Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-03-12kernfs: Send IN_DELETE_SELF and IN_IGNOREDT.J. Mercier
2026-03-12kernfs: Don't set_nlink for directories being removedT.J. Mercier