summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-101-20/+21
* cifs: create SMB2_open_init()/SMB2_open_free() helpers.Ronnie Sahlberg2018-08-091-71/+74
* cifs: add SMB2_query_info_[init|free]()Ronnie Sahlberg2018-08-091-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/+0Star
* 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/+3Star
* 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/+50Star
* 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/+12Star
* smb3: increase initial number of credits requested to allow writeSteve French2018-06-151-2/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-3/+3
* cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg2018-06-081-1/+2
* CIFS: SMBD: Support page offset in memory registrationLong Li2018-06-061-6/+12
* cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2018-06-051-2/+1Star
* CIFS: Use offset when reading pagesLong Li2018-06-031-0/+1
* cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg2018-06-011-26/+18Star
* cifs: remove struct smb2_hdrRonnie Sahlberg2018-06-011-14/+14
* cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg2018-06-011-1/+1
* cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg2018-06-011-1/+1
* cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg2018-06-011-16/+11Star
* smb3: on reconnect set PreviousSessionId fieldSteve French2018-06-011-0/+1
* smb3: Add posix create context for smb3.11 posix mountsSteve French2018-06-011-2/+82
* smb3: add tracepoints for smb2/smb3 openSteve French2018-05-311-1/+6