index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
smb2pdu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()
Stefano Brivio
2018-07-05
1
-3
/
+4
*
cifs: Fix infinite loop when using hard mount option
Paulo Alcantara
2018-07-05
1
-6
/
+12
*
cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting
Stefano Brivio
2018-07-05
1
-2
/
+5
*
smb3: Fix mode on mkdir on smb311 mounts
Steve French
2018-06-15
1
-0
/
+153
*
cifs: remove smb2_send_recv()
Ronnie Sahlberg
2018-06-15
1
-21
/
+116
*
cifs: push rfc1002 generation down the stack
Ronnie Sahlberg
2018-06-15
1
-26
/
+12
*
smb3: increase initial number of credits requested to allow write
Steve French
2018-06-15
1
-2
/
+3
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-3
/
+3
*
cifs: fix a buffer leak in smb2_query_symlink
Ronnie Sahlberg
2018-06-08
1
-1
/
+2
*
CIFS: SMBD: Support page offset in memory registration
Long Li
2018-06-06
1
-6
/
+12
*
cifs: For SMB2 security informaion query, check for minimum sized security de...
Shirish Pargaonkar
2018-06-05
1
-2
/
+1
*
CIFS: Use offset when reading pages
Long Li
2018-06-03
1
-0
/
+1
*
cifs: remove header_preamble_size where it is always 0
Ronnie Sahlberg
2018-06-01
1
-26
/
+18
*
cifs: remove struct smb2_hdr
Ronnie Sahlberg
2018-06-01
1
-14
/
+14
*
cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument
Ronnie Sahlberg
2018-06-01
1
-1
/
+1
*
cifs: remove struct smb2_oplock_break_rsp
Ronnie Sahlberg
2018-06-01
1
-1
/
+1
*
cifs: remove rfc1002 header from all SMB2 response structures
Ronnie Sahlberg
2018-06-01
1
-16
/
+11
*
smb3: on reconnect set PreviousSessionId field
Steve French
2018-06-01
1
-0
/
+1
*
smb3: Add posix create context for smb3.11 posix mounts
Steve French
2018-06-01
1
-2
/
+82
*
smb3: add tracepoints for smb2/smb3 open
Steve French
2018-05-31
1
-1
/
+6
*
smb3: add support for posix negotiate context
Steve French
2018-05-30
1
-6
/
+23
*
CIFS: Introduce offset for the 1st page in data transfer structures
Long Li
2018-05-30
1
-0
/
+1
*
smb3: Add ftrace tracepoints for improved SMB3 debugging
Steve French
2018-05-28
1
-6
/
+50
*
smb3: rename encryption_required to smb3_encryption_required
Steve French
2018-05-28
1
-21
/
+21
*
cifs: add a new SMB2_close_flags function
Ronnie Sahlberg
2018-05-28
1
-3
/
+9
*
cifs: store the leaseKey in the fid on SMB2_open
Ronnie Sahlberg
2018-05-28
1
-3
/
+5
*
cifs: smbd: Enable signing with smbdirect
Long Li
2018-05-09
1
-5
/
+0
*
cifs: Allocate validate negotiation request through kmalloc
Long Li
2018-05-09
1
-30
/
+38
*
cifs: smbd: Don't use RDMA read/write when signing is used
Long Li
2018-04-25
1
-2
/
+2
*
SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tcon
Steve French
2018-04-24
1
-4
/
+5
*
cifs: change validate_buf to validate_iov
Ronnie Sahlberg
2018-04-13
1
-18
/
+21
*
cifs: Change SMB2_open to return an iov for the error parameter
Ronnie Sahlberg
2018-04-13
1
-4
/
+6
*
smb3.11: replace a 4 with server->vals->header_preamble_size
Steve French
2018-04-13
1
-1
/
+2
*
cifs: replace a 4 with server->vals->header_preamble_size
Ronnie Sahlberg
2018-04-13
1
-1
/
+1
*
SMB311: Improve checking of negotiate security contexts
Steve French
2018-04-12
1
-0
/
+102
*
SMB3: Log at least once if tree connect fails during reconnect
Steve French
2018-04-11
1
-1
/
+4
*
cifs: smb2pdu: Fix potential NULL pointer dereference
Gustavo A. R. Silva
2018-04-11
1
-1
/
+3
*
cifs: Add minor debug message during negprot
Steve French
2018-04-02
1
-1
/
+3
*
cifs: add server->vals->header_preamble_size
Ronnie Sahlberg
2018-04-02
1
-6
/
+9
*
Tree connect for SMB3.1.1 must be signed for non-encrypted shares
Steve French
2018-04-02
1
-0
/
+5
*
CIFS: implement v3.11 preauth integrity
Aurelien Aptel
2018-04-02
1
-0
/
+25
*
cifs: fix memory leak in SMB2_open()
Ronnie Sahlberg
2018-04-02
1
-2
/
+6
*
Cleanup some minor endian issues in smb3 rdma
Steve French
2018-01-27
1
-11
/
+11
*
CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
Aurelien Aptel
2018-01-27
1
-3
/
+1
*
CIFS: make IPC a regular tcon
Aurelien Aptel
2018-01-27
1
-28
/
+8
*
cifs: Fix autonegotiate security settings mismatch
Daniel N Pettersson
2018-01-25
1
-2
/
+1
*
CIFS: SMBD: Disable signing on SMB direct transport
Long Li
2018-01-25
1
-0
/
+5
*
CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...
Long Li
2018-01-25
1
-1
/
+44
*
CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...
Long Li
2018-01-25
1
-3
/
+62
*
CIFS: SMBD: Add parameter rdata to smb2_new_read_req
Long Li
2018-01-25
1
-5
/
+9
[next]