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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-07
cifs: fix credits leak for SMB1 oplock breaks
Ronnie Sahlberg
3
-6
/
+7
2019-05-07
smb3: Add protocol structs for change notify support
Steve French
1
-0
/
+36
2019-05-07
cifs: fix smb3_zero_range for Azure
Ronnie Sahlberg
1
-47
/
+7
2019-05-07
cifs: zero-range does not require the file is sparse
Ronnie Sahlberg
1
-12
/
+0
2019-05-07
Add new flag on SMB3.1.1 read
Steve French
1
-0
/
+1
2019-05-07
cifs: add fiemap support
Ronnie Sahlberg
8
-2
/
+132
2019-05-07
SMB3: Add defines for new negotiate contexts
Steve French
2
-4
/
+27
2019-05-07
cifs: fix bi-directional fsctl passthrough calls
Ronnie Sahlberg
1
-1
/
+8
2019-05-07
cifs: smbd: take an array of reqeusts when sending upper layer data
Long Li
3
-30
/
+32
2019-05-07
SMB3: Add handling for different FSCTL access flags
Steve French
1
-1
/
+9
2019-05-07
cifs: Add support for FSCTL passthrough that write data to the server
Ronnie Sahlberg
2
-2
/
+42
2019-05-07
cifs: remove superfluous inode_lock in cifs_{strict_}fsync
Jeff Layton
1
-5
/
+0
2019-05-07
cifs: Call MID callback before destroying transport
Long Li
1
-17
/
+19
2019-05-07
cifs: smbd: Retry on memory registration failure
Long Li
1
-2
/
+2
2019-05-07
cifs: smbd: Indicate to retry on transport sending failure
Long Li
1
-2
/
+3
2019-05-07
cifs: smbd: Return EINTR when interrupted
Long Li
1
-1
/
+1
2019-05-07
cifs: smbd: Don't destroy transport on RDMA disconnect
Long Li
3
-127
/
+10
2019-05-07
smbd: Make upper layer decide when to destroy the transport
Long Li
3
-27
/
+101
2019-05-07
SMB3: update comment to clarify enumerating snapshots
Steve French
1
-0
/
+8
2019-05-07
CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sb
Aurelien Aptel
1
-1
/
+10
2019-05-07
CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease...
Kenneth D'souza
1
-0
/
+2
2019-05-07
cifs: Fix DFS cache refresher for DFS links
Paulo Alcantara (SUSE)
4
-25
/
+151
2019-05-07
cifs: don't use __constant_cpu_to_le32()
Sergey Senozhatsky
1
-1740
/
+1740
2019-05-07
SMB3: Track total time spent on roundtrips for each SMB3 command
Steve French
3
-6
/
+44
2019-05-07
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-9
/
+3
2019-05-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+0
2019-05-01
cifs: switch to ->free_inode()
Al Viro
1
-9
/
+3
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-1
/
+0
2019-04-24
cifs: fix page reference leak with readv/writev
Jérôme Glisse
2
-15
/
+23
2019-04-24
cifs: do not attempt cifs operation on smb2+ rename error
Frank Sorenson
1
-0
/
+4
2019-04-24
cifs: fix memory leak in SMB2_read
Ronnie Sahlberg
1
-0
/
+1
2019-04-16
CIFS: keep FileInfo handle live during oplock break
Aurelien Aptel
4
-10
/
+53
2019-04-16
cifs: fix handle leak in smb2_query_symlink()
Ronnie Sahlberg
1
-0
/
+2
2019-04-16
cifs: Fix lease buffer length error
ZhangXiaoxu
1
-1
/
+4
2019-04-16
cifs: Fix use-after-free in SMB2_read
ZhangXiaoxu
1
-2
/
+2
2019-04-16
cifs: Fix use-after-free in SMB2_write
ZhangXiaoxu
1
-1
/
+1
2019-04-01
cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.
Ronnie Sahlberg
1
-5
/
+3
2019-04-01
SMB3: Allow persistent handle timeout to be configurable on mount
Steve French
5
-5
/
+53
2019-04-01
smb3: Fix enumerating snapshots to Azure
Steve French
4
-28
/
+58
2019-04-01
cifs: fix kref underflow in close_shroot()
Ronnie Sahlberg
1
-9
/
+7
2019-03-22
cifs: update internal module version number
Steve French
1
-1
/
+1
2019-03-22
SMB3: Fix SMB3.1.1 guest mounts to Samba
Steve French
1
-1
/
+4
2019-03-22
cifs: Fix slab-out-of-bounds when tracing SMB tcon
Paulo Alcantara (SUSE)
1
-3
/
+3
2019-03-22
cifs: allow guest mounts to work for smb3.11
Ronnie Sahlberg
1
-2
/
+6
2019-03-22
fix incorrect error code mapping for OBJECTID_NOT_FOUND
Steve French
1
-1
/
+2
2019-03-22
cifs: fix that return -EINVAL when do dedupe operation
Xiaoli Feng
1
-1
/
+1
2019-03-22
CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN
Long Li
1
-30
/
+41
2019-03-22
CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN
Long Li
1
-32
/
+45
2019-03-14
CIFS: fix POSIX lock leak and invalid ptr deref
Aurelien Aptel
1
-1
/
+13
2019-03-14
SMB3: Allow SMB3 FSCTL queries to be sent to server from tools
Ronnie Sahlberg
1
-16
/
+46
[next]