index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifsd
/
smb2pdu.c
Age
Commit message (
Expand
)
Author
2021-06-28
ksmbd: use f_bsize in FS_SECTOR_SIZE_INFORMATION
Namjae Jeon
2021-06-28
ksmbd: remove unneeded NULL check in the list iterator
Namjae Jeon
2021-06-28
ksmbd: use f_bsize instead of q->limits.logical_block_size
Namjae Jeon
2021-06-28
ksmbd: opencode posix acl functions instead of wrappers
Namjae Jeon
2021-06-28
ksmbd: opencode to avoid trivial wrappers
Namjae Jeon
2021-06-28
ksmbd: remove ksmbd_err/info
Namjae Jeon
2021-06-22
ksmbd: use list_for_each_entry instead of list_for_each
Namjae Jeon
2021-06-22
ksmbd: remove ksmbd_vfs_copy_file_range
Namjae Jeon
2021-06-22
ksmbd: remove cache read/trans buffer support
Namjae Jeon
2021-06-19
ksmbd: add support for SMB3 multichannel
Namjae Jeon
2021-06-07
cifsd: remove duplicated argument
Wan Jiabing
2021-06-07
cifsd: fix list_add double add BUG_ON trap in setup_async_work()
Namjae Jeon
2021-05-31
cifsd: make alignment match open parenthesis
Hyunchul Lee
2021-05-26
cifsd: lookup a file with LOOKUP_FOLLOW only if 'follow symlinks = yes'
Hyunchul Lee
2021-05-26
cifsd: Prefer kernel type 'u16' over 'uint16_t'
Namjae Jeon
2021-05-26
cifsd: Alignment should match open parenthesis
Namjae Jeon
2021-05-26
cifsd: Blank lines aren't necessary after an open brace '{'
Namjae Jeon
2021-05-26
cifsd: No space is necessary after a cast
Namjae Jeon
2021-05-26
cifsd: don't use multiple blank lines
Namjae Jeon
2021-05-18
cifsd: add support for FSCTL_DUPLICATE_EXTENTS_TO_FILE
Namjae Jeon
2021-05-14
cifsd: fix xfstests generic/504 test failure
Namjae Jeon
2021-05-12
cifsd: fix boolreturn.cocci warnings
kernel test robot
2021-05-11
cifsd: fix WARNING: Too many leading tabs
Namjae Jeon
2021-05-11
cifsd: fix WARNING: Possible unnecessary 'out of memory' message
Namjae Jeon
2021-05-11
cifsd: decoding gss token using lib/asn1_decoder.c
Hyunchul Lee
2021-05-10
cifsd: fix invalid memory access in smb2_write()
Namjae Jeon
2021-05-10
cifsd: add support for AES256 encryption
Namjae Jeon
2021-05-10
cifsd: Fix potential null-ptr-deref in destroy_previous_session()
Marios Makassikis
2021-05-10
cifsd: Update out_buf_len in smb2_populate_readdir_entry()
Marios Makassikis
2021-05-10
cifsd: Handle ksmbd_session_rpc_open() failure in create_smb2_pipe()
Marios Makassikis
2021-05-10
cifsd: Call smb2_set_err_rsp() in smb2_read/smb2_write error path
Marios Makassikis
2021-05-10
cifsd: Fix regression in smb2_get_info
Sebastian Gottschall
2021-05-10
cifsd: Remove is_attributes_write_allowed() wrapper
Marios Makassikis
2021-05-10
cifsd: Update access check in set_file_allocation_info/set_end_of_file_info
Marios Makassikis
2021-05-10
cifsd: remove the dead code of unimplemented durable handle
Namjae Jeon
2021-05-10
cifsd: use d_inode()
Namjae Jeon
2021-05-10
cifsd: Fix potential null-ptr-deref in smb2_open()
Marios Makassikis
2021-05-10
cifsd: Remove smb2_put_name()
Marios Makassikis
2021-05-10
cifsd: fix reference count decrement of unclaimed file in __ksmbd_lookup_fd
Hyunchul Lee
2021-05-10
cifsd: add the check if parent is stable by unexpected rename
Namjae Jeon
2021-05-10
cifsd: declare ida statically
Namjae Jeon
2021-05-10
cifsd: remove wrappers of kvmalloc/kvfree
Namjae Jeon
2021-05-10
cifsd: fix memdup.cocci warnings
kernel test robot
2021-05-10
cifsd: use kfree to free memory allocated by kmalloc or kzalloc
Muhammad Usama Anjum
2021-05-10
cifsd: use xarray instead of linked list for tree connect list
Namjae Jeon
2021-05-10
cifsd: merge time_wrappers.h into smb_common.h
Namjae Jeon
2021-05-10
cifsd: clean-up codes using chechpatch.pl --strict
Namjae Jeon
2021-05-10
cifsd: use kmalloc() for small allocations
Namjae Jeon
2021-05-10
cifsd: remove unneeded macros
Namjae Jeon
2021-05-10
cifsd: Fix an error code in smb2_read()
Dan Carpenter
[next]