summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
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-11fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo1-0/+7
2019-06-11fuse: fix writepages on 32bitMiklos Szeredi1-1/+1
2019-02-20fuse: handle zero sized retrieve correctlyMiklos Szeredi1-1/+1
2019-02-20fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi1-1/+1
2019-02-20fuse: call pipe_buf_release() under pipe lockJann Horn1-0/+3
2018-11-21fuse: fix leaked notify replyMiklos Szeredi1-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-11-10fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2-3/+4
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: 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 use after free issue in fuse_dev_do_read()Sahitya Tummala1-0/+4
2017-01-26fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan1-1/+2
2016-11-26fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi1-0/+6
2016-10-22fuse: fix killing s[ug]id in setattrMiklos Szeredi1-4/+28
2016-10-22fuse: invalidate dir dentry after chmodMiklos Szeredi1-2/+10
2016-10-22fuse: listxattr: verify xattr listMiklos Szeredi1-0/+19
2016-09-24fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi1-3/+4
2016-08-16fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-08-16fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov1-0/+9
2016-08-16fuse: fsync() did not return IO errorsAlexey Kuznetsov1-0/+15
2016-04-12fuse: Add reference counting for fuse_io_privSeth Forshee3-9/+32
2016-04-12fuse: do not use iocb after it may have been freedRobert Doebbelin1-3/+4
2015-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-1/+3
2015-11-10fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin1-1/+1
2015-11-10cuse: fix memory leakMiklos Szeredi1-0/+2
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-1/+1
2015-08-16fs/fuse: fix ioctl type confusionJann Horn1-1/+9
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+3
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-489/+624
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-6/+3
2015-07-01fuse: separate pqueue for clonesMiklos Szeredi3-30/+45
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi4-34/+114
2015-07-01fuse: device fd cloneMiklos Szeredi1-0/+40