1. 396799e md: remove mddev->queue by Christoph Hellwig · 12 months ago
  2. ad86067 md/raid5: remove rcu protection to access rdev from conf by Yu Kuai · 1 year, 3 months ago
  3. 6eea4ff md: raid5: use __bio_add_page to add single page to new bio by Johannes Thumshirn · 1 year, 9 months ago
  4. ad831a1 md/raid5: use bdev_write_cache instead of open coding it by Christoph Hellwig · 2 years, 3 months ago
  5. e0fccda md/raid5-ppl: Drop unused argument from ppl_handle_flush_request() by Logan Gunthorpe · 2 years, 9 months ago
  6. 4ce4c73 md/core: Combine two sync_page_io() arguments by Bart Van Assche · 2 years, 7 months ago
  7. f34fdcd md/raid5-ppl: Fix argument order in bio_alloc_bioset() by Logan Gunthorpe · 2 years, 9 months ago
  8. 913cce5 md: remove most calls to bdevname by Christoph Hellwig · 2 years, 10 months ago
  9. 4f4ee2b md/raid5-ppl: Annotate with rcu_dereference_protected() by Logan Gunthorpe · 2 years, 11 months ago
  10. 561593a Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 11 months ago
  11. 69d1dea Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
  12. 9f7c3f8 raid5-ppl: fully initialize the bio in ppl_new_iounit by Christoph Hellwig · 3 years ago
  13. c75e707 block: remove the per-bio/request write hint by Christoph Hellwig · 3 years ago
  14. c7dec46 raid5-ppl: stop using bio_devname by Christoph Hellwig · 3 years ago
  15. 49add49 block: pass a block_device and opf to bio_init by Christoph Hellwig · 3 years, 1 month ago
  16. 609be10 block: pass a block_device and opf to bio_alloc_bioset by Christoph Hellwig · 3 years, 1 month ago
  17. 1e37799 raid5-ppl: use swap() to make code cleaner by Yang Guang · 3 years, 4 months ago
  18. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 4 years ago
  19. c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years, 1 month ago
  20. c911c46 md/raid456: convert macro STRIPE_* to RAID5_STRIPE_* by Yufen Yu · 4 years, 7 months ago
  21. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 9 months ago
  22. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  23. 0815ef3 drivers/md/raid5-ppl.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET by Eugene Syromiatnikov · 5 years ago
  24. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  25. 11efae3 Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  26. a596d08 raid5: set write hint for PPL by Mariusz Dabrowski · 6 years ago
  27. b330e6a md: convert to kvmalloc by Kent Overstreet · 6 years ago
  28. afeee51 md: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  29. f4bc0c8 raid5-ppl: fix handling flush requests by Artur Paszkiewicz · 7 years ago
  30. 1532d9e raid5-ppl: PPL support for disks with write-back cache enabled by Tomasz Majchrzak · 7 years ago
  31. 07719ff raid5-ppl: check recovery_offset when performing ppl recovery by Artur Paszkiewicz · 7 years ago
  32. 611426e raid5-ppl: don't resync after rebuild by Artur Paszkiewicz · 7 years ago
  33. 3645e6d Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  34. 675dc2cc raid5-ppl: Recovery support for multiple partial parity logs by Pawel Baldysiak · 8 years ago
  35. ddc0882 md: Runtime support for multiple ppls by Pawel Baldysiak · 8 years ago
  36. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 8 years ago
  37. 6409e84 raid5-ppl: use BIOSET_NEED_BVECS when creating bioset by Artur Paszkiewicz · 8 years ago
  38. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 8 years ago
  39. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  40. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  41. 5a8948f md: Make flush bios explicitely sync by Jan Kara · 8 years ago
  42. fcd403a raid5-ppl: use a single mempool for ppl_io_unit and header_page by Artur Paszkiewicz · 8 years ago
  43. ae1713e raid5-ppl: partial parity calculation optimization by Artur Paszkiewicz · 8 years ago
  44. 845b9e2 raid5-ppl: use resize_stripes() when enabling or disabling ppl by Artur Paszkiewicz · 8 years ago
  45. 94568f6 raid5-ppl: move no_mem_stripes to struct ppl_conf by Artur Paszkiewicz · 8 years ago
  46. 0b408ba raid5-ppl: silence a misleading warning message by Dan Carpenter · 8 years ago
  47. ba903a3 raid5-ppl: runtime PPL enabling or disabling by Artur Paszkiewicz · 8 years ago
  48. 6358c23 raid5-ppl: support disk hot add/remove with PPL by Artur Paszkiewicz · 8 years ago
  49. 4536bf9b raid5-ppl: load and recover the log by Artur Paszkiewicz · 8 years ago
  50. 3418d03 raid5-ppl: Partial Parity Log write logging implementation by Artur Paszkiewicz · 8 years ago