summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-013-12/+6
|\
| * cifs: Convert to separately allocated bdiJan Kara2017-04-203-12/+6
* | cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-04-171-0/+10
* | CIFS: Fix SMB3 mount without specifying a security mechanismPavel Shilovsky2017-04-131-1/+3
* | CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi2017-04-101-3/+3
* | CIFS: remove bad_network_name flagGermano Percossi2017-04-102-6/+0
* | CIFS: reconnect thread reschedule itselfGermano Percossi2017-04-101-1/+9
* | CIFS: handle guest access errors to Windows sharesMark Syms2017-04-101-0/+3
* | CIFS: Fix null pointer deref during read resp processingPavel Shilovsky2017-04-103-11/+11
* | Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-04-071-0/+4
* | CIFS: Fix build failure with smb2Tobias Regnery2017-04-071-0/+1
* | Introduce cifs_copy_file_range()Sachin Prabhu2017-04-075-68/+110
* | SMB3: Rename clone_range to copychunk_rangeSachin Prabhu2017-04-073-15/+16
* | Handle mismatched open callsSachin Prabhu2017-04-079-13/+143
|/
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-03-0316-168/+447
|\
| * smb2: Enforce sec= mount optionSachin Prabhu2017-03-028-7/+49
| * CIFS: Fix sparse warningsSteve French2017-03-022-4/+4
| * CIFS: implement get_dfs_refer for SMB2+Aurelien Aptel2017-03-022-0/+109
| * CIFS: use DFS pathnames in SMB2+ Create requestsAurelien Aptel2017-03-021-16/+80
| * CIFS: set signing flag in SMB2+ TreeConnect if neededAurelien Aptel2017-03-011-2/+2
| * CIFS: let ses->ipc_tid hold smb2 TreeIdsAurelien Aptel2017-03-011-1/+1
| * CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel2017-03-014-11/+35
| * CIFS: add build_path_from_dentry_optional_prefix()Aurelien Aptel2017-03-013-2/+17
| * CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel2017-03-014-120/+125
| * CIFS: Fix possible use after free in demultiplex threadPavel Shilovsky2017-03-011-6/+26
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-3/+4
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-3/+4
* | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-032-0/+3
|\ \ \ | |/ / |/| |
| * | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| |/
* / KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-1/+1
|/
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-231-3/+4
|\
| * fs: Better permission checking for submountsEric W. Biederman2017-02-021-3/+4
* | CIFS: Allow to switch on encryption with seal mount optionPavel Shilovsky2017-02-012-31/+43
* | CIFS: Add capability to decrypt big read responsesPavel Shilovsky2017-02-013-13/+169
* | CIFS: Decrypt and process small encrypted packetsPavel Shilovsky2017-02-017-3/+243
* | CIFS: Add copy into pages callback for a read operationPavel Shilovsky2017-02-012-6/+49
* | CIFS: Add mid handle callbackPavel Shilovsky2017-02-015-11/+20
* | CIFS: Add transform header handling callbacksPavel Shilovsky2017-02-012-5/+15
* | CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky2017-02-0110-10/+320
* | CIFS: Enable encryption during session setup phasePavel Shilovsky2017-02-012-22/+12
* | CIFS: Add capability to transform requests before sendingPavel Shilovsky2017-02-013-33/+136
* | CIFS: Separate RFC1001 length processing for SMB2 readPavel Shilovsky2017-02-014-25/+74
* | CIFS: Separate SMB2 sync header processingPavel Shilovsky2017-02-012-20/+35
* | CIFS: Send RFC1001 length in a separate iovPavel Shilovsky2017-02-016-95/+174
* | CIFS: Make send_cancel take rqst as argumentPavel Shilovsky2017-02-013-17/+22
* | CIFS: Make SendReceive2() takes resp iovPavel Shilovsky2017-02-015-100/+136
* | CIFS: Separate SMB2 header structurePavel Shilovsky2017-02-017-148/+174
* | CIFS: Fix splice read for non-cached filesPavel Shilovsky2017-02-011-1/+9