aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2021-03-16fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini
2021-03-05virtiofs: Fail dax mount if device does not support itVivek Goyal
2021-03-04fuse: fix live lock in fuse_iget()Amir Goldstein
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-10fuse: fix bad inodeMiklos Szeredi
2020-11-11fuse: support SB_NOSEC flag to improve write performanceVivek Goyal
2020-11-11fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal
2020-11-11fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal
2020-11-11fuse: setattr should set FATTR_KILL_SUIDGIDVivek Goyal
2020-11-11fuse: set FUSE_WRITE_KILL_SUIDGID in cached write pathVivek Goyal
2020-11-11fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGIDMiklos Szeredi
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal
2020-11-11fuse: always revalidate if exclusive createMiklos Szeredi
2020-11-11virtiofs: clean up error handling in virtio_fs_get_tree()Miklos Szeredi
2020-11-11fuse: add fuse_sb_destroy() helperMiklos Szeredi
2020-11-11fuse: simplify get_fuse_conn*()Miklos Szeredi
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi
2020-11-11virtiofs: simplify sb setupMiklos Szeredi
2020-11-11virtiofs fix leak in setupMiklos Szeredi
2020-11-11fuse: launder page should wait for page writebackMiklos Szeredi
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-14virtiofs: calculate number of scatter-gather elements accuratelyVivek Goyal
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-12fuse: connection remove fixMiklos Szeredi
2020-10-09fuse: implement crossmountsMax Reitz
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-18fuse: Allow fuse_fill_super_common() for submountsMax Reitz
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz
2020-09-18fuse: drop fuse_conn parameter where possibleMax Reitz
2020-09-18fuse: store fuse_conn in fuse_reqMax Reitz
2020-09-18fuse: fix page dereference after freeMiklos Szeredi
2020-09-17fuse: fix the ->direct_IO() treatment of iov_iterAl Viro
2020-09-10virtiofs: add logic to free up a memory rangeVivek Goyal
2020-09-10virtiofs: maintain a list of busy elementsVivek Goyal
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal
2020-09-10virtiofs: define dax address space operationsVivek Goyal
2020-09-10virtiofs: add DAX mmap supportStefan Hajnoczi
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi
2020-09-10virtiofs: keep a list of free dax memory rangesVivek Goyal
2020-09-10virtiofs: add a mount option to enable daxVivek Goyal
2020-09-10virtiofs: set up virtio_fs dax_deviceStefan Hajnoczi
2020-09-10virtiofs: get rid of no_mount_optionsVivek Goyal
2020-09-10virtiofs: provide a helper function for virtqueue initializationVivek Goyal