summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
| | * smb3: fill in statfs fsid and correct namelenSteve French2018-08-074-8/+31
| | * cifs: Make sure all data pages are signed correctlyPaulo Alcantara2018-08-071-1/+7
| | * CIFS: fix memory leak and remove dead codeAurelien Aptel2018-08-071-51/+50
| | * cifs: allow disabling insecure dialects in the configSteve French2018-08-072-1/+25
| | * smb3: if server does not support posix do not allow posix mount optionSteve French2018-08-071-2/+6
| | * cifs: use 64-bit timestamps for fscacheArnd Bergmann2018-08-073-9/+17
| | * cifs: use timespec64 internallyArnd Bergmann2018-08-076-41/+40
| | * cifs: Silence uninitialized variable warningDan Carpenter2018-08-071-1/+2
| * | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-132-6/+4
| |\ \ | | |/ | |/|
| | * get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-122-4/+2
| | * getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-1/+1
| | * 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/+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
| |/
* | fs/cifs: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-10/+9
* | 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-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