aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-10cifsd: Update access check in set_file_allocation_info/set_end_of_file_infoMarios Makassikis1-2/+2
2021-05-10cifsd: remove the dead code of unimplemented durable handleNamjae Jeon6-358/+2
2021-05-10cifsd: use d_inode()Namjae Jeon4-12/+12
2021-05-10cifsd: Fix potential null-ptr-deref in smb2_open()Marios Makassikis1-2/+5
2021-05-10cifsd: move nt time functions to misc.cNamjae Jeon6-65/+54
2021-05-10cifsd: remove unused nterr.c fileNamjae Jeon2-681/+0
2021-05-10cifsd: remove unused smberr.hNamjae Jeon3-237/+0
2021-05-10cifsd: Remove smb2_put_name()Marios Makassikis1-12/+2
2021-05-10cifsd: fix reference count decrement of unclaimed file in __ksmbd_lookup_fdHyunchul Lee2-58/+0
2021-05-10cifsd: re-implement ksmbd_vfs_kern_pathHyunchul Lee1-42/+61
2021-05-10cifsd: get parent dentry from child in ksmbd_vfs_remove_file()Namjae Jeon1-17/+14
2021-05-10cifsd: add the check if parent is stable by unexpected renameNamjae Jeon2-30/+80
2021-05-10cifsd: declare ida staticallyNamjae Jeon10-110/+40
2021-05-10cifsd: remove unused including <linux/version.h>Tian Tao8-8/+0
2021-05-10cifsd: Select SG_POOL for SMB_SERVER_SMBDIRECTZhang Xiaoxu1-0/+1
2021-05-10cifsd: prevent a integer overflow in wm_alloc()Namjae Jeon1-0/+3
2021-05-10doc: cifsd: change the reference to configuration.txtMauro Carvalho Chehab1-2/+2
2021-05-10cifsd: remove wrappers of kvmalloc/kvfreeNamjae Jeon14-97/+55
2021-05-10cifsd: fix memdup.cocci warningskernel test robot1-4/+2
2021-05-10cifsd: use kfree to free memory allocated by kmalloc or kzallocMuhammad Usama Anjum7-14/+14
2021-05-10cifsd: fix memory leak when loop endsMuhammad Usama Anjum1-4/+4
2021-05-10cifsd: remove stale prototype and variablesGibeom Kim6-12/+0
2021-05-10cifsd: use xarray instead of linked list for tree connect listNamjae Jeon4-23/+24
2021-05-10cifsd: remove useless error handling in ksmbd_vfs_readHyunchul Lee1-11/+6
2021-05-10cifsd: use file_inode() instead of d_inode()Hyunchul Lee1-1/+1
2021-05-10cifsd: handle unhashed dentry in ksmbd_vfs_mkdirHyunchul Lee1-5/+23
2021-05-10cifsd: remove calling d_path in error pathsHyunchul Lee1-6/+2
2021-05-10cifsd: remove smack inherit leftoversNamjae Jeon2-47/+4
2021-05-10cifsd: fix implicit declaration of function 'locks_alloc_lock'Namjae Jeon1-0/+1
2021-05-10cifsd: fix implicit declaration of function 'groups_alloc'Namjae Jeon1-0/+1
2021-05-10cifsd: fix wrong prototype in commentNamjae Jeon1-1/+1
2021-05-10cifsd: merge time_wrappers.h into smb_common.hNamjae Jeon5-37/+22
2021-05-10cifsd: clean-up codes using chechpatch.pl --strictNamjae Jeon31-1404/+1011
2021-05-10cifsd: fix error return code in ksmbd_vfs_remove_file()Namjae Jeon1-1/+1
2021-05-10cifsd: add the check to work file lock and rename behaviors like Windows unless POSIX extensions are negotiatedNamjae Jeon1-45/+56
2021-05-10cifsd: use kmalloc() for small allocationsNamjae Jeon8-12/+12
2021-05-10cifsd: fix wrong use of rw semaphore in __session_create()Namjae Jeon1-2/+2
2021-05-10cifsd: remove unneeded macrosNamjae Jeon9-154/+139
2021-05-10cifsd: remove redundant assignment to variable errColin Ian King1-1/+1
2021-05-10cifsd: fix error handling in ksmbd_server_init()Dan Carpenter4-15/+36
2021-05-10cifsd: Fix an error code in smb2_read()Dan Carpenter1-1/+1
2021-05-10cifsd: fix build warnings from cifsd.rstNamjae Jeon1-28/+0
2021-05-10cifsd: Pass string length parameter to match_pattern()Namjae Jeon4-5/+9
2021-05-10cifsd: fix warning: variable 'total_ace_size' and 'posix_ccontext' set but not usedNamjae Jeon2-15/+3
2021-05-10cifsd: fix incorrect commentsHyunchul Lee5-93/+51
2021-05-10cifsd: remove unneeded FIXME commentsSergey Senozhatsky12-20/+2
2021-05-10cifsd: add index.rst in cifs documentationNamjae Jeon2-2/+11
2021-05-10cifsd: update cifsd.rst documentNamjae Jeon1-26/+70
2021-05-10cifsd: fix static checker warning from smb_check_perm_dacl()Namjae Jeon1-2/+25
2021-05-10cifsd: fix static checker warning from smb_direct_post_send_data()Namjae Jeon1-0/+1