summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-215-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/+6
| * 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/+11
| * 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-131-4/+11
|\ \
| * | kill d_instantiate_no_diralias()Al Viro2018-08-011-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-051-1/+1
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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/+1
| * 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
| * fuse: honor AT_STATX_FORCE_SYNCMiklos Szeredi2018-03-201-2/+9
| * fuse: honor AT_STATX_DONT_SYNCMiklos Szeredi2018-03-201-4/+5
| * fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee2018-03-201-1/+1
| * fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman2018-03-206-27/+43
| * fuse: Fail all requests with invalid uids or gidsEric W. Biederman2018-03-201-9/+13
| * fuse: Remove the buggy retranslation of pids in fuse_dev_do_readEric W. Biederman2018-03-201-6/+0
| * fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz2018-03-205-12/+23
| * fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-03-201-1/+12
* | fuse: define the filesystem as untrustedMimi Zohar2018-03-231-0/+3
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-5/+5
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-303-6/+6
|\
| * make kernel-side POLL... arch-independentAl Viro2017-11-291-2/+2
| * fs: annotate ->poll() instancesAl Viro2017-11-273-4/+4
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-6/+6
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-152-4/+4
|\
| * fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner2017-11-151-3/+3
| * mm: remove cold parameter for release_pagesMel Gorman2017-11-151-1/+1
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \ | |/ |/|
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-1/+2
|\ \