aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/transport.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2022-09-131-5/+1
* cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher2022-09-131-2/+2
* cifs: Add helper function to check smb1+ serverZhang Xiaoxu2022-08-241-2/+2
* cifs: Use help macro to get the header preamble sizeZhang Xiaoxu2022-08-241-11/+10
* cifs: alloc_mid function should be marked as staticSteve French2022-08-051-1/+1
* cifs: remove useless DeleteMidQEntry()Enzo Matsumiya2022-08-051-31/+26
* cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French2022-08-051-0/+179
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-47/+49
* cifs: remove some camelCase and also some static build warningsSteve French2022-08-011-2/+2
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-20/+20
* cifs: use new enum for ses_statusShyam Prasad N2022-05-241-4/+4
* cifs: Use kzalloc instead of kmalloc/memsetHaowen Bai2022-04-181-2/+1
* cifs: Split the smb3_add_credits tracepointDavid Howells2022-04-081-2/+2
* cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-03-181-1/+1
* cifs: call helper functions for marking channels for reconnectShyam Prasad N2022-02-081-4/+1
* cifs: protect all accesses to chan_* with chan_lockShyam Prasad N2022-01-191-0/+3
* cifs: fix the connection state transitions with multichannelShyam Prasad N2022-01-191-12/+2
* cifs: avoid race during socket reconnect between send and recvShyam Prasad N2022-01-071-11/+2
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-8/+47
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-021-14/+14
* cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-121-0/+3
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: make locking consistent around the server session statusSteve French2021-07-021-0/+2
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: Fix preauth hash corruptionVincent Whitchurch2021-03-141-1/+6
* cifs: do not send close in compound create+close requestsPaulo Alcantara2021-03-081-1/+1
* cifs: change noisy error message to FYIPaulo Alcantara2021-03-081-1/+1
* cifs: Identify a connection by a conn_id.Shyam Prasad N2021-02-161-14/+39
* cifs: Fix in error types returned for out-of-credit situations.Shyam Prasad N2021-02-161-3/+3
* cifs: New optype for session operations.Shyam Prasad N2021-02-161-2/+2
* smb3: fix crediting for compounding when only one request in flightPavel Shilovsky2021-02-051-3/+15
* cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg2021-01-231-2/+2
* cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N2020-12-151-0/+15
* cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara2020-11-301-2/+2
* smb3: add dynamic trace point to trace when credits obtainedSteve French2020-10-201-2/+3
* cifs`: handle ERRBaduid for SMB1Roberto Bergantinos Corpas2020-08-021-1/+1
* cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg2020-07-011-1/+1
* Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-051-30/+45
|\
| * cifs: multichannel: move channel selection above transport layerAurelien Aptel2020-06-041-7/+7
| * cifs: multichannel: move channel selection in functionAurelien Aptel2020-06-021-11/+27
| * cifs: Standardize logging outputJoe Perches2020-06-011-13/+12
* | tcp: add tcp_sock_set_corkChristoph Hellwig2020-05-281-6/+2
|/
* cifs: Allocate encryption header through kmallocLong Li2020-03-291-11/+17
* CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch2020-01-261-0/+3
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-1/+12
* cifs: add server paramAurelien Aptel2019-11-251-2/+3
* cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li2019-11-251-2/+5
* CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky2019-11-251-2/+8
* cifs: rename a variable in SendReceive()Dan Carpenter2019-11-251-1/+1
* CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2019-10-241-19/+23