summary refs log tree commit diff
path: root/fs
AgeCommit message (Expand)Author
2021-07-13ksmbd: fix unused err value in smb2_lockNamjae Jeon
2021-07-13ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()Namjae Jeon
2021-07-13ksmbd: remove unneeded check_context_errNamjae Jeon
2021-07-10ksmbd: handle error cases first in smb2_create_sd_buffersHyunchul Lee
2021-07-10ksmbd: make smb2_find_context_vals return NULL if not foundHyunchul Lee
2021-07-10ksmbd: uninterruptible wait for a file being unlockedHyunchul Lee
2021-07-10ksmbd: free ksmbd_lock when file is closedHyunchul Lee
2021-07-10ksmbd: fix the running request count decrementHyunchul Lee
2021-07-10ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()Dan Carpenter
2021-07-10ksmbd: delete some stray tabsDan Carpenter
2021-07-09ksmbd: change data type of volatile/persistent id to u64Namjae Jeon
2021-07-08ksmbd: fix memory leak in smb_inherit_dacl()Namjae Jeon
2021-07-08ksmbd: fix memory leak smb2_populate_readdir_entry()Namjae Jeon
2021-07-08ksmbd: fix read on the uninitialized send_ctxNamjae Jeon
2021-07-08ksmbd: remove unneeded NULL check in for_each_netdevNamjae Jeon
2021-07-06ksmbd: Fix read on the uninitialized pointer sessColin Ian King
2021-07-05ksmbd: call mnt_user_ns once in a functionHyunchul Lee
2021-07-03ksmbd: fix kernel oops in ksmbd_rpc_ioctl/rap()Namjae Jeon
2021-07-02ksmbd: add user namespace supportHyunchul Lee
2021-07-02ksmbd: replace struct dentry with struct path in some function's argumentsHyunchul Lee
2021-06-30ksmbd: reorder and document on-disk and netlink structures in headersNamjae Jeon
2021-06-30ksmbd: change server config string index to enumerationNamjae Jeon
2021-06-30ksmbd: change server state type macro to enumerationNamjae Jeon
2021-06-30ksmbd: change sid types to enumerationNamjae Jeon
2021-06-30ksmbd: change ACE types to enumerationNamjae Jeon
2021-06-30ksmbd: remove SMB1 oplock level macrosNamjae Jeon
2021-06-29ksmbd: opencode to remove ATTR_FP macroNamjae Jeon
2021-06-29ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryNamjae Jeon
2021-06-29ksmbd: opencode to remove FP_INODE macroNamjae Jeon
2021-06-29ksmbd: fix dentry racy with rename()Namjae Jeon
2021-06-29ksmbd: Relax credit_charge check in smb2_validate_credit_charge()Marios Makassikis
2021-06-29ksmbd: allow PROTECTED_DACL_SECINFO and UNPROTECTED_DACL_SECINFO addition inf...Namjae Jeon
2021-06-29ksmbd: replace request and respone buffer macro with inline functionsNamjae Jeon
2021-06-29ksmbd: replace SMB_DIRECT_TRANS macro with inline functionNamjae Jeon
2021-06-29ksmbd: remove and replace macros with inline functions in smb_common.hHyunchul Lee
2021-06-29ksmbd: remove getting worker state macrosHyunchul Lee
2021-06-29ksmbd: replace PAYLOAD_HEAD with inline functionHyunchul Lee
2021-06-29ksmbd: replace KSMBD_ALIGN with kernel ALIGN macroHyunchul Lee
2021-06-29ksmbd: replace BUFFER_NR_PAGES with inline functionHyunchul Lee
2021-06-29ksmbd: remove macros in transport_ipc.cHyunchul Lee
2021-06-28ksmbd: set MAY_* flags together with open flagsHyunchul Lee
2021-06-28ksmbd: factor out a ksmbd_vfs_lock_parent helperHyunchul Lee
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon
2021-06-28ksmbd: use f_bsize in FS_SECTOR_SIZE_INFORMATIONNamjae Jeon
2021-06-28ksmbd: remove unneeded NULL check in the list iteratorNamjae Jeon
2021-06-28ksmbd: use f_bsize instead of q->limits.logical_block_sizeNamjae Jeon
2021-06-28ksmbd: change stream type macro to enumerationNamjae Jeon
2021-06-28ksmbd: opencode posix acl functions instead of wrappersNamjae Jeon
2021-06-28ksmbd: factor out a ksmbd_validate_entry_in_use helper from __ksmbd_vfs_renameNamjae Jeon
2021-06-28ksmbd: opencode to avoid trivial wrappersNamjae Jeon