summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-151-6/+6
|\
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-6/+6
* | Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-128-259/+321
|\ \
| * | fuse: cache readdir calls if filesystem opts out of opendirChad Austin2019-02-131-1/+2
| * | fuse: support clients that don't implement 'opendir'Chad Austin2019-02-133-5/+12
| * | fuse: lift bad inode checks into callersMiklos Szeredi2019-02-131-16/+10Star
| * | fuse: multiplex cached/direct_io file operationsMiklos Szeredi2019-02-131-37/+34Star
| * | fuse add copy_file_range to direct io fopsMiklos Szeredi2019-02-131-0/+1
| * | fuse: use iov_iter based generic splice helpersMiklos Szeredi2019-02-131-1/+3
| * | fuse: Switch to using async direct IO for FOPEN_DIRECT_IOMartin Raiber2019-02-131-4/+26
| * | fuse: use atomic64_t for khctrMiklos Szeredi2019-02-133-5/+3Star
| * | fuse: clean up abortedMiklos Szeredi2019-02-135-11/+12
| * | fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai2019-02-132-5/+10
| * | fuse: Protect fi->nlookup with fi->lockKirill Tkhai2019-02-133-6/+6
| * | fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai2019-02-134-62/+70
| * | fuse: Convert fc->attr_version into atomic64_tKirill Tkhai2019-02-134-26/+14Star
| * | fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai2019-02-134-8/+13
| * | fuse: Verify userspace asks to requeue interrupt that we really sentKirill Tkhai2019-02-131-3/+10
| * | fuse: Do some refactoring in fuse_dev_do_write()Kirill Tkhai2019-02-131-25/+23Star
| * | fuse: Wake up req->waitq of only if not backgroundKirill Tkhai2019-02-131-1/+4
| * | fuse: Optimize request_end() by not taking fiq->waitq.lockKirill Tkhai2019-02-131-8/+20
| * | fuse: Kill fasync only if interrupt is queued in queue_interrupt()Kirill Tkhai2019-02-131-1/+1
| * | fuse: Remove stale comment in end_requests()Kirill Tkhai2019-02-131-5/+1Star
| * | fuse: Replace page without copying in fuse_writepage_in_flight()Kirill Tkhai2019-02-131-1/+1
| * | fuse: fix leaked aux requestsMiklos Szeredi2019-02-131-0/+10
| * | fuse: only reuse auxiliary request in fuse_writepage_in_flight()Miklos Szeredi2019-02-131-6/+7
| * | fuse: clean up fuse_writepage_in_flight()Miklos Szeredi2019-02-131-16/+24
| * | fuse: extract fuse_find_writeback() helperMiklos Szeredi2019-02-131-27/+25Star
| |/
* / mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-1/+1
|/
* fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-01-161-1/+1
* fuse: call pipe_buf_release() under pipe lockJann Horn2019-01-161-0/+2
* cuse: fix ioctlMiklos Szeredi2019-01-161-1/+1
* fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-01-161-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin2018-12-113-12/+13
* fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa2018-12-101-0/+1
* fuse: fix revalidation of attributes for permission checkMiklos Szeredi2018-12-031-1/+3
* fuse: fix fsync on directoryMiklos Szeredi2018-12-033-23/+42
* fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung2018-11-221-1/+1
* fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner2018-11-091-1/+3
* fuse: fix possibly missed wake-up after abortMiklos Szeredi2018-11-091-3/+9
* fuse: fix leaked notify replyMiklos Szeredi2018-11-091-1/+3
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-1/+1
|\
| * iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
* | fuse: enable caching of symlinksDan Schatzberg2018-10-153-26/+89
* | fuse: only invalidate atime in direct readMiklos Szeredi2018-10-151-1/+1
* | fuse: don't need GETATTR after every READMiklos Szeredi2018-10-151-1/+3
* | fuse: allow fine grained attr cache invaldationMiklos Szeredi2018-10-153-5/+18
* | fuse: realloc page arrayMiklos Szeredi2018-10-013-5/+56
* | fuse: add max_pages to init_outConstantine Shulyupin2018-10-014-34/+48