summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21smb3: warn on confusing error scenario with sec=krb5Steve French1-0/+2
2020-02-24cifs: log warning message (once) if out of disk spaceSteve French1-0/+3
2020-02-11cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg1-2/+8
2020-02-11smb3: fix signing verification of large readsSteve French1-2/+2
2019-12-21CIFS: Close open handle after interrupted closePavel Shilovsky1-1/+15
2019-12-17cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)1-12/+29
2019-12-01fs/cifs: fix uninitialised variable warningsGarry McNulty1-3/+3
2019-10-05smb3: allow disabling requesting leasesSteve French1-1/+1
2019-09-16cifs: Fix lease buffer length errorZhangXiaoxu1-0/+1
2019-08-16smb3: send CAP_DFS capability during session setupSteve French1-0/+5
2019-08-16SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky1-1/+1
2019-06-09cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King1-1/+2
2019-05-02cifs: fix memory leak in SMB2_readRonnie Sahlberg1-0/+1
2019-04-27cifs: Fix use-after-free in SMB2_readZhangXiaoxu1-2/+2
2019-04-27cifs: Fix use-after-free in SMB2_writeZhangXiaoxu1-1/+1
2019-04-05cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon1-2/+8
2019-03-27SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French1-1/+4
2019-03-27cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg1-2/+6
2019-03-14cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg1-6/+10
2019-02-20CIFS: Do not assume one credit for async responsesPavel Shilovsky1-4/+11
2019-02-06CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky1-1/+1
2019-02-06CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky1-16/+30
2019-02-06CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky1-2/+2
2019-01-17CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky1-2/+6
2018-09-12cifs: integer overflow in in SMB2_ioctl()Dan Carpenter1-2/+2
2018-09-12CIFS: fix wrapping bugs in num_entries()Dan Carpenter1-10/+15
2018-09-03smb3: check for and properly advertise directory lease supportSteve French1-0/+3
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg1-2/+2
2018-08-10smb3: allow previous versions to be mounted with snapshot= mount parmSteve French1-0/+60
2018-08-10cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg1-20/+21
2018-08-09cifs: create SMB2_open_init()/SMB2_open_free() helpers.Ronnie Sahlberg1-71/+74
2018-08-09cifs: add SMB2_query_info_[init|free]()Ronnie Sahlberg1-22/+46
2018-08-09cifs: add SMB2_close_init()/SMB2_close_free()Ronnie Sahlberg1-14/+34
2018-08-07cifs: simple stats should always be enabledSteve French1-2/+0
2018-08-07SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French1-1/+1
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-28/+3
2018-08-07smb3: add support for statfs for smb3.1.1 posix extensionsSteve French1-0/+71
2018-08-07smb3: fill in statfs fsid and correct namelenSteve French1-0/+8
2018-08-07CIFS: fix memory leak and remove dead codeAurelien Aptel1-51/+50
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio1-3/+4
2018-07-05cifs: Fix infinite loop when using hard mount optionPaulo Alcantara1-6/+12
2018-07-05cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio1-2/+5
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French1-0/+153
2018-06-15cifs: remove smb2_send_recv()Ronnie Sahlberg1-21/+116
2018-06-15cifs: push rfc1002 generation down the stackRonnie Sahlberg1-26/+12
2018-06-15smb3: increase initial number of credits requested to allow writeSteve French1-2/+3
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2018-06-08cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg1-1/+2
2018-06-06CIFS: SMBD: Support page offset in memory registrationLong Li1-6/+12
2018-06-05cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar1-2/+1