summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
39 hoursnilfs2: reject invalid block index in GC ioctlRyusuke Konishi1-2/+19
39 hoursext4: propagate errors from fast commit range replayGuanghui Yang1-3/+7
39 hoursRevert "smb: client: use kvzalloc() for megabyte buffer in simple fallocate"Sasha Levin1-2/+2
39 hoursjfs: add check read-only before txBeginAnon() callVasiliy Kovalev1-0/+10
39 hoursjfs: add check read-only before truncation in jfs_truncate_nolock()Vasiliy Kovalev1-1/+1
39 hoursext4: don't enable DAX on new encrypted filesEric Biggers2-20/+24
8 daysiomap: adjust read range correctly for non-block-aligned positionsJoanne Koong1-6/+13
8 daysxfs: bounds-check buffer log item's dirty bitmapIbrahim Hashimov1-15/+38
8 daysxfs: fix ilock leak on error in xfs_dq_get_next_idLong Li1-1/+2
8 daysxfs: validate attr entry pointer before field accessHongling Zeng1-0/+14
8 daysext4: clear error before retrying inode xattr space fallbackGuanghui Yang1-0/+1
8 daysext4: stop retrying saturated xattr cache entriesMatthias Goergens1-2/+4
8 daysocfs2: fix missing metadata reservation for large xattrsIan Bridges1-6/+12
12 daysbinfmt_misc: use exe_file_deny_write_access() for the interpreter cloneChristian Brauner1-2/+8
12 daysbinfmt_misc: restore write access when removing an entryChristian Brauner1-1/+3
12 daysfs: don't block write during exec on pre-content watched filesAmir Goldstein3-7/+7
12 dayssuper: fix emergency thaw deadlock on frozen block devicesChristian Brauner1-4/+15
12 daysceph: fix hanging __ceph_get_caps() with stale mds_wantedMax Kellermann3-6/+22
12 daysceph: rename _to_client() to _to_fs_client()Xiubo Li11-91/+91
12 daysceph: avoid fs reclaim while using current->journal_infoMax Kellermann1-0/+11
12 daysovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee1-4/+10
12 dayssmb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover1-2/+2
12 days9p: skip nlink update in cacheless mode to fix WARN_ONBreno Leitao1-0/+9
12 daysjbd2: fix integer underflow in jbd2_journal_initialize_fast_commit()Junrui Luo1-0/+2
12 daysjbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar1-6/+2
12 daysVFS/audit: introduce kern_path_parent() for auditNeilBrown1-0/+42
12 daysf2fs: fix UAF issue in f2fs_merge_page_bio()Chao Yu1-1/+1
12 daysxfs: check v5 superblock features earlyChristoph Hellwig1-2/+2
12 daysceph: fix MDS random selection readiness predicateYiming Zhu1-1/+1
2026-08-19fscrypt: Replace mk_users keyring with simple listEric Biggers2-131/+113
2026-08-19NFS: Pin the 'struct nfs_server' during a FREE_STATEID callAnna Schumaker1-0/+5
2026-08-19nfs4: take a reference on the nfs_client when running FREE_STATEIDScott Mayhew1-0/+8
2026-08-19mount: honour SB_NOUSER in the new mount APIAl Viro1-0/+5
2026-08-19binfmt_misc: reject a flag character as the field delimiterChristian Brauner1-0/+4
2026-08-19smb: client: fix buffer leaks in SMB1 read and writeDawei Feng1-3/+9
2026-08-19proc: Fix broken error paths for namespace linksJann Horn1-1/+3
2026-08-19binfmt_elf_fdpic: only honour the first PT_INTERPChristian Brauner1-0/+4
2026-08-19ceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()Bryam Vargas1-0/+1
2026-08-19binfmt_misc: set have_execfd only once the interpreter is openedChristian Brauner1-3/+2
2026-08-19exec: fix unsigned loop counter wrap in transfer_args_to_stack()Christian Brauner1-1/+1
2026-08-19smb/client: handle overlapping allocated ranges in fallocateHuiwen He1-7/+18
2026-08-19btrfs: reject free space cache with more entries than pagesXiang Mei1-0/+3
2026-08-19btrfs: remove crc_check logic from free spaceNikolay Borisov2-33/+5
2026-07-24btrfs: do not trim a device which is not writeableQu Wenruo1-4/+8
2026-07-24hfs/hfsplus: fix u32 overflow in check_and_correct_requested_lengthTristan Madani2-2/+2
2026-07-24hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko12-151/+167
2026-07-24xfs: use null daddr for unset first bad log blockYousef Alhouseen1-2/+3
2026-07-24xfs: fix unreachable BIGTIME check in dquot flush validationAlexey Nepomnyashih1-8/+8
2026-07-24xfs: reflect sb features in xfs_mountDave Chinner8-2/+147
2026-07-24proc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn3-17/+42