- 52492ff cifs: call helper functions for marking channels for reconnect by Shyam Prasad N · 2 years, 11 months ago
- 88b024f cifs: protect all accesses to chan_* with chan_lock by Shyam Prasad N · 3 years, 1 month ago
- a05885c cifs: fix the connection state transitions with multichannel by Shyam Prasad N · 3 years, 1 month ago
- bda487a cifs: avoid race during socket reconnect between send and recv by Shyam Prasad N · 3 years, 2 months ago
- 080dc5e cifs: take cifs_tcp_ses_lock for status checks by Shyam Prasad N · 3 years, 5 months ago
- f486ef8 cifs: use the chans_need_reconnect bitmap for reconnect status by Shyam Prasad N · 3 years, 5 months ago
- 724244c cifs: protect session channel fields with chan_lock by Shyam Prasad N · 3 years, 5 months ago
- 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 3 months ago
- 01cf308 cifs: make locking consistent around the server session status by Steve French · 3 years, 6 months ago
- 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 6 months ago
- 05946d4 cifs: Fix preauth hash corruption by Vincent Whitchurch · 3 years, 10 months ago
- 04ad69c cifs: do not send close in compound create+close requests by Paulo Alcantara · 3 years, 10 months ago
- e3d100e cifs: change noisy error message to FYI by Paulo Alcantara · 3 years, 10 months ago
- 6d82c27 cifs: Identify a connection by a conn_id. by Shyam Prasad N · 3 years, 11 months ago
- 7de0394 cifs: Fix in error types returned for out-of-credit situations. by Shyam Prasad N · 3 years, 11 months ago
- 0f56db8 cifs: New optype for session operations. by Shyam Prasad N · 3 years, 11 months ago
- 91792bb smb3: fix crediting for compounding when only one request in flight by Pavel Shilovsky · 3 years, 11 months ago
- 214a5ea cifs: do not fail __smb_send_rqst if non-fatal signals are pending by Ronnie Sahlberg · 4 years ago
- cd7b699 cifs: Tracepoints and logs for tracing credit changes. by Shyam Prasad N · 4 years, 2 months ago
- 6988a61 cifs: allow syscalls to be restarted in __smb_send_rqst() by Paulo Alcantara · 4 years, 1 month ago
- 9eec21b smb3: add dynamic trace point to trace when credits obtained by Steve French · 4 years, 2 months ago
- a3713ec cifs`: handle ERRBaduid for SMB1 by Roberto Bergantinos Corpas · 4 years, 6 months ago
- 19e8886 cifs: prevent truncation from long to int in wait_for_free_credits by Ronnie Sahlberg · 4 years, 6 months ago
- 3803d5e Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
- 352d96f cifs: multichannel: move channel selection above transport layer by Aurelien Aptel · 4 years, 7 months ago
- 5f68ea4 cifs: multichannel: move channel selection in function by Aurelien Aptel · 4 years, 8 months ago
- a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
- db10538 tcp: add tcp_sock_set_cork by Christoph Hellwig · 4 years, 7 months ago
- 3946d0d cifs: Allocate encryption header through kmalloc by Long Li · 4 years, 9 months ago
- f1f27ad CIFS: Fix task struct use-after-free on reconnect by Vincent Whitchurch · 5 years ago
- d70e9fa cifs: try opening channels after mounting by Aurelien Aptel · 5 years ago
- f780bd3 cifs: add server param by Aurelien Aptel · 5 years ago
- 4357d45 cifs: smbd: Return -EAGAIN when transport is reconnecting by Long Li · 5 years ago
- 7b71843 CIFS: Do not miss cancelled OPEN responses by Pavel Shilovsky · 5 years ago
- 8bd3754 cifs: rename a variable in SendReceive() by Dan Carpenter · 5 years ago
- abe5707 CIFS: Fix retry mid list corruption on reconnects by Pavel Shilovsky · 5 years ago
- 1b63f18 smb3: display max smb3 requests in flight at any one time by Steve French · 5 years ago
- 3175eb9 cifs: add a debug macro that prints \\server\share for errors by Ronnie Sahlberg · 5 years ago
- ac6ad7a cifs: fix dereference on ses before it is null checked by Colin Ian King · 5 years ago
- afe6f65 cifs: add new debugging macro cifs_server_dbg by Ronnie Sahlberg · 5 years ago
- 3190b59 smb3: minor cleanup of compound_send_recv by Aurelien Aptel · 6 years ago
- 14e2597 cifs: use the right include for signal_pending() by Ronnie Sahlberg · 6 years ago
- 392e1c5 cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP by Ronnie Sahlberg · 6 years ago
- d69cb72 cifs: fix credits leak for SMB1 oplock breaks by Ronnie Sahlberg · 6 years ago
- 4739f23 cifs: smbd: take an array of reqeusts when sending upper layer data by Long Li · 6 years ago
- 433b8dd SMB3: Track total time spent on roundtrips for each SMB3 command by Steve French · 6 years ago
- 257b780 cifs: simplify how we handle credits in compound_send_recv() by Ronnie Sahlberg · 6 years ago
- 7937ca9 smb3: add dynamic tracepoint for timeout waiting for credits by Steve French · 6 years ago
- 2b53b92 cifs: add a timeout argument to wait_for_free_credits by Ronnie Sahlberg · 6 years ago
- 16b34aa cifs: prevent starvation in wait_for_free_credits for multi-credit requests by Ronnie Sahlberg · 6 years ago
- b227d21 cifs: wait_for_free_credits() make it possible to wait for >=1 credits by Ronnie Sahlberg · 6 years ago
- 4230cff cifs: pass flags down into wait_for_free_credits() by Ronnie Sahlberg · 6 years ago
- 480b1cb cifs: change wait_for_free_request() to take flags as argument by Ronnie Sahlberg · 6 years ago
- b30c74c CIFS: Mask off signals when sending SMB packets by Pavel Shilovsky · 6 years ago
- afc18a6 CIFS: Return -EAGAIN instead of -ENOTSOCK by Pavel Shilovsky · 6 years ago
- 7091bca CIFS: Try to acquire credits at once for compound requests by Pavel Shilovsky · 6 years ago
- 97ea499 CIFS: Check for reconnects before sending compound requests by Pavel Shilovsky · 6 years ago
- 3349c3a CIFS: Check for reconnects before sending async requests by Pavel Shilovsky · 6 years ago
- 34f4deb CIFS: Respect reconnect in non-MTU credits calculations by Pavel Shilovsky · 6 years ago
- 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
- c781af7 CIFS: Do not skip SMB2 message IDs on send failures by Pavel Shilovsky · 6 years ago
- 3d3003f CIFS: Fix credit calculations in compound mid callback by Pavel Shilovsky · 6 years ago
- ee258d7 CIFS: Move credit processing to mid callbacks for SMB3 by Pavel Shilovsky · 6 years ago
- 8a26f0f CIFS: Fix credits calculation for cancelled requests by Pavel Shilovsky · 6 years ago
- ee13919 CIFS: Do not hide EINTR after sending network packets by Pavel Shilovsky · 6 years ago
- 8544f4a CIFS: Fix credit computation for compounded requests by Pavel Shilovsky · 6 years ago
- 33fa5c8 CIFS: Do not set credits to 1 if the server didn't grant anything by Pavel Shilovsky · 6 years ago
- f5942db cifs: smb2 commands can not be negative, remove confusing check by Steve French · 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
- 43de1db smb3: add debug for unexpected mid cancellation by Steve French · 6 years ago
- f80eaed CIFS: Print message when attempting a mount by Rodrigo Freire · 6 years ago
- 00778e2 smb3: add way to control slow response threshold for logging and stats by Steve French · 6 years ago
- cb5c2e6 cifs: fix a credits leak for compund commands by Ronnie Sahlberg · 6 years ago
- aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
- 4e34feb cifs: only wake the thread for the very last PDU in a compound by Ronnie Sahlberg · 6 years ago
- ddf83af cifs: add a warning if we try to to dequeue a deleted mid by Ronnie Sahlberg · 6 years ago
- b24df3e cifs: update receive_encrypted_standard to handle compounded responses by Ronnie Sahlberg · 6 years ago
- 468d677 smb3: display stats counters for number of slow commands by Steve French · 6 years ago
- 020eec5 smb3: add tracepoint for slow responses by Steve French · 6 years ago
- e0bba0b8 cifs: add compound_send_recv() by Ronnie Sahlberg · 6 years ago
- 1f3a8f5 cifs: make smb_send_rqst take an array of requests by Ronnie Sahlberg · 6 years ago
- b2c96de cifs: update init_sg, crypt_message to take an array of rqst by Ronnie Sahlberg · 6 years ago
- bf1fdeb smb3: add reconnect tracepoints by Steve French · 6 years ago
- 0fdfef9 smb3: simplify code by removing CONFIG_CIFS_SMB311 by Steve French · 7 years ago
- 81f39f9 cifs: fix SMB1 breakage by Ronnie Sahlberg · 7 years ago
- 696e420 cifs: Fix use after free of a mid_q_entry by Lars Persson · 7 years ago
- 35e2cc1 cifs: Use correct packet length in SMB2_TRANSFORM header by Paulo Alcantara · 7 years ago
- 662bf5b cifs: Fix kernel oops when traceSMB is enabled by Paulo Alcantara · 7 years ago
- 07cd952 cifs: update __smb_send_rqst() to take an array of requests by Ronnie Sahlberg · 7 years ago
- 40eff45 cifs: remove smb2_send_recv() by Ronnie Sahlberg · 7 years ago
- c713c87 cifs: push rfc1002 generation down the stack by Ronnie Sahlberg · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- e8157b2 CIFS: When sending data on socket, pass the correct page offset by Long Li · 7 years ago
- c06a0f2 CIFS: Calculate the correct request length based on page offset and tail size by Long Li · 7 years ago
- 977b617 cifs: remove rfc1002 header from all SMB2 response structures by Ronnie Sahlberg · 7 years ago
- 0d5ec28 SMB311: Fix reconnect by Steve French · 7 years ago
- 117e3b7 CIFS: set *resp_buf_type to NO_BUFFER on error by Steve French · 7 years ago
- e19b2bc cifs: add resp_buf_size to the mid_q_entry structure by Ronnie Sahlberg · 7 years ago
- 93012bf cifs: add server->vals->header_preamble_size by Ronnie Sahlberg · 7 years ago
- 8bd68c6 CIFS: implement v3.11 preauth integrity by Aurelien Aptel · 7 years ago