summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2019-07-10fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov1-1/+3
2019-05-02fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi1-1/+1
2019-05-02fuse: call pipe_buf_release() under pipe lockJann Horn1-0/+2
2019-05-02fuse: handle zero sized retrieve correctlyMiklos Szeredi1-1/+1
2019-02-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin3-12/+13
2019-02-11fuse: cleanup fuse_file refcountingMiklos Szeredi3-11/+10
2019-02-11fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2019-02-11fuse: fix blocked_waitq wakeupMiklos Szeredi1-4/+11
2018-12-17fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai1-0/+1
2018-12-17fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin1-2/+5
2018-12-17fuse: Fix oops at process_init_reply()Miklos Szeredi1-12/+10
2018-12-17fuse: flush requests on umountMiklos Szeredi3-18/+2
2018-12-17fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi1-1/+0
2018-11-20fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa1-0/+1
2018-11-20fuse: fix control dir setup and teardownMiklos Szeredi1-3/+10
2018-11-20fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi1-1/+12
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2018-01-01fuse: fix READDIRPLUS skipping an entryMiklos Szeredi1-1/+2
2017-11-11fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk1-1/+1
2017-06-05fuse: add missing FR_FORCEMiklos Szeredi1-0/+1
2017-02-23fuse: fix clearing suid, sgid for chown()Miklos Szeredi1-5/+2
2017-02-23fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi1-0/+6
2017-02-23fuse: listxattr: verify xattr listMiklos Szeredi1-2/+21
2017-02-23fuse: fix killing s[ug]id in setattrMiklos Szeredi1-4/+28
2017-02-23fuse: invalidate dir dentry after chmodMiklos Szeredi1-2/+10
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2017-02-23fuse: Propagate dentry down to inode_change_ok()Jan Kara3-5/+6
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings2-6/+5
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara2-5/+6
2016-11-20fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-11-20fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov1-0/+9
2016-11-20fuse: fsync() did not return IO errorsAlexey Kuznetsov1-0/+15
2016-05-01fuse: do not use iocb after it may have been freedRobert Doebbelin1-2/+3
2016-01-11fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin1-1/+1
2015-08-20sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-6/+3
2015-07-15fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-03-30fuse: set stolen page uptodateMiklos Szeredi1-2/+2
2015-03-30fuse: notify: don't move pagesMiklos Szeredi1-0/+3
2014-11-03fuse: honour max_read and max_write in direct_io modeMiklos Szeredi1-0/+1
2014-11-03switch iov_iter_get_pages() to passing maximal number of pagesAl Viro1-2/+2
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher1-1/+1
2014-07-22fuse: s_time_gran fixMiklos Szeredi1-3/+0
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-53/+69
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov1-1/+3
2014-07-10fuse: restructure ->rename2()Miklos Szeredi1-14/+20
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi1-28/+23
2014-07-07fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-07fuse: inode: drop castHimangi Saraogi1-1/+1
2014-07-07fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati1-1/+2