summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-153-18/+20
|\
| * Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-143-18/+20
| |\
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-063-18/+20
* | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-2/+2
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-2/+2
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-135-11/+11
* | | cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg2018-06-086-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-061-7/+13
* | | CIFS: Pass page offset for calculating signatureLong Li2018-06-061-4/+5
* | | CIFS: SMBD: Support page offset in memory registrationLong Li2018-06-063-38/+58
* | | CIFS: SMBD: Support page offset in RDMA recvLong Li2018-06-061-7/+11
* | | CIFS: SMBD: Support page offset in RDMA sendLong Li2018-06-061-8/+19
* | | CIFS: When sending data on socket, pass the correct page offsetLong Li2018-06-061-8/+6Star
* | | CIFS: Introduce helper function to get page offset and length in smb_rqstLong Li2018-06-062-0/+20
* | | CIFS: Calculate the correct request length based on page offset and tail sizeLong Li2018-06-061-3/+17
* | | cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2018-06-052-2/+15
* | | CIFS: Fix signing for SMB2/3Aurelien Aptel2018-06-053-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-033-4/+17
| * | | CIFS: Use offset when reading pagesLong Li2018-06-035-19/+45
| * | | 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