1. b3a9a0c dax: Introduce a ->copy_to_iter dax operation by Dan Williams · 7 years ago
  2. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  3. 5bd5e8d dm: remove fmode_t argument from .prepare_ioctl hook by Mike Snitzer · 7 years ago
  4. 0071654 dm: add support for secure erase forwarding by Denis Semakin · 7 years ago
  5. 976431b dax, dm: allow device-mapper to operate without dax support by Dan Williams · 7 years ago
  6. 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
  7. c3ca015 dax: remove the pmem_dax_ops->flush abstraction by Mikulas Patocka · 7 years ago
  8. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  9. 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
  10. 0be12c1 dm linear: add support for zoned block devices by Damien Le Moal · 8 years ago
  11. abebfbe2 dm: add ->flush() dax operation support by Dan Williams · 8 years ago
  12. 7e026c8 dm: add ->copy_from_iter() dax operation support by Dan Williams · 8 years ago
  13. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  14. d35a878 Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  15. 817bf40 dm: teach dm-targets to use a dax_device + dax_operations by Dan Williams · 8 years ago
  16. e2460f2 dm: mark targets that pass integrity data by Mikulas Patocka · 8 years ago
  17. ac62d62 dm: support REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  18. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  19. 84b22f8 dm linear: add DAX support by Toshi Kani · 9 years ago
  20. 00272c8 dm linear: remove redundant target name from error messages by Tomohiro Kusumi · 9 years ago
  21. e56f81e dm: refactor ioctl handling by Christoph Hellwig · 9 years ago
  22. 1e1a4e8 Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  23. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 10 years ago
  24. e80d1c8 dm: do not override error code returned from dm_get_device() by Vivek Goyal · 9 years ago
  25. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  26. 55a62ee dm: rename request variables to bios by Alasdair G Kergon · 12 years ago
  27. fd7c092 dm: fix truncated status strings by Mikulas Patocka · 12 years ago
  28. 7de3ee5 dm: remove map_info by Mikulas Patocka · 12 years ago
  29. 4f0b70b dm linear: add WRITE SAME support by Mike Snitzer · 12 years ago
  30. 1f4e0ff dm thin: commit before gathering status by Alasdair G Kergon · 12 years ago
  31. 31998ef dm: reject trailing characters in sccanf input by Mikulas Patocka · 13 years ago
  32. ec8013b dm: do not forward ioctls from logical volumes to the underlying device by Paolo Bonzini · 13 years ago
  33. b441a262 dm: use dm_target_offset macro by Alasdair G Kergon · 14 years ago
  34. 5ae89a8 dm: linear support discard by Mike Snitzer · 14 years ago
  35. 8215d6e dm table: remove unused dm_get_device range parameters by Nikanth Karthikesan · 15 years ago
  36. 5dea271 dm table: pass correct dev area size to device_area_is_valid by Mike Snitzer · 15 years ago
  37. af4874e dm target:s introduce iterate devices fn by Mike Snitzer · 16 years ago
  38. 433bcac dm: linear support flush by Mikulas Patocka · 16 years ago
  39. 692d0eb dm: remove limited barrier support by Mikulas Patocka · 16 years ago
  40. ab4c14248 dm: support barriers on simple devices by Andi Kleen · 16 years ago
  41. 10d3bd0 dm: consolidate target deregistration error handling by Mikulas Patocka · 16 years ago
  42. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  43. 586e80e dm: remove dm header from targets by Mikulas Patocka · 16 years ago
  44. 633a08b [PATCH] introduce __blkdev_driver_ioctl() by Al Viro · 17 years ago
  45. 647b3d0 [PATCH] lose unused arguments in dm ioctl callbacks by Al Viro · 17 years ago
  46. 7bc3447 dm: linear add merge by Milan Broz · 16 years ago
  47. d2a7ad2 [PATCH] dm: map and endio symbolic return codes by Kiyoshi Ueda · 18 years ago
  48. c649bb9 [PATCH] struct path: convert md by Josef Sipek · 18 years ago
  49. e90dae1 [PATCH] dm: support ioctls on mapped devices: fix with fake file by Milan Broz · 18 years ago
  50. 7006f6e [PATCH] dm: export blkdev_driver_ioctl by Alasdair G Kergon · 18 years ago
  51. ab17ffa [PATCH] dm linear: support ioctls by Milan Broz · 18 years ago
  52. 72d9486 [PATCH] dm: improve error message consistency by Alasdair G Kergon · 19 years ago
  53. 4ee218c [PATCH] dm: remove SECTOR_FORMAT by Andrew Morton · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago