summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* smb3: add support for posix negotiate contextSteve French2018-05-301-6/+23
* CIFS: Introduce offset for the 1st page in data transfer structuresLong Li2018-05-301-0/+1
* smb3: Add ftrace tracepoints for improved SMB3 debuggingSteve French2018-05-281-6/+50
* smb3: rename encryption_required to smb3_encryption_requiredSteve French2018-05-281-21/+21
* cifs: add a new SMB2_close_flags functionRonnie Sahlberg2018-05-281-3/+9
* cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg2018-05-281-3/+5
* cifs: smbd: Enable signing with smbdirectLong Li2018-05-091-5/+0Star
* cifs: Allocate validate negotiation request through kmallocLong Li2018-05-091-30/+38
* cifs: smbd: Don't use RDMA read/write when signing is usedLong Li2018-04-251-2/+2
* SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French2018-04-241-4/+5
* cifs: change validate_buf to validate_iovRonnie Sahlberg2018-04-131-18/+21
* cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg2018-04-131-4/+6
* smb3.11: replace a 4 with server->vals->header_preamble_sizeSteve French2018-04-131-1/+2
* cifs: replace a 4 with server->vals->header_preamble_sizeRonnie Sahlberg2018-04-131-1/+1
* SMB311: Improve checking of negotiate security contextsSteve French2018-04-121-0/+102