summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-02netfs: fix reference leakMax Kellermann8-14/+47
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-02NFSv4.2: Protect copy offload and clone against 'eof page pollution'Trond Myklebust1-6/+13
2025-10-02NFS: Protect against 'eof page pollution'Trond Myklebust5-5/+54
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: fix file open check in __cifs_unlink()Paulo Alcantara1-2/+15
2025-09-25smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credi...Stefan Metzmacher1-0/+3
2025-09-25smb: client: use disable[_delayed]_work_sync in smbdirect.cStefan Metzmacher1-3/+3
2025-09-25smb: client: fix filename matching of deferred filesPaulo Alcantara3-27/+21
2025-09-25smb: client: let recv_done verify data_offset, data_length and remaining_data...Stefan Metzmacher1-1/+19
2025-09-25smb: client: make use of struct smbdirect_recv_ioStefan Metzmacher2-54/+41
2025-09-25smb: smbdirect: introduce struct smbdirect_recv_ioStefan Metzmacher1-0/+15
2025-09-25smb: client: make use of smbdirect_socket->recv_io.expectedStefan Metzmacher2-15/+14
2025-09-25smb: smbdirect: introduce smbdirect_socket.recv_io.expectedStefan Metzmacher1-0/+14
2025-09-25btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo1-2/+2
2025-09-25btrfs: initialize inode::file_extent_tree after i_mode has been setaustinchang2-9/+5
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-25smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGESStefan Metzmacher1-50/+107
2025-09-25btrfs: zoned: fix incorrect ASSERT in btrfs_zoned_reserve_data_reloc_bg()Johannes Thumshirn1-1/+1
2025-09-25btrfs: fix invalid extref key setup when replaying dentryFilipe Manana1-1/+1
2025-09-19erofs: fix runtime warning on truncate_folio_batch_exceptionals()Yuezhang Mo1-0/+12
2025-09-19erofs: fix invalid algorithm for encoded extentsGao Xiang1-30/+37
2025-09-19erofs: unify meta buffers in z_erofs_fill_inode()Gao Xiang1-13/+10
2025-09-19erofs: remove need_kmap in erofs_read_metabuf()Gao Xiang8-21/+22
2025-09-19erofs: get rid of {get,put}_page() for ztailpacking dataGao Xiang1-8/+6
2025-09-19fs/resctrl: Eliminate false positive lockdep warning when reading SNC countersReinette Chatre3-7/+5
2025-09-19ceph: fix crash after fscrypt_encrypt_pagecache_blocks() errorMax Kellermann1-2/+4
2025-09-19ceph: always call ceph_shift_unused_folios_left()Max Kellermann1-2/+1
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-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/+34
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-19smb: client: fix data loss due to broken rename(2)Paulo Alcantara8-72/+268
2025-09-19smb: client: fix compound alignment with encryptionPaulo Alcantara1-3/+25
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