summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Add support for direct pages in rdataLong Li2018-06-032-4/+21
* cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg2018-06-034-5/+39
* cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg2018-06-013-68/+48Star
* cifs: remove struct smb2_hdrRonnie Sahlberg2018-06-017-55/+41Star
* CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expir...Mark Syms2018-06-011-2/+3
* cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg2018-06-013-20/+22
* cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdrRonnie Sahlberg2018-06-011-6/+4Star
* cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg2018-06-013-16/+4Star
* cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg2018-06-016-78/+87
* smb3: on reconnect set PreviousSessionId fieldSteve French2018-06-011-0/+1
* smb3: Add posix create context for smb3.11 posix mountsSteve French2018-06-015-3/+101
* smb3: add tracepoints for smb2/smb3 openSteve French2018-05-312-1/+92
* cifs: add debug output to show nocase mount optionSteve French2018-05-311-0/+2
* smb3: add define for id for posix create context and corresponding structSteve French2018-05-311-1/+10
* cifs: update smb2_check_message to handle PDUs without a 4 byte length headerRonnie Sahlberg2018-05-311-30/+20Star
* smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French2018-05-303-1/+36
* smb3: add support for posix negotiate contextSteve French2018-05-304-6/+36
* cifs: allow disabling less secure legacy dialectsSteve French2018-05-303-9/+29
* cifs: make minor clarifications to module params for cifs.koSteve French2018-05-302-3/+5
* cifs: show the "w" bit for writeable /proc/fs/cifs/* filesRonnie Sahlberg2018-05-301-14/+14
* smb3: add module alias for smb3 to cifs.koSteve French2018-05-301-1/+19
* cifs: return error on invalid value written to cifsFYIRonnie Sahlberg2018-05-301-0/+2
* cifs: invalidate cache when we truncate a fileRonnie Sahlberg2018-05-301-4/+9
* smb3: print tree id in debugdata in proc to be able to help loggingSteve French2018-05-301-0/+2
* smb3: add additional ftrace entry points for entry/exit to cifs.koSteve French2018-05-303-35/+85
* smb3: fix various xid leaksSteve French2018-05-301-19/+44
* CIFS: Introduce offset for the 1st page in data transfer structuresLong Li2018-05-302-0/+4
* smb3: Add ftrace tracepoints for improved SMB3 debuggingSteve French2018-05-285-10/+379
* smb3: rename encryption_required to smb3_encryption_requiredSteve French2018-05-281-21/+21
* cifs: update internal module version number for cifs.ko to 2.12Steve French2018-05-281-1/+1
* cifs: add a new SMB2_close_flags functionRonnie Sahlberg2018-05-282-3/+11
* cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg2018-05-283-6/+11
* cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French2018-05-283-4/+4
* cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-287-14/+16
* cifs: add server argument to the dump_detail methodRonnie Sahlberg2018-05-284-6/+8
* smb3: fix redundant opens on rootSteve French2018-05-289-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
* | smb3: directory sync should not return an errorSteve French2018-05-111-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/+0Star
* | 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-051-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/+12Star
* | 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