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