summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2026-07-24smb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey1-1/+1
2026-07-24smb: client: Fix next buffer leak in receive_encrypted_standard()Haoxiang Li1-4/+6
2026-07-24smb: client: restrict implied bcc[0] exemption to responses without data areaShoichiro Miyamoto1-6/+26
2026-07-24cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya9-13/+11
2026-07-24smb2: small refactor in smb2_check_message()Enzo Matsumiya2-26/+34
2026-07-24cifs: remove check of list iterator against head past the loop bodyJakob Koschel1-7/+6
2026-07-24cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg12-466/+491
2026-07-24orangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas1-3/+4
2026-07-24ocfs2: reject non-inline dinodes with i_size and zero i_clustersMichael Bommarito1-0/+60
2026-07-24ocfs2: reject dinodes whose i_rdev disagrees with the file typeMichael Bommarito1-0/+55
2026-07-24ocfs2: reject dinodes with non-canonical i_mode typeMichael Bommarito1-2/+33
2026-07-24ocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_creditsIan Bridges1-1/+5
2026-07-24ocfs2: avoid moving extents to occupied clustersKyle Zeng1-1/+3
2026-07-24ocfs2: use kzalloc for quota recovery bitmap allocationTristan Madani1-1/+1
2026-07-24proc: only bump parent nlink when registering directoriesKrzysztof Wilczyński1-5/+4
2026-07-24lockd: Plug nlm_file refcount leak on cached nlm_do_fopen() failureChuck Lever1-0/+2
2026-07-24lockd: Plug nlm_file leak when nlm_do_fopen() failsChuck Lever1-1/+1
2026-07-24smb: client: fix overflow in passthrough ioctl bounds checkGuangshuo Li1-2/+2
2026-07-24afs: Fix unchecked-length string display in debug statementDavid Howells1-1/+5
2026-07-24afs: Fix vllist leakDavid Howells1-0/+2
2026-07-24afs: Fix callback service message parsers to pass through -EAGAINDavid Howells1-2/+0
2026-07-24afs: Fix error code in afs_extract_vl_addrs()Dan Carpenter1-1/+3
2026-07-24smb/client: preserve errors from smb2_set_sparse()Huiwen He1-15/+15
2026-07-24NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS in pg_get_mirror_count_writeMike Snitzer2-0/+29
2026-07-24NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS on fatal DS connect errorsMike Snitzer1-0/+16
2026-07-24NFSv4/pnfs: defer return_range callbacks until after inode unlockDai Ngo2-6/+7
2026-07-24pNFS/filelayout: fix cheking if a layout is stripedSagi Grimberg1-0/+2
2026-07-24ocfs2: fix circular locking dependency in ocfs2_dio_end_io_writeAleksandr Nogikh1-4/+9
2026-07-24fs: efs: remove unneeded debug printsMaxwell Doose1-18/+3
2026-07-24btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()Filipe Manana1-2/+3
2026-07-24configfs: fix lockless traversals of ->s_childrenAl Viro1-13/+41
2026-07-24ocfs2: fix race between ocfs2_control_install_private() and ocfs2_control_rel...Joseph Qi1-7/+3
2026-07-24ocfs2/dlm: require a ref for locking_state debugfs openZhang Cen1-4/+12
2026-07-24ocfs2: reject FITRIM ranges shorter than a clusterZhang Cen1-1/+1
2026-07-24ocfs2: fix buffer head management in ocfs2_read_blocks()Dmitry Antipov1-3/+4
2026-07-24ocfs2: rebase copied fsdlm LVB pointers in locking_stateZhang Cen1-0/+17
2026-07-24ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writebackZhang Yi1-3/+9