summaryrefslogtreecommitdiff
path: root/drivers/dax/super.c
AgeCommit message (Expand)Author
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-02-22dax: fix incorrect list of data cache aliasing architecturesMathieu Desnoyers
2024-02-22dax: check for data cache aliasing at runtimeMathieu Desnoyers
2024-02-22dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu
2023-01-25dax: super.c: fix kernel-doc bad line warningRandy Dunlap
2022-09-29dax: Remove usage of the deprecated ida_simple_xxx APIBo Liu
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan
2022-05-16dax: add .recovery_write dax_operationJane Chu
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu
2022-03-24Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-12dax: Fix missing kdoc for dax_deviceIra Weiny
2022-02-17dax: make sure inodes are flushed before destroy cacheTong Zhang
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig
2021-12-18dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04fsdax: simplify the pgoff calculationChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-12-04dax: move the partition alignment check into fs_dax_get_by_bdevChristoph Hellwig
2021-12-04dax: remove the pgmap sanity checks in generic_fsdax_supportedChristoph Hellwig
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig
2021-09-27nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig
2021-08-26dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig
2021-08-26dax: remove __generic_fsdax_supportedChristoph Hellwig
2021-08-26dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig
2021-08-26dax: mark dax_get_by_host staticChristoph Hellwig
2021-08-26dax: stop using bdevnameChristoph Hellwig
2021-07-07dax: Ensure errno is returned from dax_direct_accessIra Weiny
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro
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