summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-1913-484/+2606
|\
| * virtiofs: calculate number of scatter-gather elements accuratelyVivek Goyal2020-10-141-5/+27
| * fuse: connection remove fixMiklos Szeredi2020-10-121-0/+7
| * fuse: implement crossmountsMax Reitz2020-10-094-3/+105
| * fuse: Allow fuse_fill_super_common() for submountsMax Reitz2020-09-182-21/+96
| * fuse: split fuse_mount off of fuse_connMax Reitz2020-09-1811-358/+526
| * fuse: drop fuse_conn parameter where possibleMax Reitz2020-09-183-37/+43
| * fuse: store fuse_conn in fuse_reqMax Reitz2020-09-182-6/+10
| * fuse: fix page dereference after freeMiklos Szeredi2020-09-181-10/+18
| * virtiofs: add logic to free up a memory rangeVivek Goyal2020-09-103-6/+524
| * virtiofs: maintain a list of busy elementsVivek Goyal2020-09-101-0/+25
| * virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal2020-09-105-10/+110
| * virtiofs: define dax address space operationsVivek Goyal2020-09-101-0/+18
| * virtiofs: add DAX mmap supportStefan Hajnoczi2020-09-102-0/+64
| * virtiofs: implement dax read/write operationsVivek Goyal2020-09-105-6/+611
| * virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi2020-09-103-2/+31
| * virtiofs: keep a list of free dax memory rangesVivek Goyal2020-09-101-1/+90
| * virtiofs: add a mount option to enable daxVivek Goyal2020-09-106-17/+151
| * virtiofs: set up virtio_fs dax_deviceStefan Hajnoczi2020-09-101-0/+138
| * virtiofs: get rid of no_mount_optionsVivek Goyal2020-09-103-19/+20
| * virtiofs: provide a helper function for virtqueue initializationVivek Goyal2020-09-101-20/+30
| * fuse: update project homepageAndré Almeida2020-09-041-1/+1
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-2/+2
|\ \
| * | bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig2020-09-241-1/+2
| * | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-1/+0
| |/
* / fuse: fix the ->direct_IO() treatment of iov_iterAl Viro2020-09-171-13/+12
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-2/+2
|\
| * virtio_fs: convert to LE accessorsMichael S. Tsirkin2020-08-051-2/+2
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-043-4/+4
|\ \ | |/ |/|
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-163-4/+4
* | fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote2020-07-151-1/+11
* | fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin2020-07-141-2/+0
* | fuse: clean up condition for writepage sendingMiklos Szeredi2020-07-141-18/+35
* | fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi2020-07-141-6/+10
* | fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi2020-07-141-0/+7
* | fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi2020-07-141-3/+5
* | fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi2020-07-141-32/+30
* | fuse: move rb_erase() before tree_insert()Miklos Szeredi2020-07-141-1/+2
|/
* Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-096-85/+205
|\
| * fuse: copy_file_range should truncate cacheMiklos Szeredi2020-05-201-0/+22
| * fuse: fix copy_file_range cache issuesMiklos Szeredi2020-05-201-12/+8
| * fuse: optimize writepages searchMaxim Patlasov2020-05-192-14/+50
| * fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi2020-05-191-0/+7
| * fuse: don't check refcount after stealing pageMiklos Szeredi2020-05-191-1/+0
| * fuse: fix weird page warningMiklos Szeredi2020-05-191-1/+2
| * fuse: use dump_pageMiklos Szeredi2020-05-191-2/+1
| * virtiofs: do not use fuse_fill_super_common() for device installationVivek Goyal2020-05-192-13/+15
| * fuse: always allow query of st_devMiklos Szeredi2020-05-191-1/+11
| * fuse: always flush dirty data on close(2)Miklos Szeredi2020-05-191-4/+4
| * fuse: invalidate inode attr in writeback cache modeEryu Guan2020-05-191-1/+10