index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: Optimize readdir on reparse points
Paulo Alcantara (SUSE)
2019-12-23
2
-9
/
+55
*
cifs: Adjust indentation in smb2_open_file
Nathan Chancellor
2019-12-23
1
-1
/
+1
*
CIFS: Close cached root handle only if it has a lease
Pavel Shilovsky
2019-12-13
5
-4
/
+25
*
SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding path
Steve French
2019-12-13
1
-0
/
+1
*
smb3: fix refcount underflow warning on unmount when no directory leases
Steve French
2019-12-09
1
-1
/
+2
*
Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2019-12-08
13
-72
/
+265
|
\
|
*
smb3: improve check for when we send the security descriptor context on create
Steve French
2019-12-07
1
-0
/
+2
|
*
smb3: fix mode passed in on create for modetosid mount option
Steve French
2019-12-06
5
-34
/
+122
|
*
cifs: fix possible uninitialized access and race on iface_list
Aurelien Aptel
2019-12-04
1
-3
/
+26
|
*
cifs: Fix lookup of SMB connections on multichannel
Paulo Alcantara (SUSE)
2019-12-04
3
-1
/
+9
|
*
smb3: query attributes on file close
Steve French
2019-12-03
7
-15
/
+97
|
*
smb3: remove unused flag passed into close functions
Steve French
2019-12-02
2
-16
/
+5
|
*
cifs: remove redundant assignment to pointer pneg_ctxt
Colin Ian King
2019-12-02
1
-1
/
+1
|
*
fs: cifs: Fix atime update check vs mtime
Deepa Dinamani
2019-12-02
1
-1
/
+1
|
*
CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
Pavel Shilovsky
2019-12-02
1
-3
/
+4
*
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-12-06
1
-6
/
+1
|
\
\
|
*
|
new helper: lookup_positive_unlocked()
Al Viro
2019-11-15
1
-6
/
+1
*
|
|
Merge tag 'docs-5.5a' of git://git.lwn.net/linux
Linus Torvalds
2019-12-02
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge tag 'v5.4-rc4' into docs-next
Jonathan Corbet
2019-10-29
9
-40
/
+57
|
|
\
|
|
*
|
docs: fix some broken references
Mauro Carvalho Chehab
2019-10-10
1
-1
/
+1
*
|
|
CIFS: fix a white space issue in cifs_get_inode_info()
Dan Carpenter via samba-technical
2019-11-27
1
-1
/
+2
*
|
|
cifs: update internal module version number
Steve French
2019-11-25
1
-1
/
+1
*
|
|
cifs: Always update signing key of first channel
Paulo Alcantara (SUSE)
2019-11-25
1
-0
/
+4
*
|
|
cifs: Fix retrieval of DFS referrals in cifs_mount()
Paulo Alcantara (SUSE)
2019-11-25
1
-10
/
+22
*
|
|
cifs: Fix potential softlockups while refreshing DFS cache
Paulo Alcantara (SUSE)
2019-11-25
1
-12
/
+29
*
|
|
cifs: Fix lookup of root ses in DFS referral cache
Paulo Alcantara (SUSE)
2019-11-25
1
-2
/
+1
*
|
|
cifs: Fix use-after-free bug in cifs_reconnect()
Paulo Alcantara (SUSE)
2019-11-25
1
-11
/
+35
*
|
|
cifs: dump channel info in DebugData
Aurelien Aptel
2019-11-25
1
-1
/
+34
*
|
|
smb3: dump in_send and num_waiters stats counters by default
Steve French
2019-11-25
2
-21
/
+4
*
|
|
cifs: try harder to open new channels
Aurelien Aptel
2019-11-25
1
-10
/
+22
*
|
|
CIFS: Properly process SMB3 lease breaks
Pavel Shilovsky
2019-11-25
7
-65
/
+57
*
|
|
cifs: move cifsFileInfo_put logic into a work-queue
Ronnie Sahlberg
2019-11-25
3
-27
/
+65
*
|
|
cifs: try opening channels after mounting
Aurelien Aptel
2019-11-25
9
-88
/
+478
*
|
|
CIFS: refactor cifs_get_inode_info()
Aurelien Aptel
2019-11-25
2
-137
/
+205
*
|
|
cifs: switch servers depending on binding state
Aurelien Aptel
2019-11-25
6
-21
/
+33
*
|
|
cifs: add server param
Aurelien Aptel
2019-11-25
5
-17
/
+22
*
|
|
cifs: add multichannel mount options and data structs
Aurelien Aptel
2019-11-25
3
-2
/
+56
*
|
|
cifs: sort interface list by speed
Aurelien Aptel
2019-11-25
1
-0
/
+11
*
|
|
CIFS: Fix SMB2 oplock break processing
Pavel Shilovsky
2019-11-25
1
-4
/
+3
*
|
|
cifs: don't use 'pre:' for MODULE_SOFTDEP
Ronnie Sahlberg
2019-11-25
1
-12
/
+12
*
|
|
cifs: smbd: Return -EAGAIN when transport is reconnecting
Long Li
2019-11-25
1
-2
/
+5
*
|
|
cifs: smbd: Only queue work for error recovery on memory registration
Long Li
2019-11-25
1
-11
/
+15
*
|
|
smb3: add debug messages for closing unmatched open
Ronnie Sahlberg
2019-11-25
2
-10
/
+34
*
|
|
CIFS: Do not miss cancelled OPEN responses
Pavel Shilovsky
2019-11-25
2
-8
/
+8
*
|
|
CIFS: Fix NULL pointer dereference in mid callback
Pavel Shilovsky
2019-11-25
3
-7
/
+17
*
|
|
CIFS: Close open handle after interrupted close
Pavel Shilovsky
2019-11-25
3
-15
/
+63
*
|
|
CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
Pavel Shilovsky
2019-11-25
1
-0
/
+7
*
|
|
smb3: remove confusing dmesg when mounting with encryption ("seal")
Steve French
2019-11-25
1
-8
/
+2
*
|
|
cifs: close the shared root handle on tree disconnect
Ronnie Sahlberg
2019-11-25
1
-0
/
+2
*
|
|
CIFS: Return directly after a failed build_path_from_dentry() in cifs_do_crea...
Markus Elfring
2019-11-25
1
-4
/
+2
[next]