summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-125-11/+11
* cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg2018-06-076-29/+39
* smb3: do not allow insecure cifs mounts when using smb3Steve French2018-06-073-14/+36
* CIFS: Fix NULL ptr derefAurelien Aptel2018-06-073-7/+9
* CIFS: fix encryption in SMB3.1.1Aurelien Aptel2018-06-061-1/+1
* CIFS: Pass page offset for encryptingSteve French2018-06-051-7/+13
* CIFS: Pass page offset for calculating signatureLong Li2018-06-051-4/+5
* CIFS: SMBD: Support page offset in memory registrationLong Li2018-06-053-38/+58
* CIFS: SMBD: Support page offset in RDMA recvLong Li2018-06-051-7/+11
* CIFS: SMBD: Support page offset in RDMA sendLong Li2018-06-051-8/+19
* CIFS: When sending data on socket, pass the correct page offsetLong Li2018-06-051-8/+6
* CIFS: Introduce helper function to get page offset and length in smb_rqstLong Li2018-06-052-0/+20
* CIFS: Calculate the correct request length based on page offset and tail sizeLong Li2018-06-051-3/+17
* cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2018-06-042-2/+15
* CIFS: Fix signing for SMB2/3Aurelien Aptel2018-06-043-10/+12
* 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
OpenPOWER on IntegriCloud