summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2019-02-12fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2018-11-21fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner
2018-09-05fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai
2017-08-16fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk
2017-03-12fuse: add missing FR_FORCEMiklos Szeredi
2016-11-15fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-01fuse: don't use fuse_ioctl_copy_user() helperMiklos Szeredi
2016-10-01fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()Al Viro
2016-09-22fuse: Propagate dentry down to inode_change_ok()Jan Kara
2016-08-24fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2016-07-29fuse: use filemap_check_errors()Miklos Szeredi
2016-07-29fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov
2016-07-29fuse: fsync() did not return IO errorsAlexey Kuznetsov
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-06-30fuse: improve aio directIO write performance for size extending writesAshish Sangwan
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
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-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
2015-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
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-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2015-07-01fuse: req state use flagsMiklos Szeredi
2015-07-01fuse: simplify req statesMiklos Szeredi
2015-07-01fuse: req use bitopsMiklos Szeredi
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo
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-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-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-13fs: split generic and aio kiocbChristoph Hellwig