summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: return patrial success from fuse_direct_io()Ashish Samant2016-03-161-12/+11Star
* fuse: Add reference counting for fuse_io_privSeth Forshee2016-03-141-7/+21
* fuse: do not use iocb after it may have been freedRobert Doebbelin2016-03-141-3/+4
* wrappers for ->i_mutex accessAl Viro2016-01-231-18/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-01-211-8/+65
|\
| * fuse: add support for SEEK_HOLE and SEEK_DATA in lseekRavishankar N2015-11-101-8/+65
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-12-111-1/+1
|\|
| * fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2015-11-101-1/+1
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-241-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-07-021-10/+10
|\ \
| * | fuse: req state use flagsMiklos Szeredi2015-07-011-1/+1
| * | fuse: simplify req statesMiklos Szeredi2015-07-011-2/+1Star
| * | fuse: req use bitopsMiklos Szeredi2015-07-011-8/+9
| |/
* / writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo2015-06-021-6/+6
|/
* mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-121-1/+1
* switch generic_write_checks() to iocb and iterAl Viro2015-04-121-15/+7Star
* fuse: ->direct_IO() doesn't need generic_write_checks()Al Viro2015-04-121-8/+3Star
* generic_write_checks(): drop isblk argumentAl Viro2015-04-121-3/+3
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-2/+1Star
* direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-6/+7
* make new_sync_{read,write}() staticAl Viro2015-04-121-4/+0Star
* expand __fuse_direct_write() in both callersAl Viro2015-04-121-25/+17Star
* fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro2015-04-121-17/+12Star
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+1
* fs: split generic and aio kiocbChristoph Hellwig2015-03-131-1/+1
* fuse: handle synchronous iocbs internallyChristoph Hellwig2015-03-131-20/+31
* Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-5/+5
|\
| * fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-5/+5
* | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-12-171-152/+78Star
|\
| * fuse: use file_inode() in fuse_file_fallocate()Miklos Szeredi2014-12-121-1/+1
| * fuse: introduce fuse_simple_request() helperMiklos Szeredi2014-12-121-117/+72Star
| * fuse: hold inode instead of path after releaseMiklos Szeredi2014-12-121-34/+5Star
* | assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
|/
* fuse: honour max_read and max_write in direct_io modeMiklos Szeredi2014-09-271-0/+1
* switch iov_iter_get_pages() to passing maximal number of pagesAl Viro2014-08-071-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-07-151-3/+5
|\
| * fuse: replace count*size kzalloc by kcallocFabian Frederick2014-07-141-2/+2
| * fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov2014-07-141-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-93/+61Star
|\ \
| * | bio_vec-backed iov_iterAl Viro2014-05-061-1/+1
| * | fuse: switch to ->write_iter()Al Viro2014-05-061-16/+11Star
| * | fuse_file_aio_read(): convert to ->read_iter()Al Viro2014-05-061-6/+5Star
| * | iov_iter_truncate()Al Viro2014-05-061-10/+8Star
| * | new helper: iov_iter_npages()Al Viro2014-05-061-14/+2Star
| * | fuse: switch to iov_iter_get_pages()Al Viro2014-05-061-21/+12Star
| * | fuse: pull iov_iter initializations upAl Viro2014-05-061-25/+30
| * | start adding the tag to iov_iterAl Viro2014-05-061-3/+3