aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky1-0/+12
2019-03-05CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky1-4/+2
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky1-10/+19
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky1-2/+2
2019-03-04CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky1-0/+19
2019-03-04smb3: make default i/o size for smb3 mounts largerSteve French1-0/+1
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky1-0/+19
2019-01-11CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky1-0/+1
2018-12-28cifs: Add support for failover in cifs_reconnect()Paulo Alcantara1-0/+7
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara1-1/+0
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara1-0/+5
2018-12-23cifs: Save TTL value when parsing DFS referralsPaulo Alcantara1-0/+1
2018-12-23Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza1-0/+1
2018-11-02CIFS: Add support for direct I/O readLong Li1-0/+5
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French1-0/+3
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French1-0/+2
2018-10-23cifs: add support for ioctl on directoriesRonnie Sahlberg1-1/+3
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg1-0/+4
2018-10-23cifs: OFD locks do not conflict with eachothersRonnie Sahlberg1-1/+2
2018-10-23smb3: update default requested iosize to 4MB from 1MB for recent dialectsSteve French1-0/+1
2018-10-23smb3: track the instance of each session for debuggingSteve French1-0/+1
2018-10-23smb3: add way to control slow response threshold for logging and statsSteve French1-0/+1
2018-10-02cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg1-0/+1
2018-08-09cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg1-1/+4
2018-08-07smb3: display stats counters for number of slow commandsSteve French1-1/+2
2018-08-07cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg1-4/+3
2018-08-07cifs: simple stats should always be enabledSteve French1-10/+0
2018-08-07cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg1-0/+1
2018-08-07cifs: remove unused statsSteve French1-14/+0
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-8/+0
2018-08-07cifs: use timespec64 internallyArnd Bergmann1-3/+3
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio1-1/+1
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson1-0/+1
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French1-0/+4
2018-06-15CIFS: add iface info to struct cifs_sesAurelien Aptel1-0/+21
2018-06-15CIFS: move default port definitions to cifsglob.hAurelien Aptel1-0/+3
2018-06-15cifs: add lease tracking to the cached root fidRonnie Sahlberg1-3/+9
2018-06-07CIFS: Fix NULL ptr derefAurelien Aptel1-0/+6
2018-06-02CIFS: Add support for direct pages in wdataLong Li1-1/+1
2018-06-02CIFS: Add support for direct pages in rdataLong Li1-1/+1
2018-06-02cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg1-1/+1
2018-05-31smb3: Add posix create context for smb3.11 posix mountsSteve French1-0/+1
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French1-0/+4
2018-05-30smb3: add support for posix negotiate contextSteve French1-0/+1
2018-05-30cifs: allow disabling less secure legacy dialectsSteve French1-9/+10
2018-05-30cifs: make minor clarifications to module params for cifs.koSteve French1-1/+1
2018-05-30CIFS: Introduce offset for the 1st page in data transfer structuresLong Li1-0/+3
2018-05-27cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg1-1/+1
2018-05-27cifs: update calc_size to take a server argumentRonnie Sahlberg1-1/+1
2018-05-27cifs: add server argument to the dump_detail methodRonnie Sahlberg1-1/+1