summaryrefslogtreecommitdiff
path: root/drivers/dax/super.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08dax: make sure inodes are flushed before destroy cacheTong Zhang1-0/+1
2021-08-27dax: remove bdev_dax_supportedChristoph Hellwig1-41/+1
2021-08-27dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig1-18/+18
2021-08-27dax: remove __generic_fsdax_supportedChristoph Hellwig1-4/+4
2021-08-27dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig1-7/+9
2021-08-27dax: mark dax_get_by_host staticChristoph Hellwig1-55/+54
2021-08-27dax: stop using bdevnameChristoph Hellwig1-13/+7
2021-07-08dax: Ensure errno is returned from dax_direct_accessIra Weiny1-1/+1
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro1-1/+1
2020-12-16device-dax/core: Fix memory leak when rmmod dax.koWang Hai1-0/+1
2020-10-20Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang1-6/+6
2020-09-20dm: Call proper helper to determine dax supportJan Kara1-0/+4
2020-09-10dax: Modify bdev_dax_pgoff() to handle NULL bdevVivek Goyal1-1/+2
2020-09-03dax: fix detection of dax support for non-persistent memory block devicesColy Li1-1/+1
2020-08-20dax: do not print error message for non-persistent memory block deviceAdrian Huang1-0/+6
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+7
2020-07-28drivers/dax: Expand lock scope to cover the use of addressesIra Weiny1-1/+2
2020-07-28dax: print error message by pr_info() in __generic_fsdax_supported()Coly Li1-5/+5
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig1-1/+1
2020-04-03dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal1-5/+9
2020-04-03dax, pmem: Add a dax operation zero_page_rangeVivek Goyal1-0/+20
2020-01-16dax: Get rid of fs_dax_get_by_host() helperVivek Goyal1-1/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-13/+10
2019-07-06libnvdimm: add dax_dev sync flagPankaj Gupta1-1/+18
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-9/+1
2019-05-26vfs: Convert dax to use the new mount APIDavid Howells1-6/+10
2019-05-26mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-1/+1
2019-05-21device-dax: Drop register_filesystem()Dan Williams1-7/+0
2019-05-21dax: Arrange for dax_supported check to span multiple devicesDan Williams1-31/+57
2019-05-02dax: make use of ->free_inode()Al Viro1-5/+2
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds1-12/+29
2019-02-21dax: Check the end of the block-device capacity with dax_direct_access()Dan Williams1-10/+28
2019-01-07device-dax: Introduce bus + driver modelDan Williams1-12/+28
2019-01-07device-dax: Start defining a dax bus modelDan Williams1-0/+1
2018-08-26Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-2/+1
2018-07-30dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye1-2/+1
2018-06-28dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler1-0/+8
2018-06-09Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+24
2018-06-09Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams1-0/+10
2018-06-09Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams1-3/+11
2018-06-06dax: Use dax_write_cache* helpersRoss Zwisler1-6/+3
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang1-8/+8
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-13/+13
2018-05-23dax: Introduce a ->copy_to_iter dax operationDan Williams1-0/+10
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams1-3/+11
2018-03-30dax: store pfns in the radixDan Williams1-3/+12
2018-02-26dax: ->direct_access does not sleep anymoreBoaz Harrosh1-6/+0
2018-01-20dax: require 'struct page' by default for filesystem daxDan Williams1-0/+10
2017-11-15dax: fix general protection fault in dax_alloc_inodeMikulas Patocka1-0/+3