summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
| * cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg2018-05-273-6/+11
| * cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French2018-05-273-4/+4
| * cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-277-14/+16
| * cifs: add server argument to the dump_detail methodRonnie Sahlberg2018-05-274-6/+8
| * smb3: fix redundant opens on rootSteve French2018-05-279-17/+105
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-241-1/+1
| |\
| | * IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-091-1/+1
* | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-19/+19
|\ \ \
| * | | cifs_lookup(): switch to d_splice_alias()Al Viro2018-05-221-18/+18
| * | | cifs_lookup(): cifs_get_inode_...() never returns 0 with *inode left NULLAl Viro2018-05-221-1/+1
* | | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+2
| |/ / |/| |
* | | smb3: directory sync should not return an errorSteve French2018-05-101-0/+13
* | | cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara2018-05-091-0/+6
* | | cifs: smbd: Enable signing with smbdirectLong Li2018-05-092-13/+0
* | | cifs: Allocate validate negotiation request through kmallocLong Li2018-05-091-30/+38
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-041-1/+1
|\ \ \ | | |/ | |/|
| * | cifs: smbd: depend on INFINIBAND_ADDR_TRANSGreg Thelen2018-04-271-1/+1
| |/
* | cifs: smbd: Avoid allocating iov on the stackLong Li2018-04-251-24/+12
* | cifs: smbd: Don't use RDMA read/write when signing is usedLong Li2018-04-253-6/+19
* | SMB311: Fix reconnectSteve French2018-04-251-2/+2
* | SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French2018-04-243-21/+22
* | CIFS: set *resp_buf_type to NO_BUFFER on errorSteve French2018-04-241-1/+4
* | CIFS: fix typo in cifs_dbgAurelien Aptel2018-04-201-1/+1
* | cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French2018-04-201-4/+5
* | cifs: smbd: Dump SMB packet when configuredLong Li2018-04-201-1/+5
* | cifs: smbd: Check for iov length on sending the last iovLong Li2018-04-181-0/+2
* | fs: cifs: Adding new return type vm_fault_tSouptick Joarder2018-04-171-1/+1
* | cifs: smb2ops: Fix NULL check in smb2_query_symlinkGustavo A. R. Silva2018-04-171-2/+2
|/
* 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