summaryrefslogtreecommitdiff
path: root/drivers/dax/super.c
Commit message (Expand)AuthorAgeFilesLines
* dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-41/+1
* dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig2021-08-261-18/+18
* dax: remove __generic_fsdax_supportedChristoph Hellwig2021-08-261-4/+4
* dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig2021-08-261-7/+9
* dax: mark dax_get_by_host staticChristoph Hellwig2021-08-261-55/+54
* dax: stop using bdevnameChristoph Hellwig2021-08-261-13/+7
* dax: Ensure errno is returned from dax_direct_accessIra Weiny2021-07-071-1/+1
* whack-a-mole: don't open-code iminor/imajorAl Viro2021-02-231-1/+1
* device-dax/core: Fix memory leak when rmmod dax.koWang Hai2020-12-151-0/+1
* Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-191-1/+2
|\
| * dax: Modify bdev_dax_pgoff() to handle NULL bdevVivek Goyal2020-09-101-1/+2
* | dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang2020-09-201-6/+6
* | dm: Call proper helper to determine dax supportJan Kara2020-09-201-0/+4
* | dax: fix detection of dax support for non-persistent memory block devicesColy Li2020-09-031-1/+1
|/
* dax: do not print error message for non-persistent memory block deviceAdrian Huang2020-08-201-0/+6
* Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-111-6/+7
|\
| * drivers/dax: Expand lock scope to cover the use of addressesIra Weiny2020-07-281-1/+2
| * dax: print error message by pr_info() in __generic_fsdax_supported()Coly Li2020-07-281-5/+5
* | block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-1/+1
|/
* dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2020-04-021-5/+9
* dax, pmem: Add a dax operation zero_page_rangeVivek Goyal2020-04-021-0/+20
* dax: Get rid of fs_dax_get_by_host() helperVivek Goyal2020-01-161-1/+1
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-13/+10
|\
| * vfs: Convert dax to use the new mount APIDavid Howells2019-05-251-6/+10
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
| * device-dax: Drop register_filesystem()Dan Williams2019-05-211-7/+0
* | libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-051-1/+18
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* | dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-201-31/+57
|/
* dax: make use of ->free_inode()Al Viro2019-05-011-5/+2
* Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-161-12/+29
|\
| * device-dax: Introduce bus + driver modelDan Williams2019-01-061-12/+28
| * device-dax: Start defining a dax bus modelDan Williams2019-01-061-0/+1
* | dax: Check the end of the block-device capacity with dax_direct_access()Dan Williams2019-02-201-10/+28
|/
* Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-251-2/+1
|\
| * dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye2018-07-301-2/+1
* | dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler2018-06-281-0/+8
|/
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-081-9/+24
|\
| * Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-081-0/+10
| |\
| | * dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-221-0/+10
| * | Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-081-3/+11
| |\ \
| | * | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-3/+11
| | |/
| * | dax: Use dax_write_cache* helpersRoss Zwisler2018-06-061-6/+3
| |/
* | dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-05-311-8/+8
* | fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-05-311-13/+13
|/
* dax: store pfns in the radixDan Williams2018-03-301-3/+12
* dax: ->direct_access does not sleep anymoreBoaz Harrosh2018-02-261-6/+0
* dax: require 'struct page' by default for filesystem daxDan Williams2018-01-191-0/+10
* dax: fix general protection fault in dax_alloc_inodeMikulas Patocka2017-11-141-0/+3
* dax: stop requiring a live device for dax_flush()Dan Williams2017-11-141-3/+0