1. d7a1c48 md/raid0: remove unused function is_io_in_chunk_boundary() by Jason Yan · 4 years, 4 months ago
  2. b6bf083 Merge tag 'nvme-5.10-2020-10-08' of git://git.infradead.org/nvme into for-5.10/drivers by Jens Axboe · 4 years, 3 months ago
  3. c448525 nvme-core: remove extra condition for vwc by Chaitanya Kulkarni · 4 years, 4 months ago
  4. af5d6f7 nvme-core: remove extra variable by Chaitanya Kulkarni · 4 years, 4 months ago
  5. 7b15336 nvme: remove nvme_identify_ns_list by Christoph Hellwig · 4 years, 4 months ago
  6. 0a05226 nvme: refactor nvme_validate_ns by Christoph Hellwig · 4 years, 4 months ago
  7. b2dc748 nvme: move nvme_validate_ns by Christoph Hellwig · 4 years, 4 months ago
  8. 8b7c0ff nvme: query namespace identifiers before adding the namespace by Christoph Hellwig · 4 years, 4 months ago
  9. 3a9967b nvme: revalidate zone bitmaps in nvme_update_ns_info by Christoph Hellwig · 4 years, 4 months ago
  10. af0f446 nvme: remove nvme_update_formats by Christoph Hellwig · 4 years, 4 months ago
  11. 75eb779 nvme: update the known admin effects by Christoph Hellwig · 4 years, 4 months ago
  12. 658d9f7 nvme: set the queue limits in nvme_update_ns_info by Christoph Hellwig · 4 years, 4 months ago
  13. 310b30e nvme: remove the 0 lba_shift check in nvme_update_ns_info by Christoph Hellwig · 4 years, 4 months ago
  14. 13f0b26 nvme: clean up the check for too large logic block sizes by Christoph Hellwig · 4 years, 4 months ago
  15. f9d5f45 nvme: freeze the queue over ->lba_shift updates by Christoph Hellwig · 4 years, 4 months ago
  16. d4609ea nvme: factor out a nvme_configure_metadata helper by Christoph Hellwig · 4 years, 4 months ago
  17. fab72f5 nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_block by Christoph Hellwig · 4 years, 4 months ago
  18. b8b8cd0 nvme: lift the check for an unallocated namespace into nvme_identify_ns by Christoph Hellwig · 4 years, 4 months ago
  19. 81382f1 nvme: rename __nvme_revalidate_disk by Christoph Hellwig · 4 years, 4 months ago
  20. 2124f09 nvme: rename _nvme_revalidate_disk by Christoph Hellwig · 4 years, 4 months ago
  21. eba9bcf nvme: rename nvme_validate_ns to nvme_validate_or_alloc_ns by Christoph Hellwig · 4 years, 4 months ago
  22. d525c3c nvme: remove the disk argument to nvme_update_zone_info by Christoph Hellwig · 4 years, 5 months ago
  23. 7fad20d nvme: fix initialization of the zone bitmaps by Christoph Hellwig · 4 years, 5 months ago
  24. 6fcd669 block: optimize blk_queue_zoned_model for !CONFIG_BLK_DEV_ZONED by Christoph Hellwig · 4 years, 5 months ago
  25. 1401fcc nvme-loop: don't put ctrl on nvme_init_ctrl error by Chaitanya Kulkarni · 4 years, 4 months ago
  26. 103fbf8 scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug by Kashyap Desai · 4 years, 5 months ago
  27. f7c4cdc scsi: scsi_debug: Support host tagset by John Garry · 4 years, 5 months ago
  28. 8d98416 scsi: hisi_sas: Switch v3 hw to MQ by John Garry · 4 years, 5 months ago
  29. 64f1501 scsi: core: Show nr_hw_queues in sysfs by John Garry · 4 years, 5 months ago
  30. bdb0130 scsi: Add host and host template flag 'host_tagset' by Hannes Reinecke · 4 years, 5 months ago
  31. f5ace5e block: scsi_ioctl: Avoid the use of one-element arrays by Gustavo A. R. Silva · 4 years, 4 months ago
  32. 99ba84c rsxx: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  33. 4a78426 bcache: remove embedded struct cache_sb from struct cache_set by Coly Li · 4 years, 4 months ago
  34. 6f9414e bcache: check and set sync status on cache's in-memory super block by Coly Li · 4 years, 4 months ago
  35. ebaa1ac bcache: remove can_attach_cache() by Coly Li · 4 years, 4 months ago
  36. 08a1782 bcache: don't check seq numbers in register_cache_set() by Coly Li · 4 years, 4 months ago
  37. 63a96c0 bcache: only use bucket_bytes() on struct cache by Coly Li · 4 years, 4 months ago
  38. 3c4fae2 bcache: remove useless bucket_pages() by Coly Li · 4 years, 4 months ago
  39. 421cf1c5 bcache: remove useless alloc_bucket_pages() by Coly Li · 4 years, 4 months ago
  40. 4e1ebae bcache: only use block_bytes() on struct cache by Coly Li · 4 years, 4 months ago
  41. 1132e56 bcache: add set_uuid in struct cache_set by Coly Li · 4 years, 4 months ago
  42. 08fdb2c bcache: remove for_each_cache() by Coly Li · 4 years, 4 months ago
  43. 697e234 bcache: explicitly make cache_set only have single cache by Coly Li · 4 years, 4 months ago
  44. 17e4aed bcache: remove 'int n' from parameter list of bch_bucket_alloc_set() by Coly Li · 4 years, 4 months ago
  45. 84e5d13 bcache: Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 4 months ago
  46. 7e59c50 bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve() by Dongsheng Yang · 4 years, 4 months ago
  47. a58e88b bcache: share register sysfs with async register by Coly Li · 4 years, 4 months ago
  48. dc4d137 null_blk: add support for max open/active zone limit for zoned devices by Niklas Cassel · 4 years, 5 months ago
  49. 1ed4211 Merge tag 'nvme-5.10-2020-09-27' of git://git.infradead.org/nvme into for-5.10/drivers by Jens Axboe · 4 years, 4 months ago
  50. 21cc2f3 nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue by Jeffle Xu · 4 years, 4 months ago
  51. 936fab5 nvme: fix error handling in nvme_ns_report_zones by Christoph Hellwig · 4 years, 5 months ago
  52. ddd3d105 nvmet-fc: fix missing check for no hostport struct by James Smart · 4 years, 4 months ago
  53. 5b3356d nvmet: add passthru ZNS support by Chaitanya Kulkarni · 4 years, 4 months ago
  54. 4e683c4 nvmet: handle keep-alive timer when kato is modified by a set features cmd by Amit Engel · 4 years, 4 months ago
  55. f7790e5 nvmet-tcp: have queue io_work context run on sock incoming cpu by Mark Wunderlich · 4 years, 5 months ago
  56. 0b85f59 nvme-pci: Move enumeration by class to be last in the table by Andy Shevchenko · 4 years, 5 months ago
  57. 1cf7a12 nvme: use an xarray to lookup the Commands Supported and Effects log by Chaitanya Kulkarni · 4 years, 4 months ago
  58. b2702aa nvme: lift the file open code from nvme_ctrl_get_by_path by Chaitanya Kulkarni · 4 years, 4 months ago
  59. 163090c Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.10/drivers by Jens Axboe · 4 years, 4 months ago
  60. d3ee2d8 md/raid10: improve discard request for far layout by Xiao Ni · 4 years, 5 months ago
  61. bcc90d2 md/raid10: improve raid10 discard request by Xiao Ni · 4 years, 5 months ago
  62. f046f5d md/raid10: pull codes that wait for blocked dev into one function by Xiao Ni · 4 years, 5 months ago
  63. 8650a88 md/raid10: extend r10bio devs to raid disks by Xiao Ni · 4 years, 5 months ago
  64. 2628089 md: add md_submit_discard_bio() for submitting discard bio by Xiao Ni · 4 years, 5 months ago
  65. e287308 md: Simplify code with existing definition RESYNC_SECTORS in raid10.c by Zhen Lei · 4 years, 5 months ago
  66. 3891258 md/raid5: reallocate page array after setting new stripe_size by Yufen Yu · 4 years, 5 months ago
  67. f16acaf md/raid5: resize stripe_head when reshape array by Yufen Yu · 4 years, 5 months ago
  68. 046169f md/raid5: let multiple devices of stripe_head share page by Yufen Yu · 4 years, 5 months ago
  69. 4f86ff5 md/raid6: let async recovery function support different page offset by Yufen Yu · 4 years, 5 months ago
  70. d69454b md/raid6: let syndrome computor support different page offset by Yufen Yu · 4 years, 5 months ago
  71. a7c224a md/raid5: convert to new xor compution interface by Yufen Yu · 4 years, 5 months ago
  72. 29bcff7 md/raid5: add new xor function to support different page offset by Yufen Yu · 4 years, 5 months ago
  73. 248728d md/raid5: make async_copy_data() to support different page offset by Yufen Yu · 4 years, 5 months ago
  74. 7aba13b md/raid5: add a new member of offset into r5dev by Yufen Yu · 4 years, 5 months ago
  75. 313b825 md: only calculate blocksize once and use i_blocksize() by Xianting Tian · 4 years, 5 months ago
  76. 0905053 null_blk: Support shared tag bitmap by John Garry · 4 years, 5 months ago
  77. ac8f7a0 Merge branch 'for-5.10/block' into for-5.10/drivers by Jens Axboe · 4 years, 4 months ago
  78. f56753a bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag by Christoph Hellwig · 4 years, 4 months ago
  79. 823423e bdi: invert BDI_CAP_NO_ACCT_WB by Christoph Hellwig · 4 years, 4 months ago
  80. 1cb039f bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag by Christoph Hellwig · 4 years, 4 months ago
  81. 5115db1 mm: use SWP_SYNCHRONOUS_IO more intelligently by Christoph Hellwig · 4 years, 4 months ago
  82. a8b456d bdi: remove BDI_CAP_SYNCHRONOUS_IO by Christoph Hellwig · 4 years, 4 months ago
  83. ed7b6b4 bdi: remove BDI_CAP_CGROUP_WRITEBACK by Christoph Hellwig · 4 years, 4 months ago
  84. c2e4cd5 block: lift setting the readahead size into the block layer by Christoph Hellwig · 4 years, 4 months ago
  85. 16ef510 md: update the optimal I/O size on reshape by Christoph Hellwig · 4 years, 4 months ago
  86. 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 4 months ago
  87. 9e82d35 aoe: set an optimal I/O size by Christoph Hellwig · 4 years, 4 months ago
  88. 5d4ce78 bcache: inherit the optimal I/O size by Christoph Hellwig · 4 years, 4 months ago
  89. b807a2c drbd: remove dead code in device_to_statistics by Christoph Hellwig · 4 years, 4 months ago
  90. 402dd2c fs: remove the unused SB_I_MULTIROOT flag by Christoph Hellwig · 4 years, 4 months ago
  91. 1fb1a2a block: mark blkdev_get static by Christoph Hellwig · 4 years, 4 months ago
  92. 36daaa9 PM: mm: cleanup swsusp_swap_check by Christoph Hellwig · 4 years, 4 months ago
  93. 21bd900 mm: split swap_type_of by Christoph Hellwig · 4 years, 4 months ago
  94. bb3247a39 PM: rewrite is_hibernate_resume_dev to not require an inode by Christoph Hellwig · 4 years, 4 months ago
  95. ef16e1d mm: cleanup claim_swapfile by Christoph Hellwig · 4 years, 4 months ago
  96. e455ed2 ocfs2: cleanup o2hb_region_dev_store by Christoph Hellwig · 4 years, 4 months ago
  97. 841ab72 dasd: cleanup dasd_scan_partitions by Christoph Hellwig · 4 years, 4 months ago
  98. 5a56ad7 raw: don't keep unopened block device around by Christoph Hellwig · 4 years, 4 months ago
  99. 0fc66c9 zram: cleanup backing_dev_store by Christoph Hellwig · 4 years, 4 months ago
  100. b8d9548 pktcdvd: use blkdev_get_by_dev instead of open coding it by Christoph Hellwig · 4 years, 4 months ago