summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-20fscrypt: Remove unused functions and workqueueEric Biggers
2026-07-20fscrypt: Remove fs-layer zeroout codeEric Biggers
2026-07-20fscrypt: Remove fscrypt_dio_supported()Eric Biggers
2026-07-20fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()Eric Biggers
2026-07-20fs/buffer: Remove fs-layer decryption codeEric Biggers
2026-07-20f2fs: Remove fs-layer file contents en/decryption codeEric Biggers
2026-07-20ext4: Further de-generalize the bio postprocessing codeEric Biggers
2026-07-20ext4: Make ext4_bio_write_folio() return voidEric Biggers
2026-07-20ext4: Remove fs-layer file contents en/decryption codeEric Biggers
2026-07-20fscrypt: Always use blk-crypto for contents on block-based filesystemsEric Biggers
2026-07-20fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZEEric Biggers
2026-07-20blk-crypto: Allow control over whether hardware is usedEric Biggers
2026-07-20fscrypt: Remove workaround for bug in gcc 7 and earlierEric Biggers
2026-07-20fscrypt: Simplify handling of errors during initcallEric Biggers
2026-07-20fscrypt: Remove FSCRYPT_MODE_MAXEric Biggers
2026-07-20fscrypt: Avoid dynamic allocation in fscrypt_get_devices()Eric Biggers
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