aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)Author
2019-10-11fuse: fix memleak in cuse_channel_openzhengbin
2019-10-05fuse: fix missing unlock_page in fuse_writepage()Vasily Averin
2019-06-15fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov
2019-06-11fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-06-11fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-05-25fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-05-25fuse: fix writepages on 32bitMiklos Szeredi
2019-05-16fuse: fix possibly missed wake-up after abortMiklos Szeredi
2019-05-04fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-02-12fuse: handle zero sized retrieve correctlyMiklos Szeredi
2019-02-12fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2019-02-12fuse: call pipe_buf_release() under pipe lockJann Horn
2018-12-21fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2018-11-21fuse: fix leaked notify replyMiklos Szeredi
2018-11-21fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner
2018-11-21fuse: set FR_SENT while lockedMiklos Szeredi
2018-11-21fuse: fix blocked_waitq wakeupMiklos Szeredi
2018-11-21fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai
2018-11-21fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai
2018-09-05fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai
2018-09-05fuse: Fix oops at process_init_reply()Miklos Szeredi
2018-09-05fuse: umount should wait for all requestsMiklos Szeredi
2018-09-05fuse: fix unlocked access to processing queueMiklos Szeredi
2018-09-05fuse: fix double request_end()Miklos Szeredi
2018-09-05fuse: fix initial parallel diropsMiklos Szeredi
2018-09-05fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin
2018-07-03fuse: fix control dir setup and teardownMiklos Szeredi
2018-07-03fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa
2018-07-03fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi
2018-07-03fuse: fix congested state leak on aborted connectionsTejun Heo
2017-10-25fuse: fix READDIRPLUS skipping an entryMiklos Szeredi
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett
2017-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-09-12fuse: getattr cleanupMiklos Szeredi
2017-09-12fuse: honor iocb sync flags on writeMiklos Szeredi
2017-09-12fuse: allow server to run in different pid_nsMiklos Szeredi
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-08-11fuse: set mapping error in writepage_locked when it failsJeff Layton
2017-08-03fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant
2017-07-31fuse: convert to errseq_t based error tracking for fsyncJeff Layton
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington
2017-06-09fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-17fuseblk: Fix warning in super_setup_bdi_name()Jan Kara
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers