aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg1-1/+1
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French1-18/+0
2017-07-08CIFS: Reconnect expired SMB sessionsPavel Shilovsky1-0/+2
2017-05-12[CIFS] Minor cleanup of xattr query functionSteve French1-1/+1
2017-05-03CIFS: fix oplock break deadlocksRabin Vincent1-0/+1
2017-05-02CIFS: Add asynchronous write support through kernel AIOPavel Shilovsky1-0/+2
2017-05-02CIFS: Add asynchronous read support through kernel AIOPavel Shilovsky1-0/+1
2017-05-02CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky1-0/+16
2017-04-10CIFS: remove bad_network_name flagGermano Percossi1-1/+0
2017-04-07Introduce cifs_copy_file_range()Sachin Prabhu1-3/+3
2017-04-07SMB3: Rename clone_range to copychunk_rangeSachin Prabhu1-1/+2
2017-04-07Handle mismatched open callsSachin Prabhu1-0/+11
2017-03-02smb2: Enforce sec= mount optionSachin Prabhu1-0/+3
2017-03-01CIFS: let ses->ipc_tid hold smb2 TreeIdsAurelien Aptel1-1/+1
2017-02-01CIFS: Decrypt and process small encrypted packetsPavel Shilovsky1-0/+1
2017-02-01CIFS: Add copy into pages callback for a read operationPavel Shilovsky1-0/+3
2017-02-01CIFS: Add mid handle callbackPavel Shilovsky1-0/+8
2017-02-01CIFS: Add transform header handling callbacksPavel Shilovsky1-0/+3
2017-02-01CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky1-0/+2
2017-02-01CIFS: Add capability to transform requests before sendingPavel Shilovsky1-0/+7
2017-02-01CIFS: Send RFC1001 length in a separate iovPavel Shilovsky1-1/+1
2017-02-01CIFS: Make send_cancel take rqst as argumentPavel Shilovsky1-1/+1
2016-12-15Fix default behaviour for empty domains and add domainauto optionGermano Percossi1-0/+2
2016-12-05CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky1-0/+1
2016-12-05CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky1-0/+3
2016-12-01SMB3: parsing for new snapshot timestamp mount parmSteve French1-0/+2
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French1-0/+1
2016-10-13CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky1-0/+1
2016-10-13Enable previous version supportSteve French1-0/+2
2016-10-12SMB3: Add mount parameter to allow user to override max creditsSteve French1-1/+15
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French1-15/+15
2016-06-23cifs: stuff the fl_owner into "pid" field in the lock requestJeff Layton1-0/+1
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-03-28cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro1-2/+0
2016-03-17lib: update single-char callers of strtobool()Kees Cook1-2/+2
2016-01-14Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.Steve French1-2/+6
2016-01-14cifs: Make echo interval tunableSteve French1-2/+6
2015-11-03Add resilienthandles mount parmSteve French1-0/+2
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French1-0/+1
2015-11-03[SMB3] Enable checking for continuous availability and persistent handle supportSteve French1-0/+1
2015-11-03[SMB3] Add parsing for new mount option controlling persistent handlesSteve French1-1/+3
2015-06-28Add ioctl to set integritySteve French1-0/+2
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French1-0/+3
2015-06-27Add SMB3.11 mount option synonym for new dialectSteve French1-1/+2
2015-06-27Allow parsing vers=3.11 on cifs mountSteve French1-0/+7
2014-12-14Convert MessageID in smb2_hdr to LESachin Prabhu1-3/+3
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro1-0/+6
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French1-0/+2
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French1-2/+2