cifsd: set error return value for memcmp() difference
[linux-2.6-microblaze.git] / fs /
2021-05-26 Namjae Jeoncifsd: set error return value for memcmp() difference
2021-05-26 Namjae Jeoncifsd: remove unneeded type casting
2021-05-26 Namjae Jeoncifsd: simplify error handling in ksmbd_auth_ntlm()
2021-05-26 Namjae Jeoncifsd: move ret check before the out label
2021-05-26 Namjae Jeoncifsd: just return smbhash() instead of using rc return...
2021-05-26 Namjae Jeoncifsd: move fips_enabled check before the str_to_key()
2021-05-26 Namjae Jeoncifsd: add goto fail in neg_token_init_mech_type()
2021-05-26 Namjae Jeoncifsd: use memcmp instead of for loop check in oid_eq()
2021-05-26 Namjae Jeoncifsd: add goto fail in asn1_oid_decode()
2021-05-21 Wei Yongjuncifsd: fix build error without CONFIG_OID_REGISTRY
2021-05-18 Namjae Jeoncifsd: add support for FSCTL_DUPLICATE_EXTENTS_TO_FILE
2021-05-18 Marios Makassikiscifsd: Do not use 0 or 0xFFFFFFFF for TreeID
2021-05-14 Namjae Jeoncifsd: fix xfstests generic/504 test failure
2021-05-12 kernel test robotcifsd: fix boolreturn.cocci warnings
2021-05-11 Namjae Jeoncifsd: fix build break from asn1
2021-05-11 Namjae Jeoncifsd: fix WARNING: Too many leading tabs
2021-05-11 Namjae Jeoncifsd: fix WARNING: Possible unnecessary 'out of memory...
2021-05-11 Hyunchul Leecifsd: decoding gss token using lib/asn1_decoder.c
2021-05-11 Namjae Jeoncifsd: fix invalid memory access in smb2_write()
2021-05-11 Namjae Jeoncifsd: add support for AES256 encryption
2021-05-11 Marios Makassikiscifsd: Fix potential null-ptr-deref in destroy_previous...
2021-05-11 Marios Makassikiscifsd: Update out_buf_len in smb2_populate_readdir_entry()
2021-05-11 Marios Makassikiscifsd: Handle ksmbd_session_rpc_open() failure in creat...
2021-05-11 Marios Makassikiscifsd: Call smb2_set_err_rsp() in smb2_read/smb2_write...
2021-05-11 Sebastian Gottschallcifsd: Fix regression in smb2_get_info
2021-05-11 Marios Makassikiscifsd: Remove is_attributes_write_allowed() wrapper
2021-05-11 Marios Makassikiscifsd: Update access check in set_file_allocation_info...
2021-05-11 Namjae Jeoncifsd: remove the dead code of unimplemented durable...
2021-05-11 Namjae Jeoncifsd: use d_inode()
2021-05-11 Marios Makassikiscifsd: Fix potential null-ptr-deref in smb2_open()
2021-05-11 Namjae Jeoncifsd: move nt time functions to misc.c
2021-05-11 Namjae Jeoncifsd: remove unused nterr.c file
2021-05-11 Namjae Jeoncifsd: remove unused smberr.h
2021-05-11 Marios Makassikiscifsd: Remove smb2_put_name()
2021-05-11 Hyunchul Leecifsd: fix reference count decrement of unclaimed file...
2021-05-11 Hyunchul Leecifsd: re-implement ksmbd_vfs_kern_path
2021-05-11 Namjae Jeoncifsd: get parent dentry from child in ksmbd_vfs_remove...
2021-05-11 Namjae Jeoncifsd: add the check if parent is stable by unexpected...
2021-05-11 Namjae Jeoncifsd: declare ida statically
2021-05-11 Tian Taocifsd: remove unused including <linux/version.h>
2021-05-11 Zhang Xiaoxucifsd: Select SG_POOL for SMB_SERVER_SMBDIRECT
2021-05-11 Namjae Jeoncifsd: prevent a integer overflow in wm_alloc()
2021-05-11 Namjae Jeoncifsd: remove wrappers of kvmalloc/kvfree
2021-05-11 kernel test robotcifsd: fix memdup.cocci warnings
2021-05-11 Muhammad Usama Anjumcifsd: use kfree to free memory allocated by kmalloc...
2021-05-11 Muhammad Usama Anjumcifsd: fix memory leak when loop ends
2021-05-11 Gibeom Kimcifsd: remove stale prototype and variables
2021-05-11 Namjae Jeoncifsd: use xarray instead of linked list for tree conne...
2021-05-11 Hyunchul Leecifsd: remove useless error handling in ksmbd_vfs_read
2021-05-11 Hyunchul Leecifsd: use file_inode() instead of d_inode()
2021-05-11 Hyunchul Leecifsd: handle unhashed dentry in ksmbd_vfs_mkdir
2021-05-11 Hyunchul Leecifsd: remove calling d_path in error paths
2021-05-11 Namjae Jeoncifsd: remove smack inherit leftovers
2021-05-11 Namjae Jeoncifsd: fix implicit declaration of function 'locks_allo...
2021-05-11 Namjae Jeoncifsd: fix implicit declaration of function 'groups_alloc'
2021-05-11 Namjae Jeoncifsd: fix wrong prototype in comment
2021-05-11 Namjae Jeoncifsd: merge time_wrappers.h into smb_common.h
2021-05-11 Namjae Jeoncifsd: clean-up codes using chechpatch.pl --strict
2021-05-11 Namjae Jeoncifsd: fix error return code in ksmbd_vfs_remove_file()
2021-05-11 Namjae Jeoncifsd: add the check to work file lock and rename behav...
2021-05-11 Namjae Jeoncifsd: use kmalloc() for small allocations
2021-05-11 Namjae Jeoncifsd: fix wrong use of rw semaphore in __session_create()
2021-05-11 Namjae Jeoncifsd: remove unneeded macros
2021-05-11 Colin Ian Kingcifsd: remove redundant assignment to variable err
2021-05-11 Dan Carpentercifsd: fix error handling in ksmbd_server_init()
2021-05-11 Dan Carpentercifsd: Fix an error code in smb2_read()
2021-05-11 Namjae Jeoncifsd: Pass string length parameter to match_pattern()
2021-05-11 Namjae Jeoncifsd: fix warning: variable 'total_ace_size' and ...
2021-05-11 Hyunchul Leecifsd: fix incorrect comments
2021-05-11 Sergey Senozhatskycifsd: remove unneeded FIXME comments
2021-05-11 Namjae Jeoncifsd: fix static checker warning from smb_check_perm_d...
2021-05-11 Namjae Jeoncifsd: fix static checker warning from smb_direct_post_...
2021-05-11 Dan Carpentercifsd: Fix a use after free on error path
2021-05-11 Dan Carpentercifsd: fix a IS_ERR() vs NULL bug
2021-05-11 Dan Carpentercifsd: fix a precedence bug in parse_dacl()
2021-05-11 Namjae Jeoncifsd: fix WARNING: unmet direct dependencies detected...
2021-05-11 Colin Ian Kingcifsd: Fix a handful of spelling mistakes
2021-05-11 Stephen Rothwellcifsd: uniquify extract_sharename()
2021-05-11 Namjae Jeoncifsd: add Kconfig and Makefile
2021-05-11 Namjae Jeoncifsd: add file operations
2021-05-11 Namjae Jeoncifsd: add server-side procedures for SMB3
2021-05-11 Namjae Jeoncifsd: add server handler for central processing and...
2021-05-09 Linus TorvaldsMerge tag 'drm-next-2021-05-10' of git://anongit.freede...
2021-05-09 Linus TorvaldsMerge tag 'block-5.13-2021-05-09' of git://git.kernel...
2021-05-09 Linus TorvaldsMerge tag '5.13-rc-smb3-part3' of git://git.samba.org...
2021-05-09 Linus TorvaldsMerge tag 'sched-urgent-2021-05-09' of git://git./linux...
2021-05-09 Linus TorvaldsMerge tag 'locking-urgent-2021-05-09' of git://git...
2021-05-09 Linus TorvaldsMerge tag 'perf_urgent_for_v5.13_rc1' of git://git...
2021-05-09 Linus TorvaldsMerge tag 'x86_urgent_for_v5.13_rc1' of git://git....
2021-05-08 Linus TorvaldsMerge tag 'riscv-for-linus-5.13-mw1' of git://git....
2021-05-08 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2021-05-08 Linus TorvaldsMerge tag 'kbuild-v5.13-2' of git://git./linux/kernel...
2021-05-08 Steve Frenchsmb3: if max_channels set to more than one channel...
2021-05-08 Steve Frenchsmb3: do not attempt multichannel to server which does...
2021-05-08 Steve Frenchsmb3: when mounting with multichannel include it in...
2021-05-08 Linus TorvaldsMerge tag 'net-5.13-rc1' of git://git./linux/kernel...
2021-05-08 Michael EllermanMerge branch 'master' into next
2021-05-07 Linus TorvaldsMerge tag 'tag-chrome-platform-for-v5.13' of git:/...
2021-05-07 Linus TorvaldsMerge tag 'i3c/for-5.13' of git://git./linux/kernel...
2021-05-07 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
next