summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky2017-02-011-0/+2
* cifs: Add soft dependenciesJean Delvare2017-02-011-0/+12
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-12-241-1/+1
|\
| * cifs_get_root shouldn't use path with tree nameSachin Prabhu2016-12-151-1/+1
* | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star
|/
* CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French2016-10-141-0/+2
* Expose cifs module parameters in sysfsGermano Percossi2016-10-141-3/+3
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-121-1/+0Star
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-1/+1
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
* | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-9/+0Star
|/
* Move check for prefix path to within cifs_get_root()Sachin Prabhu2016-09-101-5/+4Star
* Fix memory leaks in cifs_do_mount()Sachin Prabhu2016-09-101-12/+8Star
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-07-281-1/+13
* cifs: stuff the fl_owner into "pid" field in the lock requestJeff Layton2016-06-241-0/+3
* CIFS: Remove some obsolete commentsSteve French2016-05-201-6/+1Star
* cifs: Create dedicated keyring for spnego operationsSachin Prabhu2016-05-201-2/+2
* Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2016-05-171-15/+11Star
|\
| * cifs: Switch to generic xattr handlersAndreas Gruenbacher2016-04-231-15/+11Star
* | cifs: switch to ->iterate_shared()Al Viro2016-05-031-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-201-3/+1Star
|\
| * cifs_get_root(): use lookup_one_len_unlocked()Al Viro2016-03-141-3/+1Star
* | lib: update single-char callers of strtobool()Kees Cook2016-03-171-3/+3
* | CIFS: Fix duplicate line introduced by clone_file_range patchSteve French2016-03-011-1/+0Star
|/
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-01-241-0/+17
|\
| * cifs: Allow using O_DIRECT with cache=looseRoss Lagerwall2016-01-141-0/+15
| * cifs: Make echo interval tunableSteve French2016-01-141-0/+2
* | wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
|/
* Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-131-0/+61
|\
| * cifs: avoid unused variable and labelArnd Bergmann2015-12-081-2/+0Star
| * vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-081-0/+63
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0Star
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-1/+1
|/
* Allow copy offload (CopyChunk) across sharesSteve French2015-11-091-12/+0Star
* Add resilienthandles mount parmSteve French2015-11-031-0/+2
* [SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledSteve French2015-11-031-0/+2
* [CIFS] mount option sec=none not displayed properly in /proc/mountsSteve French2015-09-121-1/+4
* fs: create and use seq_show_option for escapingKees Cook2015-09-051-3/+3
* Fix that several functions handle incorrect value of mapcharsNakajima Akira2015-05-111-0/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-121-12/+0Star
* cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro2014-11-191-2/+1Star
* Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-3/+4
|\
| * locks: plumb a "priv" pointer into the setlease routinesJeff Layton2014-10-071-3/+4
* | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-08-211-2/+22
|\ \ | |/ |/|
| * enable fallocate punch hole ("fallocate -p") for SMB3Steve French2014-08-181-0/+19
| * cifs: handle lease F_UNLCK requests properlyJeff Layton2014-08-161-2/+3