summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Move check for prefix path to within cifs_get_root()Sachin Prabhu2016-09-091-5/+4
* Compare prepaths when comparing superblocksSachin Prabhu2016-09-091-1/+20
* Fix memory leaks in cifs_do_mount()Sachin Prabhu2016-09-093-14/+18
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-291-1/+1
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-07-297-16/+169
|\
| * CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky2016-07-271-1/+29
| * fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-07-275-5/+104
| * cifs: fix crash due to race in hmac(md5) handlingRabin Vincent2016-07-201-6/+10
| * cifs: unbreak TCP session reuseRabin Vincent2016-07-191-1/+3
| * cifs: Check for existing directory when opening file with O_CREATSachin Prabhu2016-07-121-3/+21
| * Add MF-Symlinks support for SMB 2.0Sachin Prabhu2016-07-111-0/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-7/+0
|\ \
| * | drop redundant ->owner initializationsAl Viro2016-05-291-7/+0
* | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+1
|\ \ \
| * | | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
| |/ /
* | | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-261-1/+1
* | | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-051-1/+1
| |/ |/|
* | File names with trailing period or space need special case conversionSteve French2016-06-242-4/+31
* | Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-06-242-1/+30
* | cifs: check hash calculating succeededLuis de Bethencourt2016-06-231-0/+2
* | cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-06-233-43/+45
* | cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand2016-06-231-1/+1
* | cifs: stuff the fl_owner into "pid" field in the lock requestJeff Layton2016-06-233-3/+15
|/
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-4/+5
* CIFS: Remove some obsolete commentsSteve French2016-05-191-6/+1
* cifs: Create dedicated keyring for spnego operationsSachin Prabhu2016-05-193-2/+71
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-1/+1
|\
| * KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-111-1/+1
* | Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-188-383/+167
|\ \
| * | cifs: don't bother with kmap on read_pages sideAl Viro2016-03-283-70/+55
| * | cifs_readv_receive: use cifs_read_from_socket()Al Viro2016-03-281-7/+4
| * | cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro2016-03-282-69/+5
| * | cifs: quit playing games with draining iovecsAl Viro2016-03-282-102/+41
| * | cifs: merge the hash calculation helpersAl Viro2016-03-283-140/+67
| |/
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-05-1810-69/+121
|\ \
| * | remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-05-174-2/+25
| * | Update cifs.ko version to 2.09Steve French2016-05-171-1/+1
| * | fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-05-171-14/+18
| * | fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-05-171-18/+23
| * | fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-05-171-12/+16
| * | fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-05-171-12/+20
| * | cifs: remove any preceding delimiter from prefix_pathSachin Prabhu2016-05-172-3/+11
| * | cifs: Use file_dentry()Goldwyn Rodrigues2016-05-172-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-171-2/+2
|\ \ \
| * | | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-131-2/+2
* | | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-6/+3
|\ \ \ \
| * | | | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-5/+2
| * | | | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
| * | | | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+1
| |/ / /