aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dax.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2021-06-29mm: move page dirtying prototypes from mm.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-06-29fs: remove noop_set_page_dirty()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2021-06-22virtiofs: Fix spelling mistakesGravatar Zheng Yongjun 1-3/+3
2020-09-18fuse: split fuse_mount off of fuse_connGravatar Max Reitz 1-5/+5
2020-09-10virtiofs: add logic to free up a memory rangeGravatar Vivek Goyal 1-6/+517
2020-09-10virtiofs: maintain a list of busy elementsGravatar Vivek Goyal 1-0/+25
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathGravatar Vivek Goyal 1-0/+49
2020-09-10virtiofs: define dax address space operationsGravatar Vivek Goyal 1-0/+18
2020-09-10virtiofs: add DAX mmap supportGravatar Stefan Hajnoczi 1-0/+59
2020-09-10virtiofs: implement dax read/write operationsGravatar Vivek Goyal 1-0/+565
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldGravatar Stefan Hajnoczi 1-1/+14
2020-09-10virtiofs: keep a list of free dax memory rangesGravatar Vivek Goyal 1-1/+90
2020-09-10virtiofs: add a mount option to enable daxGravatar Vivek Goyal 1-0/+36