summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-07-091-1/+3
* fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-05-021-1/+1
* fuse: call pipe_buf_release() under pipe lockJann Horn2019-05-021-0/+2
* fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-05-021-1/+1
* fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin2019-02-113-12/+13
* fuse: cleanup fuse_file refcountingMiklos Szeredi2019-02-113-11/+10
* fuse: fix leaked notify replyMiklos Szeredi2019-02-111-1/+3
* fuse: fix blocked_waitq wakeupMiklos Szeredi2019-02-111-4/+11
* fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-12-161-0/+1
* fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-12-161-2/+5
* fuse: Fix oops at process_init_reply()Miklos Szeredi2018-12-161-12/+10
* fuse: flush requests on umountMiklos Szeredi2018-12-163-18/+2
* fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi2018-12-161-1/+0
* fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-11-201-0/+1
* fuse: fix control dir setup and teardownMiklos Szeredi2018-11-201-3/+10
* fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-11-201-1/+12
* mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2018-10-031-1/+0
* fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2018-01-011-1/+2
* fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-11-111-1/+1
* fuse: add missing FR_FORCEMiklos Szeredi2017-06-051-0/+1
* fuse: fix clearing suid, sgid for chown()Miklos Szeredi2017-02-231-5/+2
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2017-02-231-0/+6
* fuse: listxattr: verify xattr listMiklos Szeredi2017-02-231-2/+21
* fuse: fix killing s[ug]id in setattrMiklos Szeredi2017-02-231-4/+28
* fuse: invalidate dir dentry after chmodMiklos Szeredi2017-02-231-2/+10
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2017-02-231-1/+1
* fuse: Propagate dentry down to inode_change_ok()Jan Kara2017-02-233-5/+6
* Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings2017-02-232-6/+5
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-202-5/+6
* fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-11-201-1/+1
* fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-11-201-0/+9
* fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-11-201-0/+15
* fuse: do not use iocb after it may have been freedRobert Doebbelin2016-05-011-2/+3
* fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2016-01-111-1/+1
* sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-08-201-6/+3
* fuse: initialize fc->release before calling itMiklos Szeredi2015-07-151-1/+1
* fuse: set stolen page uptodateMiklos Szeredi2015-03-301-2/+2
* fuse: notify: don't move pagesMiklos Szeredi2015-03-301-0/+3
* fuse: honour max_read and max_write in direct_io modeMiklos Szeredi2014-11-031-0/+1
* switch iov_iter_get_pages() to passing maximal number of pagesAl Viro2014-11-031-2/+2
* fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher2014-07-221-1/+1
* fuse: s_time_gran fixMiklos Szeredi2014-07-221-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-07-154-53/+69
|\
| * fuse: replace count*size kzalloc by kcallocFabian Frederick2014-07-141-2/+2
| * fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov2014-07-141-1/+3
| * fuse: restructure ->rename2()Miklos Szeredi2014-07-101-14/+20
| * fuse: avoid scheduling while atomicMiklos Szeredi2014-07-071-28/+23
| * fuse: handle large user and group IDMiklos Szeredi2014-07-071-4/+16
| * fuse: inode: drop castHimangi Saraogi2014-07-071-1/+1
| * fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati2014-07-071-1/+2