summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: replace struct dentry with struct path in some function's argumentsHyunchul Lee2021-07-023-25/+27
* ksmbd: reorder and document on-disk and netlink structures in headersNamjae Jeon2021-06-307-122/+269
* ksmbd: change server config string index to enumerationNamjae Jeon2021-06-301-3/+8
* ksmbd: change server state type macro to enumerationNamjae Jeon2021-06-301-4/+9
* ksmbd: change sid types to enumerationNamjae Jeon2021-06-301-9/+14
* ksmbd: change ACE types to enumerationNamjae Jeon2021-06-301-2/+7
* ksmbd: remove SMB1 oplock level macrosNamjae Jeon2021-06-302-7/+1
* ksmbd: opencode to remove ATTR_FP macroNamjae Jeon2021-06-292-6/+3
* ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryNamjae Jeon2021-06-294-4/+16
* ksmbd: opencode to remove FP_INODE macroNamjae Jeon2021-06-296-20/+19
* ksmbd: fix dentry racy with rename()Namjae Jeon2021-06-293-16/+18
* ksmbd: Relax credit_charge check in smb2_validate_credit_charge()Marios Makassikis2021-06-291-6/+4
* ksmbd: allow PROTECTED_DACL_SECINFO and UNPROTECTED_DACL_SECINFO addition inf...Namjae Jeon2021-06-291-3/+5
* ksmbd: replace request and respone buffer macro with inline functionsNamjae Jeon2021-06-293-28/+41
* ksmbd: replace SMB_DIRECT_TRANS macro with inline functionNamjae Jeon2021-06-291-8/+12
* ksmbd: remove and replace macros with inline functions in smb_common.hHyunchul Lee2021-06-294-15/+16
* ksmbd: remove getting worker state macrosHyunchul Lee2021-06-292-6/+2
* ksmbd: replace PAYLOAD_HEAD with inline functionHyunchul Lee2021-06-291-12/+15
* ksmbd: replace KSMBD_ALIGN with kernel ALIGN macroHyunchul Lee2021-06-291-21/+6
* ksmbd: replace BUFFER_NR_PAGES with inline functionHyunchul Lee2021-06-291-6/+8
* ksmbd: remove macros in transport_ipc.cHyunchul Lee2021-06-291-20/+15
* ksmbd: set MAY_* flags together with open flagsHyunchul Lee2021-06-283-45/+38
* ksmbd: factor out a ksmbd_vfs_lock_parent helperHyunchul Lee2021-06-281-63/+62
* ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2021-06-2861-9/+9
* ksmbd: use f_bsize in FS_SECTOR_SIZE_INFORMATIONNamjae Jeon2021-06-283-47/+4
* ksmbd: remove unneeded NULL check in the list iteratorNamjae Jeon2021-06-282-10/+7
* ksmbd: use f_bsize instead of q->limits.logical_block_sizeNamjae Jeon2021-06-283-42/+7
* ksmbd: change stream type macro to enumerationNamjae Jeon2021-06-282-3/+8
* ksmbd: opencode posix acl functions instead of wrappersNamjae Jeon2021-06-285-48/+19
* ksmbd: factor out a ksmbd_validate_entry_in_use helper from __ksmbd_vfs_renameNamjae Jeon2021-06-281-15/+26
* ksmbd: opencode to avoid trivial wrappersNamjae Jeon2021-06-283-39/+14
* ksmbd: remove ksmbd_err/infoNamjae Jeon2021-06-2818-307/+294
* ksmbd: replace KSMBD_SHARE_CONFIG_PATH with inline functionNamjae Jeon2021-06-222-8/+12
* ksmbd: remove ____ksmbd_align in ksmbd_server.hNamjae Jeon2021-06-221-21/+17
* ksmbd: remove unneeded FIXME commentNamjae Jeon2021-06-222-4/+0
* ksmbd: fix overly long lineNamjae Jeon2021-06-221-2/+4
* ksmbd: use goto instead of duplicating the resoure cleanup in ksmbd_open_fdNamjae Jeon2021-06-221-4/+7
* ksmbd: use list_for_each_entry instead of list_for_eachNamjae Jeon2021-06-223-16/+6
* ksmbd: remove ksmbd_vfs_copy_file_rangeNamjae Jeon2021-06-223-53/+4
* ksmbd: initialize variables on the declarationNamjae Jeon2021-06-221-6/+3
* ksmbd: remove cache read/trans buffer supportNamjae Jeon2021-06-2222-355/+53
* ksmbd: add support for SMB3 multichannelNamjae Jeon2021-06-1910-57/+220
* ksmbd: fix kfree of uninitialized pointer oidColin Ian King2021-06-191-1/+2
* cifsd: append ksmbd prefix into names for asn1 decoderHyunchul Lee2021-06-095-61/+52
* cifsd: remove duplicated argumentWan Jiabing2021-06-071-4/+4
* cifsd: fix possible compile error for asn1.cHyunchul Lee2021-06-071-3/+6
* cifsd: set epoch in smb2_lease_break responseNamjae Jeon2021-06-074-35/+102
* cifsd: fix list_add double add BUG_ON trap in setup_async_work()Namjae Jeon2021-06-071-3/+5
* cifsd: fix additional warnings from checkpatch.pl --strictNamjae Jeon2021-06-014-8/+6
* cifsd: fix potential read overflow in ksmbd_vfs_stream_read()Namjae Jeon2021-06-011-1/+11