index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
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
2018-07-26
fs: fuse: Adding new return type vm_fault_t
Souptick Joarder
2018-07-26
fuse: simplify fuse_abort_conn()
Miklos Szeredi
2018-07-26
fuse: Add missed unlock_page() to fuse_readpages_fill()
Kirill Tkhai
2018-07-26
fuse: Don't access pipe->buffers without pipe_lock()
Andrey Ryabinin
2018-07-26
fuse: fix initial parallel dirops
Miklos Szeredi
2018-07-26
fuse: Fix oops at process_init_reply()
Miklos Szeredi
2018-07-26
fuse: umount should wait for all requests
Miklos Szeredi
2018-07-26
fuse: fix unlocked access to processing queue
Miklos Szeredi
2018-07-26
fuse: fix double request_end()
Miklos Szeredi
2018-07-21
pids: Compute task_tgid using signal->leader_pid
Eric W. Biederman
[next]