summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
9 daysfsverity: Fix silent truncation in bpf_get_fsverity_digest()Eric Biggers1-4/+5
9 daysfsverity: Fix bpf_get_fsverity_digest() dynptr assumptionsEric Biggers1-4/+6
9 daysfscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()Zhan Xusheng1-1/+1
9 dayseventfs: Fix use-after-free in eventfs_remove_rec()Shuangpeng Bai1-2/+2
9 dayssmb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai1-1/+1
9 daysbinfmt_misc: don't warn when the mount is completed from another user namespaceChristian Brauner1-1/+2
9 daysovl: don't warn when the mount is completed from another user namespaceChristian Brauner1-1/+2
9 daysbtrfs: fix memory leak in btrfs_do_encoded_write()Dmitry Antipov1-0/+1
9 daysxfs: handle NULL b_addr in xfs_buf_freeYun Zhou1-1/+1
9 daysNFS: Pin the 'struct nfs_server' during a FREE_STATEID callAnna Schumaker1-0/+5
9 daysmount: honour SB_NOUSER in the new mount APIAl Viro1-0/+5
2026-08-09fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptesKiryl Shutsemau (Meta)1-0/+13
2026-08-09cifs: add fscache_resize_cookie() to cifs_setsize()Frank Sorenson1-0/+1
2026-08-09binfmt_misc: don't let an 'F' entry pin its own instanceChristian Brauner1-0/+4
2026-08-09binfmt_misc: reject a flag character as the field delimiterChristian Brauner1-0/+4
2026-08-09binfmt_misc: use exe_file_deny_write_access() for the interpreter cloneChristian Brauner1-2/+8
2026-08-09binfmt_misc: restore write access when removing an entryChristian Brauner1-1/+3
2026-08-09ksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon3-15/+37
2026-08-09afs: Fix UAF when sending a messageDavid Howells1-1/+2
2026-08-09afs: Fix afs_fs_fetch_data() to subtract transferred from lenDavid Howells1-1/+1
2026-08-09afs: Fix afs_fs_fetch_data() to set call->asyncDavid Howells1-0/+3
2026-08-09fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holesKiryl Shutsemau (Meta)1-2/+18
2026-08-09erofs: cap LZMA stream pool sizeMichael Bommarito2-1/+16
2026-08-09iomap: add a separate bio_set for iomap_split_ioendChristoph Hellwig1-2/+19
2026-08-09ksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon1-0/+2
2026-08-09ksmbd: return success for deferred final closeNamjae Jeon1-1/+3
2026-08-09netfs: release readahead folios on iterator preparation failureYichong Chen1-1/+3
2026-08-09netfs: handle single writeback rolling buffer allocation failureYichong Chen1-1/+6
2026-08-09netfs: clear PG_private_2 on copy-to-cache append failureYichong Chen1-0/+1
2026-08-09smb: client: fix buffer leaks in SMB1 read and writeDawei Feng1-3/+9
2026-08-09btrfs: raid56: fix an incorrect csum skip during scrubQu Wenruo1-1/+3
2026-08-09btrfs: zoned: reset meta_write_pointer on zone resetJohannes Thumshirn1-0/+11
2026-08-09btrfs: zoned: fix deadlock between metadata writeback and transaction commitJohannes Thumshirn1-1/+5
2026-08-09btrfs: fix leaking BTRFS_FS_STATE_REMOUNTING flagQu Wenruo1-3/+5
2026-08-03fs/resctrl: Fix use-after-free during unmountTony Luck1-2/+16
2026-08-03fs/resctrl: Move RMID initialization to first mountTony Luck3-29/+34
2026-08-03fs/resctrl: Move allocation/free of closid_num_dirty_rmid[]Tony Luck1-28/+51
2026-08-03x86,fs/resctrl: Rename some L3 specific functionsTony Luck3-19/+19
2026-08-03x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domainTony Luck4-56/+56
2026-08-03fs/resctrl: Split L3 dependent parts out of __mon_event_count()Tony Luck1-1/+12
2026-08-03ovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee1-2/+10
2026-08-03SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever1-1/+7
2026-08-03NFSD: pass nfsd_file to nfsd_iter_read()Mike Snitzer3-8/+9
2026-08-03xfs: don't replace the wrong part of the cow forkDarrick J. Wong2-83/+148
2026-08-03fuse-uring: fix race between registration and connection abortionJoanne Koong1-6/+16
2026-08-03fscrypt: Avoid dynamic allocation in fscrypt_get_devices()Eric Biggers2-48/+34
2026-08-03ksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon1-3/+10
2026-08-03ksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon1-6/+10
2026-08-03ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan1-1/+6
2026-08-03ksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li1-1/+7