index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifssmb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smb3: pass mode bits into create calls
Steve French
2019-09-26
1
-1
/
+2
*
fs: cifs: cifsssmb: remove redundant assignment to variable ret
Colin Ian King
2019-09-16
1
-1
/
+1
*
cifs: replace various strncpy with strscpy and similar
Ronnie Sahlberg
2019-08-27
1
-132
/
+65
*
fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_ace
Hariprasad Kelam
2019-07-07
1
-11
/
+3
*
cifs: simplify code by removing CONFIG_CIFS_ACL ifdef
Steve French
2019-07-07
1
-2
/
+0
*
cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP
Ronnie Sahlberg
2019-05-07
1
-94
/
+4
*
cifs: fix credits leak for SMB1 oplock breaks
Ronnie Sahlberg
2019-05-07
1
-1
/
+1
*
CIFS: Return error code when getting file handle for writeback
Pavel Shilovsky
2019-03-05
1
-3
/
+6
*
CIFS: Check for reconnects before sending async requests
Pavel Shilovsky
2019-03-05
1
-3
/
+3
*
CIFS: Respect reconnect in non-MTU credits calculations
Pavel Shilovsky
2019-03-05
1
-3
/
+6
*
CIFS: Respect SMB2 hdr preamble size in read responses
Pavel Shilovsky
2019-03-04
1
-3
/
+4
*
CIFS: Count SMB3 credits for malformed pending responses
Pavel Shilovsky
2019-03-04
1
-1
/
+1
*
cifs: replace snprintf with scnprintf
Ronnie Sahlberg
2019-03-04
1
-3
/
+3
*
CIFS: Fix leaking locked VFS cache pages in writeback retry
Pavel Shilovsky
2019-03-04
1
-4
/
+13
*
CIFS: Fix credits calculations for reads with errors
Pavel Shilovsky
2019-01-24
1
-12
/
+23
*
CIFS: Fix error paths in writeback code
Pavel Shilovsky
2019-01-11
1
-3
/
+4
*
cifs: move large array from stack to heap
Aurelien Aptel
2019-01-11
1
-7
/
+16
*
cifs: Add support for failover in cifs_reconnect_tcon()
Paulo Alcantara
2018-12-28
1
-3
/
+85
*
CIFS: pass page offsets on SMB1 read/write
Long Li
2018-10-23
1
-0
/
+2
*
cifs: protect against server returning invalid file system block size
Steve French
2018-10-23
1
-0
/
+21
*
fs/cifs: suppress a string overflow warning
Stephen Rothwell
2018-09-09
1
-3
/
+8
*
cifs: use timespec64 internally
Arnd Bergmann
2018-08-07
1
-6
/
+6
*
cifs: Fix infinite loop when using hard mount option
Paulo Alcantara
2018-07-05
1
-2
/
+8
*
cifs: add lease tracking to the cached root fid
Ronnie Sahlberg
2018-06-15
1
-4
/
+4
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
CIFS: Add support for direct pages in wdata
Long Li
2018-06-02
1
-3
/
+14
*
smb3: fix redundant opens on root
Steve French
2018-05-27
1
-0
/
+6
*
cifs: smbd: Don't use RDMA read/write when signing is used
Long Li
2018-04-25
1
-0
/
+3
*
cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()
Ronnie Sahlberg
2018-04-12
1
-2
/
+3
*
cifs: add pdu_size to the TCP_Server_Info structure
Ronnie Sahlberg
2018-04-12
1
-1
/
+1
*
SMB3: Log at least once if tree connect fails during reconnect
Steve French
2018-04-11
1
-1
/
+3
*
cifs: add server->vals->header_preamble_size
Ronnie Sahlberg
2018-04-02
1
-2
/
+4
*
cifs: silence compiler warnings showing up with gcc-8.0.0
Arnd Bergmann
2018-02-07
1
-3
/
+1
*
CIFS: make IPC a regular tcon
Aurelien Aptel
2018-01-26
1
-3
/
+4
*
CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
Long Li
2018-01-24
1
-2
/
+6
*
CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...
Long Li
2018-01-24
1
-0
/
+7
*
Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2017-09-07
1
-1
/
+14
|
\
|
*
cifs: Check for timeout on Negotiate stage
Samuel Cabrero
2017-09-04
1
-0
/
+12
|
*
cifs: Add support for writing attributes on SMB2+
Ronnie Sahlberg
2017-09-04
1
-1
/
+2
*
|
fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks
Benjamin Coddington
2017-07-16
1
-1
/
+1
|
/
*
CIFS: Reconnect expired SMB sessions
Pavel Shilovsky
2017-07-08
1
-0
/
+7
*
[CIFS] Minor cleanup of xattr query function
Steve French
2017-05-12
1
-1
/
+3
*
Don't delay freeing mids when blocked on slow socket write of request
Steve French
2017-05-09
1
-7
/
+0
*
fs: cifs: replace CURRENT_TIME by other appropriate apis
Deepa Dinamani
2017-05-08
1
-5
/
+5
*
Set unicode flag on cifs echo request to avoid Mac error
Steve French
2017-05-02
1
-0
/
+3
*
CIFS: Fix null pointer deref during read resp processing
Pavel Shilovsky
2017-04-10
1
-7
/
+8
*
Handle mismatched open calls
Sachin Prabhu
2017-04-07
1
-4
/
+7
*
CIFS: Fix sparse warnings
Steve French
2017-03-02
1
-1
/
+1
*
CIFS: move DFS response parsing out of SMB1 code
Aurelien Aptel
2017-03-01
1
-114
/
+5
*
CIFS: Add capability to decrypt big read responses
Pavel Shilovsky
2017-02-01
1
-4
/
+4
[next]