summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio2018-07-055-21/+14
* cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-052-8/+20
* cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio2018-07-051-2/+5
* cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara2018-07-051-0/+2
* cifs: fix SMB1 breakageRonnie Sahlberg2018-07-055-11/+13
* cifs: Fix validation of signed data in smb2Paulo Alcantara2018-07-051-4/+24
* cifs: Fix validation of signed data in smb3+Paulo Alcantara2018-07-051-6/+25
* cifs: Fix use after free of a mid_q_entryLars Persson2018-07-057-2/+29
* 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