summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-05-11cifsd: remove wrappers of kvmalloc/kvfreeNamjae Jeon14-97/+55
2021-05-11cifsd: fix memdup.cocci warningskernel test robot1-4/+2
2021-05-11cifsd: use kfree to free memory allocated by kmalloc or kzallocMuhammad Usama Anjum7-14/+14
2021-05-11cifsd: fix memory leak when loop endsMuhammad Usama Anjum1-4/+4
2021-05-11cifsd: remove stale prototype and variablesGibeom Kim6-12/+0
2021-05-11cifsd: use xarray instead of linked list for tree connect listNamjae Jeon4-23/+24
2021-05-11cifsd: remove useless error handling in ksmbd_vfs_readHyunchul Lee1-11/+6
2021-05-11cifsd: use file_inode() instead of d_inode()Hyunchul Lee1-1/+1
2021-05-11cifsd: handle unhashed dentry in ksmbd_vfs_mkdirHyunchul Lee1-5/+23
2021-05-11cifsd: remove calling d_path in error pathsHyunchul Lee1-6/+2
2021-05-11cifsd: remove smack inherit leftoversNamjae Jeon2-47/+4
2021-05-11cifsd: fix implicit declaration of function 'locks_alloc_lock'Namjae Jeon1-0/+1
2021-05-11cifsd: fix implicit declaration of function 'groups_alloc'Namjae Jeon1-0/+1
2021-05-11cifsd: fix wrong prototype in commentNamjae Jeon1-1/+1
2021-05-11cifsd: merge time_wrappers.h into smb_common.hNamjae Jeon5-37/+22
2021-05-11cifsd: clean-up codes using chechpatch.pl --strictNamjae Jeon31-1404/+1011
2021-05-11cifsd: fix error return code in ksmbd_vfs_remove_file()Namjae Jeon1-1/+1
2021-05-11cifsd: add the check to work file lock and rename behaviors like Windows unle...Namjae Jeon1-45/+56
2021-05-11cifsd: use kmalloc() for small allocationsNamjae Jeon8-12/+12
2021-05-11cifsd: fix wrong use of rw semaphore in __session_create()Namjae Jeon1-2/+2
2021-05-11cifsd: remove unneeded macrosNamjae Jeon9-154/+139
2021-05-11cifsd: remove redundant assignment to variable errColin Ian King1-1/+1
2021-05-11cifsd: fix error handling in ksmbd_server_init()Dan Carpenter4-15/+36
2021-05-11cifsd: Fix an error code in smb2_read()Dan Carpenter1-1/+1
2021-05-11cifsd: Pass string length parameter to match_pattern()Namjae Jeon4-5/+9
2021-05-11cifsd: fix warning: variable 'total_ace_size' and 'posix_ccontext' set but no...Namjae Jeon2-15/+3
2021-05-11cifsd: fix incorrect commentsHyunchul Lee5-93/+51
2021-05-11cifsd: remove unneeded FIXME commentsSergey Senozhatsky12-20/+2
2021-05-11cifsd: fix static checker warning from smb_check_perm_dacl()Namjae Jeon1-2/+25
2021-05-11cifsd: fix static checker warning from smb_direct_post_send_data()Namjae Jeon1-0/+1
2021-05-11cifsd: Fix a use after free on error pathDan Carpenter1-1/+1
2021-05-11cifsd: fix a IS_ERR() vs NULL bugDan Carpenter1-2/+2
2021-05-11cifsd: fix a precedence bug in parse_dacl()Dan Carpenter1-1/+1
2021-05-11cifsd: fix WARNING: unmet direct dependencies detected for CRYPTO_ARC4Namjae Jeon2-2/+0
2021-05-11cifsd: Fix a handful of spelling mistakesColin Ian King3-4/+4
2021-05-11cifsd: uniquify extract_sharename()Stephen Rothwell4-5/+5
2021-05-11cifsd: add Kconfig and MakefileNamjae Jeon4-0/+79
2021-05-11cifsd: add file operationsNamjae Jeon6-0/+3691
2021-05-11cifsd: add server-side procedures for SMB3Namjae Jeon41-0/+24537
2021-05-11cifsd: add server handler for central processing and tranport layersNamjae Jeon14-0/+5605
2021-05-09Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+14
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+2
2021-05-08smb3: if max_channels set to more than one channel request multichannelSteve French1-0/+3
2021-05-08smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-08smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+17
2021-05-07Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+51
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds31-399/+735
2021-05-07Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linuxLinus Torvalds2-3/+3
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds129-421/+131