1. a33801e block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUP by Luca Miccio · 7 years ago
  2. 24bfd19 block, bfq: update blkio stats outside the scheduler lock by Paolo Valente · 7 years ago
  3. 68017e5 doc, block, bfq: update max IOPS sustainable with BFQ by Paolo Valente · 7 years ago
  4. d004a5e7 block: remove __bio_kmap_atomic by Christoph Hellwig · 7 years ago
  5. 83f5f7e block: kill bio_kmap/kunmap_irq() by Jens Axboe · 7 years ago
  6. bf9fc98 null_blk: add an usage for shared tags in documentation by Minwoo Im · 7 years ago
  7. e881524 null_blk: fix default values in documentation by Minwoo Im · 7 years ago
  8. fc18631 null_blk: add usage hints for no_sched by weiping zhang · 7 years ago
  9. 23c4490 null_blk: update usage hints for submit_queues by weiping zhang · 7 years ago
  10. 2670cd1 doc, block, bfq: better describe how to properly configure bfq by Paolo Valente · 7 years ago
  11. 233f0bf doc, block, bfq: fix some typos and remove stale stuff by Paolo Valente · 7 years ago
  12. e23947b bio-integrity: fold bio_integrity_enabled to bio_integrity_prep by Dmitry Monakhov · 7 years ago
  13. 9b10f6a block: remove bio_clone() and all references. by NeilBrown · 7 years ago
  14. 43c1b3d block, bfq: stress that low_latency must be off to get max throughput by Paolo Valente · 7 years ago
  15. 44e44a1 block, bfq: improve responsiveness by Paolo Valente · 7 years ago
  16. e21b7a0 block, bfq: add full hierarchical scheduling and cgroups support by Arianna Avanzini · 7 years ago
  17. aee69d7 block, bfq: introduce the BFQ-v0 I/O scheduler as an extra scheduler by Paolo Valente · 7 years ago
  18. 00e0439 blk-mq: introduce Kyber multiqueue I/O scheduler by Omar Sandoval · 7 years ago
  19. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 7 years ago
  20. 297e3d8 blk-throttle: make throtl_slice tunable by Shaohua Li · 7 years ago
  21. c1aac62 Merge tag 'docs-4.11' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  22. 8da9704 Doc: Fix double words in Documentation by Masanari Iida · 8 years ago
  23. 7158339 block: fix up io_poll documentation by Jeff Moyer · 8 years ago
  24. 80e091d blk-wbt: allow reset of default latency through sysfs by Jens Axboe · 8 years ago
  25. 10e6246 block: document the 'io_poll_delay' queue sysfs file by Jens Axboe · 8 years ago
  26. 92153d3 null_blk: add usage hints for NVM by Yasuaki Ishimatsu · 8 years ago
  27. 87760e5 block: hook up writeback throttling by Jens Axboe · 8 years ago
  28. a2b8096 block: replace REQ_NOIDLE with REQ_IDLE by Christoph Hellwig · 8 years ago
  29. ef295ec block: better op and flags encoding by Christoph Hellwig · 8 years ago
  30. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  31. a441b0d block: remove remnant refs to hardsect by Linus Walleij · 8 years ago
  32. 005411e doc: update block/queue-sysfs.txt entries by Joe Lawrence · 8 years ago
  33. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  34. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  35. f4e6d844 Remove last traces of ->sync_page by Matthew Wilcox · 8 years ago
  36. 141fd28 Doc: block: Fix a typo in queue-sysfs.txt by Masanari Iida · 8 years ago
  37. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
  38. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 8 years ago
  39. e9ad9b9 Merge tag 'docs-for-linus' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  40. 2245f6d block: kill blk_queue_flush() by Jens Axboe · 8 years ago
  41. 93e9d8e block: add ability to flag write back caching on a device by Jens Axboe · 8 years ago
  42. 5408e5a Documentation: update missing index files in block/00-INDEX by Wei Fang · 8 years ago
  43. e535d74 Merge tag 'docs-4.5' of git://git.lwn.net/linux by Linus Torvalds · 9 years ago
  44. bcebb4c Fix CFQ I/O scheduler parameter name in documentation by Libor Pechacek · 9 years ago
  45. b2b7e00 null_blk: register as a LightNVM device by Matias Bjørling · 9 years ago
  46. bbd3e06 block: add an API for Persistent Reservations by Christoph Hellwig · 9 years ago
  47. 2ec3182 Documentation: update notes in biovecs about arbitrarily sized bios by Dongsu Park · 10 years ago
  48. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  49. 0034af0 block: make /sys/block/<dev>/queue/discard_max_bytes writeable by Jens Axboe · 9 years ago
  50. 8962786 Documentation: Remove mentioning of block barriers by Leonid V. Fedorenchik · 9 years ago
  51. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  52. 125c99b scsi: add new scsi-command flag for tagged commands by Christoph Hellwig · 10 years ago
  53. b8ab956 block: Expand a bit documentation about elevator_allow_merge_fn by Jan Kara · 10 years ago
  54. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  55. 8492b68b block: Remove integrity tagging functions by Martin K. Petersen · 10 years ago
  56. 180b2f9 block: Replace bi_integrity with bi_special by Martin K. Petersen · 10 years ago
  57. e7258c1 block: Get rid of bdev_integrity_enabled() by Martin K. Petersen · 10 years ago
  58. db4ced1 doc: queue-sysfs: minor fixes by Arnd Hannemann · 10 years ago
  59. a278731 Documentation: Fix null_blk parameter irq_mode to irqmode by Fam Zheng · 10 years ago
  60. 3cf8ca1 Documentation/: update 00-INDEX files by Henrik Austad · 10 years ago
  61. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  62. 2000524 null_blk: set use_per_node_hctx param to false by Matias Bjørling · 11 years ago
  63. 89ed05e null_blk: corrections to documentation by Matias Bjørling · 11 years ago
  64. 12f8f4f null_blk: documentation by Matias Bjorling · 11 years ago
  65. 4550dd6 block: Immutable bio vecs by Kent Overstreet · 11 years ago
  66. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  67. 080506a block: change config option name for cmdline partition parsing by Paul Gortmaker · 11 years ago
  68. bab5541 block: support embedded device command line partition by Cai Zhiyong · 11 years ago
  69. c9f3f2d doc: Fix typo in doucmentations by Masanari Iida · 11 years ago
  70. f884ab1 doc: fix misspellings with 'codespell' tool by Anatol Pomozov · 11 years ago
  71. fdc6fdc Documentation: cfq-iosched: update documentation help for cfq tunables by Namjae Jeon · 11 years ago
  72. d02f7aa cfq-iosched: enable full blkcg hierarchy support by Tejun Heo · 12 years ago
  73. 4254bba block: Kill bi_destructor by Kent Overstreet · 12 years ago
  74. 4004e90 Documentation: update tunable options in block/cfq-iosched.txt by Namjae Jeon · 12 years ago
  75. 2792d87 Documentation: update tunable options in block/cfq-iosched.txt by Namjae Jeon · 12 years ago
  76. 8658266 Documentation: update missing index files in block/00-INDEX by Namjae Jeon · 12 years ago
  77. a051661 blkcg: implement per-blkg request allocation by Tejun Heo · 12 years ago
  78. b319668 Documentation: drop as block elevator reference in switching-sched.txt by Wang Sheng-Hui · 13 years ago
  79. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  80. 4931402 cfq-iosched: Add documentation about idling by Vivek Goyal · 13 years ago
  81. 5757a6d block: strict rq_affinity by Dan Williams · 13 years ago
  82. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  83. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  84. 17a9e7b Documentation: remove anticipatory scheduler info by Randy Dunlap · 14 years ago
  85. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  86. 04ccc65 block: update documentation for REQ_FLUSH / REQ_FUA by Christoph Hellwig · 14 years ago
  87. 6d6ac1c cfq-iosched: Documentation help for new tunables by Vivek Goyal · 14 years ago
  88. 6e57559 nick piggin: change email address by Nick Piggin · 14 years ago
  89. c2282ad Documentation: fix block/biodoc.txt dma mapping description by FUJITA Tomonori · 14 years ago
  90. f11cbd7 Merge branch 'master' into for-2.6.34 by Jens Axboe · 14 years ago
  91. 488991e block: Added in stricter no merge semantics for block I/O by Alan D. Brunelle · 15 years ago
  92. 4207a152 Documentation: Rename Documentation/DMA-mapping.txt by Kusanagi Kouichi · 15 years ago
  93. 1de6129 block: remove Documentation/block/as-iosched.txt by FUJITA Tomonori · 15 years ago
  94. 61fd216 Trivial typo fixes in Documentation/block/data-integrity.txt. by Andre Noll · 15 years ago
  95. 19f5946 trivial: Miscellaneous documentation typo fixes by Matt LaPlante · 15 years ago
  96. dbdc9dd Removed reference to non-existing file Documentation/PCI/PCI-DMA-mapping.txt by vibi sreenivasan · 15 years ago
  97. 329007c block: update biodoc.txt on plugging by Jens Axboe · 15 years ago
  98. 07e86f4 block: Repeated lines in switching-sched.txt by Avishay Traeger · 15 years ago
  99. cbb5901 block: add text file detailing queue/ sysfs files by Jens Axboe · 15 years ago
  100. 7598909 Mark mandatory elevator functions in the biodoc.txt by Nikanth Karthikesan · 16 years ago