summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
6 daysiomap: adjust read range correctly for non-block-aligned positionsJoanne Koong1-6/+13
6 daysxfs: bounds-check buffer log item's dirty bitmapIbrahim Hashimov1-15/+38
6 daysxfs: fix ilock leak on error in xfs_dq_get_next_idLong Li1-1/+2
6 daysxfs: validate attr entry pointer before field accessHongling Zeng1-0/+14
6 daysext4: clear error before retrying inode xattr space fallbackGuanghui Yang1-0/+1
6 daysext4: stop retrying saturated xattr cache entriesMatthias Goergens1-2/+4
6 daysocfs2: fix missing metadata reservation for large xattrsIan Bridges1-6/+12
10 daysbinfmt_misc: use exe_file_deny_write_access() for the interpreter cloneChristian Brauner1-2/+8
10 daysbinfmt_misc: restore write access when removing an entryChristian Brauner1-1/+3
10 daysfs: don't block write during exec on pre-content watched filesAmir Goldstein3-7/+7
10 dayssuper: fix emergency thaw deadlock on frozen block devicesChristian Brauner1-4/+15
10 daysceph: fix hanging __ceph_get_caps() with stale mds_wantedMax Kellermann3-6/+22
10 daysceph: rename _to_client() to _to_fs_client()Xiubo Li11-91/+91
10 daysceph: avoid fs reclaim while using current->journal_infoMax Kellermann1-0/+11
10 daysovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee1-4/+10
10 dayssmb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover1-2/+2
10 days9p: skip nlink update in cacheless mode to fix WARN_ONBreno Leitao1-0/+9
10 daysjbd2: fix integer underflow in jbd2_journal_initialize_fast_commit()Junrui Luo1-0/+2
10 daysjbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar1-6/+2
10 daysVFS/audit: introduce kern_path_parent() for auditNeilBrown1-0/+42
10 daysf2fs: fix UAF issue in f2fs_merge_page_bio()Chao Yu1-1/+1
10 daysxfs: check v5 superblock features earlyChristoph Hellwig1-2/+2
10 daysceph: fix MDS random selection readiness predicateYiming Zhu1-1/+1
14 daysfscrypt: Replace mk_users keyring with simple listEric Biggers2-131/+113
14 daysNFS: Pin the 'struct nfs_server' during a FREE_STATEID callAnna Schumaker1-0/+5
14 daysnfs4: take a reference on the nfs_client when running FREE_STATEIDScott Mayhew1-0/+8
14 daysmount: honour SB_NOUSER in the new mount APIAl Viro1-0/+5
14 daysbinfmt_misc: reject a flag character as the field delimiterChristian Brauner1-0/+4
14 dayssmb: client: fix buffer leaks in SMB1 read and writeDawei Feng1-3/+9
14 daysproc: Fix broken error paths for namespace linksJann Horn1-1/+3
14 daysbinfmt_elf_fdpic: only honour the first PT_INTERPChristian Brauner1-0/+4
14 daysceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()Bryam Vargas1-0/+1
14 daysbinfmt_misc: set have_execfd only once the interpreter is openedChristian Brauner1-3/+2
14 daysexec: fix unsigned loop counter wrap in transfer_args_to_stack()Christian Brauner1-1/+1
14 dayssmb/client: handle overlapping allocated ranges in fallocateHuiwen He1-7/+18
14 daysbtrfs: reject free space cache with more entries than pagesXiang Mei1-0/+3
14 daysbtrfs: 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
2026-07-24proc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn3-89/+59
2026-07-24proc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig5-17/+17
2026-07-24proc: use generic setattr() for /proc/$PID/netThomas Weißschuh1-0/+1
2026-07-24writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs()Baokun Li1-2/+18
2026-07-24smb: client: harden POSIX SID length parsingZihan Xi1-1/+1
2026-07-24smb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3