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