summaryrefslogtreecommitdiffstats
path: root/drivers/dax/super.c
Commit message (Expand)AuthorAgeFilesLines
* dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu2023-06-261-1/+4
* dax: super.c: fix kernel-doc bad line warningRandy Dunlap2023-01-251-1/+1
* dax: Remove usage of the deprecated ida_simple_xxx APIBo Liu2022-09-291-3/+3
* dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-1/+66
* dax: add .recovery_write dax_operationJane Chu2022-05-161-0/+9
* dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-161-2/+3
* Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds2022-03-241-0/+2
|\
| * dax: Fix missing kdoc for dax_deviceIra Weiny2022-03-121-0/+1
| * dax: make sure inodes are flushed before destroy cacheTong Zhang2022-02-171-0/+1
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-181-4/+32
* dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-5/+1
* dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig2021-12-181-4/+4
* dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-3/+6
* fsdax: simplify the pgoff calculationChristoph Hellwig2021-12-041-14/+0
* dax: remove dax_capableChristoph Hellwig2021-12-041-36/+0
* dax: move the partition alignment check into fs_dax_get_by_bdevChristoph Hellwig2021-12-041-17/+6
* dax: remove the pgmap sanity checks in generic_fsdax_supportedChristoph Hellwig2021-12-041-48/+1
* dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-82/+27
* dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig2021-12-041-4/+2
* nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig2021-09-271-82/+18
* 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
|/