index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-23
smb3: add tracepoint for sending lease break responses to server
Steve French
2
-1
/
+88
2018-10-23
cifs: do not return atime less than mtime
Steve French
3
-3
/
+12
2018-10-23
smb3: update default requested iosize to 4MB from 1MB for recent dialects
Steve French
2
-4
/
+55
2018-10-23
smb3: Add debug message later in smb2/smb3 reconnect path
Steve French
2
-1
/
+4
2018-10-23
CIFS: make 'nodfs' mount opt a superblock flag
Aurelien Aptel
4
-5
/
+14
2018-10-23
smb3: track the instance of each session for debugging
Steve French
4
-4
/
+10
2018-10-23
smb3: minor missing defines relating to reparse points
Steve French
1
-1
/
+3
2018-10-23
smb3: add way to control slow response threshold for logging and stats
Steve French
3
-3
/
+26
2018-10-23
cifs: minor updates to module description for cifs.ko
Steve French
1
-3
/
+3
2018-10-23
cifs: protect against server returning invalid file system block size
Steve French
1
-0
/
+21
2018-10-23
smb3: allow stats which track session and share reconnects to be reset
Steve French
1
-0
/
+3
2018-10-23
SMB3: Backup intent flag missing from compounded ops
Steve French
1
-0
/
+2
2018-10-23
cifs: create a define for the max number of iov we need for a SMB2 set_info
Ronnie Sahlberg
2
-1
/
+10
2018-10-23
cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding
Ronnie Sahlberg
4
-142
/
+60
2018-10-23
cifs: remove the is_falloc argument to SMB2_set_eof
Ronnie Sahlberg
3
-9
/
+4
2018-10-23
cifs: change SMB2_OP_SET_INFO to use compounding
Ronnie Sahlberg
3
-26
/
+23
2018-10-23
cifs: change SMB2_OP_SET_EOF to use compounding
Ronnie Sahlberg
1
-8
/
+20
2018-10-23
cifs: make rmdir() use compounding
Ronnie Sahlberg
3
-31
/
+35
2018-10-23
cifs: create helpers for SMB2_set_info_init/free()
Ronnie Sahlberg
3
-40
/
+68
2018-10-23
cifs: change unlink to use a compound
Ronnie Sahlberg
1
-5
/
+6
2018-10-23
cifs: change mkdir to use a compound
Ronnie Sahlberg
1
-9
/
+13
2018-10-23
cifs: add a smb2_compound_op and change QUERY_INFO to use it
Ronnie Sahlberg
4
-22
/
+136
2018-10-23
cifs: fix a credits leak for compund commands
Ronnie Sahlberg
1
-20
/
+37
2018-10-23
smb3: add tracepoint to catch cases where credit refund of failed op overlaps reconnect
Steve French
2
-0
/
+36
2018-10-23
cifs: remove set but not used variable 'cifs_sb'
YueHaibing
1
-2
/
+0
2018-10-23
cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_mkdir()
YueHaibing
1
-2
/
+2
2018-10-23
smb3: do not display confusing message on mount to Azure servers
Steve French
1
-1
/
+1
2018-10-23
scsi: mvsas: Remove set but not used variable 'id'
YueHaibing
1
-2
/
+1
2018-10-23
scsi: qla2xxx: Remove two arguments from qlafx00_error_entry()
Bart Van Assche
1
-8
/
+5
2018-10-23
scsi: qla2xxx: Make sure that qlafx00_ioctl_iosb_entry() initializes 'res'
Bart Van Assche
1
-1
/
+1
2018-10-23
scsi: qla2xxx: Remove a set-but-not-used variable
Bart Van Assche
1
-3
/
+3
2018-10-23
scsi: qla2xxx: Make qla2x00_sysfs_write_nvram() easier to analyze
Bart Van Assche
1
-1
/
+1
2018-10-23
scsi: qla2xxx: Declare local functions 'static'
Bart Van Assche
1
-2
/
+3
2018-10-23
scsi: qla2xxx: Improve several kernel-doc headers
Bart Van Assche
8
-17
/
+17
2018-10-23
scsi: qla2xxx: Modify fall-through annotations
Bart Van Assche
2
-2
/
+2
2018-10-23
scsi: 3w-sas: 3w-9xxx: Use unsigned char for cdb
Nathan Chancellor
2
-7
/
+13
2018-10-23
scsi: mvsas: Use dma_pool_zalloc
Sabyasachi Gupta
1
-2
/
+1
2018-10-23
scsi: target: Don't request modules that aren't even built
Roland Dreier
1
-4
/
+4
2018-10-23
scsi: target: Set response length for REPORT TARGET PORT GROUPS
Roland Dreier
1
-1
/
+1
2018-10-24
afs: Probe multiple fileservers simultaneously
David Howells
17
-350
/
+1050
2018-10-24
afs: Fix callback handling
David Howells
4
-8
/
+12
2018-10-24
afs: Eliminate the address pointer from the address list cursor
David Howells
6
-10
/
+5
2018-10-24
afs: Allow dumping of server cursor on operation failure
David Howells
5
-0
/
+127
2018-10-24
afs: Implement YFS support in the fs client
David Howells
9
-28
/
+2500
2018-10-24
afs: Expand data structure fields to support YFS
David Howells
2
-21
/
+23
2018-10-24
afs: Get the target vnode in afs_rmdir() and get a callback on it
David Howells
1
-1
/
+10
2018-10-24
afs: Calc callback expiry in op reply delivery
David Howells
5
-8
/
+28
2018-10-24
afs: Fix FS.FetchStatus delivery from updating wrong vnode
David Howells
1
-11
/
+5
2018-10-24
afs: Implement the YFS cache manager service
David Howells
3
-1
/
+174
2018-10-24
afs: Remove callback details from afs_callback_break struct
David Howells
3
-19
/
+8
[prev]
[next]