summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-05ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon
2024-01-05fs: cifs: Fix atime update checkZizhi Wo
2024-01-05client: convert to new timestamp accessorsJeff Layton
2024-01-05fs: new accessor methods for atime and mtimeJeff Layton
2024-01-05ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon
2024-01-05ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon
2024-01-05ksmbd: send v2 lease break notification for directoryNamjae Jeon
2024-01-05ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon
2024-01-05ksmbd: set v2 lease capabilityNamjae Jeon
2024-01-05ksmbd: set epoch in create context v2 leaseNamjae Jeon
2024-01-05ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon
2024-01-05ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon
2024-01-05ksmbd: release interim response after sending status pending responseNamjae Jeon
2024-01-05ksmbd: move oplock handling after unlock parent dirNamjae Jeon
2024-01-05ksmbd: separately allocate ci per dentryNamjae Jeon
2024-01-05ksmbd: prevent memory leak on error returnZongmin Zhou
2024-01-05ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon
2024-01-05ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon
2024-01-05ksmbd: add support for surrogate pair conversionNamjae Jeon
2024-01-05ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang
2024-01-05ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon
2024-01-05ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon
2024-01-05ksmbd: Remove unused field in ksmbd_user structCheng-Han Wu
2024-01-01smb: client: fix OOB in smbCalcSize()Paulo Alcantara
2024-01-01smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara
2024-01-01smb: client: fix potential OOB in cifs_dump_detail()Paulo Alcantara
2024-01-01smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara
2024-01-01nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown
2024-01-01afs: Fix use-after-free due to get/remove race in volume treeDavid Howells
2024-01-01afs: Fix overwriting of result of DNS queryDavid Howells
2024-01-01afs: Fix dynamic root lookup DNS checkDavid Howells
2024-01-01afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells
2024-01-01btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov
2024-01-01btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()Qu Wenruo
2024-01-01btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()Qu Wenruo
2023-12-20smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara
2023-12-20smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara
2023-12-20smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara
2023-12-20smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara
2023-12-20btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov
2023-12-20btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov
2023-12-20btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov
2023-12-20ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li
2023-12-20btrfs: do not allow non subvolume root targets for snapshotJosef Bacik
2023-12-20smb: client: set correct file type from NFS reparse pointsPaulo Alcantara
2023-12-20smb: client: introduce ->parse_reparse_point()Paulo Alcantara
2023-12-20smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara
2023-12-20eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)
2023-12-20ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon
2023-12-20fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua