summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2019-11-25fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai1-2/+2
2019-11-06fuse: truncate pending writes on O_TRUNCMiklos Szeredi1-3/+7
2019-11-06fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi1-0/+13
2019-10-17fuse: fix memleak in cuse_channel_openzhengbin1-0/+1
2019-10-05fuse: fix missing unlock_page in fuse_writepage()Vasily Averin1-0/+1
2019-06-22fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov1-1/+1
2019-06-11fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov1-1/+3
2019-06-11fuse: fallocate: fix return with locked inodeMiklos Szeredi1-1/+1
2019-06-11fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-6/+6
2019-05-25fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo1-0/+7
2019-05-25fuse: fix writepages on 32bitMiklos Szeredi1-1/+1
2019-02-12fuse: handle zero sized retrieve correctlyMiklos Szeredi1-1/+1
2019-02-12fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi1-1/+1
2019-02-12fuse: call pipe_buf_release() under pipe lockJann Horn1-0/+2
2018-11-21fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2018-11-21fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner1-1/+3
2018-11-21fuse: set FR_SENT while lockedMiklos Szeredi1-1/+1
2018-11-21fuse: fix blocked_waitq wakeupMiklos Szeredi1-4/+11
2018-11-21fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai1-1/+5
2018-11-21fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai1-0/+2
2018-09-05fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai1-0/+1
2018-09-05fuse: Fix oops at process_init_reply()Miklos Szeredi1-14/+11
2018-09-05fuse: umount should wait for all requestsMiklos Szeredi3-4/+22
2018-09-05fuse: fix unlocked access to processing queueMiklos Szeredi1-1/+7
2018-09-05fuse: fix double request_end()Miklos Szeredi1-2/+3
2018-09-05fuse: fix initial parallel diropsMiklos Szeredi3-10/+18
2018-09-05fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin1-2/+5
2018-07-03fuse: fix control dir setup and teardownMiklos Szeredi1-3/+10
2018-07-03fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa1-0/+1
2018-07-03fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi1-1/+12
2017-11-02fuse: fix READDIRPLUS skipping an entryMiklos Szeredi1-1/+2
2017-08-16fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk1-1/+1
2017-03-12fuse: add missing FR_FORCEMiklos Szeredi1-0/+1
2017-02-23fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi1-0/+1
2017-02-23fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala1-0/+4
2017-01-26fuse: fix time_to_jiffies nsec sanity checkDavid Sheets1-1/+1
2017-01-26fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan1-1/+2
2016-12-06fuse: fix clearing suid, sgid for chown()Miklos Szeredi1-5/+2
2016-11-15fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi1-0/+6
2016-10-18fuse: fix root dentry initializationMiklos Szeredi3-1/+8
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+1
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-9/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-5/+6
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro3-6/+7
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-10-08Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-47/+16
2016-10-06pipe: add pipe_buf_steal() helperMiklos Szeredi1-1/+1
2016-10-06pipe: add pipe_buf_confirm() helperMiklos Szeredi1-2/+2
2016-10-06pipe: add pipe_buf_release() helperMiklos Szeredi1-4/+3