| Commit message (Expand) | Author | Age | Files | Lines |
* | fuse: decrement NR_WRITEBACK_TEMP on the right page | Miklos Szeredi | 2019-01-16 | 1 | -1/+1 |
* | fuse: call pipe_buf_release() under pipe lock | Jann Horn | 2019-01-16 | 1 | -0/+2 |
* | cuse: fix ioctl | Miklos Szeredi | 2019-01-16 | 1 | -1/+1 |
* | fuse: handle zero sized retrieve correctly | Miklos Szeredi | 2019-01-16 | 1 | -1/+1 |
* | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 2018-12-28 | 1 | -1/+1 |
* | fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS | Chad Austin | 2018-12-11 | 3 | -12/+13 |
* | fuse: Fix memory leak in fuse_dev_free() | Takeshi Misawa | 2018-12-10 | 1 | -0/+1 |
* | fuse: fix revalidation of attributes for permission check | Miklos Szeredi | 2018-12-03 | 1 | -1/+3 |
* | fuse: fix fsync on directory | Miklos Szeredi | 2018-12-03 | 3 | -23/+42 |
* | fuse: Add bad inode check in fuse_destroy_inode() | Myungho Jung | 2018-11-22 | 1 | -1/+1 |
* | fuse: fix use-after-free in fuse_direct_IO() | Lukas Czerner | 2018-11-09 | 1 | -1/+3 |
* | fuse: fix possibly missed wake-up after abort | Miklos Szeredi | 2018-11-09 | 1 | -3/+9 |
* | fuse: fix leaked notify reply | Miklos Szeredi | 2018-11-09 | 1 | -1/+3 |
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2018-11-01 | 1 | -1/+1 |
|\ |
|
| * | iov_iter: Use accessor function | David Howells | 2018-10-24 | 1 | -1/+1 |
* | | fuse: enable caching of symlinks | Dan Schatzberg | 2018-10-15 | 3 | -26/+89 |
* | | fuse: only invalidate atime in direct read | Miklos Szeredi | 2018-10-15 | 1 | -1/+1 |
* | | fuse: don't need GETATTR after every READ | Miklos Szeredi | 2018-10-15 | 1 | -1/+3 |
* | | fuse: allow fine grained attr cache invaldation | Miklos Szeredi | 2018-10-15 | 3 | -5/+18 |
* | | fuse: realloc page array | Miklos Szeredi | 2018-10-01 | 3 | -5/+56 |
* | | fuse: add max_pages to init_out | Constantine Shulyupin | 2018-10-01 | 4 | -34/+48 |
* | | fuse: allocate page array more efficiently | Miklos Szeredi | 2018-10-01 | 1 | -26/+18 |
* | | fuse: reduce size of struct fuse_inode | Miklos Szeredi | 2018-10-01 | 4 | -41/+58 |
* | | fuse: use iversion for readdir cache verification | Miklos Szeredi | 2018-10-01 | 3 | -8/+21 |
* | | fuse: use mtime for readdir cache verification | Miklos Szeredi | 2018-10-01 | 2 | -4/+37 |
* | | fuse: add readdir cache version | Miklos Szeredi | 2018-10-01 | 3 | -1/+52 |
* | | fuse: allow using readdir cache | Miklos Szeredi | 2018-10-01 | 3 | -4/+161 |
* | | fuse: allow caching readdir | Miklos Szeredi | 2018-10-01 | 3 | -1/+109 |
* | | fuse: extract fuse_emit() helper | Miklos Szeredi | 2018-09-28 | 1 | -4/+9 |
* | | fuse: split out readdir.c | Miklos Szeredi | 2018-09-28 | 4 | -258/+274 |
* | | fuse: Use hash table to link processing request | Kirill Tkhai | 2018-09-28 | 3 | -14/+41 |
* | | fuse: kill req->intr_unique | Kirill Tkhai | 2018-09-28 | 2 | -9/+5 |
* | | fuse: change interrupt requests allocation algorithm | Kirill Tkhai | 2018-09-28 | 1 | -2/+7 |
* | | fuse: do not take fc->lock in fuse_request_send_background() | Kirill Tkhai | 2018-09-28 | 3 | -28/+28 |
* | | fuse: introduce fc->bg_lock | Kirill Tkhai | 2018-09-28 | 5 | -15/+26 |
* | | fuse: add locking to max_background and congestion_threshold changes | Kirill Tkhai | 2018-09-28 | 1 | -6/+24 |
* | | fuse: use READ_ONCE on congestion_threshold and max_background | Kirill Tkhai | 2018-09-28 | 1 | -2/+2 |
* | | fuse: use list_first_entry() in flush_bg_queue() | Kirill Tkhai | 2018-09-28 | 1 | -2/+3 |
* | | fuse: add support for copy_file_range() | Niels de Vos | 2018-09-28 | 2 | -0/+80 |
* | | fuse: fix blocked_waitq wakeup | Miklos Szeredi | 2018-09-28 | 1 | -4/+11 |
* | | fuse: set FR_SENT while locked | Miklos Szeredi | 2018-09-28 | 1 | -1/+1 |
* | | fuse: Fix use-after-free in fuse_dev_do_write() | Kirill Tkhai | 2018-09-28 | 1 | -1/+5 |
* | | fuse: Fix use-after-free in fuse_dev_do_read() | Kirill Tkhai | 2018-09-28 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-08-21 | 5 | -52/+80 |
|\ |
|
| * | fuse: reduce allocation size for splice_write | Andrey Ryabinin | 2018-07-26 | 1 | -1/+1 |
| * | fuse: use kvmalloc to allocate array of pipe_buffer structs. | Andrey Ryabinin | 2018-07-26 | 1 | -6/+6 |
| * | fuse: convert last timespec use to timespec64 | Arnd Bergmann | 2018-07-26 | 1 | -4/+4 |
| * | fs: fuse: Adding new return type vm_fault_t | Souptick Joarder | 2018-07-26 | 1 | -1/+1 |
| * | fuse: simplify fuse_abort_conn() | Miklos Szeredi | 2018-07-26 | 1 | -12/+6 |
| * | fuse: Add missed unlock_page() to fuse_readpages_fill() | Kirill Tkhai | 2018-07-26 | 1 | -0/+1 |