summaryrefslogtreecommitdiffstats
path: root/drivers/dax/super.c
AgeCommit message (Expand)Author
2020-12-15device-dax/core: Fix memory leak when rmmod dax.koWang Hai
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang
2020-09-20dm: Call proper helper to determine dax supportJan Kara
2020-09-10dax: Modify bdev_dax_pgoff() to handle NULL bdevVivek Goyal
2020-09-03dax: fix detection of dax support for non-persistent memory block devicesColy Li
2020-08-20dax: do not print error message for non-persistent memory block deviceAdrian Huang
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-28drivers/dax: Expand lock scope to cover the use of addressesIra Weiny
2020-07-28dax: print error message by pr_info() in __generic_fsdax_supported()Coly Li
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal
2020-04-02dax, pmem: Add a dax operation zero_page_rangeVivek Goyal
2020-01-16dax: Get rid of fs_dax_get_by_host() helperVivek Goyal
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-05libnvdimm: add dax_dev sync flagPankaj Gupta
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-25vfs: Convert dax to use the new mount APIDavid Howells
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro
2019-05-21device-dax: Drop register_filesystem()Dan Williams
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams
2019-05-01dax: make use of ->free_inode()Al Viro
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds
2019-02-20dax: Check the end of the block-device capacity with dax_direct_access()Dan Williams
2019-01-06device-dax: Introduce bus + driver modelDan Williams
2019-01-06device-dax: Start defining a dax bus modelDan Williams
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2018-07-30dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye
2018-06-28dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams
2018-06-06dax: Use dax_write_cache* helpersRoss Zwisler
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams
2018-03-30dax: store pfns in the radixDan Williams
2018-02-26dax: ->direct_access does not sleep anymoreBoaz Harrosh
2018-01-19dax: require 'struct page' by default for filesystem daxDan Williams
2017-11-14dax: fix general protection fault in dax_alloc_inodeMikulas Patocka
2017-11-14dax: stop requiring a live device for dax_flush()Dan Williams
2017-11-14dax: quiet bdev_dax_supported()Dan Williams
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-09-03dax: fix FS_DAX=n BLOCK=y compilationDan Williams
2017-08-30dax: introduce a fs_dax_get_by_bdev() helperDan Williams
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams