aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 13-484/+2606
2020-10-14virtiofs: calculate number of scatter-gather elements accuratelyGravatar Vivek Goyal 1-5/+27
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2020-10-12fuse: connection remove fixGravatar Miklos Szeredi 1-0/+7
2020-10-09fuse: implement crossmountsGravatar Max Reitz 4-3/+105
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBGravatar Christoph Hellwig 1-1/+2
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initGravatar Christoph Hellwig 1-1/+0
2020-09-18fuse: Allow fuse_fill_super_common() for submountsGravatar Max Reitz 2-21/+96
2020-09-18fuse: split fuse_mount off of fuse_connGravatar Max Reitz 11-358/+526
2020-09-18fuse: drop fuse_conn parameter where possibleGravatar Max Reitz 3-37/+43
2020-09-18fuse: store fuse_conn in fuse_reqGravatar Max Reitz 2-6/+10
2020-09-18fuse: fix page dereference after freeGravatar Miklos Szeredi 1-10/+18
2020-09-17fuse: fix the ->direct_IO() treatment of iov_iterGravatar Al Viro 1-13/+12
2020-09-10virtiofs: add logic to free up a memory rangeGravatar Vivek Goyal 3-6/+524
2020-09-10virtiofs: maintain a list of busy elementsGravatar Vivek Goyal 1-0/+25
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathGravatar Vivek Goyal 5-10/+110
2020-09-10virtiofs: define dax address space operationsGravatar Vivek Goyal 1-0/+18
2020-09-10virtiofs: add DAX mmap supportGravatar Stefan Hajnoczi 2-0/+64
2020-09-10virtiofs: implement dax read/write operationsGravatar Vivek Goyal 5-6/+611
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldGravatar Stefan Hajnoczi 3-2/+31
2020-09-10virtiofs: keep a list of free dax memory rangesGravatar Vivek Goyal 1-1/+90
2020-09-10virtiofs: add a mount option to enable daxGravatar Vivek Goyal 6-17/+151
2020-09-10virtiofs: set up virtio_fs dax_deviceGravatar Stefan Hajnoczi 1-0/+138
2020-09-10virtiofs: get rid of no_mount_optionsGravatar Vivek Goyal 3-19/+20
2020-09-10virtiofs: provide a helper function for virtqueue initializationGravatar Vivek Goyal 1-20/+30
2020-09-04fuse: update project homepageGravatar André Almeida 1-1/+1
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+2
2020-08-05virtio_fs: convert to LE accessorsGravatar Michael S. Tsirkin 1-2/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-4/+4
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 3-4/+4
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSGravatar Chirantan Ekbote 1-1/+11
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Gravatar Vasily Averin 1-2/+0
2020-07-14fuse: clean up condition for writepage sendingGravatar Miklos Szeredi 1-18/+35
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Gravatar Miklos Szeredi 1-6/+10
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Gravatar Miklos Szeredi 1-0/+7
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Gravatar Miklos Szeredi 1-3/+5
2020-07-14fuse: fix warning in tree_insert() and clean up writepage insertionGravatar Miklos Szeredi 1-32/+30
2020-07-14fuse: move rb_erase() before tree_insert()Gravatar Miklos Szeredi 1-1/+2
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-85/+205
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Gravatar Johannes Weiner 1-1/+1
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-72/+28
2020-06-02fuse: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-72/+28
2020-05-20fs: rename pipe_buf ->steal to ->try_stealGravatar Christoph Hellwig 1-1/+1
2020-05-20fuse: copy_file_range should truncate cacheGravatar Miklos Szeredi 1-0/+22
2020-05-20fuse: fix copy_file_range cache issuesGravatar Miklos Szeredi 1-12/+8
2020-05-19fuse: optimize writepages searchGravatar Maxim Patlasov 2-14/+50
2020-05-19fuse: update attr_version counter on fuse_notify_inval_inode()Gravatar Miklos Szeredi 1-0/+7
2020-05-19fuse: don't check refcount after stealing pageGravatar Miklos Szeredi 1-1/+0