aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-05-10smb3: directory sync should not return an errorSteve French1-0/+13
2018-05-09cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara1-0/+6
2018-05-09cifs: smbd: Enable signing with smbdirectLong Li2-13/+0
2018-05-09cifs: Allocate validate negotiation request through kmallocLong Li1-30/+38
2018-05-09IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen1-1/+1
2018-05-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-04-27cifs: smbd: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-04-25cifs: smbd: Avoid allocating iov on the stackLong Li1-24/+12
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedLong Li3-6/+19
2018-04-25SMB311: Fix reconnectSteve French1-2/+2
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French3-21/+22
2018-04-24CIFS: set *resp_buf_type to NO_BUFFER on errorSteve French1-1/+4
2018-04-20CIFS: fix typo in cifs_dbgAurelien Aptel1-1/+1
2018-04-20cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French1-4/+5
2018-04-20cifs: smbd: Dump SMB packet when configuredLong Li1-1/+5
2018-04-18cifs: smbd: Check for iov length on sending the last iovLong Li1-0/+2
2018-04-17fs: cifs: Adding new return type vm_fault_tSouptick Joarder1-1/+1
2018-04-17cifs: smb2ops: Fix NULL check in smb2_query_symlinkGustavo A. R. Silva1-2/+2
2018-04-12cifs: change validate_buf to validate_iovRonnie Sahlberg1-18/+21
2018-04-12cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()Ronnie Sahlberg1-2/+3
2018-04-12cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg3-9/+13
2018-04-12cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg4-2/+4
2018-04-12smb3.11: replace a 4 with server->vals->header_preamble_sizeSteve French2-5/+9
2018-04-12cifs: replace a 4 with server->vals->header_preamble_sizeRonnie Sahlberg1-1/+1
2018-04-12cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg4-6/+9
2018-04-12SMB311: Improve checking of negotiate security contextsSteve French3-0/+106
2018-04-12SMB3: Fix length checking of SMB3.11 negotiate requestSteve French2-0/+46
2018-04-11CIFS: add ONCE flag for cifs_dbg typeAurelien Aptel2-29/+22
2018-04-11cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven1-1/+1
2018-04-11SMB3: Log at least once if tree connect fails during reconnectSteve French2-2/+7
2018-04-11cifs: smb2pdu: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-1/+3
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