summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* SMB3: incorrect file id in requests compounded with openSteve French2021-06-031-3/+3
* cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel2021-06-031-0/+7
* SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-301-2/+5
* smb3: warn on confusing error scenario with sec=krb5Steve French2020-08-211-0/+2
* cifs: log warning message (once) if out of disk spaceSteve French2020-02-241-0/+3
* cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-02-111-2/+8
* smb3: fix signing verification of large readsSteve French2020-02-111-2/+2
* CIFS: Close open handle after interrupted closePavel Shilovsky2019-12-211-1/+15
* cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)2019-12-171-12/+29
* fs/cifs: fix uninitialised variable warningsGarry McNulty2019-12-011-3/+3
* smb3: allow disabling requesting leasesSteve French2019-10-051-1/+1
* cifs: Fix lease buffer length errorZhangXiaoxu2019-09-161-0/+1
* smb3: send CAP_DFS capability during session setupSteve French2019-08-161-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-161-1/+1
* cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King2019-06-091-1/+2
* cifs: fix memory leak in SMB2_readRonnie Sahlberg2019-05-021-0/+1
* cifs: Fix use-after-free in SMB2_readZhangXiaoxu2019-04-271-2/+2
* cifs: Fix use-after-free in SMB2_writeZhangXiaoxu2019-04-271-1/+1
* cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon2019-04-051-2/+8
* SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French2019-03-271-1/+4
* cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg2019-03-271-2/+6
* cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg2019-03-131-6/+10
* CIFS: Do not assume one credit for async responsesPavel Shilovsky2019-02-201-4/+11
* CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-02-061-1/+1
* CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-02-061-16/+30
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-02-061-2/+2
* CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-161-2/+6
* cifs: integer overflow in in SMB2_ioctl()Dan Carpenter2018-09-121-2/+2
* CIFS: fix wrapping bugs in num_entries()Dan Carpenter2018-09-121-10/+15
* smb3: check for and properly advertise directory lease supportSteve French2018-09-021-0/+3
* cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg2018-08-231-2/+2
* smb3: allow previous versions to be mounted with snapshot= mount parmSteve French2018-08-101-0/+60
* cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg2018-08-091-20/+21
* cifs: create SMB2_open_init()/SMB2_open_free() helpers.Ronnie Sahlberg2018-08-081-71/+74
* cifs: add SMB2_query_info_[init|free]()Ronnie Sahlberg2018-08-081-22/+46
* cifs: add SMB2_close_init()/SMB2_close_free()Ronnie Sahlberg2018-08-081-14/+34
* cifs: simple stats should always be enabledSteve French2018-08-071-2/+0
* SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French2018-08-071-1/+1
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-28/+3
* smb3: add support for statfs for smb3.1.1 posix extensionsSteve French2018-08-071-0/+71
* smb3: fill in statfs fsid and correct namelenSteve French2018-08-071-0/+8
* CIFS: fix memory leak and remove dead codeAurelien Aptel2018-08-071-51/+50
* cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio2018-07-051-3/+4
* cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-051-6/+12
* cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio2018-07-051-2/+5
* smb3: Fix mode on mkdir on smb311 mountsSteve French2018-06-151-0/+153
* cifs: remove smb2_send_recv()Ronnie Sahlberg2018-06-151-21/+116
* cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-151-26/+12
* smb3: increase initial number of credits requested to allow writeSteve French2018-06-151-2/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+3