summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: Fix invalid check in __cifs_calc_signature()Paulo Alcantara2018-06-151-9/+6
* cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-154-23/+24
* smb3: fix corrupt path in subdirs on smb311 with posixSteve French2018-06-151-1/+2
* smb3: do not display empty interface listSteve French2018-06-151-1/+3
* smb3: Fix mode on mkdir on smb311 mountsSteve French2018-06-156-3/+175
* cifs: Fix kernel oops when traceSMB is enabledPaulo Alcantara2018-06-151-5/+5
* CIFS: dump every session iface infoAurelien Aptel2018-06-151-0/+27
* CIFS: parse and store info on iface queriesAurelien Aptel2018-06-151-15/+155
* CIFS: add iface info to struct cifs_sesAurelien Aptel2018-06-152-0/+23
* CIFS: complete PDU definitions for interface queriesAurelien Aptel2018-06-151-3/+20
* CIFS: move default port definitions to cifsglob.hAurelien Aptel2018-06-152-3/+3
* cifs: Fix encryption/signingPaulo Alcantara2018-06-151-2/+2
* cifs: update __smb_send_rqst() to take an array of requestsRonnie Sahlberg2018-06-151-35/+44
* cifs: remove smb2_send_recv()Ronnie Sahlberg2018-06-153-42/+116
* cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-156-135/+99
* smb3: increase initial number of credits requested to allow writeSteve French2018-06-151-2/+3
* cifs: add lease tracking to the cached root fidRonnie Sahlberg2018-06-156-20/+58
* smb3: note that smb3.11 posix extensions mount option is experimentalSteve French2018-06-151-1/+4
* 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-053-18/+20
* | | 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
OpenPOWER on IntegriCloud