summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | fuse: allocate page array more efficientlyMiklos Szeredi2018-10-011-26/+18Star
* | fuse: reduce size of struct fuse_inodeMiklos Szeredi2018-10-014-41/+58
* | fuse: use iversion for readdir cache verificationMiklos Szeredi2018-10-013-8/+21
* | fuse: use mtime for readdir cache verificationMiklos Szeredi2018-10-012-4/+37
* | fuse: add readdir cache versionMiklos Szeredi2018-10-013-1/+52
* | fuse: allow using readdir cacheMiklos Szeredi2018-10-013-4/+161
* | fuse: allow caching readdirMiklos Szeredi2018-10-013-1/+109
* | fuse: extract fuse_emit() helperMiklos Szeredi2018-09-281-4/+9
* | fuse: split out readdir.cMiklos Szeredi2018-09-284-258/+274
* | fuse: Use hash table to link processing requestKirill Tkhai2018-09-283-14/+41
* | fuse: kill req->intr_uniqueKirill Tkhai2018-09-282-9/+5Star
* | fuse: change interrupt requests allocation algorithmKirill Tkhai2018-09-281-2/+7
* | fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai2018-09-283-28/+28
* | fuse: introduce fc->bg_lockKirill Tkhai2018-09-285-15/+26
* | fuse: add locking to max_background and congestion_threshold changesKirill Tkhai2018-09-281-6/+24
* | fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai2018-09-281-2/+2
* | fuse: use list_first_entry() in flush_bg_queue()Kirill Tkhai2018-09-281-2/+3
* | fuse: add support for copy_file_range()Niels de Vos2018-09-282-0/+80
* | fuse: fix blocked_waitq wakeupMiklos Szeredi2018-09-281-4/+11
* | fuse: set FR_SENT while lockedMiklos Szeredi2018-09-281-1/+1
* | fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai2018-09-281-1/+5
* | fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai2018-09-281-0/+2
|/