aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-25fuse: fix READDIRPLUS skipping an entryMiklos Szeredi1-1/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-1/+1
2017-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-54/+53
2017-09-12fuse: getattr cleanupMiklos Szeredi3-23/+18
2017-09-12fuse: honor iocb sync flags on writeMiklos Szeredi3-22/+28
2017-09-12fuse: allow server to run in different pid_nsMiklos Szeredi2-9/+7
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-3/+3
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-3/+3
2017-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds2-4/+6
2017-08-11fuse: set mapping error in writepage_locked when it failsJeff Layton1-0/+1
2017-08-03fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2-3/+4
2017-07-31fuse: convert to errseq_t based error tracking for fsyncJeff Layton1-3/+3
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington1-3/+3
2017-06-09fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk1-1/+1
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2017-05-17fuseblk: Fix warning in super_setup_bdi_name()Jan Kara1-1/+8
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds4-24/+50
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-1/+1