summaryrefslogtreecommitdiffstats
path: root/drivers/dax/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-0/+14
|\
| * dax: fix incorrect list of data cache aliasing architecturesMathieu Desnoyers2024-02-221-3/+2
| * dax: check for data cache aliasing at runtimeMathieu Desnoyers2024-02-221-0/+10
| * dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers2024-02-221-0/+5
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+1
|/
* mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan2023-12-071-1/+2
* 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
|\