summaryrefslogtreecommitdiff
path: root/fs/cifsd/smb2pdu.c
AgeCommit message (Expand)Author
2021-06-28ksmbd: use f_bsize in FS_SECTOR_SIZE_INFORMATIONNamjae Jeon
2021-06-28ksmbd: remove unneeded NULL check in the list iteratorNamjae Jeon
2021-06-28ksmbd: use f_bsize instead of q->limits.logical_block_sizeNamjae Jeon
2021-06-28ksmbd: opencode posix acl functions instead of wrappersNamjae Jeon
2021-06-28ksmbd: opencode to avoid trivial wrappersNamjae Jeon
2021-06-28ksmbd: remove ksmbd_err/infoNamjae Jeon
2021-06-22ksmbd: use list_for_each_entry instead of list_for_eachNamjae Jeon
2021-06-22ksmbd: remove ksmbd_vfs_copy_file_rangeNamjae Jeon
2021-06-22ksmbd: remove cache read/trans buffer supportNamjae Jeon
2021-06-19ksmbd: add support for SMB3 multichannelNamjae Jeon
2021-06-07cifsd: remove duplicated argumentWan Jiabing
2021-06-07cifsd: fix list_add double add BUG_ON trap in setup_async_work()Namjae Jeon
2021-05-31cifsd: make alignment match open parenthesisHyunchul Lee
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: 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-18cifsd: add support for FSCTL_DUPLICATE_EXTENTS_TO_FILENamjae Jeon
2021-05-14cifsd: fix xfstests generic/504 test failureNamjae Jeon
2021-05-12cifsd: fix boolreturn.cocci warningskernel test robot
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
2021-05-10cifsd: Handle ksmbd_session_rpc_open() failure in create_smb2_pipe()Marios Makassikis
2021-05-10cifsd: Call smb2_set_err_rsp() in smb2_read/smb2_write error pathMarios Makassikis
2021-05-10cifsd: Fix regression in smb2_get_infoSebastian Gottschall
2021-05-10cifsd: Remove is_attributes_write_allowed() wrapperMarios Makassikis
2021-05-10cifsd: Update access check in set_file_allocation_info/set_end_of_file_infoMarios Makassikis
2021-05-10cifsd: remove the dead code of unimplemented durable handleNamjae Jeon
2021-05-10cifsd: use d_inode()Namjae Jeon
2021-05-10cifsd: Fix potential null-ptr-deref in smb2_open()Marios Makassikis
2021-05-10cifsd: Remove smb2_put_name()Marios Makassikis
2021-05-10cifsd: fix reference count decrement of unclaimed file in __ksmbd_lookup_fdHyunchul Lee
2021-05-10cifsd: add the check if parent is stable by unexpected renameNamjae Jeon
2021-05-10cifsd: declare ida staticallyNamjae Jeon
2021-05-10cifsd: remove wrappers of kvmalloc/kvfreeNamjae Jeon
2021-05-10cifsd: fix memdup.cocci warningskernel test robot
2021-05-10cifsd: use kfree to free memory allocated by kmalloc or kzallocMuhammad Usama Anjum
2021-05-10cifsd: use xarray instead of linked list for tree connect listNamjae Jeon
2021-05-10cifsd: merge time_wrappers.h into smb_common.hNamjae Jeon
2021-05-10cifsd: clean-up codes using chechpatch.pl --strictNamjae Jeon
2021-05-10cifsd: use kmalloc() for small allocationsNamjae Jeon
2021-05-10cifsd: remove unneeded macrosNamjae Jeon
2021-05-10cifsd: Fix an error code in smb2_read()Dan Carpenter