summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-02-201-1/+1
* fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-02-201-1/+1
* fuse: call pipe_buf_release() under pipe lockJann Horn2019-02-201-0/+3
* fuse: fix leaked notify replyMiklos Szeredi2018-11-211-1/+3
* fuse: set FR_SENT while lockedMiklos Szeredi2018-11-211-1/+1
* fuse: fix blocked_waitq wakeupMiklos Szeredi2018-11-211-4/+11
* fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai2018-11-211-1/+5
* fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai2018-11-211-0/+2
* fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2018-11-102-3/+4
* fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-09-051-0/+1
* fuse: Fix oops at process_init_reply()Miklos Szeredi2018-09-051-14/+11
* fuse: umount should wait for all requestsMiklos Szeredi2018-09-053-4/+22
* fuse: fix unlocked access to processing queueMiklos Szeredi2018-09-051-1/+7
* fuse: fix double request_end()Miklos Szeredi2018-09-051-2/+3
* fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-09-051-2/+5
* fuse: fix control dir setup and teardownMiklos Szeredi2018-07-031-3/+10
* fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-07-031-0/+1
* fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-07-031-1/+12
* fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-11-021-1/+2
* fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-08-161-1/+1
* fuse: add missing FR_FORCEMiklos Szeredi2017-03-121-0/+1
* fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-231-0/+4
* fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan2017-01-261-1/+2
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-261-0/+6
* fuse: fix killing s[ug]id in setattrMiklos Szeredi2016-10-221-4/+28
* fuse: invalidate dir dentry after chmodMiklos Szeredi2016-10-221-2/+10
* fuse: listxattr: verify xattr listMiklos Szeredi2016-10-221-0/+19
* fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi2016-09-241-3/+4
* fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-08-161-1/+1
* fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-08-161-0/+9
* fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-08-161-0/+15
* fuse: Add reference counting for fuse_io_privSeth Forshee2016-04-123-9/+32
* fuse: do not use iocb after it may have been freedRobert Doebbelin2016-04-121-3/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-12-112-1/+3
|\
| * fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2015-11-101-1/+1
| * cuse: fix memory leakMiklos Szeredi2015-11-101-0/+2
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-1/+1
|/
* fs/fuse: fix ioctl type confusionJann Horn2015-08-161-1/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-6/+3
|\ \
| * | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-07-025-489/+624
|\ \ \
| * | | fuse: separate pqueue for clonesMiklos Szeredi2015-07-013-30/+45
| * | | fuse: introduce per-instance fuse_dev structureMiklos Szeredi2015-07-014-34/+114
| * | | fuse: device fd cloneMiklos Szeredi2015-07-011-0/+40
| * | | fuse: abort: no fc->lock needed for request endingMiklos Szeredi2015-07-011-9/+5
| * | | fuse: no fc->lock for pqueue partsMiklos Szeredi2015-07-011-14/+2
| * | | fuse: no fc->lock in request_end()Miklos Szeredi2015-07-011-7/+8
| * | | fuse: cleanup request_end()Miklos Szeredi2015-07-011-4/+2