summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
10 daysmm: refactor mm_access() to not return NULLLorenzo Stoakes1-12/+14
2026-07-24cifs: fix lock ordering while disabling multichannelShyam Prasad N1-9/+13
2026-07-24writeback: drop now-unnecessary rcu_barrier() in cgroup_writeback_umount()Baokun Li1-5/+0
2026-07-24writeback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara1-17/+19
2026-07-24btrfs: fix incorrect buffered IO fallback for append direct writesQu Wenruo1-1/+42
2026-07-24btrfs: fix false IO failure after falling back to buffered writeQu Wenruo3-8/+39
2026-07-24btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOCQu Wenruo4-34/+58
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-153/+171
2026-07-24proc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn3-19/+40
2026-07-24seqlock: Change do_task_stat() to use scoped_seqlock_read()Oleg Nesterov1-7/+2
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-21/+21
2026-07-24proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)1-22/+20
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/+29
2026-07-24writeback: Avoid contention on wb->list_lock when switching inodesJan Kara1-36/+63
2026-07-24ksmbd: track the connection owning a byte-range lockNamjae Jeon3-6/+17
2026-07-24ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang4-5/+69
2026-07-24ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+1
2026-07-24ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman2-1/+2
2026-07-24ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon1-3/+5
2026-07-24smb: move smb_version_values to common/smbglob.hZhangGuoDong6-70/+51
2026-07-24smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong3-31/+32
2026-07-24ksmbd: use opener credentials for FSCTL mutationsNamjae Jeon2-7/+16
2026-07-24smb: client: resolve SWN tcon from live registrationsMichael Bommarito2-54/+262
2026-07-24cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells13-35/+151
2026-07-24cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells3-0/+18
2026-07-24cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N1-8/+12
2026-07-24cifs: handle when server stops supporting multichannelShyam Prasad N6-11/+145
2026-07-24orangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas1-3/+4
2026-07-24ksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov1-1/+14
2026-07-24smb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover1-2/+2
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: add journal NULL check in ocfs2_checkpoint_inode()Joseph Qi1-0/+3
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-24ntfs3: fix out-of-bounds read in decompress_lzntTristan Madani1-1/+1
2026-07-24ntfs3: bound to_move in indx_insert_into_root before hdr_insert_headMichael Bommarito1-0/+16
2026-07-24ntfs3: cap RESTART_TABLE free-chain walker at rt->usedMichael Bommarito1-1/+12
2026-07-24fs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}Michael Bommarito1-0/+18
2026-07-24fs/ntfs3: add depth limit to indx_find_buffer to prevent stack overflowMichael Bommarito1-3/+12
2026-07-24fs/ntfs3: validate lcns_follow in log_replay conversionKonstantin Komarov1-3/+16
2026-07-24fs/ntfs3: bound attr_off in UpdateResidentValue against data_offKonstantin Komarov1-0/+11
2026-07-24fs/ntfs3: bound copy_lcns dp->page_lcns[] index in analysis passMichael Bommarito1-17/+29
2026-07-24fs/ntfs3: bound DeleteIndexEntryAllocation memmove lengthKonstantin Komarov1-1/+15