aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-9/+5
2016-07-30qstr: constify instances in fuseGravatar Al Viro 3-9/+5
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 4-40/+28
2016-07-29fuse: use filemap_check_errors()Gravatar Miklos Szeredi 1-12/+2
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Gravatar Wei Fang 1-1/+1
2016-07-29fuse: fuse_flush must check mapping->flags for errorsGravatar Maxim Patlasov 1-0/+9
2016-07-29fuse: fsync() did not return IO errorsGravatar Alexey Kuznetsov 1-0/+15
2016-07-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+4
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-4/+4
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 2-3/+2
2016-07-21Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Miklos Szeredi 2-28/+4
2016-07-19fuse: don't mess with blocking signalsGravatar Al Viro 1-27/+3
2016-07-05Use the right predicate in ->atomic_open() instancesGravatar Al Viro 1-1/+1
2016-06-30fuse: improve aio directIO write performance for size extending writesGravatar Ashish Sangwan 2-12/+10
2016-06-30fuse: serialize dirops by defaultGravatar Miklos Szeredi 3-1/+31
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 2-3/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-3/+3
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+3
2016-05-17Merge branch 'ovl-fixes' into for-linusGravatar Al Viro 1-1/+1
2016-05-02fuse: switch to ->iterate_shared()Gravatar Al Viro 1-49/+45
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-3/+2
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-1/+2
2016-05-01filemap: remove the pos argument to generic_file_direct_writeGravatar Christoph Hellwig 1-1/+1
2016-04-25fuse: Fix return value from fuse_get_user_pages()Gravatar Ashish Samant 1-1/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-3/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 3-57/+57
2016-03-16fuse: return patrial success from fuse_direct_io()Gravatar Ashish Samant 1-12/+11
2016-03-14fuse: Add reference counting for fuse_io_privGravatar Seth Forshee 3-9/+32
2016-03-14fuse: do not use iocb after it may have been freedGravatar Robert Doebbelin 1-3/+4
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 2-23/+23
2016-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 2-8/+68
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+2
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+10
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-3/+3
2015-12-29kill free_page_put_link()Gravatar Al Viro 1-3/+3
2015-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 2-1/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-3/+6
2015-11-10fuse: add support for SEEK_HOLE and SEEK_DATA in lseekGravatar Ravishankar N 2-8/+68
2015-11-10fuse: break infinite loop in fuse_fill_write_pages()Gravatar Roman Gushchin 1-1/+1
2015-11-10cuse: fix memory leakGravatar Miklos Szeredi 1-0/+2
2015-10-22Move locks API users to locks_lock_inode_wait()Gravatar Benjamin Coddington 1-1/+1
2015-08-16fs/fuse: fix ioctl type confusionGravatar Jann Horn 1-1/+9
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-6/+3
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 5-489/+624
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-6/+3
2015-07-01fuse: separate pqueue for clonesGravatar Miklos Szeredi 3-30/+45
2015-07-01fuse: introduce per-instance fuse_dev structureGravatar Miklos Szeredi 4-34/+114
2015-07-01fuse: device fd cloneGravatar Miklos Szeredi 1-0/+40
2015-07-01fuse: abort: no fc->lock needed for request endingGravatar Miklos Szeredi 1-9/+5