aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11page cache: use xa_lockMatthew Wilcox1-5/+4
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-184/+127
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells2-17/+12
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells3-170/+118
2018-04-02cifs: Add minor debug message during negprotSteve French2-1/+5
2018-04-02smb3: Fix root directory when server returns inode number of zeroSteve French2-0/+34
2018-04-02cifs: fix sparse warning on previous patch in a few printksSteve French1-3/+3
2018-04-02cifs: add server->vals->header_preamble_sizeRonnie Sahlberg8-45/+75
2018-04-01cifs: smbd: disconnect transport on RDMA errorsLong Li1-1/+6
2018-04-01cifs: smbd: avoid reconnect lockupLong Li1-4/+8
2018-04-01Don't log confusing message on reconnect by defaultSteve French1-1/+1
2018-04-01Don't log expected error on DFS referral requestSteve French2-2/+2
2018-04-01fs: cifs: Replace _free_xid call in cifs_root_iget functionPhillip Potter1-4/+1
2018-04-01SMB3.1.1 dialect is no longer experimentalSteve French1-4/+3
2018-04-01Tree connect for SMB3.1.1 must be signed for non-encrypted sharesSteve French1-0/+5
2018-04-01fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg1-3/+12
2018-04-01CIFS: fix sha512 check in cifs_crypto_secmech_releaseGustavo A. R. Silva1-1/+1
2018-04-01CIFS: implement v3.11 preauth integrityAurelien Aptel6-2/+112
2018-04-01CIFS: add sha512 secmechAurelien Aptel6-0/+44
2018-04-01CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel6-173/+93
2018-04-01cifs: fix memory leak in SMB2_open()Ronnie Sahlberg1-2/+6
2018-04-01CIFS: SMBD: fix spelling mistake: "faield" and "legnth"Colin Ian King1-2/+2
2018-02-07Add missing structs and defines from recent SMB3.1.1 documentationSteve French1-2/+112
2018-02-07address lock imbalance warnings in smbdirect.cSteve French1-7/+9
2018-02-07cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann1-3/+1
2018-02-07Add some missing debug fields in server and tcon structsSteve French1-1/+8
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+6
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds1-8/+7
2018-01-28fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad1-1/+1
2018-01-26update internal version number for cifs.koSteve French1-1/+1
2018-01-26cifs: add .splice_writeAndrés Souto1-0/+6
2018-01-26CIFS: document tcon/ses/server refcount danceAurelien Aptel1-1/+31
2018-01-26move a few externs to smbdirect.h to eliminate warningSteve French2-9/+9
2018-01-26CIFS: zero sensitive data when freeingAurelien Aptel3-15/+8
2018-01-26Cleanup some minor endian issues in smb3 rdmaSteve French3-20/+21
2018-01-26CIFS: dump IPC tcon in debug proc fileAurelien Aptel1-26/+35
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel4-37/+25
2018-01-26CIFS: make IPC a regular tconAurelien Aptel5-76/+133
2018-01-24cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King1-1/+1
2018-01-24CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann1-9/+6
2018-01-24cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson1-2/+1
2018-01-24CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot1-1/+1
2018-01-24CIFS: SMBD: Disable signing on SMB direct transportLong Li2-0/+13
2018-01-24CIFS: SMBD: Add SMB Direct debug countersLong Li1-0/+66
2018-01-24CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registrationLong Li2-3/+59
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li4-7/+30
2018-01-24CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registrationLong Li3-3/+72
2018-01-24CIFS: SMBD: Implement RDMA memory registrationLong Li2-0/+474
2018-01-24CIFS: SMBD: Upper layer sends data via RDMA sendLong Li1-2/+6
2018-01-24CIFS: SMBD: Implement function to send data via RDMA sendLong Li2-0/+251