summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '4.18-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-06-0428-434/+1346
|\
| * CIFS: Add support for direct pages in wdataLong Li2018-06-023-4/+17
| * CIFS: Use offset when reading pagesLong Li2018-06-025-19/+45
| * CIFS: Add support for direct pages in rdataLong Li2018-06-022-4/+21
| * cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg2018-06-024-5/+39
| * cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg2018-06-013-68/+48
| * cifs: remove struct smb2_hdrRonnie Sahlberg2018-06-017-55/+41
| * 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-05-313-20/+22
| * cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdrRonnie Sahlberg2018-05-311-6/+4
| * cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg2018-05-313-16/+4
| * cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg2018-05-316-78/+87
| * smb3: on reconnect set PreviousSessionId fieldSteve French2018-05-311-0/+1
| * smb3: Add posix create context for smb3.11 posix mountsSteve French2018-05-315-3/+101
| * smb3: add tracepoints for smb2/smb3 openSteve French2018-05-302-1/+92
| * cifs: add debug output to show nocase mount optionSteve French2018-05-301-0/+2
| * smb3: add define for id for posix create context and corresponding structSteve French2018-05-301-1/+10
| * cifs: update smb2_check_message to handle PDUs without a 4 byte length headerRonnie Sahlberg2018-05-301-30/+20
| * 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-275-10/+379
| * smb3: rename encryption_required to smb3_encryption_requiredSteve French2018-05-271-21/+21
| * cifs: update internal module version number for cifs.ko to 2.12Steve French2018-05-271-1/+1
| * cifs: add a new SMB2_close_flags functionRonnie Sahlberg2018-05-272-3/+11
| * 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
|\ \ \ | | |/ | |/|