summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-30ext4: export converted block count from ext4_convert_unwritten_extents()Zhang Yi
2026-07-30ext4: fix incorrect function call when initializing s_resgidJiazi Liu
2026-07-30ext4: validate EA inode i_nlink in ext4_xattr_inode_igetYun Zhou
2026-07-30udf: Fix data loss when converting inline inodes to out of lineJan Kara
2026-07-30udf: Move udf_map_block() upJan Kara
2026-07-30fs/namei.c: update kerneldoc of atomic_open()Jori Koolstra
2026-07-30vfs: call audit_inode_child() in lookup_open() on failureJori Koolstra
2026-07-30vfs: move create error && negative dentry case in lookup_open() upJori Koolstra
2026-07-30fanotify: stop permission watchdog when timeout is zeroYichong Chen
2026-07-30fs/ntfs3: Add basic support for alternative data streamsKonstantin Komarov
2026-07-30fs/ntfs3: Rename 'err' to 'ret' in read pathsKonstantin Komarov
2026-07-30fs/ntfs3: Fix memory leak in indx_find_sort()Konstantin Komarov
2026-07-29ext2: Simplify error handling of IO error when adding xattrJan Kara
2026-07-29fs/ntfs3: bound page_lcns[] index by the log recordKonstantin Komarov
2026-07-29fs/ntfs3: validate dirty page table on log replayXiang Mei
2026-07-29isofs: Drop support of directory entries straddling blocksJan Kara
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