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