summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-07-19gfs2: Remove the glock lru list and shrinkerAndreas Gruenbacher7-201/+15
2026-07-19gfs2: Skip dlm unlocks earlierAndreas Gruenbacher5-7/+2
2026-07-19gfs2: Don't cache unreferenced glocksAndreas Gruenbacher1-8/+13
2026-07-19gfs2: Enable automatic glock hash table shrinkingAndreas Gruenbacher1-0/+1
2026-07-18debugfs: warn if file creation failed due to uninitialized debugfsYohei Kojima1-1/+4
2026-07-18kernfs: Replace strcpy(s, "../") with memcpy(s, "../", 4)David Laight1-1/+1
2026-07-18kernfs: simplify kernfs_name_hash()Dmitry Antipov1-2/+2
2026-07-17Merge tag 'v7.2-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds5-32/+56
2026-07-18ntfs: preserve RECALL_ON_OPEN on WSL special-file reparse pointsNamjae Jeon1-1/+2
2026-07-17ecryptfs: hold msg ctx list lock when cleaning daemon queueYichong Chen1-0/+2
2026-07-17ecryptfs: release message context on send failureYichong Chen1-1/+8
2026-07-17ecryptfs: reject oversized encrypted_key_size in parse_tag_3_packetHanQuan1-2/+12
2026-07-17lockd: fix NLMv3 GRANTED_MSG handlingOlga Kornievskaia1-1/+2
2026-07-17fuse: allow larger read requests by setting bdi->io_pagesJim Harris1-0/+1
2026-07-17UDF symlink pathComponent header OOB readDavid Lee1-0/+2
2026-07-17fuse: publish io-uring queues with release semanticsJoanne Koong1-9/+11
2026-07-17fuse: use release/acquire for fch->initializedJoanne Koong3-10/+11
2026-07-17fuse: fix missing barrier when checking io-uring readinessJoanne Koong1-4/+7
2026-07-16Merge tag 'v7.2-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-56/+240
2026-07-16Merge tag 'xfs-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds21-167/+338
2026-07-16Merge tag 'erofs-for-7.2-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-22/+8
2026-07-16ksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)1-0/+5
2026-07-16ksmbd: lock the binding preauth session in smb3_preauth_hash_rspGil Portnoy1-10/+9
2026-07-16ksmbd: remove stale channels from all sessions on teardownGil Portnoy1-14/+11
2026-07-16ksmbd: fix stack buffer overflow in multichannel session-key copyGil Portnoy2-3/+3
2026-07-16ksmbd: fix memory leak of xattr_stream_name in smb2_rename()Gil Portnoy1-2/+1
2026-07-16ksmbd: zero the smb2_read alignment tail to avoid an infoleakGil Portnoy1-0/+9
2026-07-16ksmbd: pin conn during async oplock break notificationQihang1-2/+4
2026-07-16ksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov1-1/+14
2026-07-14smb/client: flush dirty data before punching a holeHuiwen He1-0/+9
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2Andy Shevchenko2-6/+7
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbolsAndy Shevchenko2-12/+13
2026-07-14dax: fix misleading comment about share/index union in dax_folio_reset_order()John Groves1-6/+6
2026-07-14hfs: don't re-dirty MDB buffers after a write failureViacheslav Dubeyko3-6/+27
2026-07-14hfsplus: fix error code when writing beyond volume capacityViacheslav Dubeyko1-1/+9
2026-07-14hfs: fix error code when writing beyond volume capacityViacheslav Dubeyko1-1/+9
2026-07-14hfsplus: validate thread record before delete key rebuildKyle Zeng2-13/+18
2026-07-14hfs: validate catalog CNIDs before instantiating inodesDavid Maximiliano Hermitte4-2/+76
2026-07-14fs/ntfs3: fix slab-out-of-bounds write in ni_create_attr_list()HE WEI(ギカク)1-4/+16
2026-07-14fs/ntfs3: cosmetic fixes and improvementsKonstantin Komarov11-36/+34
2026-07-14fs/ntfs3: widen inode/record number storage to u64Konstantin Komarov3-9/+9
2026-07-14Merge tag 'for-7.2-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-25/+82
2026-07-14xfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong1-1/+1
2026-07-14xfs: clamp timestamp nanoseconds correctlyDarrick J. Wong1-1/+1
2026-07-14xfs: fully check the parent handle when it points to the rootdirDarrick J. Wong1-8/+8
2026-07-14xfs: handle non-inode owners for rtrmap record checkingDarrick J. Wong1-0/+6
2026-07-14xfs: fix off-by-one error when calling xchk_xref_has_rt_ownerDarrick J. Wong1-1/+1
2026-07-14xfs: set xfarray killable sort correctlyDarrick J. Wong2-5/+4
2026-07-14xfs: grab rtrmap btree when checking rgsuperDarrick J. Wong1-1/+9
2026-07-14xfs: write the rg superblock when fixing itDarrick J. Wong1-0/+4