summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-21btrfs: fix leaking BTRFS_FS_STATE_REMOUNTING flagQu Wenruo
2026-07-20ecryptfs: use filemap_dirty_folio for address space operationsAditya Prakash Srivastava
2026-07-20ecryptfs: avoid heap allocation for inode size writeYichong Chen
2026-07-20ecryptfs: show filename encryption optionsYichong Chen
2026-07-20eCryptfs: bound the packet-length peek to the user bufferPengpeng Hou
2026-07-20ecryptfs: reject too-small tag 70 packetsYichong Chen
2026-07-20ecryptfs: fix tag 11 packet exact-fit size checkYichong Chen
2026-07-20ecryptfs: pass packet set buffer size to parserYichong Chen
2026-07-20fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holesKiryl Shutsemau (Meta)
2026-07-20ocfs2: fix boundary check in ocfs2_check_dir_entry() to use buffer offsetJoseph Qi
2026-07-20fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptesKiryl Shutsemau (Meta)
2026-07-20binfmt_misc: set have_execfd only once the interpreter is openedChristian Brauner
2026-07-20fs/resctrl: Use correct format specifier for printing error pointersReinette Chatre
2026-07-20Merge tag 'mm-hotfixes-stable-2026-07-20-11-37' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-20hfs: port HFS+ b-tree bitmap corruption checkAditya Prakash Srivastava
2026-07-20f2fs: Update outdated comment in f2fs_write_begin()Eric Biggers
2026-07-20fscrypt: Replace some variable-size memsets with fixed-sizeEric Biggers
2026-07-20fscrypt: Add safety checks to non-block-based en/decryptionEric Biggers
2026-07-20fscrypt: Merge bio.c and inline_crypt.c into block.cEric Biggers
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