Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
9fe5ff1c5d6a2a6c4ed4ba051a858571fdb7834c
/
fs
/
cifs
/
connect.c
9fe5ff1
smb3: do not send compression info by default
by Steve French
· 6 years ago
412094a
smb3: add new mount option to retrieve mode from special ACE
by Steve French
· 6 years ago
f2caf90
cifs: Fix a race condition with cifs_echo_request
by Ronnie Sahlberg
· 6 years ago
3e27257
cifs: always add credits back for unsolicited PDUs
by Ronnie Sahlberg
· 6 years ago
29fbeb7
cifs: Properly handle auto disabling of serverino option
by Paulo Alcantara (SUSE)
· 6 years ago
43cdae8
Fix match_server check to allow for auto dialect negotiate
by Steve French
· 6 years ago
61cabc7
cifs: fix GlobalMid_Lock bug in cifs_reconnect
by Ronnie Sahlberg
· 6 years ago
3b24911
cifs: Don't match port on SMBDirect transport
by Long Li
· 6 years ago
1d2a4f5
cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs have been called
by Long Li
· 6 years ago
214bab4
cifs: Call MID callback before destroying transport
by Long Li
· 6 years ago
050b8c3
smbd: Make upper layer decide when to destroy the transport
by Long Li
· 6 years ago
5072010
cifs: Fix DFS cache refresher for DFS links
by Paulo Alcantara (SUSE)
· 6 years ago
ca567eb
SMB3: Allow persistent handle timeout to be configurable on mount
by Steve French
· 6 years ago
d44d137
cifs: remove unused value pointed out by Coverity
by Steve French
· 6 years ago
335b7b6
CIFS: Respect reconnect in MTU credits calculations
by Pavel Shilovsky
· 6 years ago
5b96485
CIFS: Set reconnect instance to one initially
by Pavel Shilovsky
· 6 years ago
66265f1
CIFS: Count SMB3 credits for malformed pending responses
by Pavel Shilovsky
· 6 years ago
e8506d2
smb3: make default i/o size for smb3 mounts larger
by Steve French
· 6 years ago
eca0045
cifs: add credits from unmatched responses/messages
by Ronnie Sahlberg
· 6 years ago
74ea5f9
cifs: replace snprintf with scnprintf
by Ronnie Sahlberg
· 6 years ago
68e2672
cifs: Fix NULL pointer dereference of devname
by Yao Liu
· 6 years ago
ef68e83
CIFS: Do not reconnect TCP session in add_credits()
by Pavel Shilovsky
· 6 years ago
8428817
cifs: Fix a debug message
by Dan Carpenter
· 6 years ago
55a7f00
cifs: fix confusing warning message on reconnect
by Steve French
· 6 years ago
28eb24f
cifs: Always resolve hostname before reconnecting
by Paulo Alcantara
· 6 years ago
2332440
cifs: Only free DFS target list if we actually got one
by Paulo Alcantara
· 6 years ago
e511d31
cifs: start DFS cache refresher in cifs_mount()
by Paulo Alcantara
· 6 years ago
2f0a617
cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()
by YueHaibing
· 6 years ago
93d5cb5
cifs: Add support for failover in cifs_reconnect()
by Paulo Alcantara
· 6 years ago
4a367dc
cifs: Add support for failover in cifs_mount()
by Paulo Alcantara
· 6 years ago
1c78022
cifs: Make use of DFS cache to get new DFS referrals
by Paulo Alcantara
· 6 years ago
54be1f6
cifs: Add DFS cache routines
by Paulo Alcantara
· 6 years ago
5fc7fcd
cifs: auto disable 'serverino' in dfs mounts
by Aurelien Aptel
· 6 years ago
c34fea5
cifs: Skip any trailing backslashes from UNC
by Paulo Alcantara
· 6 years ago
56c762e
cifs: Refactor out cifs_mount()
by Paulo Alcantara
· 6 years ago
07fa601
cifs: suppress some implicit-fallthrough warnings
by Gustavo A. R. Silva
· 6 years ago
4a3b38a
Add vers=3.0.2 as a valid option for SMBv3.0.2
by Kenneth D'souza
· 6 years ago
9931a07
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
9b9c5be
cifs: do not return atime less than mtime
by Steve French
· 6 years ago
6e4d3bb
smb3: Add debug message later in smb2/smb3 reconnect path
by Steve French
· 6 years ago
8393072
CIFS: make 'nodfs' mount opt a superblock flag
by Aurelien Aptel
· 6 years ago
9e1a37d
smb3: track the instance of each session for debugging
by Steve French
· 6 years ago
aa563d7
iov_iter: Separate type from direction and use accessor functions
by David Howells
· 6 years ago
7af929d
smb3: fix lease break problem introduced by compounding
by Steve French
· 6 years ago
ddf83af
cifs: add a warning if we try to to dequeue a deleted mid
by Ronnie Sahlberg
· 7 years ago
395a207
cifs: connect to servername instead of IP for IPC$ share
by Thomas Werschlein
· 7 years ago
b24df3e
cifs: update receive_encrypted_standard to handle compounded responses
by Ronnie Sahlberg
· 7 years ago
bf1fdeb
smb3: add reconnect tracepoints
by Steve French
· 7 years ago
0fdfef9
smb3: simplify code by removing CONFIG_CIFS_SMB311
by Steve French
· 7 years ago
7420451
cifs: allow disabling insecure dialects in the config
by Steve French
· 7 years ago
8505c8b
smb3: if server does not support posix do not allow posix mount option
by Steve French
· 7 years ago
696e420
cifs: Fix use after free of a mid_q_entry
by Lars Persson
· 7 years ago
e229243
CIFS: move default port definitions to cifsglob.h
by Aurelien Aptel
· 7 years ago
2fbb564
smb3: note that smb3.11 posix extensions mount option is experimental
by Steve French
· 7 years ago
c7c137b
smb3: do not allow insecure cifs mounts when using smb3
by Steve French
· 7 years ago
8ddecf5
CIFS: Fix NULL ptr deref
by Aurelien Aptel
· 7 years ago
1dbe346
CIFS: Use offset when reading pages
by Long Li
· 7 years ago
8ce79ec
cifs: update multiplex loop to handle compounded responses
by Ronnie Sahlberg
· 7 years ago
977b617
cifs: remove rfc1002 header from all SMB2 response structures
by Ronnie Sahlberg
· 7 years ago
ce558b0
smb3: Add posix create context for smb3.11 posix mounts
by Steve French
· 7 years ago
b326614
smb3: allow "posix" mount option to enable new SMB311 protocol extensions
by Steve French
· 7 years ago
f92a720
cifs: allow disabling less secure legacy dialects
by Steve French
· 7 years ago
71992e62
cifs: fix build break when CONFIG_CIFS_DEBUG2 enabled
by Steve French
· 7 years ago
3d4ef9a
smb3: fix redundant opens on root
by Steve French
· 7 years ago
f7c4396
cifs: smbd: Enable signing with smbdirect
by Long Li
· 7 years ago
23657ad
SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tcon
by Steve French
· 7 years ago
e19b2bc
cifs: add resp_buf_size to the mid_q_entry structure
by Ronnie Sahlberg
· 7 years ago
2e96467
cifs: add pdu_size to the TCP_Server_Info structure
by Ronnie Sahlberg
· 7 years ago
93012bf
cifs: add server->vals->header_preamble_size
by Ronnie Sahlberg
· 7 years ago
2a18287
Don't log confusing message on reconnect by default
by Steve French
· 7 years ago
4a1360d
CIFS: document tcon/ses/server refcount dance
by Aurelien Aptel
· 7 years ago
97f4b72
CIFS: zero sensitive data when freeing
by Aurelien Aptel
· 7 years ago
b327a71
CIFS: make IPC a regular tcon
by Aurelien Aptel
· 7 years ago
37e12f5
cifs: remove redundant duplicated assignment of pointer 'node'
by Colin Ian King
· 7 years ago
8801e90
CIFS: SMBD: Disable signing on SMB direct transport
by Long Li
· 7 years ago
2fef137
CIFS: SMBD: Upper layer receives data via RDMA receive
by Long Li
· 7 years ago
bce9ce7
CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
by Long Li
· 7 years ago
781a805
CIFS: SMBD: Upper layer reconnects to SMB Direct session
by Long Li
· 7 years ago
2f89464
CIFS: SMBD: Upper layer connects to SMBDirect session
by Long Li
· 7 years ago
8339dd3
CIFS: SMBD: Add rdma mount option
by Long Li
· 7 years ago
f5c4ba8
cifs: release auth_key.response for reconnect.
by Shu Wang
· 8 years ago
9764c02
SMB3: Add support for multidialect negotiate (SMB2.1 and later)
by Steve French
· 7 years ago
76e7527
cifs: Check for timeout on Negotiate stage
by Samuel Cabrero
· 8 years ago
7e682f7
Fix warning messages when mounting to older servers
by Steve French
· 8 years ago
eef914a
[SMB3] Improve security, move default dialect to SMB3 from old CIFS
by Steve French
· 8 years ago
2a38e12
[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred
by Steve French
· 8 years ago
511c54a
CIFS: Reconnect expired SMB sessions
by Pavel Shilovsky
· 8 years ago
fe7a719
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
29bb315
cifs: fix IPv6 link local, with scope id, address parsing
by Daniel N Pettersson
· 8 years ago
6fd4e7f
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 8 years ago
6947529
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
cd8c429
Fix match_prepath()
by Sachin Prabhu
· 8 years ago
851ea08
cifs: Convert to separately allocated bdi
by Jan Kara
· 8 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
40920c2
CIFS: handle guest access errors to Windows shares
by Mark Syms
· 8 years ago
38bd490
Handle mismatched open calls
by Sachin Prabhu
· 8 years ago
c6e970a
net: break include loop netdevice.h, dsa.h, devlink.h
by Andrew Lunn
· 8 years ago
0a040b2
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 8 years ago
1827adb
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
Next »