aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-52/+80
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-4/+11
2018-08-01kill d_instantiate_no_diralias()Gravatar Al Viro 1-4/+11
2018-07-26fuse: reduce allocation size for splice_writeGravatar Andrey Ryabinin 1-1/+1
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Gravatar Andrey Ryabinin 1-6/+6
2018-07-26fuse: convert last timespec use to timespec64Gravatar Arnd Bergmann 1-4/+4
2018-07-26fs: fuse: Adding new return type vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-07-26fuse: simplify fuse_abort_conn()Gravatar Miklos Szeredi 1-12/+6
2018-07-26fuse: Add missed unlock_page() to fuse_readpages_fill()Gravatar Kirill Tkhai 1-0/+1
2018-07-26fuse: Don't access pipe->buffers without pipe_lock()Gravatar Andrey Ryabinin 1-2/+5
2018-07-26fuse: fix initial parallel diropsGravatar Miklos Szeredi 3-10/+18
2018-07-26fuse: Fix oops at process_init_reply()Gravatar Miklos Szeredi 1-14/+11
2018-07-26fuse: umount should wait for all requestsGravatar Miklos Szeredi 3-4/+22
2018-07-26fuse: fix unlocked access to processing queueGravatar Miklos Szeredi 1-1/+7
2018-07-26fuse: fix double request_end()Gravatar Miklos Szeredi 1-2/+3
2018-07-21pids: Compute task_tgid using signal->leader_pidGravatar Eric W. Biederman 1-0/+1
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Gravatar Al Viro 1-1/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Gravatar Al Viro 1-2/+2
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Gravatar Al Viro 1-1/+1
2018-07-12introduce FMODE_CREATED and switch to itGravatar Al Viro 1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-5/+10
2018-06-07Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-62/+164
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-1/+1
2018-05-31fuse: don't keep dead fuse_conn at fuse_fill_super().Gravatar Tetsuo Handa 1-0/+1
2018-05-31fuse: fix control dir setup and teardownGravatar Miklos Szeredi 1-3/+10
2018-05-31fuse: fix congested state leak on aborted connectionsGravatar Tejun Heo 1-2/+1
2018-05-31fuse: Allow fully unprivileged mountsGravatar Eric W. Biederman 1-1/+1
2018-05-31fuse: Ensure posix acls are translated outside of init_user_nsGravatar Eric W. Biederman 3-0/+51
2018-03-23fuse: define the filesystem as untrustedGravatar Mimi Zohar 1-0/+3
2018-03-20fuse: honor AT_STATX_FORCE_SYNCGravatar Miklos Szeredi 1-2/+9
2018-03-20fuse: honor AT_STATX_DONT_SYNCGravatar Miklos Szeredi 1-4/+5
2018-03-20fuse: Restrict allow_other to the superblock's namespace or a descendantGravatar Seth Forshee 1-1/+1
2018-03-20fuse: Support fuse filesystems outside of init_user_nsGravatar Eric W. Biederman 6-27/+43
2018-03-20fuse: Fail all requests with invalid uids or gidsGravatar Eric W. Biederman 1-9/+13
2018-03-20fuse: Remove the buggy retranslation of pids in fuse_dev_do_readGravatar Eric W. Biederman 1-6/+0
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortGravatar Szymon Lukasz 5-12/+23
2018-03-20fuse: atomic_o_trunc should truncate pagecacheGravatar Miklos Szeredi 1-1/+12
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 2-5/+5
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-6/+6
2017-11-29make kernel-side POLL... arch-independentGravatar Al Viro 1-2/+2
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 3-4/+4
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-6/+6
2017-11-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+4
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableGravatar Johannes Weiner 1-3/+3
2017-11-15mm: remove cold parameter for release_pagesGravatar Mel Gorman 1-1/+1
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-1/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 1-2/+2