aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix use after free in fuse_read_interrupt()Miklos Szeredi2021-09-221-2/+2
* fuse: flush extending writesMiklos Szeredi2021-09-151-1/+1
* fuse: truncate pagecache on atomic_o_truncMiklos Szeredi2021-09-151-2/+5
* fuse: fix illegal access to inode with reused nodeidAmir Goldstein2021-09-084-5/+15
* new helper: inode_wrong_type()Al Viro2021-09-083-5/+5
* fuse: reject internal errnoMiklos Szeredi2021-07-141-1/+1
* fuse: check connected before queueing on fpq->ioMiklos Szeredi2021-07-141-0/+9
* fuse: ignore PG_workingset after stealingMiklos Szeredi2021-07-141-0/+1
* fuse: Fix infinite loop in sget_fc()Greg Kurz2021-07-141-0/+11
* fuse: Fix crash if superblock of submount gets killed earlyGreg Kurz2021-07-141-4/+4
* fuse: Fix crash in fuse_dentry_automount() error pathGreg Kurz2021-07-141-1/+5
* cuse: prevent cloneMiklos Szeredi2021-05-191-0/+2
* virtiofs: fix usernsMiklos Szeredi2021-05-191-2/+1
* fuse: invalidate attrs when page writeback completesVivek Goyal2021-05-191-0/+9
* fuse: fix write deadlockVivek Goyal2021-05-112-12/+30
* virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques2021-05-111-0/+1
* virtiofs: Fail dax mount if device does not support itVivek Goyal2021-04-071-1/+8
* fuse: fix live lock in fuse_iget()Amir Goldstein2021-03-201-0/+1
* fuse: fix bad inodeMiklos Szeredi2021-01-097-17/+74
* virtiofs fix leak in setupMiklos Szeredi2020-12-301-0/+2
* 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