aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+14
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+1
2024-02-22dax: fix incorrect list of data cache aliasing architecturesMathieu Desnoyers1-3/+2
2024-02-22dax: check for data cache aliasing at runtimeMathieu Desnoyers1-0/+10
2024-02-22dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers1-0/+5
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan1-1/+2
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu1-1/+4
2023-01-25dax: super.c: fix kernel-doc bad line warningRandy Dunlap1-1/+1
2022-09-29dax: Remove usage of the deprecated ida_simple_xxx APIBo Liu1-3/+3
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-1/+66
2022-05-16dax: add .recovery_write dax_operationJane Chu1-0/+9
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu1-2/+3
2022-03-24Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds1-0/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-12dax: Fix missing kdoc for dax_deviceIra Weiny1-0/+1
2022-02-17dax: make sure inodes are flushed before destroy cacheTong Zhang1-0/+1
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig1-4/+32
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-5/+1
2021-12-18dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig1-4/+4
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-3/+6
2021-12-04fsdax: simplify the pgoff calculationChristoph Hellwig1-14/+0
2021-12-04dax: remove dax_capableChristoph Hellwig1-36/+0
2021-12-04dax: move the partition alignment check into fs_dax_get_by_bdevChristoph Hellwig1-17/+6
2021-12-04dax: remove the pgmap sanity checks in generic_fsdax_supportedChristoph Hellwig1-48/+1
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-82/+27
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig1-4/+2
2021-09-27nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig1-82/+18
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig1-41/+1
2021-08-26dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig1-18/+18
2021-08-26dax: remove __generic_fsdax_supportedChristoph Hellwig1-4/+4
2021-08-26dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig1-7/+9
2021-08-26dax: mark dax_get_by_host staticChristoph Hellwig1-55/+54
2021-08-26dax: stop using bdevnameChristoph Hellwig1-13/+7
2021-07-07dax: 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-15device-dax/core: Fix memory leak when rmmod dax.koWang Hai1-0/+1
2020-10-19Merge 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-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal1-5/+9
2020-04-02dax, 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-05libnvdimm: add dax_dev sync flagPankaj Gupta1-1/+18
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-9/+1
2019-05-25vfs: Convert dax to use the new mount APIDavid Howells1-6/+10
2019-05-25mount_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-20dax: Arrange for dax_supported check to span multiple devicesDan Williams1-31/+57
2019-05-01dax: 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-20dax: Check the end of the block-device capacity with dax_direct_access()Dan Williams1-10/+28
2019-01-06device-dax: Introduce bus + driver modelDan Williams1-12/+28
2019-01-06device-dax: Start defining a dax bus modelDan Williams1-0/+1
2018-08-25Merge 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-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+24
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams1-0/+10
2018-06-08Merge 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-22dax: 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-19dax: require 'struct page' by default for filesystem daxDan Williams1-0/+10
2017-11-14dax: fix general protection fault in dax_alloc_inodeMikulas Patocka1-0/+3
2017-11-14dax: stop requiring a live device for dax_flush()Dan Williams1-3/+0
2017-11-14dax: quiet bdev_dax_supported()Dan Williams1-4/+4
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+14
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-7/+14
2017-09-03dax: fix FS_DAX=n BLOCK=y compilationDan Williams1-0/+2
2017-08-30dax: introduce a fs_dax_get_by_bdev() helperDan Williams1-0/+10
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal1-0/+6
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+112
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams1-0/+79
2017-06-29dax: convert to bitmask for flagsDan Williams1-6/+11
2017-06-27dax: remove default copy_from_iter fallbackDan Williams1-2/+0
2017-06-15dm: add ->flush() dax operation supportDan Williams1-0/+11
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams1-0/+13
2017-06-09device-dax: fix 'dax' device filesystem inode destruction crashDan Williams1-2/+7
2017-05-13dax: fix false CONFIG_BLOCK dependencyDan Williams1-0/+2
2017-05-09device-dax: kill NR_DEV_DAXDan Williams1-8/+3
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams1-0/+70
2017-04-20dax: introduce dax_direct_access()Dan Williams1-0/+39
2017-04-19dax: introduce dax_operationsDan Williams1-1/+5
2017-04-19dax: add a facility to lookup a dax device by 'host' device nameDan Williams1-4/+83
2017-04-12dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams1-0/+303