summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifsd: check return value of ksmbd_vfs_getcasexattr() correctlyYang Yingliang2021-06-011-8/+4
* cifsd: fix memleak in ksmbd_vfs_stream_read()Yang Yingliang2021-05-311-0/+1
* cifsd: fix memleak in ksmbd_vfs_stream_write()Yang Yingliang2021-05-311-0/+1
* cifsd: make alignment match open parenthesisHyunchul Lee2021-05-317-20/+21
* cifsd: enclose macro variables in parenthesisHyunchul Lee2021-05-311-8/+8
* cifsd: fix Control flow issues in ksmbd_build_ntlmssp_challenge_blob()Namjae Jeon2021-05-291-2/+2
* cifsd: lookup a file with LOOKUP_FOLLOW only if 'follow symlinks = yes'Hyunchul Lee2021-05-262-5/+25
* cifsd: Prefer kernel type 'u16' over 'uint16_t'Namjae Jeon2021-05-263-4/+4
* cifsd: remove unnecessary parentheses aroundNamjae Jeon2021-05-261-1/+1
* cifsd: Alignment should match open parenthesisNamjae Jeon2021-05-2632-1071/+1021
* cifsd: Blank lines aren't necessary after an open brace '{'Namjae Jeon2021-05-261-1/+0
* cifsd: No space is necessary after a castNamjae Jeon2021-05-261-1/+1
* cifsd: don't use multiple blank linesNamjae Jeon2021-05-262-3/+0
* cifsd: spaces preferred around that '/'Namjae Jeon2021-05-261-1/+1
* cifsd: braces {} should be used on all arms of this statementNamjae Jeon2021-05-262-6/+6
* cifsd: add the check to prevent potential overflow with smb_strtoUTF16() and ...Namjae Jeon2021-05-261-19/+31
* cifsd: alignment match open parenthesisNamjae Jeon2021-05-261-2/+2
* cifsd: return -ENOMEM about error from ksmbd_crypto_ctx_find_xxx callsNamjae Jeon2021-05-261-28/+28
* cifsd: simplify error handling in ksmbd_gen_preauth_integrity_hash()Namjae Jeon2021-05-261-8/+7
* cifsd: call kzalloc() directly instead of wrapperNamjae Jeon2021-05-261-7/+2
* cifsd: add default case in switch statment in alloc_shash_desc()Namjae Jeon2021-05-261-0/+2
* cifsd: change success handling to failure handlingNamjae Jeon2021-05-261-1/+5
* cifsd: fix wrong return value in ksmbd_crypt_message()Namjae Jeon2021-05-261-1/+1