summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-073-184/+127Star
|\
| * fscache: Pass object size in rather than calling back for itDavid Howells2018-04-062-17/+12Star
| * fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-043-170/+118Star
* | 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-021-1/+6
* | cifs: smbd: avoid reconnect lockupLong Li2018-04-021-4/+8
* | Don't log confusing message on reconnect by defaultSteve French2018-04-021-1/+1
* | Don't log expected error on DFS referral requestSteve French2018-04-022-2/+2
* | fs: cifs: Replace _free_xid call in cifs_root_iget functionPhillip Potter2018-04-021-4/+1Star
* | SMB3.1.1 dialect is no longer experimentalSteve French2018-04-021-4/+3Star
* | Tree connect for SMB3.1.1 must be signed for non-encrypted sharesSteve French2018-04-021-0/+5
* | fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg2018-04-021-3/+12
* | CIFS: fix sha512 check in cifs_crypto_secmech_releaseGustavo A. R. Silva2018-04-021-1/+1
* | CIFS: implement v3.11 preauth integrityAurelien Aptel2018-04-026-2/+112
* | CIFS: add sha512 secmechAurelien Aptel2018-04-026-0/+44
* | CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel2018-04-026-173/+93Star
* | cifs: fix memory leak in SMB2_open()Ronnie Sahlberg2018-04-021-2/+6
* | CIFS: SMBD: fix spelling mistake: "faield" and "legnth"Colin Ian King2018-04-021-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/+1Star
* 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-041-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-02-011-8/+7Star
|\ \
| * | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-011-8/+7Star
| |/
* | fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad2018-01-281-1/+1
* | update internal version number for cifs.koSteve French2018-01-271-1/+1
* | cifs: add .splice_writeAndrés Souto2018-01-271-0/+6
* | CIFS: document tcon/ses/server refcount danceAurelien Aptel2018-01-271-1/+31
* | move a few externs to smbdirect.h to eliminate warningSteve French2018-01-272-9/+9
* | CIFS: zero sensitive data when freeingAurelien Aptel2018-01-273-15/+8Star
* | Cleanup some minor endian issues in smb3 rdmaSteve French2018-01-273-20/+21
* | CIFS: dump IPC tcon in debug proc fileAurelien Aptel2018-01-271-26/+35
* | CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel2018-01-274-37/+25Star
* | CIFS: make IPC a regular tconAurelien Aptel2018-01-275-76/+133
* | cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King2018-01-251-1/+1
* | CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann2018-01-251-9/+6Star
* | cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson2018-01-251-2/+1Star
* | CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot2018-01-251-1/+1
* | CIFS: SMBD: Disable signing on SMB direct transportLong Li2018-01-252-0/+13
* | CIFS: SMBD: Add SMB Direct debug countersLong Li2018-01-251-0/+66
* | CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...Long Li2018-01-252-3/+59
* | CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li2018-01-254-7/+30
* | CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...Long Li2018-01-253-3/+72
* | CIFS: SMBD: Implement RDMA memory registrationLong Li2018-01-252-0/+474
* | CIFS: SMBD: Upper layer sends data via RDMA sendLong Li2018-01-251-2/+6