aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds1-6/+6
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-6/+6
2019-03-12Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds8-259/+321
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-02-13fuse: cache readdir calls if filesystem opts out of opendirChad Austin1-1/+2
2019-02-13fuse: support clients that don't implement 'opendir'Chad Austin3-5/+12
2019-02-13fuse: lift bad inode checks into callersMiklos Szeredi1-16/+10
2019-02-13fuse: multiplex cached/direct_io file operationsMiklos Szeredi1-37/+34
2019-02-13fuse add copy_file_range to direct io fopsMiklos Szeredi1-0/+1
2019-02-13fuse: use iov_iter based generic splice helpersMiklos Szeredi1-1/+3
2019-02-13fuse: Switch to using async direct IO for FOPEN_DIRECT_IOMartin Raiber1-4/+26
2019-02-13fuse: use atomic64_t for khctrMiklos Szeredi3-5/+3
2019-02-13fuse: clean up abortedMiklos Szeredi5-11/+12
2019-02-13fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai2-5/+10
2019-02-13fuse: Protect fi->nlookup with fi->lockKirill Tkhai3-6/+6
2019-02-13fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai4-62/+70
2019-02-13fuse: Convert fc->attr_version into atomic64_tKirill Tkhai4-26/+14
2019-02-13fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai4-8/+13
2019-02-13fuse: Verify userspace asks to requeue interrupt that we really sentKirill Tkhai1-3/+10
2019-02-13fuse: Do some refactoring in fuse_dev_do_write()Kirill Tkhai1-25/+23
2019-02-13fuse: Wake up req->waitq of only if not backgroundKirill Tkhai1-1/+4
2019-02-13fuse: Optimize request_end() by not taking fiq->waitq.lockKirill Tkhai1-8/+20
2019-02-13fuse: Kill fasync only if interrupt is queued in queue_interrupt()Kirill Tkhai1-1/+1
2019-02-13fuse: Remove stale comment in end_requests()Kirill Tkhai1-5/+1
2019-02-13fuse: Replace page without copying in fuse_writepage_in_flight()Kirill Tkhai1-1/+1
2019-02-13fuse: fix leaked aux requestsMiklos Szeredi1-0/+10
2019-02-13fuse: only reuse auxiliary request in fuse_writepage_in_flight()Miklos Szeredi1-6/+7
2019-02-13fuse: clean up fuse_writepage_in_flight()Miklos Szeredi1-16/+24
2019-02-13fuse: extract fuse_find_writeback() helperMiklos Szeredi1-27/+25
2019-01-16fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi1-1/+1
2019-01-16fuse: call pipe_buf_release() under pipe lockJann Horn1-0/+2
2019-01-16cuse: fix ioctlMiklos Szeredi1-1/+1
2019-01-16fuse: handle zero sized retrieve correctlyMiklos Szeredi1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin3-12/+13
2018-12-10fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa1-0/+1
2018-12-03fuse: fix revalidation of attributes for permission checkMiklos Szeredi1-1/+3
2018-12-03fuse: fix fsync on directoryMiklos Szeredi3-23/+42
2018-11-22fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung1-1/+1
2018-11-09fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner1-1/+3
2018-11-09fuse: fix possibly missed wake-up after abortMiklos Szeredi1-3/+9
2018-11-09fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-10-15fuse: enable caching of symlinksDan Schatzberg3-26/+89
2018-10-15fuse: only invalidate atime in direct readMiklos Szeredi1-1/+1
2018-10-15fuse: don't need GETATTR after every READMiklos Szeredi1-1/+3
2018-10-15fuse: allow fine grained attr cache invaldationMiklos Szeredi3-5/+18
2018-10-01fuse: realloc page arrayMiklos Szeredi3-5/+56
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin4-34/+48