aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 16-168/+447
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+4
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-0/+3
2017-03-02smb2: Enforce sec= mount optionGravatar Sachin Prabhu 8-7/+49
2017-03-02CIFS: Fix sparse warningsGravatar Steve French 2-4/+4
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 2-3/+4
2017-03-02CIFS: implement get_dfs_refer for SMB2+Gravatar Aurelien Aptel 2-0/+109
2017-03-02CIFS: use DFS pathnames in SMB2+ Create requestsGravatar Aurelien Aptel 1-16/+80
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-01CIFS: set signing flag in SMB2+ TreeConnect if neededGravatar Aurelien Aptel 1-2/+2
2017-03-01CIFS: let ses->ipc_tid hold smb2 TreeIdsGravatar Aurelien Aptel 1-1/+1
2017-03-01CIFS: add use_ipc flag to SMB2_ioctl()Gravatar Aurelien Aptel 4-11/+35
2017-03-01CIFS: add build_path_from_dentry_optional_prefix()Gravatar Aurelien Aptel 3-2/+17
2017-03-01CIFS: move DFS response parsing out of SMB1 codeGravatar Aurelien Aptel 4-120/+125
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-1/+1
2017-03-01CIFS: Fix possible use after free in demultiplex threadGravatar Pavel Shilovsky 1-6/+26
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-1/+1
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+4
2017-02-01CIFS: Allow to switch on encryption with seal mount optionGravatar Pavel Shilovsky 2-31/+43
2017-02-01CIFS: Add capability to decrypt big read responsesGravatar Pavel Shilovsky 3-13/+169
2017-02-01CIFS: Decrypt and process small encrypted packetsGravatar Pavel Shilovsky 7-3/+243
2017-02-01CIFS: Add copy into pages callback for a read operationGravatar Pavel Shilovsky 2-6/+49
2017-02-01CIFS: Add mid handle callbackGravatar Pavel Shilovsky 5-11/+20
2017-02-01CIFS: Add transform header handling callbacksGravatar Pavel Shilovsky 2-5/+15
2017-02-01CIFS: Encrypt SMB3 requests before sendingGravatar Pavel Shilovsky 10-10/+320
2017-02-01CIFS: Enable encryption during session setup phaseGravatar Pavel Shilovsky 2-22/+12
2017-02-01CIFS: Add capability to transform requests before sendingGravatar Pavel Shilovsky 3-33/+136
2017-02-01CIFS: Separate RFC1001 length processing for SMB2 readGravatar Pavel Shilovsky 4-25/+74
2017-02-01CIFS: Separate SMB2 sync header processingGravatar Pavel Shilovsky 2-20/+35
2017-02-01CIFS: Send RFC1001 length in a separate iovGravatar Pavel Shilovsky 6-95/+174
2017-02-01CIFS: Make send_cancel take rqst as argumentGravatar Pavel Shilovsky 3-17/+22
2017-02-01CIFS: Make SendReceive2() takes resp iovGravatar Pavel Shilovsky 5-100/+136
2017-02-01CIFS: Separate SMB2 header structureGravatar Pavel Shilovsky 7-148/+174
2017-02-01CIFS: Fix splice read for non-cached filesGravatar Pavel Shilovsky 1-1/+9
2017-02-01cifs: Add soft dependenciesGravatar Jean Delvare 1-0/+12
2017-02-01cifs: Only select the required crypto modulesGravatar Jean Delvare 1-2/+3
2017-02-01cifs: Simplify SMB2 and SMB311 dependenciesGravatar Jean Delvare 1-3/+2
2017-02-02fs: Better permission checking for submountsGravatar Eric W. Biederman 1-3/+4
2017-01-14cifs: initialize file_info_lockGravatar Rabin Vincent 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 4-4/+4
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 14-90/+177
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-15cifs_get_root shouldn't use path with tree nameGravatar Sachin Prabhu 4-5/+7
2016-12-15Fix default behaviour for empty domains and add domainauto optionGravatar Germano Percossi 3-5/+18
2016-12-15cifs: use %16phN for formatting md5 sumGravatar Rasmus Villemoes 1-7/+2
2016-12-14cifs: Fix smbencrypt() to stop pointing a scatterlist at the stackGravatar Andy Lutomirski 1-32/+8
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-0/+2
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-05CIFS: Fix a possible double locking of mutex during reconnectGravatar Pavel Shilovsky 4-6/+19