summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-07-02ksmbd: add user namespace supportHyunchul Lee11-178/+294
2021-07-02ksmbd: replace struct dentry with struct path in some function's argumentsHyunchul Lee3-25/+27
2021-06-30ksmbd: reorder and document on-disk and netlink structures in headersNamjae Jeon7-122/+269
2021-06-30ksmbd: change server config string index to enumerationNamjae Jeon1-3/+8
2021-06-30ksmbd: change server state type macro to enumerationNamjae Jeon1-4/+9
2021-06-30ksmbd: change sid types to enumerationNamjae Jeon1-9/+14
2021-06-30ksmbd: change ACE types to enumerationNamjae Jeon1-2/+7
2021-06-30ksmbd: remove SMB1 oplock level macrosNamjae Jeon2-7/+1
2021-06-29ksmbd: opencode to remove ATTR_FP macroNamjae Jeon2-6/+3
2021-06-29ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryNamjae Jeon4-4/+16
2021-06-29ksmbd: opencode to remove FP_INODE macroNamjae Jeon6-20/+19
2021-06-29ksmbd: fix dentry racy with rename()Namjae Jeon3-16/+18
2021-06-29ksmbd: Relax credit_charge check in smb2_validate_credit_charge()Marios Makassikis1-6/+4
2021-06-29ksmbd: allow PROTECTED_DACL_SECINFO and UNPROTECTED_DACL_SECINFO addition inf...Namjae Jeon1-3/+5
2021-06-29ksmbd: replace request and respone buffer macro with inline functionsNamjae Jeon3-28/+41
2021-06-29ksmbd: replace SMB_DIRECT_TRANS macro with inline functionNamjae Jeon1-8/+12
2021-06-29ksmbd: remove and replace macros with inline functions in smb_common.hHyunchul Lee4-15/+16
2021-06-29ksmbd: remove getting worker state macrosHyunchul Lee2-6/+2
2021-06-29ksmbd: replace PAYLOAD_HEAD with inline functionHyunchul Lee1-12/+15
2021-06-29ksmbd: replace KSMBD_ALIGN with kernel ALIGN macroHyunchul Lee1-21/+6
2021-06-29ksmbd: replace BUFFER_NR_PAGES with inline functionHyunchul Lee1-6/+8
2021-06-29ksmbd: remove macros in transport_ipc.cHyunchul Lee1-20/+15
2021-06-28ksmbd: set MAY_* flags together with open flagsHyunchul Lee3-45/+38
2021-06-28ksmbd: factor out a ksmbd_vfs_lock_parent helperHyunchul Lee1-63/+62
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon61-9/+9
2021-06-28ksmbd: use f_bsize in FS_SECTOR_SIZE_INFORMATIONNamjae Jeon3-47/+4
2021-06-28ksmbd: remove unneeded NULL check in the list iteratorNamjae Jeon2-10/+7
2021-06-28ksmbd: use f_bsize instead of q->limits.logical_block_sizeNamjae Jeon3-42/+7
2021-06-28ksmbd: change stream type macro to enumerationNamjae Jeon2-3/+8
2021-06-28ksmbd: opencode posix acl functions instead of wrappersNamjae Jeon5-48/+19
2021-06-28ksmbd: factor out a ksmbd_validate_entry_in_use helper from __ksmbd_vfs_renameNamjae Jeon1-15/+26
2021-06-28ksmbd: opencode to avoid trivial wrappersNamjae Jeon3-39/+14
2021-06-28ksmbd: remove ksmbd_err/infoNamjae Jeon18-307/+294
2021-06-22ksmbd: replace KSMBD_SHARE_CONFIG_PATH with inline functionNamjae Jeon2-8/+12
2021-06-22ksmbd: remove ____ksmbd_align in ksmbd_server.hNamjae Jeon1-21/+17
2021-06-22ksmbd: remove unneeded FIXME commentNamjae Jeon2-4/+0
2021-06-22ksmbd: fix overly long lineNamjae Jeon1-2/+4
2021-06-22ksmbd: use goto instead of duplicating the resoure cleanup in ksmbd_open_fdNamjae Jeon1-4/+7
2021-06-22ksmbd: use list_for_each_entry instead of list_for_eachNamjae Jeon3-16/+6
2021-06-22ksmbd: remove ksmbd_vfs_copy_file_rangeNamjae Jeon3-53/+4
2021-06-22ksmbd: initialize variables on the declarationNamjae Jeon1-6/+3
2021-06-22ksmbd: remove cache read/trans buffer supportNamjae Jeon22-355/+53
2021-06-19ksmbd: add support for SMB3 multichannelNamjae Jeon10-57/+220
2021-06-19ksmbd: fix kfree of uninitialized pointer oidColin Ian King1-1/+2
2021-06-09cifsd: append ksmbd prefix into names for asn1 decoderHyunchul Lee5-61/+52
2021-06-07cifsd: remove duplicated argumentWan Jiabing1-4/+4
2021-06-07cifsd: fix possible compile error for asn1.cHyunchul Lee1-3/+6
2021-06-07cifsd: set epoch in smb2_lease_break responseNamjae Jeon4-35/+102
2021-06-07cifsd: fix list_add double add BUG_ON trap in setup_async_work()Namjae Jeon1-3/+5
2021-06-01cifsd: fix additional warnings from checkpatch.pl --strictNamjae Jeon4-8/+6