1. 0f9650b md: fix NULL pointer deref with nowait but no mddev->queue by Song Liu · 2 years, 11 months ago
  2. c9193f4 Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
  3. d3c8108 Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
  4. 1745e85 md: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years ago
  5. 0c031fd md: Move alloc/free acct bioset in to personality by Xiao Ni · 3 years, 1 month ago
  6. dd3dc5f md: fix spelling of "its" by Randy Dunlap · 3 years ago
  7. f51d46d md: add support for REQ_NOWAIT by Vishal Verma · 3 years ago
  8. 07641b5 md: fix double free of mddev->private in autorun_array() by zhangyue · 3 years, 1 month ago
  9. 55df1ce md: fix update super 1.0 on rdev size change by Markus Hochholdinger · 3 years, 1 month ago
  10. 1ebe2e5 block: remove GENHD_FL_EXT_DEVT by Christoph Hellwig · 3 years, 1 month ago
  11. 3f01727 Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  12. 8b9e229 md: update superblock after changing rdev flags in state_store by Xiao Ni · 3 years, 3 months ago
  13. 5467948 md: remove unused argument from md_new_event by Guoqing Jiang · 3 years, 3 months ago
  14. 7ad1069 md: properly unwind when failing to add the kobject in md_alloc by Christoph Hellwig · 3 years, 4 months ago
  15. 94f3cd7 md: extend disks_mutex coverage by Christoph Hellwig · 3 years, 4 months ago
  16. 51238e7f md: add the bitmap group to the default groups for the md kobject by Christoph Hellwig · 3 years, 4 months ago
  17. 9be68dd md: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago
  18. 0fe8034 md: use bdev_nr_sectors instead of open coding it by Christoph Hellwig · 3 years, 2 months ago
  19. 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 3 months ago
  20. fe45e63 block: move integrity handling out of <linux/blkdev.h> by Christoph Hellwig · 3 years, 3 months ago
  21. b81e0c2 block: drop unused includes in <linux/genhd.h> by Christoph Hellwig · 3 years, 3 months ago
  22. 7df835a3 md: fix a lock order reversal in md_alloc by Christoph Hellwig · 3 years, 4 months ago
  23. 4404621 Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  24. de3ea66 md: add comments in md_integrity_register by Guoqing Jiang · 3 years, 7 months ago
  25. daee202 md: check level before create and exit io_acct_set by Guoqing Jiang · 3 years, 7 months ago
  26. c32dc04 md: Constify attribute_group structs by Rikard Falkeborn · 3 years, 7 months ago
  27. 1076481 md: add io accounting for raid0 and raid5 by Guoqing Jiang · 3 years, 7 months ago
  28. ad3fc79 md: revert io stats accounting by Guoqing Jiang · 3 years, 7 months ago
  29. 0f1d2e0 md: convert to blk_alloc_disk/blk_cleanup_disk by Christoph Hellwig · 3 years, 7 months ago
  30. f7c7a2f md-cluster: fix use-after-free issue when removing rdev by Heming Zhao · 3 years, 9 months ago
  31. 0d809b3 md: do not return existing mddevs from mddev_find_or_alloc by Christoph Hellwig · 3 years, 9 months ago
  32. d144fe6 md: refactor mddev_find_or_alloc by Christoph Hellwig · 3 years, 9 months ago
  33. 85c8c3c md: factor out a mddev_alloc_unit helper from mddev_find by Christoph Hellwig · 3 years, 9 months ago
  34. 65aa97c md: split mddev_find by Christoph Hellwig · 3 years, 9 months ago
  35. 8b57251f md: factor out a mddev_find_locked helper from mddev_find by Christoph Hellwig · 3 years, 9 months ago
  36. 6a4db2a md: md_open returns -EBUSY when entering racing area by Zhao Heming · 3 years, 9 months ago
  37. 7abfaba md: Fix missing unused status line of /proc/mdstat by Jan Glauber · 3 years, 10 months ago
  38. cf78408 md: add md_submit_discard_bio() for submitting discard bio by Xiao Ni · 3 years, 11 months ago
  39. a42e0d7 md: use rdev_read_only in restart_array by Christoph Hellwig · 3 years, 11 months ago
  40. d7a4783 md: check for NULL ->meta_bdev before calling bdev_read_only by Christoph Hellwig · 3 years, 11 months ago
  41. 6a59656 md: remove md_bio_alloc_sync by Christoph Hellwig · 4 years ago
  42. 3263738 md: simplify sync_page_io by Christoph Hellwig · 4 years ago
  43. a78f18d md: remove bio_alloc_mddev by Christoph Hellwig · 4 years ago
  44. 99dfc43 block: use ->bi_bdev for bio based I/O accounting by Christoph Hellwig · 4 years ago
  45. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  46. dc5d17a3 md: Set prev_flush_start and flush_bio in an atomic way by Xiao Ni · 4 years, 1 month ago
  47. 69f637c Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  48. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  49. 57a0f3a Revert "md: add md_submit_discard_bio() for submitting discard bio" by Song Liu · 4 years, 1 month ago
  50. 1c02fca block: remove the request_queue argument to the block_bio_remap tracepoint by Christoph Hellwig · 4 years, 1 month ago
  51. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 1 month ago
  52. cb8432d block: allocate struct hd_struct as part of struct bdev_inode by Christoph Hellwig · 4 years, 1 month ago
  53. 8d65269 block: add a bdev_kobj helper by Christoph Hellwig · 4 years, 1 month ago
  54. bca5b06 md/cluster: fix deadlock when node is doing resync job by Zhao Heming · 4 years, 1 month ago
  55. a8da01f md/cluster: block reshape with remote resync job by Zhao Heming · 4 years, 1 month ago
  56. a23f2aa md: use current request time as base for ktime comparisons by Pankaj Gupta · 4 years, 2 months ago
  57. 204d1a6 md: add comments in md_flush_request() by Pankaj Gupta · 4 years, 2 months ago
  58. 81ba3c2 md: improve variable names in md_flush_request() by Pankaj Gupta · 4 years, 2 months ago
  59. c731b84 md: fix a warning caused by a race between concurrent md_ioctl()s by Dae R. Jeong · 4 years, 2 months ago
  60. 2c247c5 md: use set_capacity_and_notify by Christoph Hellwig · 4 years, 1 month ago
  61. 28144f9 md: use __register_blkdev to allocate devices on demand by Christoph Hellwig · 4 years, 2 months ago
  62. 118cf08 md: implement ->set_read_only to hook into BLKROSET processing by Christoph Hellwig · 4 years, 2 months ago
  63. 7cd4ecd Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  64. cf0b9b4 md: fix the checking of wrong work queue by Guoqing Jiang · 4 years, 3 months ago
  65. 4245e52 md: don't detour through bd_contains for the gendisk by Christoph Hellwig · 4 years, 4 months ago
  66. 61a27e1f md: compare bd_disk instead of bd_contains by Christoph Hellwig · 4 years, 4 months ago
  67. 2628089 md: add md_submit_discard_bio() for submitting discard bio by Xiao Ni · 4 years, 4 months ago
  68. 00fe60e md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct by Song Liu · 4 years, 4 months ago
  69. 818077d md: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
  70. 659e56b block: add a new revalidate_disk_size helper by Christoph Hellwig · 4 years, 4 months ago
  71. 4b6c093 Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  72. e1ec517 Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  73. 905e321 Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.9 by Jens Axboe · 4 years, 5 months ago
  74. e8efa9b md: get sysfs entry after redundancy attr group create by Junxiao Bi · 4 years, 5 months ago
  75. e0fc99e Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  76. b3db8a2 md: print errno in super_written by Guoqing Jiang · 4 years, 5 months ago
  77. ec164d07 md: register new md sysfs file 'uuid' read-only by Sebastian Parschauer · 4 years, 5 months ago
  78. d9c0fa5 md: fix max sectors calculation for super 1.0 by Xiao Ni · 4 years, 6 months ago
  79. edee9df md-cluster: fix rmmod issue when md_cluster convert bitmap to none by Zhao Heming · 4 years, 5 months ago
  80. 7c9d5c5 md-cluster: fix safemode_delay value when converting to clustered bitmap by Zhao Heming · 4 years, 5 months ago
  81. 7e0adbf md: rewrite md_setup_drive to avoid ioctls by Christoph Hellwig · 4 years, 7 months ago
  82. d82fa81 md: replace the RAID_AUTORUN ioctl with a direct function call by Christoph Hellwig · 4 years, 7 months ago
  83. 5e3b8a8 md: Fix compilation warning by Damien Le Moal · 4 years, 5 months ago
  84. e1a86db md: fix deadlock causing by sysfs_notify by Junxiao Bi · 4 years, 6 months ago
  85. 41d2d84 md: improve io stats accounting by Artur Paszkiewicz · 4 years, 6 months ago
  86. 9a5a859 md: raid0/linear: fix dereference before null check on pointer mddev by Colin Ian King · 4 years, 6 months ago
  87. 21cf866 writeback: remove bdi->congested_fn by Christoph Hellwig · 4 years, 6 months ago
  88. a564e23 md: switch to ->check_events for media change notifications by Christoph Hellwig · 4 years, 6 months ago
  89. e556f6b block: remove the bd_queue field from struct block_device by Christoph Hellwig · 4 years, 6 months ago
  90. c62b37d block: move ->make_request_fn to struct block_device_operations by Christoph Hellwig · 4 years, 6 months ago
  91. f695ca3 block: remove the request_queue argument from blk_queue_split by Christoph Hellwig · 4 years, 6 months ago
  92. 3f99980 md: add a newline when printing parameter 'start_ro' by sysfs by Xiongfeng Wang · 4 years, 8 months ago
  93. e4fc5a7 md: stop using ->queuedata by Christoph Hellwig · 4 years, 8 months ago
  94. 3024ba2 md: remove redundant memalloc scope API usage by Coly Li · 4 years, 9 months ago
  95. 78f57ef md: use memalloc scope APIs in mddev_suspend()/mddev_resume() by Coly Li · 4 years, 9 months ago
  96. 3f79cc2 md: remove the extra line for ->hot_add_disk by Guoqing Jiang · 4 years, 9 months ago
  97. 78b990c md: flush md_rdev_misc_wq for HOT_ADD_DISK case by Guoqing Jiang · 4 years, 9 months ago
  98. f6766ff md: don't flush workqueue unconditionally in md_open by Guoqing Jiang · 4 years, 9 months ago
  99. cc1ffe6 md: add new workqueue for delete rdev by Guoqing Jiang · 4 years, 9 months ago
  100. 21e0958 md: add checkings before flush md_misc_wq by Guoqing Jiang · 4 years, 9 months ago