summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-07-21btrfs: zoned: skip fully truncated ordered extents at zone finishJohannes Thumshirn1-0/+10
2026-07-21btrfs: initialize 'args' to avoid compiler warning in btrfs_ioctl_get_csums()Paul E. McKenney1-1/+1
2026-07-21btrfs: zoned: fix missing chunk metadata reservationGuanghui Yang1-15/+19
2026-07-21btrfs: raid56: fix an incorrect csum skip during scrubQu Wenruo1-1/+3
2026-07-21btrfs: report missing raid stripe tree root during lookupDongjiang Zhu1-0/+6
2026-07-21btrfs: skip global block reserve accounting for rescue mountsDongjiang Zhu3-12/+27
2026-07-21btrfs: zoned: reset meta_write_pointer on zone resetJohannes Thumshirn1-0/+11
2026-07-21btrfs: zoned: fix deadlock between metadata writeback and transaction commitJohannes Thumshirn1-1/+5
2026-07-21btrfs: fix leaking BTRFS_FS_STATE_REMOUNTING flagQu Wenruo1-3/+5
2026-07-20ecryptfs: use filemap_dirty_folio for address space operationsAditya Prakash Srivastava1-14/+1
2026-07-20ecryptfs: avoid heap allocation for inode size writeYichong Chen1-11/+4
2026-07-20ecryptfs: show filename encryption optionsYichong Chen1-0/+7
2026-07-20eCryptfs: bound the packet-length peek to the user bufferPengpeng Hou1-2/+3
2026-07-20ecryptfs: reject too-small tag 70 packetsYichong Chen1-0/+6
2026-07-20ecryptfs: fix tag 11 packet exact-fit size checkYichong Chen1-1/+1
2026-07-20ecryptfs: pass packet set buffer size to parserYichong Chen3-5/+23
2026-07-20fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holesKiryl Shutsemau (Meta)1-2/+18
2026-07-20ocfs2: fix boundary check in ocfs2_check_dir_entry() to use buffer offsetJoseph Qi1-2/+3
2026-07-20fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptesKiryl Shutsemau (Meta)1-2/+12
2026-07-20binfmt_misc: set have_execfd only once the interpreter is openedChristian Brauner1-3/+2
2026-07-20fs/resctrl: Use correct format specifier for printing error pointersReinette Chatre1-4/+4
2026-07-20Merge tag 'mm-hotfixes-stable-2026-07-20-11-37' of git://git.kernel.org/pub/s...Linus Torvalds2-4/+4
2026-07-20hfs: port HFS+ b-tree bitmap corruption checkAditya Prakash Srivastava3-84/+208
2026-07-20f2fs: Update outdated comment in f2fs_write_begin()Eric Biggers1-1/+1
2026-07-20fscrypt: Replace some variable-size memsets with fixed-sizeEric Biggers3-4/+4
2026-07-20fscrypt: Add safety checks to non-block-based en/decryptionEric Biggers1-22/+39
2026-07-20fscrypt: Merge bio.c and inline_crypt.c into block.cEric Biggers4-109/+92
2026-07-20fscrypt: Remove unused functions and workqueueEric Biggers2-97/+0
2026-07-20fscrypt: Remove fs-layer zeroout codeEric Biggers3-121/+32
2026-07-20fscrypt: Remove fscrypt_dio_supported()Eric Biggers3-57/+3
2026-07-20fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()Eric Biggers1-12/+12
2026-07-20fs/buffer: Remove fs-layer decryption codeEric Biggers1-37/+8
2026-07-20f2fs: Remove fs-layer file contents en/decryption codeEric Biggers5-117/+12
2026-07-20ext4: Further de-generalize the bio postprocessing codeEric Biggers3-39/+36
2026-07-20ext4: Make ext4_bio_write_folio() return voidEric Biggers3-28/+12
2026-07-20ext4: Remove fs-layer file contents en/decryption codeEric Biggers4-164/+13
2026-07-20fscrypt: Always use blk-crypto for contents on block-based filesystemsEric Biggers6-121/+46
2026-07-20fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZEEric Biggers2-13/+17
2026-07-20blk-crypto: Allow control over whether hardware is usedEric Biggers1-1/+3
2026-07-20fscrypt: Remove workaround for bug in gcc 7 and earlierEric Biggers1-15/+2
2026-07-20fscrypt: Simplify handling of errors during initcallEric Biggers3-34/+13
2026-07-20fscrypt: Remove FSCRYPT_MODE_MAXEric Biggers2-8/+0
2026-07-20fscrypt: Avoid dynamic allocation in fscrypt_get_devices()Eric Biggers2-48/+34
2026-07-20fscrypt: Use lock guards for mutexesEric Biggers3-22/+15
2026-07-20fscrypt: Add missing superblock check in find_or_insert_direct_key()Eric Biggers1-1/+7
2026-07-20NFS: Decrement refcounts if allocating nfs_free_stateid_data failsAnna Schumaker1-7/+13
2026-07-20NFS: Pin the 'struct nfs_server' during a FREE_STATEID callAnna Schumaker1-0/+5
2026-07-20xfs: propagate errors from xfs_rtginode_loadGuanghui Yang1-1/+1
2026-07-19smb: client: bound dirent name against end of SMB response in cifs_filldirJay Vadayath1-2/+7
2026-07-19smb: client: validate DFS referral PathConsumedYichong Chen1-9/+25