summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2017-09-10fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-12-23fuse: Propagate dentry down to inode_change_ok()Jan Kara
2016-10-02fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi
2016-08-19fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang
2016-08-19fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov
2016-08-19fuse: fsync() did not return IO errorsAlexey Kuznetsov
2016-04-18fuse: Add reference counting for fuse_io_privSeth Forshee
2016-04-18fuse: do not use iocb after it may have been freedRobert Doebbelin
2016-04-13fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin
2015-08-03fuse: initialize fc->release before calling itMiklos Szeredi
2015-07-21sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11fuse: ->direct_IO() doesn't need generic_write_checks()Al Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11fuse: use iov_iter_get_pages() for non-splice pathAl Viro
2015-04-11fuse: switch to ->read_iter/->write_iterAl Viro
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11expand __fuse_direct_write() in both callersAl Viro
2015-04-11fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro
2015-04-11cuse: switch to iov_iterAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-19fuse: explicitly set /dev/fuse file's private_dataTom Van Braeckel
2015-03-13fs: split generic and aio kiocbChristoph Hellwig
2015-03-13fuse: handle synchronous iocbs internallyChristoph Hellwig
2015-02-26fuse: set stolen page uptodateMiklos Szeredi
2015-02-26fuse: notify: don't move pagesMiklos Szeredi
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2015-01-06fuse: add memory barrier to INITMiklos Szeredi
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-12-12fuse: use file_inode() in fuse_file_fallocate()Miklos Szeredi
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi
2014-12-12fuse: reduce max out argsMiklos Szeredi
2014-12-12fuse: hold inode instead of path after releaseMiklos Szeredi
2014-12-12fuse: flush requests on umountMiklos Szeredi
2014-12-12fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi
2014-11-19assorted conversions to %p[dD]Al Viro
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman