summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-225-52/+80
|\
| * fuse: reduce allocation size for splice_writeAndrey Ryabinin2018-07-261-1/+1
| * fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin2018-07-261-6/+6
| * fuse: convert last timespec use to timespec64Arnd Bergmann2018-07-261-4/+4
| * fs: fuse: Adding new return type vm_fault_tSouptick Joarder2018-07-261-1/+1
| * fuse: simplify fuse_abort_conn()Miklos Szeredi2018-07-261-12/+6Star
| * fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-07-261-0/+1
| * fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-07-261-2/+5
| * fuse: fix initial parallel diropsMiklos Szeredi2018-07-263-10/+18
| * fuse: Fix oops at process_init_reply()Miklos Szeredi2018-07-261-14/+11Star
| * fuse: umount should wait for all requestsMiklos Szeredi2018-07-263-4/+22
| * fuse: fix unlocked access to processing queueMiklos Szeredi2018-07-261-1/+7
| * fuse: fix double request_end()Miklos Szeredi2018-07-261-2/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+1
|\ \
| * | pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-0/+1
| |/
* | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-141-4/+11
|\ \
| * | kill d_instantiate_no_diralias()Al Viro2018-08-021-4/+11
| |/
* | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-1/+1
* | getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro2018-07-121-2/+2
* | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-1/+1
* | introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+1
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-1/+1
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-5/+10
* | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-078-62/+164
|\ \ | |/ |/|
| * fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-05-311-0/+1
| * fuse: fix control dir setup and teardownMiklos Szeredi2018-05-311-3/+10
| * fuse: fix congested state leak on aborted connectionsTejun Heo2018-05-311-2/+1Star
| * fuse: Allow fully unprivileged mountsEric W. Biederman2018-05-311-1/+1
| * fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman2018-05-313-0/+51