summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-14virtiofs: calculate number of scatter-gather elements accuratelyVivek Goyal
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-12fuse: connection remove fixMiklos Szeredi
2020-10-09fuse: implement crossmountsMax Reitz
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-18fuse: Allow fuse_fill_super_common() for submountsMax Reitz
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz
2020-09-18fuse: drop fuse_conn parameter where possibleMax Reitz
2020-09-18fuse: store fuse_conn in fuse_reqMax Reitz
2020-09-18fuse: fix page dereference after freeMiklos Szeredi
2020-09-17fuse: fix the ->direct_IO() treatment of iov_iterAl Viro
2020-09-10virtiofs: add logic to free up a memory rangeVivek Goyal
2020-09-10virtiofs: maintain a list of busy elementsVivek Goyal
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal
2020-09-10virtiofs: define dax address space operationsVivek Goyal
2020-09-10virtiofs: add DAX mmap supportStefan Hajnoczi
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi
2020-09-10virtiofs: keep a list of free dax memory rangesVivek Goyal
2020-09-10virtiofs: add a mount option to enable daxVivek Goyal
2020-09-10virtiofs: set up virtio_fs dax_deviceStefan Hajnoczi
2020-09-10virtiofs: get rid of no_mount_optionsVivek Goyal
2020-09-10virtiofs: provide a helper function for virtqueue initializationVivek Goyal
2020-09-04fuse: update project homepageAndré Almeida
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-05virtio_fs: convert to LE accessorsMichael S. Tsirkin
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin
2020-07-14fuse: clean up condition for writepage sendingMiklos Szeredi
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi
2020-07-14fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi
2020-07-14fuse: move rb_erase() before tree_insert()Miklos Szeredi
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig
2020-05-20fuse: copy_file_range should truncate cacheMiklos Szeredi
2020-05-20fuse: fix copy_file_range cache issuesMiklos Szeredi
2020-05-19fuse: optimize writepages searchMaxim Patlasov
2020-05-19fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi
2020-05-19fuse: don't check refcount after stealing pageMiklos Szeredi