aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)Author
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-02fuse: switch to ->iterate_shared()Al Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig
2016-04-25fuse: Fix return value from fuse_get_user_pages()Ashish Samant
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-16fuse: return patrial success from fuse_direct_io()Ashish Samant
2016-03-14fuse: Add reference counting for fuse_io_privSeth Forshee
2016-03-14fuse: do not use iocb after it may have been freedRobert Doebbelin
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-29kill free_page_put_link()Al Viro
2015-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-11-10fuse: add support for SEEK_HOLE and SEEK_DATA in lseekRavishankar N
2015-11-10fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin
2015-11-10cuse: fix memory leakMiklos Szeredi
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington
2015-08-16fs/fuse: fix ioctl type confusionJann Horn
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-07-01fuse: separate pqueue for clonesMiklos Szeredi
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi
2015-07-01fuse: device fd cloneMiklos Szeredi
2015-07-01fuse: abort: no fc->lock needed for request endingMiklos Szeredi
2015-07-01fuse: no fc->lock for pqueue partsMiklos Szeredi
2015-07-01fuse: no fc->lock in request_end()Miklos Szeredi
2015-07-01fuse: cleanup request_end()Miklos Szeredi
2015-07-01fuse: request_end(): do onceMiklos Szeredi
2015-07-01fuse: add req flag for private listMiklos Szeredi
2015-07-01fuse: pqueue lockingMiklos Szeredi
2015-07-01fuse: abort: group pqueue accessesMiklos Szeredi
2015-07-01fuse: cleanup fuse_dev_do_read()Miklos Szeredi
2015-07-01fuse: move list_del_init() from request_end() into callersMiklos Szeredi
2015-07-01fuse: duplicate ->connected in pqueueMiklos Szeredi
2015-07-01fuse: separate out processing queueMiklos Szeredi
2015-07-01fuse: simplify request_wait()Miklos Szeredi
2015-07-01fuse: no fc->lock for iqueue partsMiklos Szeredi
2015-07-01fuse: allow interrupt queuing without fc->lockMiklos Szeredi
2015-07-01fuse: iqueue lockingMiklos Szeredi