1. 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
  2. 7ac5360 dax: remove the copy_from_iter and copy_to_iter methods by Christoph Hellwig · 3 years, 1 month ago
  3. 30c6828 dax: remove the DAXDEV_F_SYNC flag by Christoph Hellwig · 3 years, 1 month ago
  4. cd913c7 dax: return the partition offset from fs_dax_get_by_bdev by Christoph Hellwig · 3 years, 2 months ago
  5. 7b0800d dax: remove dax_capable by Christoph Hellwig · 3 years, 2 months ago
  6. fb08a19 dax: simplify the dax_device <-> gendisk association by Christoph Hellwig · 3 years, 2 months ago
  7. 5d2a228 dm: make the DAX support depend on CONFIG_FS_DAX by Christoph Hellwig · 3 years, 2 months ago
  8. d751939 dm: fix alloc_dax error handling in alloc_dev by Christoph Hellwig · 3 years, 2 months ago
  9. 1ebe2e5 block: remove GENHD_FL_EXT_DEVT by Christoph Hellwig · 3 years, 2 months ago
  10. 3e28850 Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  11. c183e17 Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 2 months ago
  12. a1c2f7e dm: don't stop request queue after the dm device is suspended by Ming Lei · 3 years, 3 months ago
  13. c7c879e dm: make workqueue names device-specific by Michał Mirosław · 3 years, 3 months ago
  14. 0899753 dm: add add_disk() error handling by Luis Chamberlain · 3 years, 3 months ago
  15. 643a723 Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  16. cb77cb5 blk-crypto: rename blk_keyslot_manager to blk_crypto_profile by Eric Biggers · 3 years, 3 months ago
  17. 1e8d44b blk-crypto: rename keyslot-manager files to blk-crypto-profile by Eric Biggers · 3 years, 3 months ago
  18. e7089f6 dm: add add_disk() error handling by Luis Chamberlain · 3 years, 3 months ago
  19. 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 3 months ago
  20. d208b89 dm: fix mempool NULL pointer race when completing IO by Jiazi Li · 3 years, 4 months ago
  21. 2e5fd48 Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 4 months ago
  22. dfa584f dm: use fs_dax_get_by_bdev instead of dax_get_by_host by Christoph Hellwig · 3 years, 5 months ago
  23. f1cd6cb dm ima: add a warning in dm_init if duplicate ima events are not measured by Tushar Sugandhi · 3 years, 5 months ago
  24. 91ccbba dm ima: measure data on table load by Tushar Sugandhi · 3 years, 6 months ago
  25. 89f871a dm: delay registering the gendisk by Christoph Hellwig · 3 years, 5 months ago
  26. ba30585 dm: move setting md->type into dm_setup_md_queue by Christoph Hellwig · 3 years, 5 months ago
  27. 74a2b6e dm: cleanup cleanup_mapped_device by Christoph Hellwig · 3 years, 5 months ago
  28. 2cfa582b Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 7 months ago
  29. df668a5 Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  30. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
  31. bb37d77 dm: introduce zone append emulation by Damien Le Moal · 3 years, 8 months ago
  32. e2118b3 dm: rearrange core declarations for extended use from dm-zone.c by Damien Le Moal · 3 years, 8 months ago
  33. bf14e2b dm: Forbid requeue of writes to zones by Damien Le Moal · 3 years, 8 months ago
  34. 7fc1872 dm: move zone related code to dm-zone.c by Damien Le Moal · 3 years, 8 months ago
  35. 6842d26 dm: Fix dm_accept_partial_bio() relative to zone management commands by Damien Le Moal · 3 years, 8 months ago
  36. 74fe6ba dm: convert to blk_alloc_disk/blk_cleanup_disk by Christoph Hellwig · 3 years, 8 months ago
  37. e30de3a dm: unexport dm_{get,put}_table_device by Christoph Hellwig · 3 years, 10 months ago
  38. 8615cb6 dm: remove useless loop in __split_and_process_bio by Mikulas Patocka · 3 years, 11 months ago
  39. 5424a0b dm: don't report "detected capacity change" on device creation by Mikulas Patocka · 3 years, 10 months ago
  40. a666e5c dm: fix deadlock when swapping to encrypted device by Mikulas Patocka · 4 years ago
  41. aa6ce87 dm: add support for passing through inline crypto support by Satya Tangirala · 4 years ago
  42. 5b0fab5 dm table: fix DAX iterate_devices based device capability checks by Jeffle Xu · 4 years ago
  43. 62f2631 dm: cleanup of front padding calculation by Jeffle Xu · 4 years ago
  44. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  45. 0378c62 dm: eliminate potential source of excessive kernel log noise by Mike Snitzer · 4 years ago
  46. d8355e7 Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 1 month ago
  47. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  48. 985eabd dm: remove unnecessary current->bio_list check when submitting split bio by Jeffle Xu · 4 years, 2 months ago
  49. bde3808 dm: remove invalid sparse __acquires and __releases annotations by Mike Snitzer · 4 years, 1 month ago
  50. f05c440 dm: fix double RCU unlock in dm_dax_zero_page_range() error path by Mike Snitzer · 4 years, 1 month ago
  51. 3ee16db dm: fix IO splitting by Mike Snitzer · 4 years, 2 months ago
  52. 1c02fca block: remove the request_queue argument to the block_bio_remap tracepoint by Christoph Hellwig · 4 years, 1 month ago
  53. eb6f7f7 block: remove the request_queue argument to the block_split tracepoint by Christoph Hellwig · 4 years, 1 month ago
  54. 977115c block: stop using bdget_disk for partition 0 by Christoph Hellwig · 4 years, 2 months ago
  55. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 2 months ago
  56. cb8432d block: allocate struct hd_struct as part of struct bdev_inode by Christoph Hellwig · 4 years, 2 months ago
  57. b0519b5 dm: remove the block_device reference in struct mapped_device by Christoph Hellwig · 4 years, 2 months ago
  58. 47d9510 dm: simplify flush_bio initialization in __send_empty_flush by Christoph Hellwig · 4 years, 2 months ago
  59. 040f04b fs: simplify freeze_bdev/thaw_bdev by Christoph Hellwig · 4 years, 2 months ago
  60. 8947833 dm: fix bug with RCU locking in dm_blk_report_zones by Sergei Shtepa · 4 years, 2 months ago
  61. f64d9b2 dm: use set_capacity_and_notify by Christoph Hellwig · 4 years, 2 months ago
  62. a7cb3d2 block: remove __blkdev_driver_ioctl by Christoph Hellwig · 4 years, 2 months ago
  63. 4815519 Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 3 months ago
  64. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  65. 681cc5e dm: fix request-based DM to not bounce through indirect dm_submit_bio by Mike Snitzer · 4 years, 3 months ago
  66. 9c37de2 dm: remove special-casing of bio-based immutable singleton target on NVMe by Mike Snitzer · 4 years, 3 months ago
  67. 0756015 block: make bio_crypt_clone() able to fail by Eric Biggers · 4 years, 4 months ago
  68. 0cede37 dm: fix comment in __dm_suspend() by Mike Snitzer · 4 years, 4 months ago
  69. b2abdb1 dm: fold dm_process_bio() into dm_submit_bio() by Mike Snitzer · 4 years, 4 months ago
  70. 0c2915b dm: fix missing imposition of queue_limits from dm_wq_work() thread by Mike Snitzer · 4 years, 4 months ago
  71. 33bd6f0 dm table: make 'struct dm_table' definition accessible to all of DM core by Mike Snitzer · 4 years, 4 months ago
  72. 7465d7a dm: eliminate need for start_io_acct() forward declaration by Mike Snitzer · 4 years, 4 months ago
  73. 9679b5a dm: simplify __process_abnormal_io() by Mike Snitzer · 4 years, 4 months ago
  74. 828678b dm: push use of on-stack flush_bio down to __send_empty_flush() by Mike Snitzer · 4 years, 4 months ago
  75. 3720281 dm: optimize max_io_len() by inlining max_io_len_target_boundary() by Mike Snitzer · 4 years, 4 months ago
  76. 094ee64 dm: push md->immutable_target optimization down to __process_bio() by Mike Snitzer · 4 years, 4 months ago
  77. 5091cde dm: change max_io_len() to use blk_max_size_offset() by Mike Snitzer · 4 years, 4 months ago
  78. 1471308 Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10 by Mike Snitzer · 4 years, 4 months ago
  79. 6abc494 dm: add support for REQ_NOWAIT and enable it for linear target by Konstantin Khlebnikov · 4 years, 4 months ago
  80. cf9c378 dm: fix comment in dm_process_bio() by Mike Snitzer · 4 years, 4 months ago
  81. ee1dfad dm: fix bio splitting and its bio completion order for regular IO by Mike Snitzer · 4 years, 4 months ago
  82. 02186d8 dm/dax: Fix table reference counts by Dan Williams · 4 years, 4 months ago
  83. c2b4bb8 block: fix locking for struct block_device size updates by Christoph Hellwig · 4 years, 5 months ago
  84. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  85. 2f12d44 Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 5 months ago
  86. a9cb9f4 dm: don't call report zones for more than the user requested by Johannes Thumshirn · 4 years, 5 months ago
  87. 382625d Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  88. 5df96f2 dm integrity: fix integrity recalculation that is improperly skipped by Mikulas Patocka · 4 years, 6 months ago
  89. 21cf866 writeback: remove bdi->congested_fn by Christoph Hellwig · 4 years, 7 months ago
  90. 8c911f3 writeback: remove struct bdi_writeback_congested by Christoph Hellwig · 4 years, 7 months ago
  91. 6958c1c dm: use noio when sending kobject event by Mikulas Patocka · 4 years, 6 months ago
  92. 382761d dm: use bio_uninit instead of bio_disassociate_blkg by Christoph Hellwig · 4 years, 7 months ago
  93. 8506774 dm: do not use waitqueue for request-based DM by Ming Lei · 4 years, 7 months ago
  94. b53ac8b dm: remove unused variable by Jens Axboe · 4 years, 7 months ago
  95. 5a6c35f block: remove direct_make_request by Christoph Hellwig · 4 years, 7 months ago
  96. ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 7 months ago
  97. c62b37d block: move ->make_request_fn to struct block_device_operations by Christoph Hellwig · 4 years, 7 months ago
  98. f695ca3 block: remove the request_queue argument from blk_queue_split by Christoph Hellwig · 4 years, 7 months ago
  99. c4a59c4 dm: stop using ->queuedata by Christoph Hellwig · 4 years, 7 months ago
  100. 4ef2c5c dm: use bio_uninit instead of bio_disassociate_blkg by Christoph Hellwig · 4 years, 7 months ago