aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-52/+80
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+11
2018-08-01kill d_instantiate_no_diralias()Al Viro1-4/+11
2018-07-26fuse: reduce allocation size for splice_writeAndrey Ryabinin1-1/+1
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin1-6/+6
2018-07-26fuse: convert last timespec use to timespec64Arnd Bergmann1-4/+4
2018-07-26fs: fuse: Adding new return type vm_fault_tSouptick Joarder1-1/+1
2018-07-26fuse: simplify fuse_abort_conn()Miklos Szeredi1-12/+6
2018-07-26fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai1-0/+1
2018-07-26fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin1-2/+5
2018-07-26fuse: fix initial parallel diropsMiklos Szeredi3-10/+18
2018-07-26fuse: Fix oops at process_init_reply()Miklos Szeredi1-14/+11
2018-07-26fuse: umount should wait for all requestsMiklos Szeredi3-4/+22
2018-07-26fuse: fix unlocked access to processing queueMiklos Szeredi1-1/+7
2018-07-26fuse: fix double request_end()Miklos Szeredi1-2/+3
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman1-0/+1
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-1/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro1-2/+2
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro1-1/+1
2018-07-12introduce FMODE_CREATED and switch to itAl Viro1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-5/+10
2018-06-07Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds8-62/+164
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-31fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa1-0/+1
2018-05-31fuse: fix control dir setup and teardownMiklos Szeredi1-3/+10
2018-05-31fuse: fix congested state leak on aborted connectionsTejun Heo1-2/+1
2018-05-31fuse: Allow fully unprivileged mountsEric W. Biederman1-1/+1
2018-05-31fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman3-0/+51
2018-03-23fuse: define the filesystem as untrustedMimi Zohar1-0/+3
2018-03-20fuse: honor AT_STATX_FORCE_SYNCMiklos Szeredi1-2/+9
2018-03-20fuse: honor AT_STATX_DONT_SYNCMiklos Szeredi1-4/+5
2018-03-20fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee1-1/+1
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman6-27/+43
2018-03-20fuse: Fail all requests with invalid uids or gidsEric W. Biederman1-9/+13
2018-03-20fuse: Remove the buggy retranslation of pids in fuse_dev_do_readEric W. Biederman1-6/+0
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz5-12/+23
2018-03-20fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi1-1/+12
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-5/+5
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-6/+6
2017-11-29make kernel-side POLL... arch-independentAl Viro1-2/+2
2017-11-27fs: annotate ->poll() instancesAl Viro3-4/+4
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-6/+6
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner1-3/+3
2017-11-15mm: remove cold parameter for release_pagesMel Gorman1-1/+1
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-1/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2