summaryrefslogtreecommitdiffstats
path: root/fs/cifs/transport.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg2018-08-101-2/+0Star
* smb3: display stats counters for number of slow commandsSteve French2018-08-071-0/+5
* smb3: add tracepoint for slow responsesSteve French2018-08-071-2/+6
* cifs: add compound_send_recv()Ronnie Sahlberg2018-08-071-66/+90
* cifs: make smb_send_rqst take an array of requestsRonnie Sahlberg2018-08-071-8/+13
* cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg2018-08-071-7/+20
* smb3: add reconnect tracepointsSteve French2018-08-071-0/+2
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-4/+0Star
* cifs: fix SMB1 breakageRonnie Sahlberg2018-07-051-4/+5
* cifs: Fix use after free of a mid_q_entryLars Persson2018-07-051-1/+17
* cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-161-5/+14
* cifs: Fix kernel oops when traceSMB is enabledPaulo Alcantara2018-06-151-5/+5
* cifs: update __smb_send_rqst() to take an array of requestsRonnie Sahlberg2018-06-151-35/+44
* cifs: remove smb2_send_recv()Ronnie Sahlberg2018-06-151-17/+0Star
* cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-151-50/+32Star
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+4
* CIFS: When sending data on socket, pass the correct page offsetLong Li2018-06-061-8/+6Star
* CIFS: Calculate the correct request length based on page offset and tail sizeLong Li2018-06-061-3/+17
* cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg2018-06-011-2/+2
* SMB311: Fix reconnectSteve French2018-04-251-2/+2
* CIFS: set *resp_buf_type to NO_BUFFER on errorSteve French2018-04-241-1/+4
* cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg2018-04-131-1/+1
* cifs: add server->vals->header_preamble_sizeRonnie Sahlberg2018-04-021-1/+2
* CIFS: implement v3.11 preauth integrityAurelien Aptel2018-04-021-0/+17
* CIFS: SMBD: Upper layer sends data via RDMA sendLong Li2018-01-251-2/+6
* cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common caseRonnie Sahlberg2018-01-251-10/+23
* cifs: Add smb2_send_recvRonnie Sahlberg2018-01-251-0/+38
* cifs: Do not modify mid entry after submitting I/O in cifs_call_asyncLong Li2017-07-061-2/+5
* fs: cifs: transport: Use time_after for time comparisonKarim Eshapa2017-05-131-1/+1
* Don't delay freeing mids when blocked on slow socket write of requestSteve French2017-05-101-2/+0Star
* cifs: don't check for failure from mempool_alloc()NeilBrown2017-04-281-18/+14Star
* Handle mismatched open callsSachin Prabhu2017-04-071-0/+2
* CIFS: Add mid handle callbackPavel Shilovsky2017-02-011-2/+3
* CIFS: Add capability to transform requests before sendingPavel Shilovsky2017-02-011-8/+25
* CIFS: Separate RFC1001 length processing for SMB2 readPavel Shilovsky2017-02-011-1/+1
* CIFS: Send RFC1001 length in a separate iovPavel Shilovsky2017-02-011-21/+65
* CIFS: Make send_cancel take rqst as argumentPavel Shilovsky2017-02-011-14/+19
* CIFS: Make SendReceive2() takes resp iovPavel Shilovsky2017-02-011-21/+9Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* cifs: quit playing games with draining iovecsAl Viro2016-03-281-100/+41Star
* cifs: fix race between call_async() and reconnect()Rabin Vincent2016-01-141-2/+4
* cifs: Fix use-after-free on mid_q_entryChristopher Oo2015-08-201-0/+2
* cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko2014-12-081-2/+2
* CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky2014-08-021-7/+18
* cifs: sanity check length of data to send before sendingJeff Layton2014-02-241-0/+29
* cifs: Send a logoff request before removing a smb sessionShirish Pargaonkar2013-11-021-2/+9
* cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner2013-11-021-1/+1
* cifs: Avoid umount hangs with smb2 when server is unresponsiveShirish Pargaonkar2013-10-071-2/+7
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-1/+1
|\