aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-09cifs: update receive_encrypted_standard to handle compounded responsesGravatar Ronnie Sahlberg 1-1/+4
2018-08-07smb3: display stats counters for number of slow commandsGravatar Steve French 1-1/+2
2018-08-07cifs: update init_sg, crypt_message to take an array of rqstGravatar Ronnie Sahlberg 1-4/+3
2018-08-07cifs: simple stats should always be enabledGravatar Steve French 1-10/+0
2018-08-07cifs: use a refcount to protect open/closing the cached file handleGravatar Ronnie Sahlberg 1-0/+1
2018-08-07cifs: remove unused statsGravatar Steve French 1-14/+0
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Gravatar Steve French 1-8/+0
2018-08-07cifs: use timespec64 internallyGravatar Arnd Bergmann 1-3/+3
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Gravatar Stefano Brivio 1-1/+1
2018-07-05cifs: Fix use after free of a mid_q_entryGravatar Lars Persson 1-0/+1
2018-06-15smb3: Fix mode on mkdir on smb311 mountsGravatar Steve French 1-0/+4
2018-06-15CIFS: add iface info to struct cifs_sesGravatar Aurelien Aptel 1-0/+21
2018-06-15CIFS: move default port definitions to cifsglob.hGravatar Aurelien Aptel 1-0/+3
2018-06-15cifs: add lease tracking to the cached root fidGravatar Ronnie Sahlberg 1-3/+9
2018-06-07CIFS: Fix NULL ptr derefGravatar Aurelien Aptel 1-0/+6
2018-06-02CIFS: Add support for direct pages in wdataGravatar Long Li 1-1/+1
2018-06-02CIFS: Add support for direct pages in rdataGravatar Long Li 1-1/+1
2018-06-02cifs: update multiplex loop to handle compounded responsesGravatar Ronnie Sahlberg 1-1/+1
2018-05-31smb3: Add posix create context for smb3.11 posix mountsGravatar Steve French 1-0/+1
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsGravatar Steve French 1-0/+4
2018-05-30smb3: add support for posix negotiate contextGravatar Steve French 1-0/+1
2018-05-30cifs: allow disabling less secure legacy dialectsGravatar Steve French 1-9/+10
2018-05-30cifs: make minor clarifications to module params for cifs.koGravatar Steve French 1-1/+1
2018-05-30CIFS: Introduce offset for the 1st page in data transfer structuresGravatar Long Li 1-0/+3
2018-05-27cifs: store the leaseKey in the fid on SMB2_openGravatar Ronnie Sahlberg 1-1/+1
2018-05-27cifs: update calc_size to take a server argumentGravatar Ronnie Sahlberg 1-1/+1
2018-05-27cifs: add server argument to the dump_detail methodGravatar Ronnie Sahlberg 1-1/+1
2018-05-27smb3: fix redundant opens on rootGravatar Steve French 1-0/+5
2018-04-12cifs: add resp_buf_size to the mid_q_entry structureGravatar Ronnie Sahlberg 1-0/+1
2018-04-12cifs: add pdu_size to the TCP_Server_Info structureGravatar Ronnie Sahlberg 1-0/+2
2018-04-12SMB311: Improve checking of negotiate security contextsGravatar Steve French 1-0/+1
2018-04-02smb3: Fix root directory when server returns inode number of zeroGravatar Steve French 1-0/+1
2018-04-02cifs: add server->vals->header_preamble_sizeGravatar Ronnie Sahlberg 1-0/+1
2018-04-01CIFS: implement v3.11 preauth integrityGravatar Aurelien Aptel 1-2/+3
2018-04-01CIFS: add sha512 secmechGravatar Aurelien Aptel 1-0/+2
2018-01-26CIFS: make IPC a regular tconGravatar Aurelien Aptel 1-7/+7
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OGravatar Long Li 1-2/+11
2018-01-24CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...Gravatar Long Li 1-0/+3
2018-01-24CIFS: SMBD: Add rdma mount optionGravatar Long Li 1-0/+5
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-2/+2
2017-10-18Fix encryption labels and lengths for SMB3.1.1Gravatar Steve French 1-2/+6
2017-09-17SMB3: Add support for multidialect negotiate (SMB2.1 and later)Gravatar Steve French 1-0/+6
2017-09-04cifs: Add support for writing attributes on SMB2+Gravatar Ronnie Sahlberg 1-1/+1
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredGravatar Steve French 1-18/+0
2017-07-08CIFS: Reconnect expired SMB sessionsGravatar Pavel Shilovsky 1-0/+2
2017-05-12[CIFS] Minor cleanup of xattr query functionGravatar Steve French 1-1/+1
2017-05-03CIFS: fix oplock break deadlocksGravatar Rabin Vincent 1-0/+1
2017-05-02CIFS: Add asynchronous write support through kernel AIOGravatar Pavel Shilovsky 1-0/+2
2017-05-02CIFS: Add asynchronous read support through kernel AIOGravatar Pavel Shilovsky 1-0/+1
2017-05-02CIFS: Add asynchronous context to support kernel AIOGravatar Pavel Shilovsky 1-0/+16