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
2020-01-26
cifs: use compounding for open and first query-dir for readdir()
Ronnie Sahlberg
2
-12
/
+87
2020-01-26
cifs: create a helper function to parse the query-directory response buffer
Ronnie Sahlberg
1
-46
/
+63
2020-01-26
cifs: prepare SMB2_query_directory to be used with compounding
Ronnie Sahlberg
3
-36
/
+82
2020-01-26
fs/cifs/cifssmb.c: use true,false for bool variable
zhengbin
1
-2
/
+2
2020-01-26
fs/cifs/smb2ops.c: use true,false for bool variable
zhengbin
1
-1
/
+1
2019-12-23
cifs: Optimize readdir on reparse points
Paulo Alcantara (SUSE)
2
-9
/
+55
2019-12-23
cifs: Adjust indentation in smb2_open_file
Nathan Chancellor
1
-1
/
+1
2019-12-13
CIFS: Close cached root handle only if it has a lease
Pavel Shilovsky
5
-4
/
+25
2019-12-13
SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding path
Steve French
1
-0
/
+1
2019-12-09
smb3: fix refcount underflow warning on unmount when no directory leases
Steve French
1
-1
/
+2
2019-12-08
Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
13
-72
/
+265
2019-12-07
smb3: improve check for when we send the security descriptor context on create
Steve French
1
-0
/
+2
2019-12-06
smb3: fix mode passed in on create for modetosid mount option
Steve French
5
-34
/
+122
2019-12-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+1
2019-12-04
cifs: fix possible uninitialized access and race on iface_list
Aurelien Aptel
1
-3
/
+26
2019-12-04
cifs: Fix lookup of SMB connections on multichannel
Paulo Alcantara (SUSE)
3
-1
/
+9
2019-12-03
smb3: query attributes on file close
Steve French
7
-15
/
+97
2019-12-02
smb3: remove unused flag passed into close functions
Steve French
2
-16
/
+5
2019-12-02
cifs: remove redundant assignment to pointer pneg_ctxt
Colin Ian King
1
-1
/
+1
2019-12-02
fs: cifs: Fix atime update check vs mtime
Deepa Dinamani
1
-1
/
+1
2019-12-02
CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
Pavel Shilovsky
1
-3
/
+4
2019-12-02
Merge tag 'docs-5.5a' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2019-11-27
CIFS: fix a white space issue in cifs_get_inode_info()
Dan Carpenter via samba-technical
1
-1
/
+2
2019-11-25
cifs: update internal module version number
Steve French
1
-1
/
+1
2019-11-25
cifs: Always update signing key of first channel
Paulo Alcantara (SUSE)
1
-0
/
+4
2019-11-25
cifs: Fix retrieval of DFS referrals in cifs_mount()
Paulo Alcantara (SUSE)
1
-10
/
+22
2019-11-25
cifs: Fix potential softlockups while refreshing DFS cache
Paulo Alcantara (SUSE)
1
-12
/
+29
2019-11-25
cifs: Fix lookup of root ses in DFS referral cache
Paulo Alcantara (SUSE)
1
-2
/
+1
2019-11-25
cifs: Fix use-after-free bug in cifs_reconnect()
Paulo Alcantara (SUSE)
1
-11
/
+35
2019-11-25
cifs: dump channel info in DebugData
Aurelien Aptel
1
-1
/
+34
2019-11-25
smb3: dump in_send and num_waiters stats counters by default
Steve French
2
-21
/
+4
2019-11-25
cifs: try harder to open new channels
Aurelien Aptel
1
-10
/
+22
2019-11-25
CIFS: Properly process SMB3 lease breaks
Pavel Shilovsky
7
-65
/
+57
2019-11-25
cifs: move cifsFileInfo_put logic into a work-queue
Ronnie Sahlberg
3
-27
/
+65
2019-11-25
cifs: try opening channels after mounting
Aurelien Aptel
9
-88
/
+478
2019-11-25
CIFS: refactor cifs_get_inode_info()
Aurelien Aptel
2
-137
/
+205
2019-11-25
cifs: switch servers depending on binding state
Aurelien Aptel
6
-21
/
+33
2019-11-25
cifs: add server param
Aurelien Aptel
5
-17
/
+22
2019-11-25
cifs: add multichannel mount options and data structs
Aurelien Aptel
3
-2
/
+56
2019-11-25
cifs: sort interface list by speed
Aurelien Aptel
1
-0
/
+11
2019-11-25
CIFS: Fix SMB2 oplock break processing
Pavel Shilovsky
1
-4
/
+3
2019-11-25
cifs: don't use 'pre:' for MODULE_SOFTDEP
Ronnie Sahlberg
1
-12
/
+12
2019-11-25
cifs: smbd: Return -EAGAIN when transport is reconnecting
Long Li
1
-2
/
+5
2019-11-25
cifs: smbd: Only queue work for error recovery on memory registration
Long Li
1
-11
/
+15
2019-11-25
smb3: add debug messages for closing unmatched open
Ronnie Sahlberg
2
-10
/
+34
2019-11-25
CIFS: Do not miss cancelled OPEN responses
Pavel Shilovsky
2
-8
/
+8
2019-11-25
CIFS: Fix NULL pointer dereference in mid callback
Pavel Shilovsky
3
-7
/
+17
2019-11-25
CIFS: Close open handle after interrupted close
Pavel Shilovsky
3
-15
/
+63
2019-11-25
CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
Pavel Shilovsky
1
-0
/
+7
2019-11-25
smb3: remove confusing dmesg when mounting with encryption ("seal")
Steve French
1
-8
/
+2
[next]