linux-2.6-microblaze.git
2021-06-28 Namjae Jeonksmbd: factor out a ksmbd_validate_entry_in_use helper...
2021-06-28 Namjae Jeonksmbd: opencode to avoid trivial wrappers
2021-06-28 Namjae Jeonksmbd: remove ksmbd_err/info
2021-06-22 Namjae Jeonksmbd: replace KSMBD_SHARE_CONFIG_PATH with inline...
2021-06-22 Namjae Jeonksmbd: remove ____ksmbd_align in ksmbd_server.h
2021-06-22 Namjae Jeonksmbd: remove unneeded FIXME comment
2021-06-22 Namjae Jeonksmbd: fix overly long line
2021-06-22 Namjae Jeonksmbd: use goto instead of duplicating the resoure...
2021-06-22 Namjae Jeonksmbd: use list_for_each_entry instead of list_for_each
2021-06-22 Namjae Jeonksmbd: remove ksmbd_vfs_copy_file_range
2021-06-22 Namjae Jeonksmbd: initialize variables on the declaration
2021-06-22 Namjae Jeonksmbd: remove cache read/trans buffer support
2021-06-18 Namjae Jeonksmbd: add support for SMB3 multichannel
2021-06-18 Colin Ian Kingksmbd: fix kfree of uninitialized pointer oid
2021-06-09 Hyunchul Leecifsd: append ksmbd prefix into names for asn1 decoder
2021-06-07 Wan Jiabingcifsd: remove duplicated argument
2021-06-07 Hyunchul Leecifsd: fix possible compile error for asn1.c
2021-06-07 Namjae Jeoncifsd: set epoch in smb2_lease_break response
2021-06-07 Namjae Jeoncifsd: fix list_add double add BUG_ON trap in setup_asy...
2021-06-01 Namjae Jeoncifsd: fix additional warnings from checkpatch.pl ...
2021-06-01 Namjae Jeoncifsd: fix potential read overflow in ksmbd_vfs_stream_...
2021-06-01 Yang Yingliangcifsd: check return value of ksmbd_vfs_getcasexattr...
2021-05-31 Yang Yingliangcifsd: fix memleak in ksmbd_vfs_stream_read()
2021-05-31 Yang Yingliangcifsd: fix memleak in ksmbd_vfs_stream_write()
2021-05-31 Hyunchul Leecifsd: make alignment match open parenthesis
2021-05-31 Hyunchul Leecifsd: enclose macro variables in parenthesis
2021-05-28 Namjae Jeoncifsd: fix Control flow issues in ksmbd_build_ntlmssp_c...
2021-05-26 Hyunchul Leecifsd: lookup a file with LOOKUP_FOLLOW only if 'follow...
2021-05-26 Namjae Jeoncifsd: Prefer kernel type 'u16' over 'uint16_t'
2021-05-26 Namjae Jeoncifsd: remove unnecessary parentheses around
2021-05-26 Namjae Jeoncifsd: Alignment should match open parenthesis
2021-05-26 Namjae Jeoncifsd: Blank lines aren't necessary after an open brace '{'
2021-05-26 Namjae Jeoncifsd: No space is necessary after a cast
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
next