linux-2.6-microblaze.git
2021-07-08 Namjae Jeonksmbd: fix read on the uninitialized send_ctx
2021-07-08 Namjae Jeonksmbd: remove unneeded NULL check in for_each_netdev
2021-07-06 Colin Ian Kingksmbd: Fix read on the uninitialized pointer sess
2021-07-05 Hyunchul Leeksmbd: call mnt_user_ns once in a function
2021-07-02 Namjae Jeonksmbd: fix kernel oops in ksmbd_rpc_ioctl/rap()
2021-07-02 Hyunchul Leeksmbd: add user namespace support
2021-07-02 Hyunchul Leeksmbd: replace struct dentry with struct path in some...
2021-06-30 Namjae Jeonksmbd: reorder and document on-disk and netlink structu...
2021-06-30 Namjae Jeonksmbd: change server config string index to enumeration
2021-06-30 Namjae Jeonksmbd: change server state type macro to enumeration
2021-06-30 Namjae Jeonksmbd: change sid types to enumeration
2021-06-30 Namjae Jeonksmbd: change ACE types to enumeration
2021-06-30 Namjae Jeonksmbd: remove SMB1 oplock level macros
2021-06-29 Namjae Jeonksmbd: opencode to remove ATTR_FP macro
2021-06-29 Namjae Jeonksmbd: use ksmbd_vfs_lock_parent to get stable parent...
2021-06-29 Namjae Jeonksmbd: opencode to remove FP_INODE macro
2021-06-29 Namjae Jeonksmbd: fix dentry racy with rename()
2021-06-29 Marios Makassikisksmbd: Relax credit_charge check in smb2_validate_credi...
2021-06-29 Namjae Jeonksmbd: allow PROTECTED_DACL_SECINFO and UNPROTECTED_DAC...
2021-06-29 Namjae Jeonksmbd: replace request and respone buffer macro with...
2021-06-29 Namjae Jeonksmbd: replace SMB_DIRECT_TRANS macro with inline function
2021-06-29 Hyunchul Leeksmbd: remove and replace macros with inline functions...
2021-06-29 Hyunchul Leeksmbd: remove getting worker state macros
2021-06-29 Hyunchul Leeksmbd: replace PAYLOAD_HEAD with inline function
2021-06-29 Hyunchul Leeksmbd: replace KSMBD_ALIGN with kernel ALIGN macro
2021-06-29 Hyunchul Leeksmbd: replace BUFFER_NR_PAGES with inline function
2021-06-29 Hyunchul Leeksmbd: remove macros in transport_ipc.c
2021-06-28 Hyunchul Leeksmbd: set MAY_* flags together with open flags
2021-06-28 Hyunchul Leeksmbd: factor out a ksmbd_vfs_lock_parent helper
2021-06-28 Namjae JeonMAINTAINERS: rename cifsd to ksmbd
2021-06-28 Namjae Jeonksmbd: move fs/cifsd to fs/ksmbd
2021-06-28 Namjae Jeonksmbd: use f_bsize in FS_SECTOR_SIZE_INFORMATION
2021-06-28 Namjae Jeonksmbd: remove unneeded NULL check in the list iterator
2021-06-28 Namjae Jeonksmbd: use f_bsize instead of q->limits.logical_block_size
2021-06-28 Namjae Jeonksmbd: change stream type macro to enumeration
2021-06-28 Namjae Jeonksmbd: opencode posix acl functions instead of wrappers
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
next