aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAge
...
| * | fuse: cache readdir calls if filesystem opts out of opendirChad Austin2019-02-13
| * | fuse: support clients that don't implement 'opendir'Chad Austin2019-02-13
| * | fuse: lift bad inode checks into callersMiklos Szeredi2019-02-13
| * | fuse: multiplex cached/direct_io file operationsMiklos Szeredi2019-02-13
| * | fuse add copy_file_range to direct io fopsMiklos Szeredi2019-02-13
| * | fuse: use iov_iter based generic splice helpersMiklos Szeredi2019-02-13
| * | fuse: Switch to using async direct IO for FOPEN_DIRECT_IOMartin Raiber2019-02-13
| * | fuse: use atomic64_t for khctrMiklos Szeredi2019-02-13
| * | fuse: clean up abortedMiklos Szeredi2019-02-13
| * | fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai2019-02-13
| * | fuse: Protect fi->nlookup with fi->lockKirill Tkhai2019-02-13
| * | fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai2019-02-13
| * | fuse: Convert fc->attr_version into atomic64_tKirill Tkhai2019-02-13
| * | fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai2019-02-13
| * | fuse: Verify userspace asks to requeue interrupt that we really sentKirill Tkhai2019-02-13
| * | fuse: Do some refactoring in fuse_dev_do_write()Kirill Tkhai2019-02-13
| * | fuse: Wake up req->waitq of only if not backgroundKirill Tkhai2019-02-13
| * | fuse: Optimize request_end() by not taking fiq->waitq.lockKirill Tkhai2019-02-13
| * | fuse: Kill fasync only if interrupt is queued in queue_interrupt()Kirill Tkhai2019-02-13
| * | fuse: Remove stale comment in end_requests()Kirill Tkhai2019-02-13
| * | fuse: Replace page without copying in fuse_writepage_in_flight()Kirill Tkhai2019-02-13
| * | fuse: fix leaked aux requestsMiklos Szeredi2019-02-13
| * | fuse: only reuse auxiliary request in fuse_writepage_in_flight()Miklos Szeredi2019-02-13
| * | fuse: clean up fuse_writepage_in_flight()Miklos Szeredi2019-02-13
| * | fuse: extract fuse_find_writeback() helperMiklos Szeredi2019-02-13
| |/
* / mm: refactor readahead defines in mm.hNikolay Borisov2019-03-12
|/
* fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-01-16
* fuse: call pipe_buf_release() under pipe lockJann Horn2019-01-16
* cuse: fix ioctlMiklos Szeredi2019-01-16
* fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-01-16
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-28
* fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin2018-12-11
* fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa2018-12-10
* fuse: fix revalidation of attributes for permission checkMiklos Szeredi2018-12-03
* fuse: fix fsync on directoryMiklos Szeredi2018-12-03
* fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung2018-11-22
* fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner2018-11-09
* fuse: fix possibly missed wake-up after abortMiklos Szeredi2018-11-09
* fuse: fix leaked notify replyMiklos Szeredi2018-11-09
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-01
|\
| * iov_iter: Use accessor functionDavid Howells2018-10-23
* | fuse: enable caching of symlinksDan Schatzberg2018-10-15
* | fuse: only invalidate atime in direct readMiklos Szeredi2018-10-15
* | fuse: don't need GETATTR after every READMiklos Szeredi2018-10-15
* | fuse: allow fine grained attr cache invaldationMiklos Szeredi2018-10-15
* | fuse: realloc page arrayMiklos Szeredi2018-10-01
* | fuse: add max_pages to init_outConstantine Shulyupin2018-10-01
* | fuse: allocate page array more efficientlyMiklos Szeredi2018-10-01
* | fuse: reduce size of struct fuse_inodeMiklos Szeredi2018-10-01
* | fuse: use iversion for readdir cache verificationMiklos Szeredi2018-10-01