summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon63-15/+15
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
2021-06-01cifsd: fix potential read overflow in ksmbd_vfs_stream_read()Namjae Jeon1-1/+11
2021-06-01cifsd: check return value of ksmbd_vfs_getcasexattr() correctlyYang Yingliang1-8/+4
2021-05-31cifsd: fix memleak in ksmbd_vfs_stream_read()Yang Yingliang1-0/+1
2021-05-31cifsd: fix memleak in ksmbd_vfs_stream_write()Yang Yingliang1-0/+1
2021-05-31cifsd: make alignment match open parenthesisHyunchul Lee7-20/+21
2021-05-31cifsd: enclose macro variables in parenthesisHyunchul Lee1-8/+8
2021-05-29cifsd: fix Control flow issues in ksmbd_build_ntlmssp_challenge_blob()Namjae Jeon1-2/+2
2021-05-26cifsd: lookup a file with LOOKUP_FOLLOW only if 'follow symlinks = yes'Hyunchul Lee2-5/+25
2021-05-26cifsd: Prefer kernel type 'u16' over 'uint16_t'Namjae Jeon3-4/+4
2021-05-26cifsd: remove unnecessary parentheses aroundNamjae Jeon1-1/+1
2021-05-26cifsd: Alignment should match open parenthesisNamjae Jeon32-1071/+1021
2021-05-26cifsd: Blank lines aren't necessary after an open brace '{'Namjae Jeon1-1/+0
2021-05-26cifsd: No space is necessary after a castNamjae Jeon1-1/+1
2021-05-26cifsd: don't use multiple blank linesNamjae Jeon2-3/+0
2021-05-26cifsd: spaces preferred around that '/'Namjae Jeon1-1/+1
2021-05-26cifsd: braces {} should be used on all arms of this statementNamjae Jeon2-6/+6
2021-05-26cifsd: add the check to prevent potential overflow with smb_strtoUTF16() and ...Namjae Jeon1-19/+31
2021-05-26cifsd: alignment match open parenthesisNamjae Jeon1-2/+2
2021-05-26cifsd: return -ENOMEM about error from ksmbd_crypto_ctx_find_xxx callsNamjae Jeon1-28/+28
2021-05-26cifsd: simplify error handling in ksmbd_gen_preauth_integrity_hash()Namjae Jeon1-8/+7
2021-05-26cifsd: call kzalloc() directly instead of wrapperNamjae Jeon1-7/+2
2021-05-26cifsd: add default case in switch statment in alloc_shash_desc()Namjae Jeon1-0/+2
2021-05-26cifsd: change success handling to failure handlingNamjae Jeon1-1/+5
2021-05-26cifsd: fix wrong return value in ksmbd_crypt_message()Namjae Jeon1-1/+1