summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-29exfat: clean up new entry on add entry failureYichong Chen
2026-07-28fs,fsverity: remove check for fsverity being enabled in setattr_prepare()Andrey Albershteyn
2026-07-28fscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()Zhan Xusheng
2026-07-28nilfs2: fix BUG in nilfs_copy_dirty_pages() on dirty state mismatchRyusuke Konishi
2026-07-28nilfs2: prevent out-of-bounds read in super root block parsingDavid Lee
2026-07-28nilfs2: fix infinite loop in nilfs_clean_segments()Joshua Crofts
2026-07-28nilfs2: fix slab-out-of-bounds in nilfs_direct_propagate after truncationRyusuke Konishi
2026-07-28isofs: validate directory records consistentlyYichong Chen
2026-07-28Merge tag 'for-7.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-07-28binfmt_misc: don't leak the user namespace when the mount failsChristian Brauner
2026-07-28binfmt_misc: reject a flag character as the field delimiterChristian Brauner
2026-07-28binfmt_misc: use exe_file_deny_write_access() for the interpreter cloneChristian Brauner
2026-07-28binfmt_misc: restore write access when removing an entryChristian Brauner
2026-07-28binfmt_misc: don't let an 'F' entry pin its own instanceChristian Brauner
2026-07-28netfs: Fix folio_queue ENOMEM in writeback by adding a mempoolDavid Howells
2026-07-28netfs: release readahead folios on iterator preparation failureYichong Chen
2026-07-28netfs: handle single writeback rolling buffer allocation failureYichong Chen
2026-07-28netfs: clear PG_private_2 on copy-to-cache append failureYichong Chen
2026-07-28writeback: Export __inode_attach_wb()Christian Brauner
2026-07-28fs/ntfs3: reject restart table growth beyond U16_MAX entriesWeiming Shi
2026-07-28fs/ntfs3: fix info-leak on partial LZNT decompress in ni_read_frame()Samuel Page
2026-07-28exfat: free new directory cluster if zeroing failsYichong Chen
2026-07-28afs: Fix UAF when sending a messageDavid Howells
2026-07-28afs: Fix afs_fs_fetch_data() to subtract transferred from lenDavid Howells
2026-07-28afs: Fix afs_fs_fetch_data() to set call->asyncDavid Howells
2026-07-27hfs: rework MDB locking schemeViacheslav Dubeyko
2026-07-27cifs: add fscache_resize_cookie() to cifs_setsize()Frank Sorenson
2026-07-28f2fs: fix dentry folio leak in find_in_levelGuanghui Yang
2026-07-27fs: hfsplus: remove redundant NULL check before kfree()Mohammad Shahid
2026-07-28f2fs: fix folio_nr_pages() race after put in large folio invalidateZhaoyang Huang
2026-07-28f2fs: fix to avoid potential section-unaligned pinfileChao Yu
2026-07-28f2fs: embed f2fs_gc_kthread in f2fs_sb_infoChao Yu
2026-07-28f2fs: quota: do not use GFP_NOFS in f2fs_quota_read()Chao Yu
2026-07-28f2fs: drop FGP_NOFS in f2fs_write_begin()Chao Yu
2026-07-27cifs: fix time_last_write stamp placement in setattr/truncate pathsFrank Sorenson
2026-07-27cifs: consolidate time_last_write stamp into _cifsFileInfo_put()Frank Sorenson
2026-07-27smb: client: simplify cifs_fscache_get_super_cookie()Dmitry Antipov
2026-07-27smb: client: free partially allocated transform folio queueYichong Chen
2026-07-27Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-27quota: remove CONFIG_PRINT_QUOTA_WARNING codeJiri Slaby (SUSE)
2026-07-27Merge tag 'erofs-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-07-27udf: Fix i_lenExtents truncation on 32-bit kernelsZhan Xusheng
2026-07-27fs: support FD_FAILFS_ROOT in fchroot()Christian Brauner
2026-07-27fs: add fchroot()Christian Brauner
2026-07-27fs: support FD_FAILFS_ROOT in fchdir()Christian Brauner
2026-07-27fs: add failfsChristian Brauner
2026-07-27fat: Fix persisting directory entries on fsync(2) of the root directoryChristian Brauner
2026-07-27fat: Propagate inode buffer write errors from fat_sync_inode_metadata()Christian Brauner
2026-07-27fat: Fix lost inode update in do_msdos_rename() with DIRSYNCChristian Brauner
2026-07-27isofs: release zisofs block pointer buffer headYichong Chen