summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-01smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2024-01-01smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara1-7/+22
2024-01-01smb: client: fix potential OOB in cifs_dump_detail()Paulo Alcantara1-5/+7
2024-01-01smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara3-9/+20
2024-01-01nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown3-3/+9
2024-01-01afs: Fix use-after-free due to get/remove race in volume treeDavid Howells2-3/+25
2024-01-01afs: Fix overwriting of result of DNS queryDavid Howells1-2/+4
2024-01-01afs: Fix dynamic root lookup DNS checkDavid Howells1-2/+16
2024-01-01afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells1-12/+1
2024-01-01btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov4-4/+34
2024-01-01btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()Qu Wenruo1-22/+10
2024-01-01btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()Qu Wenruo2-32/+38
2023-12-20smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara1-10/+16
2023-12-20smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2023-12-20smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara3-47/+75
2023-12-20smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara1-6/+8
2023-12-20btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov1-1/+2
2023-12-20btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov6-25/+31
2023-12-20btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov1-1/+3
2023-12-20ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li1-0/+4
2023-12-20btrfs: do not allow non subvolume root targets for snapshotJosef Bacik1-0/+9
2023-12-20smb: client: set correct file type from NFS reparse pointsPaulo Alcantara8-61/+116
2023-12-20smb: client: introduce ->parse_reparse_point()Paulo Alcantara4-42/+56
2023-12-20smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara5-175/+113
2023-12-20eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)1-9/+4
2023-12-20ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2023-12-20fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua1-0/+1
2023-12-20fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein1-0/+2
2023-12-20fuse: share lookup state between submount and its parentKrister Johansen2-3/+87
2023-12-20fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli3-8/+8
2023-12-20cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe4-16/+1
2023-12-20afs: Fix refcount underflow from error handling raceDavid Howells1-1/+1
2023-12-20ksmbd: fix memory leak in smb2_lock()Zizhi Wo1-0/+1
2023-12-20ext4: fix warning in ext4_dio_write_end_io()Jan Kara1-6/+8
2023-12-13cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells1-11/+57
2023-12-13cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells1-3/+99
2023-12-13smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara1-0/+2
2023-12-13cifs: Fix non-availability of dedup breaking generic/304David Howells1-1/+3
2023-12-13nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi1-7/+35
2023-12-13nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi1-1/+5
2023-12-08btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba1-0/+1
2023-12-08btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo1-3/+8
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana1-3/+4
2023-12-08btrfs: send: ensure send_fd is writableJann Horn1-1/+1
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana1-1/+1
2023-12-08btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel1-0/+2
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2-1/+5
2023-12-08ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)1-1/+0
2023-12-08ksmbd: fix possible deadlock in smb2_openNamjae Jeon5-59/+75
2023-12-08smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara1-0/+2