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
/
cifsglob.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-02
CIFS: Add support for direct I/O read
Long Li
1
-0
/
+5
2018-11-02
smb3: allow more detailed protocol info on open files for debugging
Steve French
1
-0
/
+3
2018-10-23
smb3: show number of current open files in /proc/fs/cifs/Stats
Steve French
1
-0
/
+2
2018-10-23
cifs: add support for ioctl on directories
Ronnie Sahlberg
1
-1
/
+3
2018-10-23
cifs: add IOCTL for QUERY_INFO passthrough to userspace
Ronnie Sahlberg
1
-0
/
+4
2018-10-23
cifs: OFD locks do not conflict with eachothers
Ronnie Sahlberg
1
-1
/
+2
2018-10-23
smb3: update default requested iosize to 4MB from 1MB for recent dialects
Steve French
1
-0
/
+1
2018-10-23
smb3: track the instance of each session for debugging
Steve French
1
-0
/
+1
2018-10-23
smb3: add way to control slow response threshold for logging and stats
Steve French
1
-0
/
+1
2018-10-02
cifs: add a warning if we try to to dequeue a deleted mid
Ronnie Sahlberg
1
-0
/
+1
2018-08-09
cifs: update receive_encrypted_standard to handle compounded responses
Ronnie Sahlberg
1
-1
/
+4
2018-08-07
smb3: display stats counters for number of slow commands
Steve French
1
-1
/
+2
2018-08-07
cifs: update init_sg, crypt_message to take an array of rqst
Ronnie Sahlberg
1
-4
/
+3
2018-08-07
cifs: simple stats should always be enabled
Steve French
1
-10
/
+0
2018-08-07
cifs: use a refcount to protect open/closing the cached file handle
Ronnie Sahlberg
1
-0
/
+1
2018-08-07
cifs: remove unused stats
Steve French
1
-14
/
+0
2018-08-07
smb3: simplify code by removing CONFIG_CIFS_SMB311
Steve French
1
-8
/
+0
2018-08-07
cifs: use timespec64 internally
Arnd Bergmann
1
-3
/
+3
2018-07-05
cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()
Stefano Brivio
1
-1
/
+1
2018-07-05
cifs: Fix use after free of a mid_q_entry
Lars Persson
1
-0
/
+1
2018-06-15
smb3: Fix mode on mkdir on smb311 mounts
Steve French
1
-0
/
+4
2018-06-15
CIFS: add iface info to struct cifs_ses
Aurelien Aptel
1
-0
/
+21
2018-06-15
CIFS: move default port definitions to cifsglob.h
Aurelien Aptel
1
-0
/
+3
2018-06-15
cifs: add lease tracking to the cached root fid
Ronnie Sahlberg
1
-3
/
+9
2018-06-07
CIFS: Fix NULL ptr deref
Aurelien Aptel
1
-0
/
+6
2018-06-02
CIFS: Add support for direct pages in wdata
Long Li
1
-1
/
+1
2018-06-02
CIFS: Add support for direct pages in rdata
Long Li
1
-1
/
+1
2018-06-02
cifs: update multiplex loop to handle compounded responses
Ronnie Sahlberg
1
-1
/
+1
2018-05-31
smb3: Add posix create context for smb3.11 posix mounts
Steve French
1
-0
/
+1
2018-05-30
smb3: allow "posix" mount option to enable new SMB311 protocol extensions
Steve French
1
-0
/
+4
2018-05-30
smb3: add support for posix negotiate context
Steve French
1
-0
/
+1
2018-05-30
cifs: allow disabling less secure legacy dialects
Steve French
1
-9
/
+10
2018-05-30
cifs: make minor clarifications to module params for cifs.ko
Steve French
1
-1
/
+1
2018-05-30
CIFS: Introduce offset for the 1st page in data transfer structures
Long Li
1
-0
/
+3
2018-05-27
cifs: store the leaseKey in the fid on SMB2_open
Ronnie Sahlberg
1
-1
/
+1
2018-05-27
cifs: update calc_size to take a server argument
Ronnie Sahlberg
1
-1
/
+1
2018-05-27
cifs: add server argument to the dump_detail method
Ronnie Sahlberg
1
-1
/
+1
2018-05-27
smb3: fix redundant opens on root
Steve French
1
-0
/
+5
2018-04-12
cifs: add resp_buf_size to the mid_q_entry structure
Ronnie Sahlberg
1
-0
/
+1
2018-04-12
cifs: add pdu_size to the TCP_Server_Info structure
Ronnie Sahlberg
1
-0
/
+2
2018-04-12
SMB311: Improve checking of negotiate security contexts
Steve French
1
-0
/
+1
2018-04-02
smb3: Fix root directory when server returns inode number of zero
Steve French
1
-0
/
+1
2018-04-02
cifs: add server->vals->header_preamble_size
Ronnie Sahlberg
1
-0
/
+1
2018-04-01
CIFS: implement v3.11 preauth integrity
Aurelien Aptel
1
-2
/
+3
2018-04-01
CIFS: add sha512 secmech
Aurelien Aptel
1
-0
/
+2
2018-01-26
CIFS: make IPC a regular tcon
Aurelien Aptel
1
-7
/
+7
2018-01-24
CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
Long Li
1
-2
/
+11
2018-01-24
CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...
Long Li
1
-0
/
+3
2018-01-24
CIFS: SMBD: Add rdma mount option
Long Li
1
-0
/
+5
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-2
/
+2
[next]