summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-20fscrypt: Use lock guards for mutexesEric Biggers
2026-07-20fscrypt: Add missing superblock check in find_or_insert_direct_key()Eric Biggers
2026-07-20NFS: Decrement refcounts if allocating nfs_free_stateid_data failsAnna Schumaker
2026-07-20NFS: Pin the 'struct nfs_server' during a FREE_STATEID callAnna Schumaker
2026-07-20xfs: propagate errors from xfs_rtginode_loadGuanghui Yang
2026-07-19smb: client: bound dirent name against end of SMB response in cifs_filldirJay Vadayath
2026-07-19smb: client: validate DFS referral PathConsumedYichong Chen
2026-07-19gfs2: Remove the glock lru list and shrinkerAndreas Gruenbacher
2026-07-19gfs2: Skip dlm unlocks earlierAndreas Gruenbacher
2026-07-19gfs2: Don't cache unreferenced glocksAndreas Gruenbacher
2026-07-19gfs2: Enable automatic glock hash table shrinkingAndreas Gruenbacher
2026-07-18debugfs: warn if file creation failed due to uninitialized debugfsYohei Kojima
2026-07-18kernfs: Replace strcpy(s, "../") with memcpy(s, "../", 4)David Laight
2026-07-18kernfs: simplify kernfs_name_hash()Dmitry Antipov
2026-07-17Merge tag 'v7.2-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-07-18ntfs: preserve RECALL_ON_OPEN on WSL special-file reparse pointsNamjae Jeon
2026-07-17ecryptfs: hold msg ctx list lock when cleaning daemon queueYichong Chen
2026-07-17ecryptfs: release message context on send failureYichong Chen
2026-07-17ecryptfs: reject oversized encrypted_key_size in parse_tag_3_packetHanQuan
2026-07-17lockd: fix NLMv3 GRANTED_MSG handlingOlga Kornievskaia
2026-07-17fuse: allow larger read requests by setting bdi->io_pagesJim Harris
2026-07-17UDF symlink pathComponent header OOB readDavid Lee
2026-07-17fuse: publish io-uring queues with release semanticsJoanne Koong
2026-07-17fuse: use release/acquire for fch->initializedJoanne Koong
2026-07-17fuse: fix missing barrier when checking io-uring readinessJoanne Koong
2026-07-16Merge tag 'v7.2-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-07-16Merge tag 'xfs-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-07-16Merge tag 'erofs-for-7.2-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-07-16ksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)
2026-07-16ksmbd: lock the binding preauth session in smb3_preauth_hash_rspGil Portnoy
2026-07-16ksmbd: remove stale channels from all sessions on teardownGil Portnoy
2026-07-16ksmbd: fix stack buffer overflow in multichannel session-key copyGil Portnoy
2026-07-16ksmbd: fix memory leak of xattr_stream_name in smb2_rename()Gil Portnoy
2026-07-16ksmbd: zero the smb2_read alignment tail to avoid an infoleakGil Portnoy
2026-07-16ksmbd: pin conn during async oplock break notificationQihang
2026-07-16ksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov
2026-07-14smb/client: flush dirty data before punching a holeHuiwen He
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2Andy Shevchenko
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbolsAndy Shevchenko
2026-07-14dax: fix misleading comment about share/index union in dax_folio_reset_order()John Groves
2026-07-14hfs: don't re-dirty MDB buffers after a write failureViacheslav Dubeyko
2026-07-14hfsplus: fix error code when writing beyond volume capacityViacheslav Dubeyko
2026-07-14hfs: fix error code when writing beyond volume capacityViacheslav Dubeyko
2026-07-14hfsplus: validate thread record before delete key rebuildKyle Zeng
2026-07-14hfs: validate catalog CNIDs before instantiating inodesDavid Maximiliano Hermitte
2026-07-14fs/ntfs3: fix slab-out-of-bounds write in ni_create_attr_list()HE WEI(ギカク)
2026-07-14fs/ntfs3: cosmetic fixes and improvementsKonstantin Komarov
2026-07-14fs/ntfs3: widen inode/record number storage to u64Konstantin Komarov
2026-07-14Merge tag 'for-7.2-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-07-14xfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong