aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-10fuse: fix bad inodeMiklos Szeredi7-17/+74
2020-11-11fuse: support SB_NOSEC flag to improve write performanceVivek Goyal1-1/+13
2020-11-11fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal2-0/+12
2020-11-11fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal2-2/+9
2020-11-11fuse: setattr should set FATTR_KILL_SUIDGIDVivek Goyal1-0/+10
2020-11-11fuse: set FUSE_WRITE_KILL_SUIDGID in cached write pathVivek Goyal1-0/+2
2020-11-11fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGIDMiklos Szeredi1-1/+1
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal2-1/+12
2020-11-11fuse: always revalidate if exclusive createMiklos Szeredi1-1/+1
2020-11-11virtiofs: clean up error handling in virtio_fs_get_tree()Miklos Szeredi1-13/+12
2020-11-11fuse: add fuse_sb_destroy() helperMiklos Szeredi1-9/+7
2020-11-11fuse: simplify get_fuse_conn*()Miklos Szeredi1-6/+2
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi4-26/+11
2020-11-11virtiofs: simplify sb setupMiklos Szeredi3-26/+3
2020-11-11virtiofs fix leak in setupMiklos Szeredi1-0/+2
2020-11-11fuse: launder page should wait for page writebackMiklos Szeredi1-0/+3
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds13-484/+2606
2020-10-14virtiofs: calculate number of scatter-gather elements accuratelyVivek Goyal1-5/+27
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-10-12fuse: connection remove fixMiklos Szeredi1-0/+7
2020-10-09fuse: implement crossmountsMax Reitz4-3/+105
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig1-1/+2
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-1/+0
2020-09-18fuse: Allow fuse_fill_super_common() for submountsMax Reitz2-21/+96
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz11-358/+526
2020-09-18fuse: drop fuse_conn parameter where possibleMax Reitz3-37/+43
2020-09-18fuse: store fuse_conn in fuse_reqMax Reitz2-6/+10
2020-09-18fuse: fix page dereference after freeMiklos Szeredi1-10/+18
2020-09-17fuse: fix the ->direct_IO() treatment of iov_iterAl Viro1-13/+12
2020-09-10virtiofs: add logic to free up a memory rangeVivek Goyal3-6/+524
2020-09-10virtiofs: maintain a list of busy elementsVivek Goyal1-0/+25
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal5-10/+110
2020-09-10virtiofs: define dax address space operationsVivek Goyal1-0/+18
2020-09-10virtiofs: add DAX mmap supportStefan Hajnoczi2-0/+64
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal5-6/+611
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi3-2/+31
2020-09-10virtiofs: keep a list of free dax memory rangesVivek Goyal1-1/+90
2020-09-10virtiofs: add a mount option to enable daxVivek Goyal6-17/+151
2020-09-10virtiofs: set up virtio_fs dax_deviceStefan Hajnoczi1-0/+138
2020-09-10virtiofs: get rid of no_mount_optionsVivek Goyal3-19/+20
2020-09-10virtiofs: provide a helper function for virtqueue initializationVivek Goyal1-20/+30
2020-09-04fuse: update project homepageAndré Almeida1-1/+1
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2020-08-05virtio_fs: convert to LE accessorsMichael S. Tsirkin1-2/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-4/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook3-4/+4
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote1-1/+11
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin1-2/+0
2020-07-14fuse: clean up condition for writepage sendingMiklos Szeredi1-18/+35
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi1-6/+10