index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-20
CIFS: fix typo in cifs_dbg
Aurelien Aptel
1
-1
/
+1
2018-04-20
cifs: do not allow creating sockets except with SMB1 posix exensions
Steve French
1
-4
/
+5
2018-04-20
cifs: smbd: Dump SMB packet when configured
Long Li
1
-1
/
+5
2018-04-19
cifs: smbd: Check for iov length on sending the last iov
Long Li
1
-0
/
+2
2018-04-17
fs: cifs: Adding new return type vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-04-17
cifs: smb2ops: Fix NULL check in smb2_query_symlink
Gustavo A. R. Silva
1
-2
/
+2
2018-04-13
cifs: change validate_buf to validate_iov
Ronnie Sahlberg
1
-18
/
+21
2018-04-13
cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()
Ronnie Sahlberg
1
-2
/
+3
2018-04-13
cifs: Change SMB2_open to return an iov for the error parameter
Ronnie Sahlberg
3
-9
/
+13
2018-04-13
cifs: add resp_buf_size to the mid_q_entry structure
Ronnie Sahlberg
4
-2
/
+4
2018-04-13
smb3.11: replace a 4 with server->vals->header_preamble_size
Steve French
2
-5
/
+9
2018-04-13
cifs: replace a 4 with server->vals->header_preamble_size
Ronnie Sahlberg
1
-1
/
+1
2018-04-13
cifs: add pdu_size to the TCP_Server_Info structure
Ronnie Sahlberg
4
-6
/
+9
2018-04-13
SMB311: Improve checking of negotiate security contexts
Steve French
3
-0
/
+106
2018-04-13
SMB3: Fix length checking of SMB3.11 negotiate request
Steve French
2
-0
/
+46
2018-04-12
CIFS: add ONCE flag for cifs_dbg type
Aurelien Aptel
2
-29
/
+22
2018-04-12
cifs: Use ULL suffix for 64-bit constant
Geert Uytterhoeven
1
-1
/
+1
2018-04-12
SMB3: Log at least once if tree connect fails during reconnect
Steve French
2
-2
/
+7
2018-04-12
cifs: smb2pdu: Fix potential NULL pointer dereference
Gustavo A. R. Silva
1
-1
/
+3
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-5
/
+4
2018-04-07
Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-184
/
+127
2018-04-06
fscache: Pass object size in rather than calling back for it
David Howells
2
-17
/
+12
2018-04-04
fscache: Attach the index key and aux data to the cookie
David Howells
3
-170
/
+118
2018-04-02
cifs: Add minor debug message during negprot
Steve French
2
-1
/
+5
2018-04-02
smb3: Fix root directory when server returns inode number of zero
Steve French
2
-0
/
+34
2018-04-02
cifs: fix sparse warning on previous patch in a few printks
Steve French
1
-3
/
+3
2018-04-02
cifs: add server->vals->header_preamble_size
Ronnie Sahlberg
8
-45
/
+75
2018-04-02
cifs: smbd: disconnect transport on RDMA errors
Long Li
1
-1
/
+6
2018-04-02
cifs: smbd: avoid reconnect lockup
Long Li
1
-4
/
+8
2018-04-02
Don't log confusing message on reconnect by default
Steve French
1
-1
/
+1
2018-04-02
Don't log expected error on DFS referral request
Steve French
2
-2
/
+2
2018-04-02
fs: cifs: Replace _free_xid call in cifs_root_iget function
Phillip Potter
1
-4
/
+1
2018-04-02
SMB3.1.1 dialect is no longer experimental
Steve French
1
-4
/
+3
2018-04-02
Tree connect for SMB3.1.1 must be signed for non-encrypted shares
Steve French
1
-0
/
+5
2018-04-02
fix smb3-encryption breakage when CONFIG_DEBUG_SG=y
Ronnie Sahlberg
1
-3
/
+12
2018-04-02
CIFS: fix sha512 check in cifs_crypto_secmech_release
Gustavo A. R. Silva
1
-1
/
+1
2018-04-02
CIFS: implement v3.11 preauth integrity
Aurelien Aptel
6
-2
/
+112
2018-04-02
CIFS: add sha512 secmech
Aurelien Aptel
6
-0
/
+44
2018-04-02
CIFS: refactor crypto shash/sdesc allocation&free
Aurelien Aptel
6
-173
/
+93
2018-04-02
cifs: fix memory leak in SMB2_open()
Ronnie Sahlberg
1
-2
/
+6
2018-04-02
CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
Colin Ian King
1
-2
/
+2
2018-02-07
Add missing structs and defines from recent SMB3.1.1 documentation
Steve French
1
-2
/
+112
2018-02-07
address lock imbalance warnings in smbdirect.c
Steve French
1
-7
/
+9
2018-02-07
cifs: silence compiler warnings showing up with gcc-8.0.0
Arnd Bergmann
1
-3
/
+1
2018-02-07
Add some missing debug fields in server and tcon structs
Steve French
1
-1
/
+8
2018-02-04
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+6
2018-02-01
Merge tag 'docs-4.16' of git://git.lwn.net/linux
Linus Torvalds
1
-8
/
+7
2018-01-28
fs/cifs/cifsacl.c Fixes typo in a comment
Achilles Gaikwad
1
-1
/
+1
2018-01-27
update internal version number for cifs.ko
Steve French
1
-1
/
+1
2018-01-27
cifs: add .splice_write
Andrés Souto
1
-0
/
+6
[next]