aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-01CIFS: Encrypt SMB3 requests before sendingGravatar Pavel Shilovsky 1-0/+2
2017-02-01cifs: Add soft dependenciesGravatar Jean Delvare 1-0/+12
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+1
2016-12-15cifs_get_root shouldn't use path with tree nameGravatar Sachin Prabhu 1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclGravatar Steve French 1-0/+2
2016-10-13Expose cifs module parameters in sysfsGravatar Germano Percossi 1-3/+3
2016-10-12Clarify locking of cifs file and tcon structures and make more granularGravatar Steve French 1-1/+0
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsGravatar Steve French 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-9/+0
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-09Move check for prefix path to within cifs_get_root()Gravatar Sachin Prabhu 1-5/+4
2016-09-09Fix memory leaks in cifs_do_mount()Gravatar Sachin Prabhu 1-12/+8
2016-07-27fs/cifs: make share unaccessible at root level mountableGravatar Aurelien Aptel 1-1/+13
2016-06-23cifs: stuff the fl_owner into "pid" field in the lock requestGravatar Jeff Layton 1-0/+3
2016-05-19CIFS: Remove some obsolete commentsGravatar Steve French 1-6/+1
2016-05-19cifs: Create dedicated keyring for spnego operationsGravatar Sachin Prabhu 1-2/+2
2016-05-17Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-15/+11
2016-05-02cifs: switch to ->iterate_shared()Gravatar Al Viro 1-1/+1
2016-04-23cifs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-15/+11
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2016-03-17lib: update single-char callers of strtobool()Gravatar Kees Cook 1-3/+3
2016-03-14cifs_get_root(): use lookup_one_len_unlocked()Gravatar Al Viro 1-3/+1
2016-03-01CIFS: Fix duplicate line introduced by clone_file_range patchGravatar Steve French 1-1/+0
2016-01-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-0/+17
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-14cifs: Allow using O_DIRECT with cache=looseGravatar Ross Lagerwall 1-0/+15
2016-01-14cifs: Make echo interval tunableGravatar Steve French 1-0/+2
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+61
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-1/+1
2015-12-08cifs: avoid unused variable and labelGravatar Arnd Bergmann 1-2/+0
2015-12-07vfs: pull btrfs clone API to vfs layerGravatar Christoph Hellwig 1-0/+63
2015-11-09Allow copy offload (CopyChunk) across sharesGravatar Steve French 1-12/+0
2015-11-03Add resilienthandles mount parmGravatar Steve French 1-0/+2
2015-11-03[SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledGravatar Steve French 1-0/+2
2015-09-11[CIFS] mount option sec=none not displayed properly in /proc/mountsGravatar Steve French 1-1/+4
2015-09-04fs: create and use seq_show_option for escapingGravatar Kees Cook 1-3/+3
2015-05-10Fix that several functions handle incorrect value of mapcharsGravatar Nakajima Akira 1-0/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-12/+0
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperGravatar Al Viro 1-2/+1
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-3/+4
2014-10-07locks: plumb a "priv" pointer into the setlease routinesGravatar Jeff Layton 1-3/+4
2014-08-20Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+22
2014-08-17enable fallocate punch hole ("fallocate -p") for SMB3Gravatar Steve French 1-0/+19
2014-08-15cifs: handle lease F_UNLCK requests properlyGravatar Jeff Layton 1-2/+3