index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: Add minor debug message during negprot
Steve French
2018-04-02
2
-1
/
+5
*
smb3: Fix root directory when server returns inode number of zero
Steve French
2018-04-02
2
-0
/
+34
*
cifs: fix sparse warning on previous patch in a few printks
Steve French
2018-04-02
1
-3
/
+3
*
cifs: add server->vals->header_preamble_size
Ronnie Sahlberg
2018-04-02
8
-45
/
+75
*
cifs: smbd: disconnect transport on RDMA errors
Long Li
2018-04-02
1
-1
/
+6
*
cifs: smbd: avoid reconnect lockup
Long Li
2018-04-02
1
-4
/
+8
*
Don't log confusing message on reconnect by default
Steve French
2018-04-02
1
-1
/
+1
*
Don't log expected error on DFS referral request
Steve French
2018-04-02
2
-2
/
+2
*
fs: cifs: Replace _free_xid call in cifs_root_iget function
Phillip Potter
2018-04-02
1
-4
/
+1
*
SMB3.1.1 dialect is no longer experimental
Steve French
2018-04-02
1
-4
/
+3
*
Tree connect for SMB3.1.1 must be signed for non-encrypted shares
Steve French
2018-04-02
1
-0
/
+5
*
fix smb3-encryption breakage when CONFIG_DEBUG_SG=y
Ronnie Sahlberg
2018-04-02
1
-3
/
+12
*
CIFS: fix sha512 check in cifs_crypto_secmech_release
Gustavo A. R. Silva
2018-04-02
1
-1
/
+1
*
CIFS: implement v3.11 preauth integrity
Aurelien Aptel
2018-04-02
6
-2
/
+112
*
CIFS: add sha512 secmech
Aurelien Aptel
2018-04-02
6
-0
/
+44
*
CIFS: refactor crypto shash/sdesc allocation&free
Aurelien Aptel
2018-04-02
6
-173
/
+93
*
cifs: fix memory leak in SMB2_open()
Ronnie Sahlberg
2018-04-02
1
-2
/
+6
*
CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
Colin Ian King
2018-04-02
1
-2
/
+2
*
Add missing structs and defines from recent SMB3.1.1 documentation
Steve French
2018-02-07
1
-2
/
+112
*
address lock imbalance warnings in smbdirect.c
Steve French
2018-02-07
1
-7
/
+9
*
cifs: silence compiler warnings showing up with gcc-8.0.0
Arnd Bergmann
2018-02-07
1
-3
/
+1
*
Add some missing debug fields in server and tcon structs
Steve French
2018-02-07
1
-1
/
+8
*
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-02-04
1
-4
/
+6
|
\
|
*
cifs: Define usercopy region in cifs_request slab cache
David Windsor
2018-01-15
1
-4
/
+6
*
|
Merge tag 'docs-4.16' of git://git.lwn.net/linux
Linus Torvalds
2018-02-01
1
-8
/
+7
|
\
\
|
*
|
fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
Adam Borowski
2018-01-01
1
-8
/
+7
|
|
/
*
|
fs/cifs/cifsacl.c Fixes typo in a comment
Achilles Gaikwad
2018-01-28
1
-1
/
+1
*
|
update internal version number for cifs.ko
Steve French
2018-01-27
1
-1
/
+1
*
|
cifs: add .splice_write
Andrés Souto
2018-01-27
1
-0
/
+6
*
|
CIFS: document tcon/ses/server refcount dance
Aurelien Aptel
2018-01-27
1
-1
/
+31
*
|
move a few externs to smbdirect.h to eliminate warning
Steve French
2018-01-27
2
-9
/
+9
*
|
CIFS: zero sensitive data when freeing
Aurelien Aptel
2018-01-27
3
-15
/
+8
*
|
Cleanup some minor endian issues in smb3 rdma
Steve French
2018-01-27
3
-20
/
+21
*
|
CIFS: dump IPC tcon in debug proc file
Aurelien Aptel
2018-01-27
1
-26
/
+35
*
|
CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
Aurelien Aptel
2018-01-27
4
-37
/
+25
*
|
CIFS: make IPC a regular tcon
Aurelien Aptel
2018-01-27
5
-76
/
+133
*
|
cifs: remove redundant duplicated assignment of pointer 'node'
Colin Ian King
2018-01-25
1
-1
/
+1
*
|
CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning
Arnd Bergmann
2018-01-25
1
-9
/
+6
*
|
cifs: Fix autonegotiate security settings mismatch
Daniel N Pettersson
2018-01-25
1
-2
/
+1
*
|
CIFS: SMBD: _smbd_get_connection() can be static
kbuild test robot
2018-01-25
1
-1
/
+1
*
|
CIFS: SMBD: Disable signing on SMB direct transport
Long Li
2018-01-25
2
-0
/
+13
*
|
CIFS: SMBD: Add SMB Direct debug counters
Long Li
2018-01-25
1
-0
/
+66
*
|
CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...
Long Li
2018-01-25
2
-3
/
+59
*
|
CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
Long Li
2018-01-25
4
-7
/
+30
*
|
CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...
Long Li
2018-01-25
3
-3
/
+72
*
|
CIFS: SMBD: Implement RDMA memory registration
Long Li
2018-01-25
2
-0
/
+474
*
|
CIFS: SMBD: Upper layer sends data via RDMA send
Long Li
2018-01-25
1
-2
/
+6
*
|
CIFS: SMBD: Implement function to send data via RDMA send
Long Li
2018-01-25
2
-0
/
+251
*
|
CIFS: SMBD: Upper layer receives data via RDMA receive
Long Li
2018-01-25
1
-2
/
+4
*
|
CIFS: SMBD: Implement function to receive data via RDMA receive
Long Li
2018-01-25
2
-0
/
+235
[next]