summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-07-28isofs: validate directory records consistentlyYichong Chen4-10/+38
2026-07-28Merge tag 'for-7.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-39/+92
2026-07-28binfmt_misc: don't leak the user namespace when the mount failsChristian Brauner1-17/+15
2026-07-28binfmt_misc: reject a flag character as the field delimiterChristian Brauner1-0/+4
2026-07-28binfmt_misc: use exe_file_deny_write_access() for the interpreter cloneChristian Brauner1-2/+8
2026-07-28binfmt_misc: restore write access when removing an entryChristian Brauner1-1/+3
2026-07-28binfmt_misc: don't let an 'F' entry pin its own instanceChristian Brauner1-0/+4
2026-07-28netfs: Fix folio_queue ENOMEM in writeback by adding a mempoolDavid Howells7-31/+47
2026-07-28netfs: release readahead folios on iterator preparation failureYichong Chen1-1/+3
2026-07-28netfs: handle single writeback rolling buffer allocation failureYichong Chen1-1/+6
2026-07-28netfs: clear PG_private_2 on copy-to-cache append failureYichong Chen1-0/+1
2026-07-28writeback: Export __inode_attach_wb()Christian Brauner1-0/+1
2026-07-28fs/ntfs3: reject restart table growth beyond U16_MAX entriesWeiming Shi1-0/+3
2026-07-28fs/ntfs3: fix info-leak on partial LZNT decompress in ni_read_frame()Samuel Page1-0/+9
2026-07-28exfat: free new directory cluster if zeroing failsYichong Chen1-1/+7
2026-07-28afs: Fix UAF when sending a messageDavid Howells1-1/+2
2026-07-28afs: Fix afs_fs_fetch_data() to subtract transferred from lenDavid Howells1-1/+1
2026-07-28afs: Fix afs_fs_fetch_data() to set call->asyncDavid Howells1-0/+3
2026-07-27hfs: rework MDB locking schemeViacheslav Dubeyko3-23/+87
2026-07-27cifs: add fscache_resize_cookie() to cifs_setsize()Frank Sorenson1-0/+1
2026-07-28f2fs: fix dentry folio leak in find_in_levelGuanghui Yang1-0/+1
2026-07-27fs: hfsplus: remove redundant NULL check before kfree()Mohammad Shahid1-2/+1
2026-07-28f2fs: fix folio_nr_pages() race after put in large folio invalidateZhaoyang Huang1-1/+2
2026-07-28f2fs: fix to avoid potential section-unaligned pinfileChao Yu1-11/+17
2026-07-28f2fs: embed f2fs_gc_kthread in f2fs_sb_infoChao Yu7-70/+61
2026-07-28f2fs: quota: do not use GFP_NOFS in f2fs_quota_read()Chao Yu1-1/+1
2026-07-28f2fs: drop FGP_NOFS in f2fs_write_begin()Chao Yu1-1/+1
2026-07-27cifs: fix time_last_write stamp placement in setattr/truncate pathsFrank Sorenson1-4/+22
2026-07-27cifs: consolidate time_last_write stamp into _cifsFileInfo_put()Frank Sorenson2-66/+22
2026-07-27smb: client: simplify cifs_fscache_get_super_cookie()Dmitry Antipov1-5/+1
2026-07-27smb: client: free partially allocated transform folio queueYichong Chen1-1/+1
2026-07-27Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/s...Linus Torvalds2-6/+33
2026-07-27quota: remove CONFIG_PRINT_QUOTA_WARNING codeJiri Slaby (SUSE)2-89/+2
2026-07-27Merge tag 'erofs-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-32/+46
2026-07-27udf: Fix i_lenExtents truncation on 32-bit kernelsZhan Xusheng1-1/+1
2026-07-27fs: support FD_FAILFS_ROOT in fchroot()Christian Brauner1-15/+32
2026-07-27fs: add fchroot()Christian Brauner1-0/+29
2026-07-27fs: support FD_FAILFS_ROOT in fchdir()Christian Brauner3-1/+16
2026-07-27fs: add failfsChristian Brauner5-2/+162
2026-07-27fat: Fix persisting directory entries on fsync(2) of the root directoryChristian Brauner1-3/+8
2026-07-27fat: Propagate inode buffer write errors from fat_sync_inode_metadata()Christian Brauner1-1/+6
2026-07-27fat: Fix lost inode update in do_msdos_rename() with DIRSYNCChristian Brauner1-2/+2
2026-07-27isofs: release zisofs block pointer buffer headYichong Chen1-0/+1
2026-07-27vfs: Remove mmb_fsync()Jan Kara1-74/+0
2026-07-27fat: Replace fat_sync_inode() with sync_inode_metadata()Jan Kara7-50/+34
2026-07-27fat: Fix missed inode writeback during fsync(2)Jan Kara2-12/+45
2026-07-27ext4: Fix data integrity writeout issues in nojournal modeJan Kara4-54/+72
2026-07-27minix: Fix data integrity writeout issuesJan Kara4-27/+37
2026-07-27bfs: Fix data integrity writeout issuesJan Kara2-14/+25
2026-07-27udf: Fold udf_update_inode() into udf_write_inode()Jan Kara1-7/+1