summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* smb3: do not send compression info by defaultSteve French2019-07-081-0/+1
* smb3: add new mount option to retrieve mode from special ACESteve French2019-07-081-1/+2
* cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-081-2/+0Star
* cifs: Fix check for matching with existing mountSteve French2019-07-081-0/+1
* cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg2019-06-131-0/+5
* cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg2019-05-161-0/+2
* SMB3: Clean up query symlink when reparse pointRonnie Sahlberg2019-05-081-1/+2
* Negotiate and save preferred compression algorithmsSteve French2019-05-081-0/+1
* cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg2019-05-081-2/+2
* cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg2019-05-081-0/+1
* cifs: add fiemap supportRonnie Sahlberg2019-05-081-0/+3
* CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sbAurelien Aptel2019-05-081-1/+10
* SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French2019-05-081-0/+4
* CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-161-0/+2
* SMB3: Allow persistent handle timeout to be configurable on mountSteve French2019-04-011-0/+8
* CIFS: make mknod() an smb_version_opAurelien Aptel2019-03-151-0/+8
* cifs: minor documentation updatesSteve French2019-03-151-0/+1
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-151-0/+3
* cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg2019-03-151-2/+2
* CIFS: Adjust MTU credits before reopening a filePavel Shilovsky2019-03-061-0/+12
* CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky2019-03-061-4/+2Star
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-061-10/+19
* CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky2019-03-051-2/+2
* CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky2019-03-051-0/+19
* smb3: make default i/o size for smb3 mounts largerSteve French2019-03-051-0/+1
* CIFS: Fix error paths in writeback codePavel Shilovsky2019-01-111-0/+19
* CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2019-01-111-0/+1
* cifs: Add support for failover in cifs_reconnect()Paulo Alcantara2018-12-281-0/+7
* cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara2018-12-281-1/+0Star
* cifs: Add DFS cache routinesPaulo Alcantara2018-12-281-0/+5
* cifs: Save TTL value when parsing DFS referralsPaulo Alcantara2018-12-241-0/+1
* Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza2018-12-241-0/+1
* CIFS: Add support for direct I/O readLong Li2018-11-021-0/+5
* smb3: allow more detailed protocol info on open files for debuggingSteve French2018-11-021-0/+3
* smb3: show number of current open files in /proc/fs/cifs/StatsSteve French2018-10-241-0/+2
* cifs: add support for ioctl on directoriesRonnie Sahlberg2018-10-241-1/+3
* cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-241-0/+4
* cifs: OFD locks do not conflict with eachothersRonnie Sahlberg2018-10-241-1/+2
* smb3: update default requested iosize to 4MB from 1MB for recent dialectsSteve French2018-10-241-0/+1
* smb3: track the instance of each session for debuggingSteve French2018-10-241-0/+1
* smb3: add way to control slow response threshold for logging and statsSteve French2018-10-241-0/+1
* cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg2018-10-031-0/+1
* cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg2018-08-101-1/+4
* smb3: display stats counters for number of slow commandsSteve French2018-08-071-1/+2
* cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg2018-08-071-4/+3Star
* cifs: simple stats should always be enabledSteve French2018-08-071-10/+0Star
* cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg2018-08-071-0/+1
* cifs: remove unused statsSteve French2018-08-071-14/+0Star
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-8/+0Star
* cifs: use timespec64 internallyArnd Bergmann2018-08-071-3/+3