summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2019-09-23fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-09-23fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-09-23fuse: fix writepages on 32bitMiklos Szeredi
2019-07-09fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-05-02fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2019-05-02fuse: call pipe_buf_release() under pipe lockJann Horn
2019-05-02fuse: handle zero sized retrieve correctlyMiklos Szeredi
2019-02-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2019-02-11fuse: cleanup fuse_file refcountingMiklos Szeredi
2019-02-11fuse: fix leaked notify replyMiklos Szeredi
2019-02-11fuse: fix blocked_waitq wakeupMiklos Szeredi
2018-12-16fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai
2018-12-16fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin
2018-12-16fuse: Fix oops at process_init_reply()Miklos Szeredi
2018-12-16fuse: flush requests on umountMiklos Szeredi
2018-12-16fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi
2018-11-20fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa
2018-11-20fuse: fix control dir setup and teardownMiklos Szeredi
2018-11-20fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2018-01-01fuse: fix READDIRPLUS skipping an entryMiklos Szeredi
2017-11-11fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk
2017-06-05fuse: add missing FR_FORCEMiklos Szeredi
2017-02-23fuse: fix clearing suid, sgid for chown()Miklos Szeredi
2017-02-23fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi
2017-02-23fuse: listxattr: verify xattr listMiklos Szeredi
2017-02-23fuse: fix killing s[ug]id in setattrMiklos Szeredi
2017-02-23fuse: invalidate dir dentry after chmodMiklos Szeredi
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2017-02-23fuse: Propagate dentry down to inode_change_ok()Jan Kara
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-20fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang
2016-11-20fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov
2016-11-20fuse: fsync() did not return IO errorsAlexey Kuznetsov
2016-05-01fuse: do not use iocb after it may have been freedRobert Doebbelin
2016-01-11fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin
2015-08-20sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-07-15fuse: initialize fc->release before calling itMiklos Szeredi
2015-03-30fuse: set stolen page uptodateMiklos Szeredi
2015-03-30fuse: notify: don't move pagesMiklos Szeredi
2014-11-03fuse: honour max_read and max_write in direct_io modeMiklos Szeredi
2014-11-03switch iov_iter_get_pages() to passing maximal number of pagesAl Viro
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher
2014-07-22fuse: s_time_gran fixMiklos Szeredi
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov
2014-07-10fuse: restructure ->rename2()Miklos Szeredi
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi