summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg2017-09-041-1/+1
* [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French2017-07-081-18/+0
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-07-081-0/+2
* [CIFS] Minor cleanup of xattr query functionSteve French2017-05-121-1/+1
* CIFS: fix oplock break deadlocksRabin Vincent2017-05-031-0/+1
* CIFS: Add asynchronous write support through kernel AIOPavel Shilovsky2017-05-021-0/+2
* CIFS: Add asynchronous read support through kernel AIOPavel Shilovsky2017-05-021-0/+1
* CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky2017-05-021-0/+16
* CIFS: remove bad_network_name flagGermano Percossi2017-04-101-1/+0
* Introduce cifs_copy_file_range()Sachin Prabhu2017-04-071-3/+3
* SMB3: Rename clone_range to copychunk_rangeSachin Prabhu2017-04-071-1/+2
* Handle mismatched open callsSachin Prabhu2017-04-071-0/+11
* smb2: Enforce sec= mount optionSachin Prabhu2017-03-021-0/+3
* CIFS: let ses->ipc_tid hold smb2 TreeIdsAurelien Aptel2017-03-011-1/+1
* CIFS: Decrypt and process small encrypted packetsPavel Shilovsky2017-02-011-0/+1
* CIFS: Add copy into pages callback for a read operationPavel Shilovsky2017-02-011-0/+3
* CIFS: Add mid handle callbackPavel Shilovsky2017-02-011-0/+8
* CIFS: Add transform header handling callbacksPavel Shilovsky2017-02-011-0/+3
* CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky2017-02-011-0/+2
* CIFS: Add capability to transform requests before sendingPavel Shilovsky2017-02-011-0/+7
* CIFS: Send RFC1001 length in a separate iovPavel Shilovsky2017-02-011-1/+1
* CIFS: Make send_cancel take rqst as argumentPavel Shilovsky2017-02-011-1/+1
* Fix default behaviour for empty domains and add domainauto optionGermano Percossi2016-12-151-0/+2
* CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky2016-12-051-0/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2016-12-051-0/+3
* SMB3: parsing for new snapshot timestamp mount parmSteve French2016-12-011-0/+2
* CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French2016-10-141-0/+1
* CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky2016-10-131-0/+1
* Enable previous version supportSteve French2016-10-131-0/+2
* SMB3: Add mount parameter to allow user to override max creditsSteve French2016-10-121-1/+15
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-121-15/+15
* cifs: stuff the fl_owner into "pid" field in the lock requestJeff Layton2016-06-231-0/+1
* Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-2/+0
|\
| * cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro2016-03-281-2/+0
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
|/
* lib: update single-char callers of strtobool()Kees Cook2016-03-171-2/+2
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-2/+6
* cifs: Make echo interval tunableSteve French2016-01-141-2/+6
* Add resilienthandles mount parmSteve French2015-11-031-0/+2
* [SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French2015-11-031-0/+1
* [SMB3] Enable checking for continuous availability and persistent handle supportSteve French2015-11-031-0/+1
* [SMB3] Add parsing for new mount option controlling persistent handlesSteve French2015-11-031-1/+3
* Add ioctl to set integritySteve French2015-06-281-0/+2
* Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French2015-06-281-0/+3
* Add SMB3.11 mount option synonym for new dialectSteve French2015-06-271-1/+2
* Allow parsing vers=3.11 on cifs mountSteve French2015-06-271-0/+7
* Convert MessageID in smb2_hdr to LESachin Prabhu2014-12-141-3/+3
* cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro2014-11-191-0/+6
* Remap reserved posix characters by default (part 3/3)Steve French2014-10-161-0/+2
* Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-161-2/+2
OpenPOWER on IntegriCloud