linux-2.6-microblaze.git
2021-07-27 Namjae Jeonksmbd: use channel signingkey for binding SMB2 session...
2021-07-27 Namjae Jeonksmbd: don't set RSS capable in FSCTL_QUERY_NETWORK_INT...
2021-07-27 Marios Makassikisksmbd: Return STATUS_OBJECT_PATH_NOT_FOUND if smb2_crea...
2021-07-23 Hyunchul Leeksmbd: fix -Wstringop-truncation warnings
2021-07-23 Marios Makassikisksmbd: Fix potential memory leak in tcp_destroy_socket()
2021-07-22 Namjae Jeonksmbd: add support for negotiating signing algorithm
2021-07-22 Namjae Jeonksmbd: add negotiate context verification
2021-07-22 Namjae Jeonksmbd: fix typo of MS-SMBD
2021-07-19 Namjae Jeonksmbd: move credit charge verification over smb2 reques...
2021-07-19 Namjae Jeonksmbd: set STATUS_INVALID_PARAMETER error status if...
2021-07-19 Namjae Jeonksmbd: fix wrong error status return on session setup
2021-07-19 Namjae Jeonksmbd: fix wrong compression context size
2021-07-15 Namjae Jeonksmbd: fix typo in comment
2021-07-13 Hyunchul Leeksmbd: fix an error message in ksmbd_conn_trasnport_init
2021-07-13 Hyunchul Leeksmbd: set RDMA capability for FSCTL_QUERY_NETWORK_INTE...
2021-07-13 Namjae Jeonksmbd: fix unused err value in smb2_lock
2021-07-13 Namjae Jeonksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()
2021-07-13 Namjae Jeonksmbd: remove unneeded check_context_err
2021-07-10 Hyunchul Leeksmbd: handle error cases first in smb2_create_sd_buffers
2021-07-10 Hyunchul Leeksmbd: make smb2_find_context_vals return NULL if not...
2021-07-10 Hyunchul Leeksmbd: uninterruptible wait for a file being unlocked
2021-07-10 Hyunchul Leeksmbd: free ksmbd_lock when file is closed
2021-07-10 Hyunchul Leeksmbd: fix the running request count decrement
2021-07-10 Dan Carpenterksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()
2021-07-10 Dan Carpenterksmbd: delete some stray tabs
2021-07-08 Namjae Jeonksmbd: change data type of volatile/persistent id to u64
2021-07-08 Namjae Jeonksmbd: fix memory leak in smb_inherit_dacl()
2021-07-08 Namjae Jeonksmbd: fix memory leak smb2_populate_readdir_entry()
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...
next