summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: move large array from stack to heapAurelien Aptel2019-01-111-7/+16
* CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-101-2/+6
* smb3: add smb3.1.1 to default dialect listSteve French2019-01-031-13/+27
* cifs: Add support for failover in smb2_reconnect()Paulo Alcantara2018-12-281-3/+85
* cifs: remove set but not used variable 'server'YueHaibing2018-12-281-7/+1
* cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg2018-12-231-12/+0
* smb3: allow more detailed protocol info on open files for debuggingSteve French2018-11-021-0/+3
* smb3: add trace point for tree connectionSteve French2018-11-021-1/+2
* cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg2018-10-241-7/+12
* smb3: show number of current open files in /proc/fs/cifs/StatsSteve French2018-10-231-1/+4
* cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-231-8/+9
* fs/cifs: fix uninitialised variable warningsGarry McNulty2018-10-231-3/+3
* smb3: add tracepoint for sending lease break responses to serverSteve French2018-10-231-1/+9
* cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg2018-10-231-64/+0
* cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg2018-10-231-7/+2
* cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg2018-10-231-11/+0
* cifs: make rmdir() use compoundingRonnie Sahlberg2018-10-231-16/+0
* cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg2018-10-231-34/+57
* cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg2018-10-231-7/+7
* cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_...YueHaibing2018-10-231-2/+2
* 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
* cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg2018-06-071-1/+2
* CIFS: SMBD: Support page offset in memory registrationLong Li2018-06-051-6/+12
* cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2018-06-041-2/+1
* CIFS: Use offset when reading pagesLong Li2018-06-021-0/+1
* cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg2018-06-011-26/+18
* 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-05-311-1/+1