summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-05ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-3/+12
2024-01-05fs: cifs: Fix atime update checkZizhi Wo1-1/+1
2024-01-05client: convert to new timestamp accessorsJeff Layton4-22/+25
2024-01-05fs: new accessor methods for atime and mtimeJeff Layton1-11/+30
2024-01-05ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon1-5/+5
2024-01-05ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon4-2/+48
2024-01-05ksmbd: send v2 lease break notification for directoryNamjae Jeon6-6/+77
2024-01-05ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon3-7/+12
2024-01-05ksmbd: set v2 lease capabilityNamjae Jeon2-7/+6
2024-01-05ksmbd: set epoch in create context v2 leaseNamjae Jeon2-1/+5
2024-01-05ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon1-1/+0
2024-01-05ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon1-5/+2
2024-01-05ksmbd: release interim response after sending status pending responseNamjae Jeon2-1/+5
2024-01-05ksmbd: move oplock handling after unlock parent dirNamjae Jeon1-56/+65
2024-01-05ksmbd: separately allocate ci per dentryNamjae Jeon4-25/+18
2024-01-05ksmbd: prevent memory leak on error returnZongmin Zhou1-2/+5
2024-01-05ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon1-3/+4
2024-01-05ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon1-16/+0
2024-01-05ksmbd: add support for surrogate pair conversionNamjae Jeon1-49/+138
2024-01-05ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang1-10/+30
2024-01-05ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon1-1/+1
2024-01-05ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon1-21/+22
2024-01-05ksmbd: Remove unused field in ksmbd_user structCheng-Han Wu1-1/+0
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