summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang2021-02-241-5/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-243-19/+25
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* acl: handle idmapped mountsChristian Brauner2021-01-241-0/+2
* attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+3
* fuse: fix bad inodeMiklos Szeredi2020-12-107-17/+74
* fuse: support SB_NOSEC flag to improve write performanceVivek Goyal2020-11-111-1/+13
* fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal2020-11-112-0/+12
* fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal2020-11-112-2/+9
* fuse: setattr should set FATTR_KILL_SUIDGIDVivek Goyal2020-11-111-0/+10
* fuse: set FUSE_WRITE_KILL_SUIDGID in cached write pathVivek Goyal2020-11-111-0/+2
* fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGIDMiklos Szeredi2020-11-111-1/+1
* fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal2020-11-112-1/+12
* fuse: always revalidate if exclusive createMiklos Szeredi2020-11-111-1/+1
* virtiofs: clean up error handling in virtio_fs_get_tree()Miklos Szeredi2020-11-111-13/+12
* fuse: add fuse_sb_destroy() helperMiklos Szeredi2020-11-111-9/+7
* fuse: simplify get_fuse_conn*()Miklos Szeredi2020-11-111-6/+2
* fuse: get rid of fuse_mount refcountMiklos Szeredi2020-11-114-26/+11
* virtiofs: simplify sb setupMiklos Szeredi2020-11-113-26/+3
* virtiofs fix leak in setupMiklos Szeredi2020-11-111-0/+2
* fuse: launder page should wait for page writebackMiklos Szeredi2020-11-111-0/+3
* 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