index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-24
cifs: fix page reference leak with readv/writev
Jérôme Glisse
2
-15
/
+23
2019-04-24
cifs: do not attempt cifs operation on smb2+ rename error
Frank Sorenson
1
-0
/
+4
2019-04-24
cifs: fix memory leak in SMB2_read
Ronnie Sahlberg
1
-0
/
+1
2019-04-16
CIFS: keep FileInfo handle live during oplock break
Aurelien Aptel
4
-10
/
+53
2019-04-16
cifs: fix handle leak in smb2_query_symlink()
Ronnie Sahlberg
1
-0
/
+2
2019-04-16
cifs: Fix lease buffer length error
ZhangXiaoxu
1
-1
/
+4
2019-04-16
cifs: Fix use-after-free in SMB2_read
ZhangXiaoxu
1
-2
/
+2
2019-04-16
cifs: Fix use-after-free in SMB2_write
ZhangXiaoxu
1
-1
/
+1
2019-04-01
cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.
Ronnie Sahlberg
1
-5
/
+3
2019-04-01
SMB3: Allow persistent handle timeout to be configurable on mount
Steve French
5
-5
/
+53
2019-04-01
smb3: Fix enumerating snapshots to Azure
Steve French
4
-28
/
+58
2019-04-01
cifs: fix kref underflow in close_shroot()
Ronnie Sahlberg
1
-9
/
+7
2019-03-22
cifs: update internal module version number
Steve French
1
-1
/
+1
2019-03-22
SMB3: Fix SMB3.1.1 guest mounts to Samba
Steve French
1
-1
/
+4
2019-03-22
cifs: Fix slab-out-of-bounds when tracing SMB tcon
Paulo Alcantara (SUSE)
1
-3
/
+3
2019-03-22
cifs: allow guest mounts to work for smb3.11
Ronnie Sahlberg
1
-2
/
+6
2019-03-22
fix incorrect error code mapping for OBJECTID_NOT_FOUND
Steve French
1
-1
/
+2
2019-03-22
cifs: fix that return -EINVAL when do dedupe operation
Xiaoli Feng
1
-1
/
+1
2019-03-22
CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN
Long Li
1
-30
/
+41
2019-03-22
CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN
Long Li
1
-32
/
+45
2019-03-14
CIFS: fix POSIX lock leak and invalid ptr deref
Aurelien Aptel
1
-1
/
+13
2019-03-14
SMB3: Allow SMB3 FSCTL queries to be sent to server from tools
Ronnie Sahlberg
1
-16
/
+46
2019-03-14
cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc
Ronnie Sahlberg
1
-2
/
+12
2019-03-14
smb2: fix typo in definition of a few error flags
Steve French
1
-3
/
+3
2019-03-14
CIFS: make mknod() an smb_version_op
Aurelien Aptel
4
-104
/
+239
2019-03-14
cifs: minor documentation updates
Steve French
1
-0
/
+1
2019-03-14
cifs: remove unused value pointed out by Coverity
Steve French
1
-4
/
+0
2019-03-14
SMB3: passthru query info doesn't check for SMB3 FSCTL passthru
Steve French
2
-7
/
+22
2019-03-14
smb3: add dynamic tracepoints for simple fallocate and zero range
Steve French
2
-0
/
+38
2019-03-14
cifs: fix smb3_zero_range so it can expand the file-size when required
Ronnie Sahlberg
3
-19
/
+68
2019-03-14
cifs: add SMB2_ioctl_init/free helpers to be used with compounding
Ronnie Sahlberg
2
-57
/
+80
2019-03-14
smb3: Add dynamic trace points for various compounded smb3 ops
Steve French
2
-4
/
+185
2019-03-14
cifs: cache FILE_ALL_INFO for the shared root handle
Ronnie Sahlberg
5
-28
/
+118
2019-03-14
smb3: display volume serial number for shares in /proc/fs/cifs/DebugData
Steve French
1
-0
/
+3
2019-03-14
cifs: simplify how we handle credits in compound_send_recv()
Ronnie Sahlberg
1
-72
/
+38
2019-03-14
smb3: add dynamic tracepoint for timeout waiting for credits
Steve French
2
-0
/
+6
2019-03-14
smb3: display security information in /proc/fs/cifs/DebugData more accurately
Steve French
1
-1
/
+7
2019-03-14
cifs: add a timeout argument to wait_for_free_credits
Ronnie Sahlberg
1
-10
/
+30
2019-03-14
cifs: prevent starvation in wait_for_free_credits for multi-credit requests
Ronnie Sahlberg
1
-0
/
+28
2019-03-14
cifs: wait_for_free_credits() make it possible to wait for >=1 credits
Ronnie Sahlberg
3
-10
/
+10
2019-03-14
cifs: pass flags down into wait_for_free_credits()
Ronnie Sahlberg
1
-16
/
+14
2019-03-14
cifs: change wait_for_free_request() to take flags as argument
Ronnie Sahlberg
1
-16
/
+17
2019-03-06
fs: cifs: Kconfig: pedantic formatting
Enrico Weigelt, metux IT consult
1
-60
/
+60
2019-03-05
smb3: request more credits on normal (non-large read/write) ops
Steve French
1
-2
/
+2
2019-03-05
CIFS: Mask off signals when sending SMB packets
Pavel Shilovsky
1
-3
/
+38
2019-03-05
CIFS: Return -EAGAIN instead of -ENOTSOCK
Pavel Shilovsky
1
-1
/
+2
2019-03-05
CIFS: Only send SMB2_NEGOTIATE command on new TCP connections
Pavel Shilovsky
1
-0
/
+8
2019-03-05
CIFS: Fix read after write for files with read caching
Pavel Shilovsky
1
-5
/
+7
2019-03-05
smb3: for kerberos mounts display the credential uid used
Steve French
1
-1
/
+1
2019-03-05
cifs: use correct format characters
Louis Taylor
2
-3
/
+3
[next]