aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)Author
2019-09-12cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King
2019-05-15cifs: fix memory leak in SMB2_readRonnie Sahlberg
2019-05-15cifs: Fix use-after-free in SMB2_readZhangXiaoxu
2019-05-15cifs: Fix use-after-free in SMB2_writeZhangXiaoxu
2019-04-12cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon
2019-04-07SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French
2019-04-07cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg
2019-03-08CIFS: Do not assume one credit for async responsesPavel Shilovsky
2019-02-19CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky
2019-02-19CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky
2019-02-19CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky
2019-02-05CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky
2018-09-26cifs: integer overflow in in SMB2_ioctl()Dan Carpenter
2018-09-26CIFS: fix wrapping bugs in num_entries()Dan Carpenter
2018-09-19smb3: check for and properly advertise directory lease supportSteve French
2018-09-15SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French
2018-09-15CIFS: fix memory leak and remove dead codeAurelien Aptel
2018-09-05smb3: fill in statfs fsid and correct namelenSteve French
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio
2018-07-05cifs: Fix infinite loop when using hard mount optionPaulo Alcantara
2018-07-05cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French
2018-06-15cifs: remove smb2_send_recv()Ronnie Sahlberg
2018-06-15cifs: push rfc1002 generation down the stackRonnie Sahlberg
2018-06-15smb3: increase initial number of credits requested to allow writeSteve French
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg
2018-06-05CIFS: SMBD: Support page offset in memory registrationLong Li
2018-06-04cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar
2018-06-02CIFS: Use offset when reading pagesLong Li
2018-06-01cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg
2018-05-31cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg
2018-05-31cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg
2018-05-31smb3: on reconnect set PreviousSessionId fieldSteve French
2018-05-31smb3: Add posix create context for smb3.11 posix mountsSteve French
2018-05-30smb3: add tracepoints for smb2/smb3 openSteve French
2018-05-30smb3: add support for posix negotiate contextSteve French
2018-05-30CIFS: Introduce offset for the 1st page in data transfer structuresLong Li
2018-05-27smb3: Add ftrace tracepoints for improved SMB3 debuggingSteve French
2018-05-27smb3: rename encryption_required to smb3_encryption_requiredSteve French
2018-05-27cifs: add a new SMB2_close_flags functionRonnie Sahlberg
2018-05-27cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg
2018-05-09cifs: smbd: Enable signing with smbdirectLong Li
2018-05-09cifs: Allocate validate negotiation request through kmallocLong Li
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedLong Li
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French
2018-04-12cifs: change validate_buf to validate_iovRonnie Sahlberg
2018-04-12cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg