linux-2.6-microblaze.git
2021-05-26 Namjae Jeoncifsd: don't use multiple blank lines
2021-05-26 Namjae Jeoncifsd: spaces preferred around that '/'
2021-05-26 Namjae Jeoncifsd: braces {} should be used on all arms of this...
2021-05-26 Namjae Jeoncifsd: add the check to prevent potential overflow...
2021-05-26 Namjae Jeoncifsd: alignment match open parenthesis
2021-05-26 Namjae Jeoncifsd: return -ENOMEM about error from ksmbd_crypto_ctx...
2021-05-26 Namjae Jeoncifsd: simplify error handling in ksmbd_gen_preauth_int...
2021-05-26 Namjae Jeoncifsd: call kzalloc() directly instead of wrapper
2021-05-26 Namjae Jeoncifsd: add default case in switch statment in alloc_sha...
2021-05-26 Namjae Jeoncifsd: change success handling to failure handling
2021-05-26 Namjae Jeoncifsd: fix wrong return value in ksmbd_crypt_message()
2021-05-26 Namjae Jeoncifsd: remove unneeded initialization of rc variable...
2021-05-26 Namjae Jeoncifsd: len can never be negative in ksmbd_init_sg()
2021-05-26 Namjae Jeoncifsd: add the check if nvec is zero
2021-05-26 Namjae Jeoncifsd: never return 1 on failure
2021-05-26 Namjae Jeoncifsd: return zero in always success case
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... cifsd: 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 Namjae Jeoncifsd: add ksmbd/nfsd interoperability to feature table
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 Mauro Carvalho... doc: cifsd: change the reference to configuration.txt
2021-05-11 Namjae Jeoncifsd: remove wrappers of kvmalloc/kvfree
2021-05-11 kernel test... cifsd: fix memdup.cocci warnings
2021-05-11 Muhammad Usama... cifsd: use kfree to free memory allocated by kmalloc...
2021-05-11 Muhammad Usama... cifsd: 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: fix build warnings from cifsd.rst
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: add index.rst in cifs documentation
2021-05-11 Namjae Jeoncifsd: update cifsd.rst document
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: fix WARNING: document isn't included in any...
next