summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-06-01cifsd: check return value of ksmbd_vfs_getcasexattr() correctlyYang Yingliang
2021-05-31cifsd: fix memleak in ksmbd_vfs_stream_read()Yang Yingliang
2021-05-31cifsd: fix memleak in ksmbd_vfs_stream_write()Yang Yingliang
2021-05-31cifsd: make alignment match open parenthesisHyunchul Lee
2021-05-31cifsd: enclose macro variables in parenthesisHyunchul Lee
2021-05-29cifsd: fix Control flow issues in ksmbd_build_ntlmssp_challenge_blob()Namjae Jeon
2021-05-26cifsd: lookup a file with LOOKUP_FOLLOW only if 'follow symlinks = yes'Hyunchul Lee
2021-05-26cifsd: Prefer kernel type 'u16' over 'uint16_t'Namjae Jeon
2021-05-26cifsd: remove unnecessary parentheses aroundNamjae Jeon
2021-05-26cifsd: Alignment should match open parenthesisNamjae Jeon
2021-05-26cifsd: Blank lines aren't necessary after an open brace '{'Namjae Jeon
2021-05-26cifsd: No space is necessary after a castNamjae Jeon
2021-05-26cifsd: don't use multiple blank linesNamjae Jeon
2021-05-26cifsd: spaces preferred around that '/'Namjae Jeon
2021-05-26cifsd: braces {} should be used on all arms of this statementNamjae Jeon
2021-05-26cifsd: add the check to prevent potential overflow with smb_strtoUTF16() and ...Namjae Jeon
2021-05-26cifsd: alignment match open parenthesisNamjae Jeon
2021-05-26cifsd: return -ENOMEM about error from ksmbd_crypto_ctx_find_xxx callsNamjae Jeon
2021-05-26cifsd: simplify error handling in ksmbd_gen_preauth_integrity_hash()Namjae Jeon
2021-05-26cifsd: call kzalloc() directly instead of wrapperNamjae Jeon
2021-05-26cifsd: add default case in switch statment in alloc_shash_desc()Namjae Jeon
2021-05-26cifsd: change success handling to failure handlingNamjae Jeon
2021-05-26cifsd: fix wrong return value in ksmbd_crypt_message()Namjae Jeon
2021-05-26cifsd: remove unneeded initialization of rc variable in ksmbd_crypt_message()Namjae Jeon
2021-05-26cifsd: len can never be negative in ksmbd_init_sg()Namjae Jeon
2021-05-26cifsd: add the check if nvec is zeroNamjae Jeon
2021-05-26cifsd: never return 1 on failureNamjae Jeon
2021-05-26cifsd: return zero in always success caseNamjae Jeon
2021-05-26cifsd: set error return value for memcmp() differenceNamjae Jeon
2021-05-26cifsd: remove unneeded type castingNamjae Jeon
2021-05-26cifsd: simplify error handling in ksmbd_auth_ntlm()Namjae Jeon
2021-05-26cifsd: move ret check before the out labelNamjae Jeon
2021-05-26cifsd: just return smbhash() instead of using rc return valueNamjae Jeon
2021-05-26cifsd: move fips_enabled check before the str_to_key()Namjae Jeon
2021-05-26cifsd: add goto fail in neg_token_init_mech_type()Namjae Jeon
2021-05-26cifsd: use memcmp instead of for loop check in oid_eq()Namjae Jeon
2021-05-26cifsd: add goto fail in asn1_oid_decode()Namjae Jeon
2021-05-21cifsd: fix build error without CONFIG_OID_REGISTRYWei Yongjun
2021-05-18cifsd: add support for FSCTL_DUPLICATE_EXTENTS_TO_FILENamjae Jeon
2021-05-18cifsd: Do not use 0 or 0xFFFFFFFF for TreeIDMarios Makassikis
2021-05-14cifsd: fix xfstests generic/504 test failureNamjae Jeon
2021-05-12cifsd: fix boolreturn.cocci warningskernel test robot
2021-05-11cifsd: fix build break from asn1Namjae Jeon
2021-05-11cifsd: fix WARNING: Too many leading tabsNamjae Jeon
2021-05-11cifsd: fix WARNING: Possible unnecessary 'out of memory' messageNamjae Jeon
2021-05-11cifsd: decoding gss token using lib/asn1_decoder.cHyunchul Lee
2021-05-10cifsd: fix invalid memory access in smb2_write()Namjae Jeon
2021-05-10cifsd: add support for AES256 encryptionNamjae Jeon
2021-05-10cifsd: Fix potential null-ptr-deref in destroy_previous_session()Marios Makassikis
2021-05-10cifsd: Update out_buf_len in smb2_populate_readdir_entry()Marios Makassikis