summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi2016-08-241-3/+4
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-063-9/+5
|\
| * qstr: constify instances in fuseAl Viro2016-07-303-9/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-294-40/+28
|\ \
| * | fuse: use filemap_check_errors()Miklos Szeredi2016-07-291-12/+2
| * | fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-07-291-1/+1
| * | fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-07-291-0/+9
| * | fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-07-291-0/+15
| * | Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Miklos Szeredi2016-07-212-28/+4
| |\ \
| | * | fuse: don't mess with blocking signalsAl Viro2016-07-191-27/+3
| * | | fuse: improve aio directIO write performance for size extending writesAshish Sangwan2016-06-302-12/+10
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-281-4/+4
|\ \ \
| * | | mm: move most file-based accounting to the nodeMel Gorman2016-07-281-4/+4
| | |/ | |/|
* | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-282-3/+2
|\ \ \ | |/ / |/| |
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-102-3/+2
* | | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-051-1/+1
| |/ |/|
* | fuse: serialize dirops by defaultMiklos Szeredi2016-06-303-1/+31
|/
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-3/+3
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-2/+3
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+2
| * filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-011-1/+1
* | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-171-1/+1
|\ \
| * | fuse: Fix return value from fuse_get_user_pages()Ashish Samant2016-04-251-1/+1
| |/
* | fuse: switch to ->iterate_shared()Al Viro2016-05-021-49/+45
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-3/+2
|\ \ | |/ |/|
| * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-3/+2
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-043-57/+57
|/
* fuse: return patrial success from fuse_direct_io()Ashish Samant2016-03-161-12/+11
* fuse: Add reference counting for fuse_io_privSeth Forshee2016-03-143-9/+32
* fuse: do not use iocb after it may have been freedRobert Doebbelin2016-03-141-3/+4
* wrappers for ->i_mutex accessAl Viro2016-01-222-23/+23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-01-212-8/+68
|\
| * fuse: add support for SEEK_HOLE and SEEK_DATA in lseekRavishankar N2015-11-102-8/+68
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+2
* | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-111-7/+10
|\ \
| * | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-3/+3
| * | kill free_page_put_link()Al Viro2015-12-291-3/+3
| * | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-3/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-12-112-1/+3
|\ \ \ | |/ / |/| / | |/
| * fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2015-11-101-1/+1
| * cuse: fix memory leakMiklos Szeredi2015-11-101-0/+2
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-1/+1
|/
* fs/fuse: fix ioctl type confusionJann Horn2015-08-161-1/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-6/+3
|\ \
| * | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-07-025-489/+624
|\ \ \
| * | | fuse: separate pqueue for clonesMiklos Szeredi2015-07-013-30/+45
| * | | fuse: introduce per-instance fuse_dev structureMiklos Szeredi2015-07-014-34/+114