summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-21cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain pathsFrank Sorenson
2026-07-21cifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson
2026-07-21smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink targetCarl Johnson
2026-07-21fs: preserve ACL_DONT_CACHE state in forget_cached_acl()Amir Goldstein
2026-07-21Merge tag 'nfsd-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-07-21ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inodeYun Zhou
2026-07-21ext4: skip extra isize expansion during mount to prevent deadlockYun Zhou
2026-07-21ext4: fix out-of-bounds read in ext4_read_inline_dir()Xiang Mei
2026-07-21ext4: remove ext4_end_buffer_io_sync()Matthew Wilcox (Oracle)
2026-07-21ext4: get ext4_group_desc in ext4_mb_prefetch only when necessaryBohdan Trach
2026-07-21ext4: avoid RWM atomic in EXT4_MB_GRP_TEST_AND_SET_READBohdan Trach
2026-07-21ext4: fix circular lock dependency in ext4_ext_migrateYun Zhou
2026-07-21ext4: avoid tail write_begin walk for uptodate foliosJia Zhu
2026-07-21buffer: avoid tail commit walk for uptodate foliosJia Zhu
2026-07-21ext4: reject mount if inodes per group is not a multiple of inodes per blockBaokun Li
2026-07-21ext4: reduce max cluster size to match documented 256MB limitBaokun Li
2026-07-21ext4: reject mount if clusters/inodes per group are not 8-alignedBaokun Li
2026-07-21Merge tag 'for-7.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-07-21binfmt_elf_fdpic: only honour the first PT_INTERPChristian Brauner
2026-07-21exec: fix unsigned loop counter wrap in transfer_args_to_stack()Christian Brauner
2026-07-21ntfs: drop stale page-cache when shrinking a non-resident attrNamjae Jeon
2026-07-21ntfs: harden runlist realloc size calculationsNamjae Jeon
2026-07-21btrfs: raid56: fix scrub read assembly submitting no readsMykola Lysenko
2026-07-21btrfs: zoned: skip fully truncated ordered extents at zone finishJohannes Thumshirn
2026-07-21btrfs: initialize 'args' to avoid compiler warning in btrfs_ioctl_get_csums()Paul E. McKenney
2026-07-21btrfs: zoned: fix missing chunk metadata reservationGuanghui Yang
2026-07-21btrfs: raid56: fix an incorrect csum skip during scrubQu Wenruo
2026-07-21btrfs: report missing raid stripe tree root during lookupDongjiang Zhu
2026-07-21btrfs: skip global block reserve accounting for rescue mountsDongjiang Zhu
2026-07-21btrfs: zoned: reset meta_write_pointer on zone resetJohannes Thumshirn
2026-07-21btrfs: zoned: fix deadlock between metadata writeback and transaction commitJohannes Thumshirn
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