aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-25fuse: fix READDIRPLUS skipping an entryGravatar Miklos Szeredi 1-1/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-10-18Convert fs/*/* to SB_I_VERSIONGravatar Matthew Garrett 1-1/+1
2017-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 5-54/+53
2017-09-12fuse: getattr cleanupGravatar Miklos Szeredi 3-23/+18
2017-09-12fuse: honor iocb sync flags on writeGravatar Miklos Szeredi 3-22/+28
2017-09-12fuse: allow server to run in different pid_nsGravatar Miklos Szeredi 2-9/+7
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-3/+3
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-3/+3
2017-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 2-4/+6
2017-08-11fuse: set mapping error in writepage_locked when it failsGravatar Jeff Layton 1-0/+1
2017-08-03fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioGravatar Ashish Samant 2-3/+4
2017-07-31fuse: convert to errseq_t based error tracking for fsyncGravatar Jeff Layton 1-3/+3
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksGravatar Benjamin Coddington 1-3/+3
2017-06-09fuse: initialize the flock flag in fuse_file on allocationGravatar Mateusz Jurczyk 1-1/+1
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+8
2017-05-17fuseblk: Fix warning in super_setup_bdi_name()Gravatar Jan Kara 1-1/+8
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+1
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 4-24/+50
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Gravatar Eric Biggers 1-1/+1