aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dax.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-04fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua1-0/+1
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-11/+9
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-07-21fuse: avoid unnecessary spinlock bumpJeffle Xu1-1/+1
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu1-2/+2
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-1/+0
2021-12-14fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu1-0/+9
2021-12-14fuse: negotiate per inode DAX in FUSE_INITJeffle Xu1-1/+1
2021-12-14fuse: enable per inode DAXJeffle Xu1-4/+8
2021-12-14fuse: make DAX mount option a tri-stateJeffle Xu1-1/+12
2021-12-14fuse: add fuse_should_enable_dax() helperJeffle Xu1-1/+9
2021-10-28fuse: always invalidate attributes after writesMiklos Szeredi1-4/+1
2021-10-28fuse: rename fuse_write_update_size()Miklos Szeredi1-1/+1
2021-10-28fuse: selective attribute invalidationMiklos Szeredi1-1/+1
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-26/+24
2021-08-11Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams1-4/+2
2021-07-13fuse: Convert to using invalidate_lockJan Kara1-26/+24
2021-07-07fs/fuse: Remove unneeded kaddr parameterIra Weiny1-4/+2
2021-07-06Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2021-06-29mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)1-0/+1
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-1/+1
2021-06-22virtiofs: Fix spelling mistakesZheng Yongjun1-3/+3
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz1-5/+5
2020-09-10virtiofs: add logic to free up a memory rangeVivek Goyal1-6/+517
2020-09-10virtiofs: maintain a list of busy elementsVivek Goyal1-0/+25
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal1-0/+49
2020-09-10virtiofs: define dax address space operationsVivek Goyal1-0/+18
2020-09-10virtiofs: add DAX mmap supportStefan Hajnoczi1-0/+59
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal1-0/+565
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi1-1/+14
2020-09-10virtiofs: keep a list of free dax memory rangesVivek Goyal1-1/+90
2020-09-10virtiofs: add a mount option to enable daxVivek Goyal1-0/+36