1. e765f13 nvdimm/pmem: move dax_attribute_group from dax to pmem by Christoph Hellwig · 3 years, 3 months ago
  2. bdd3c50 dax: remove bdev_dax_supported by Christoph Hellwig · 3 years, 4 months ago
  3. 60b8340 dax: stub out dax_supported for !CONFIG_FS_DAX by Christoph Hellwig · 3 years, 4 months ago
  4. cd93a2a dax: remove __generic_fsdax_supported by Christoph Hellwig · 3 years, 4 months ago
  5. 673a065 dax: move the dax_read_lock() locking into dax_supported by Christoph Hellwig · 3 years, 4 months ago
  6. 1b76460 dax: mark dax_get_by_host static by Christoph Hellwig · 3 years, 4 months ago
  7. 39b6389 dax: stop using bdevname by Christoph Hellwig · 3 years, 4 months ago
  8. b05d4c5 dax: Ensure errno is returned from dax_direct_access by Ira Weiny · 3 years, 7 months ago
  9. 6f24784 whack-a-mole: don't open-code iminor/imajor by Al Viro · 4 years ago
  10. 1aa5743 device-dax/core: Fix memory leak when rmmod dax.ko by Wang Hai · 4 years, 1 month ago
  11. 6945653 Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 3 months ago
  12. d4c5da5 dax: Fix stack overflow when mounting fsdax pmem device by Adrian Huang · 4 years, 4 months ago
  13. e2ec512 dm: Call proper helper to determine dax support by Jan Kara · 4 years, 4 months ago
  14. 1a9d5d4 dax: Modify bdev_dax_pgoff() to handle NULL bdev by Vivek Goyal · 4 years, 5 months ago
  15. 6180bb4 dax: fix detection of dax support for non-persistent memory block devices by Coly Li · 4 years, 4 months ago
  16. c2affe9 dax: do not print error message for non-persistent memory block device by Adrian Huang · 4 years, 5 months ago
  17. 4bf5e36 Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 5 months ago
  18. eedfd73 drivers/dax: Expand lock scope to cover the use of addresses by Ira Weiny · 4 years, 6 months ago
  19. 2316097 dax: print error message by pr_info() in __generic_fsdax_supported() by Coly Li · 4 years, 5 months ago
  20. e556f6b block: remove the bd_queue field from struct block_device by Christoph Hellwig · 4 years, 6 months ago
  21. 4e4ced9 dax: Move mandatory ->zero_page_range() check in alloc_dax() by Vivek Goyal · 4 years, 9 months ago
  22. f605a26 dax, pmem: Add a dax operation zero_page_range by Vivek Goyal · 4 years, 10 months ago
  23. f01b16a dax: Get rid of fs_dax_get_by_host() helper by Vivek Goyal · 5 years ago
  24. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  25. fefc1d9 libnvdimm: add dax_dev sync flag by Pankaj Gupta · 6 years ago
  26. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  27. 75d4e06 vfs: Convert dax to use the new mount API by David Howells · 6 years ago
  28. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  29. 1a6e9e7 device-dax: Drop register_filesystem() by Dan Williams · 6 years ago
  30. 7bf7eac dax: Arrange for dax_supported check to span multiple devices by Dan Williams · 6 years ago
  31. 53e2282 dax: make use of ->free_inode() by Al Viro · 6 years ago
  32. f67e3fb4 Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  33. ad428cd dax: Check the end of the block-device capacity with dax_direct_access() by Dan Williams · 6 years ago
  34. 9567da0 device-dax: Introduce bus + driver model by Dan Williams · 7 years ago
  35. 51cf784 device-dax: Start defining a dax bus model by Dan Williams · 7 years ago
  36. 828bf6e Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  37. e0b401e dax/super: Do not request a pointer kaddr when not required by Huaisheng Ye · 6 years ago
  38. 15256f6 dax: check for QUEUE_FLAG_DAX in bdev_dax_supported() by Ross Zwisler · 7 years ago
  39. 7d3bf61 Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  40. 930218a Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next by Dan Williams · 7 years ago
  41. b568457 Merge branch 'for-4.18/dax' into libnvdimm-for-next by Dan Williams · 7 years ago
  42. 808c340 dax: Use dax_write_cache* helpers by Ross Zwisler · 7 years ago
  43. 80660f2 dax: change bdev_dax_supported() to support boolean returns by Dave Jiang · 7 years ago
  44. ba23cba fs: allow per-device dax status checking for filesystems by Darrick J. Wong · 7 years ago
  45. b3a9a0c dax: Introduce a ->copy_to_iter dax operation by Dan Williams · 7 years ago
  46. e7638488 mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS by Dan Williams · 7 years ago
  47. 3fe0791 dax: store pfns in the radix by Dan Williams · 7 years ago
  48. 9d4949b dax: ->direct_access does not sleep anymore by Boaz Harrosh · 7 years ago
  49. 569d036 dax: require 'struct page' by default for filesystem dax by Dan Williams · 7 years ago
  50. 9f586ff dax: fix general protection fault in dax_alloc_inode by Mikulas Patocka · 7 years ago
  51. 6a21586 dax: stop requiring a live device for dax_flush() by Dan Williams · 7 years ago
  52. 66a86cc dax: quiet bdev_dax_supported() by Dan Williams · 7 years ago
  53. dff4d1f Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  54. c3ca015 dax: remove the pmem_dax_ops->flush abstraction by Mikulas Patocka · 7 years ago
  55. 26f2f4d dax: fix FS_DAX=n BLOCK=y compilation by Dan Williams · 7 years ago
  56. 78f3547 dax: introduce a fs_dax_get_by_bdev() helper by Dan Williams · 7 years ago
  57. 273752c dm, dax: Make sure dm_dax_flush() is called if device supports it by Vivek Goyal · 7 years ago
  58. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  59. 6e0c90d libnvdimm, pmem, dax: export a cache control attribute by Dan Williams · 8 years ago
  60. 9a60c3e dax: convert to bitmask for flags by Dan Williams · 8 years ago
  61. 5d61e43 dax: remove default copy_from_iter fallback by Dan Williams · 8 years ago
  62. abebfbe2 dm: add ->flush() dax operation support by Dan Williams · 8 years ago
  63. 7e026c8 dm: add ->copy_from_iter() dax operation support by Dan Williams · 8 years ago
  64. b9d39d1 device-dax: fix 'dax' device filesystem inode destruction crash by Dan Williams · 8 years ago
  65. 9d10908 dax: fix false CONFIG_BLOCK dependency by Dan Williams · 8 years ago
  66. cf1e228 device-dax: kill NR_DEV_DAX by Dan Williams · 8 years ago
  67. ef51042 block, dax: move "select DAX" from BLOCK to FS_DAX by Dan Williams · 8 years ago
  68. b068626 dax: introduce dax_direct_access() by Dan Williams · 8 years ago
  69. 6568b08 dax: introduce dax_operations by Dan Williams · 8 years ago
  70. 7205800 dax: add a facility to lookup a dax device by 'host' device name by Dan Williams · 8 years ago
  71. 7b6be84 dax: refactor dax-fs into a generic provider of 'struct dax_device' instances by Dan Williams · 8 years ago