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
/
cifs
/
smb2inode.c
Age
Commit message (
Expand
)
Author
2019-09-26
smb3: pass mode bits into create calls
Steve French
2019-09-16
smb3: improve handling of share deleted (and share recreated)
Steve French
2019-09-16
cifs: add a helper to find an existing readable handle to a file
Ronnie Sahlberg
2019-09-16
cifs: use existing handle for compound_op(OP_SET_INFO) when possible
Ronnie Sahlberg
2019-09-16
cifs: create a helper to find a writeable handle by path name
Ronnie Sahlberg
2019-07-15
cifs: fix crash in smb2_compound_op()/smb2_set_next_command()
Ronnie Sahlberg
2019-03-14
smb3: Add dynamic trace points for various compounded smb3 ops
Steve French
2019-03-14
cifs: cache FILE_ALL_INFO for the shared root handle
Ronnie Sahlberg
2019-01-24
CIFS: Fix mounts if the client is low on credits
Pavel Shilovsky
2018-12-31
cifs: we can not use small padding iovs together with encryption
Ronnie Sahlberg
2018-12-19
smb3: Fix rmdir compounding regression to strict servers
Ronnie Sahlberg
2018-10-23
smb3: send backup intent on compounded query info
Steve French
2018-10-23
cifs: add IOCTL for QUERY_INFO passthrough to userspace
Ronnie Sahlberg
2018-10-23
SMB3: Backup intent flag missing from compounded ops
Steve French
2018-10-23
cifs: create a define for the max number of iov we need for a SMB2 set_info
Ronnie Sahlberg
2018-10-23
cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding
Ronnie Sahlberg
2018-10-23
cifs: change SMB2_OP_SET_INFO to use compounding
Ronnie Sahlberg
2018-10-23
cifs: change SMB2_OP_SET_EOF to use compounding
Ronnie Sahlberg
2018-10-23
cifs: make rmdir() use compounding
Ronnie Sahlberg
2018-10-23
cifs: create helpers for SMB2_set_info_init/free()
Ronnie Sahlberg
2018-10-23
cifs: change unlink to use a compound
Ronnie Sahlberg
2018-10-23
cifs: change mkdir to use a compound
Ronnie Sahlberg
2018-10-23
cifs: add a smb2_compound_op and change QUERY_INFO to use it
Ronnie Sahlberg
2018-08-07
smb3: Do not send SMB3 SET_INFO if nothing changed
Steve French
2018-08-07
cifs: use a refcount to protect open/closing the cached file handle
Ronnie Sahlberg
2018-06-07
cifs: fix a buffer leak in smb2_query_symlink
Ronnie Sahlberg
2018-05-27
smb3: fix redundant opens on root
Steve French
2016-10-13
Do not send SMB3 SET_INFO request if nothing is changing
Steve French
2016-05-17
remove directory incorrectly tries to set delete on close on non-empty direct...
Steve French
2014-08-25
CIFS: Fix wrong filename length for SMB2
Pavel Shilovsky
2014-08-05
Add worker function to set allocation size
Steve French
2013-11-11
CIFS: Fix symbolic links usage
Pavel Shilovsky
2013-09-08
CIFS: Implement follow_link for SMB2
Pavel Shilovsky
2013-07-10
CIFS: Reconnect durable handles for SMB2
Pavel Shilovsky
2013-07-10
CIFS: Make SMB2_open use cifs_open_parms struct
Pavel Shilovsky
2013-07-10
CIFS: Respect create_options in smb2_open_file
Pavel Shilovsky
2013-05-04
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
2012-09-24
CIFS: Process oplocks for SMB2
Pavel Shilovsky
2012-09-24
CIFS: Add set_file_info support for SMB2
Pavel Shilovsky
2012-09-24
CIFS: Add SMB2 support for set_file_size
Pavel Shilovsky
2012-09-24
CIFS: Add SMB2 support for hardlink operation
Pavel Shilovsky
2012-09-24
CIFS: Add SMB2 support for rename operation
Pavel Shilovsky
2012-09-24
CIFS: Add open/close file support for SMB2
Pavel Shilovsky
2012-09-24
CIFS: Add SMB2 support for unlink
Pavel Shilovsky
2012-07-27
CIFS: Add SMB2 support for rmdir
Pavel Shilovsky
2012-07-27
CIFS: Add SMB2 support for mkdir operation
Pavel Shilovsky
2012-07-24
CIFS: Query SMB2 inode info
Pavel Shilovsky