summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: change validate_buf to validate_iovRonnie Sahlberg2018-04-121-18/+21
* cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()Ronnie Sahlberg2018-04-121-2/+3
* cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg2018-04-123-9/+13
* cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg2018-04-124-2/+4
* smb3.11: replace a 4 with server->vals->header_preamble_sizeSteve French2018-04-122-5/+9
* cifs: replace a 4 with server->vals->header_preamble_sizeRonnie Sahlberg2018-04-121-1/+1
* cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg2018-04-124-6/+9
* SMB311: Improve checking of negotiate security contextsSteve French2018-04-123-0/+106
* SMB3: Fix length checking of SMB3.11 negotiate requestSteve French2018-04-122-0/+46
* CIFS: add ONCE flag for cifs_dbg typeAurelien Aptel2018-04-112-29/+22
* cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven2018-04-111-1/+1
* SMB3: Log at least once if tree connect fails during reconnectSteve French2018-04-112-2/+7
* cifs: smb2pdu: Fix potential NULL pointer dereferenceGustavo A. R. Silva2018-04-111-1/+3
* page cache: use xa_lockMatthew Wilcox2018-04-111-5/+4
* Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-073-184/+127
|\
| * fscache: Pass object size in rather than calling back for itDavid Howells2018-04-062-17/+12
| * fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-043-170/+118
* | cifs: Add minor debug message during negprotSteve French2018-04-022-1/+5
* | smb3: Fix root directory when server returns inode number of zeroSteve French2018-04-022-0/+34
* | cifs: fix sparse warning on previous patch in a few printksSteve French2018-04-021-3/+3
* | cifs: add server->vals->header_preamble_sizeRonnie Sahlberg2018-04-028-45/+75
* | cifs: smbd: disconnect transport on RDMA errorsLong Li2018-04-011-1/+6
* | cifs: smbd: avoid reconnect lockupLong Li2018-04-011-4/+8
* | Don't log confusing message on reconnect by defaultSteve French2018-04-011-1/+1
* | Don't log expected error on DFS referral requestSteve French2018-04-012-2/+2
* | fs: cifs: Replace _free_xid call in cifs_root_iget functionPhillip Potter2018-04-011-4/+1
* | SMB3.1.1 dialect is no longer experimentalSteve French2018-04-011-4/+3
* | Tree connect for SMB3.1.1 must be signed for non-encrypted sharesSteve French2018-04-011-0/+5
* | fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg2018-04-011-3/+12
* | CIFS: fix sha512 check in cifs_crypto_secmech_releaseGustavo A. R. Silva2018-04-011-1/+1
* | CIFS: implement v3.11 preauth integrityAurelien Aptel2018-04-016-2/+112
* | CIFS: add sha512 secmechAurelien Aptel2018-04-016-0/+44
* | CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel2018-04-016-173/+93
* | cifs: fix memory leak in SMB2_open()Ronnie Sahlberg2018-04-011-2/+6
* | CIFS: SMBD: fix spelling mistake: "faield" and "legnth"Colin Ian King2018-04-011-2/+2
|/
* Add missing structs and defines from recent SMB3.1.1 documentationSteve French2018-02-071-2/+112
* address lock imbalance warnings in smbdirect.cSteve French2018-02-071-7/+9
* cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann2018-02-071-3/+1
* Add some missing debug fields in server and tcon structsSteve French2018-02-071-1/+8
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-4/+6
|\
| * cifs: Define usercopy region in cifs_request slab cacheDavid Windsor2018-01-151-4/+6
* | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-01-311-8/+7
|\ \
| * | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-011-8/+7
| |/
* | fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad2018-01-281-1/+1
* | update internal version number for cifs.koSteve French2018-01-261-1/+1
* | cifs: add .splice_writeAndrés Souto2018-01-261-0/+6
* | CIFS: document tcon/ses/server refcount danceAurelien Aptel2018-01-261-1/+31
* | move a few externs to smbdirect.h to eliminate warningSteve French2018-01-262-9/+9
* | CIFS: zero sensitive data when freeingAurelien Aptel2018-01-263-15/+8
* | Cleanup some minor endian issues in smb3 rdmaSteve French2018-01-263-20/+21