summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-10cifsd: remove unused nterr.c fileNamjae Jeon
2021-05-10cifsd: remove unused smberr.hNamjae Jeon
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: re-implement ksmbd_vfs_kern_pathHyunchul Lee
2021-05-10cifsd: get parent dentry from child in ksmbd_vfs_remove_file()Namjae Jeon
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 unused including <linux/version.h>Tian Tao
2021-05-10cifsd: Select SG_POOL for SMB_SERVER_SMBDIRECTZhang Xiaoxu
2021-05-10cifsd: prevent a integer overflow in wm_alloc()Namjae Jeon
2021-05-10doc: cifsd: change the reference to configuration.txtMauro Carvalho Chehab
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: fix memory leak when loop endsMuhammad Usama Anjum
2021-05-10cifsd: remove stale prototype and variablesGibeom Kim
2021-05-10cifsd: use xarray instead of linked list for tree connect listNamjae Jeon
2021-05-10cifsd: remove useless error handling in ksmbd_vfs_readHyunchul Lee
2021-05-10cifsd: use file_inode() instead of d_inode()Hyunchul Lee
2021-05-10cifsd: handle unhashed dentry in ksmbd_vfs_mkdirHyunchul Lee
2021-05-10cifsd: remove calling d_path in error pathsHyunchul Lee
2021-05-10cifsd: remove smack inherit leftoversNamjae Jeon
2021-05-10cifsd: fix implicit declaration of function 'locks_alloc_lock'Namjae Jeon
2021-05-10cifsd: fix implicit declaration of function 'groups_alloc'Namjae Jeon
2021-05-10cifsd: fix wrong prototype in commentNamjae 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: fix error return code in ksmbd_vfs_remove_file()Namjae Jeon
2021-05-10cifsd: add the check to work file lock and rename behaviors like Windows unle...Namjae Jeon
2021-05-10cifsd: use kmalloc() for small allocationsNamjae Jeon
2021-05-10cifsd: fix wrong use of rw semaphore in __session_create()Namjae Jeon
2021-05-10cifsd: remove unneeded macrosNamjae Jeon
2021-05-10cifsd: remove redundant assignment to variable errColin Ian King
2021-05-10cifsd: fix error handling in ksmbd_server_init()Dan Carpenter
2021-05-10cifsd: Fix an error code in smb2_read()Dan Carpenter
2021-05-10cifsd: fix build warnings from cifsd.rstNamjae Jeon
2021-05-10cifsd: Pass string length parameter to match_pattern()Namjae Jeon
2021-05-10cifsd: fix warning: variable 'total_ace_size' and 'posix_ccontext' set but no...Namjae Jeon
2021-05-10cifsd: fix incorrect commentsHyunchul Lee
2021-05-10cifsd: remove unneeded FIXME commentsSergey Senozhatsky
2021-05-10cifsd: add index.rst in cifs documentationNamjae Jeon
2021-05-10cifsd: update cifsd.rst documentNamjae Jeon
2021-05-10cifsd: fix static checker warning from smb_check_perm_dacl()Namjae Jeon
2021-05-10cifsd: fix static checker warning from smb_direct_post_send_data()Namjae Jeon
2021-05-10cifsd: Fix a use after free on error pathDan Carpenter
2021-05-10cifsd: fix a IS_ERR() vs NULL bugDan Carpenter
2021-05-10cifsd: fix a precedence bug in parse_dacl()Dan Carpenter
2021-05-10cifsd: fix WARNING: unmet direct dependencies detected for CRYPTO_ARC4Namjae Jeon
2021-05-10cifsd: Fix a handful of spelling mistakesColin Ian King