summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
| | * introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+1
* | | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-1620-313/+860
|\| |
| * | cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio2018-07-055-21/+14Star
| * | 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-161-9/+6Star
| * | cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-164-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/+99Star
| * | 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
| |/
* | fs/cifs: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-10/+9Star
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-3/+10
|/
* 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