summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-10-15ext4: fix checks for orphan inodesJan Kara5-9/+15
2025-10-15ksmbd: add max ip connections parameterNamjae Jeon4-13/+23
2025-10-15ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev1-1/+2
2025-10-15ksmbd: Fix race condition in RPC handle list accessYunseong Kim1-9/+17
2025-10-15fs: udf: fix OOB read in lengthAllocDescs handlingLarshin Sergey1-0/+3
2025-10-15Squashfs: fix uninit-value in squashfs_get_parentPhillip Lougher2-1/+8
2025-10-15smb: client: fix crypto buffers in non-linear memoryEnzo Matsumiya1-11/+6
2025-10-15ocfs2: fix double free in user_cluster_connect()Dan Carpenter1-0/+1
2025-10-15NFSv4.1: fix backchannel max_resp_sz verification checkAnthony Iliopoulos1-1/+1
2025-10-15f2fs: fix zero-sized extent for precache extentswangzijie1-3/+4
2025-10-15f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()Chao Yu1-20/+19
2025-10-15f2fs: fix to truncate first page in error path of f2fs_truncate()Chao Yu1-1/+9
2025-10-15f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()Chao Yu1-1/+1
2025-10-15fs/ntfs3: reject index allocation if $BITMAP is empty but blocks existMoon Hee Lee1-0/+10
2025-10-15fs: ntfs3: Fix integer overflow in run_unpack()Vitaly Grigoryev1-3/+9
2025-10-15f2fs: fix condition in __allow_reserved_blocks()Chao Yu1-3/+1
2025-10-15btrfs: return any hit error from extent_writepage_io()Qu Wenruo1-4/+5
2025-10-15smb: server: fix IRD/ORD negotiation with the clientStefan Metzmacher1-14/+85
2025-10-15gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmoteAndreas Gruenbacher1-2/+0
2025-10-12netfs: Prevent duplicate unlockingLizhi Xu1-1/+1
2025-10-12btrfs: ref-verify: handle damaged extent root treeDavid Sterba1-1/+8
2025-10-02mm/hugetlb: fix folio is still mapped when deletedJinjiang Tu1-4/+6
2025-10-02fs/proc/task_mmu: check p->vec_buf for NULLJakub Acs1-0/+3
2025-10-02afs: Fix potential null pointer dereference in afs_put_serverZhen Ni1-1/+2
2025-10-02smb: client: fix wrong index reference in smb2_compound_op()Sang-Heon Jeon1-1/+1
2025-10-02btrfs: don't allow adding block device of less than 1 MBMark Harmstone1-0/+5
2025-10-02smb: server: use disable_work_sync in transport_rdma.cStefan Metzmacher1-3/+3
2025-10-02smb: server: don't use delayed_work for post_recv_credits_workStefan Metzmacher1-10/+8
2025-09-25smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher1-1/+3
2025-09-25smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credi...Stefan Metzmacher1-0/+3
2025-09-25smb: client: fix filename matching of deferred filesPaulo Alcantara3-27/+21
2025-09-25btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo1-2/+2
2025-09-25nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*Nathan Chancellor2-6/+6
2025-09-25ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_sizeStefan Metzmacher1-1/+10
2025-09-25ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_da...Namjae Jeon1-8/+9
2025-09-25btrfs: fix invalid extref key setup when replaying dentryFilipe Manana1-1/+1
2025-09-19btrfs: fix corruption reading compressed range when block size is smaller tha...Qu Wenruo1-10/+30
2025-09-19btrfs: use readahead_expand() on compressed extentsBoris Burkov1-1/+33
2025-09-19ceph: fix race condition where r_parent becomes stale before sending messageAlex Markuze1-12/+69
2025-09-19ceph: fix race condition validating r_parent before applying stateAlex Markuze6-107/+145
2025-09-19kernfs: Fix UAF in polling when open file is releasedChen Ridong1-20/+38
2025-09-19fuse: prevent overflow in copy_file_range return valueMiklos Szeredi1-1/+1
2025-09-19fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi1-0/+3
2025-09-19fuse: do not allow mapping a non-regular backing fileAmir Goldstein1-0/+5
2025-09-19btrfs: fix subvolume deletion lockup caused by inodes xarray raceOmar Sandoval1-1/+11
2025-09-19btrfs: fix squota compressed stats leakBoris Burkov1-2/+4
2025-09-19ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely1-1/+9
2025-09-19proc: fix type confusion in pde_set_flags()wangzijie1-1/+2
2025-09-19NFSv4/flexfiles: Fix layout merge mirror check.Jonathan Curley1-1/+1
2025-09-19NFS: nfs_invalidate_folio() must observe the offset and size argumentsTrond Myklebust2-3/+5