1. 59247ea block: fix missing bio back/front segment size setting in blk_recount_segments() by Jens Axboe · 15 years ago
  2. 1e42807 block: reduce stack footprint of blk_recount_segments() by Jens Axboe · 15 years ago
  3. 9e8c0bc block: add documentation for register_blkdev() by Márton Németh · 15 years ago
  4. be987fd block: fix deadlock in blk_abort_queue() for drivers that readd to timeout list by Hannes Reinecke · 15 years ago
  5. 41b8c85 block: fix booting from partitioned md array by Neil Brown · 15 years ago
  6. 93dbb39 block: fix bad definition of BIO_RW_SYNC by Jens Axboe · 15 years ago
  7. c1c20120 bsg: Fix sense buffer bug in SG_IO by Boaz Harrosh · 15 years ago
  8. fb8ec18 block: fix oops in blk_queue_io_stat() by Jens Axboe · 15 years ago
  9. 3a9a3f6 cfq-iosched: Allow RT requests to pre-empt ongoing BE timeslice by Divyesh Shah · 15 years ago
  10. bc58ba9 block: add sysfs file for controlling io stats accounting by Jens Axboe · 15 years ago
  11. cec0707 block: silently error an unsupported barrier bio by Jens Axboe · 15 years ago
  12. dbdac9b block: Fix documentation for blkdev_issue_flush() by Theodore Ts'o · 15 years ago
  13. 213d941 block: seperate bio/request unplug and sync bits by Jens Axboe · 15 years ago
  14. 1308835f block: export SSD/non-rotational queue flag through sysfs by Bartlomiej Zolnierkiewicz · 15 years ago
  15. f48fc4d block: get rid of the manual directory counting in blktrace by Jens Axboe · 15 years ago
  16. 3223163 block: Allow empty integrity profile by Martin K. Petersen · 15 years ago
  17. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  18. cd76469 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  19. 4d783b0 block: Add Kconfig help which notes that ext4 needs CONFIG_LBD by Theodore Ts'o · 15 years ago
  20. 3ada8b7 block: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  21. 97ae77a [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE by FUJITA Tomonori · 15 years ago
  22. 56c451f [SCSI] block: fix the partial mappings with struct rq_map_data by FUJITA Tomonori · 15 years ago
  23. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 15 years ago
  24. 33edcf1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 15 years ago
  25. 62c1fe9 cfq-iosched: fix race between exiting queue and exiting task by Jens Axboe · 15 years ago
  26. b3a6ffe Get rid of CONFIG_LSF by Jens Axboe · 15 years ago
  27. 3c18ce7 block: make blk_softirq_init() static by Roel Kluin · 15 years ago
  28. 18af8b2 block: use min_not_zero in blk_queue_stack_limits by FUJITA Tomonori · 16 years ago
  29. a6f2365 block: add one-hit cache for disk partition lookup by Jens Axboe · 16 years ago
  30. 30e0dc2 cfq-iosched: remove limit of dispatch depth of max 4 times quantum by Jens Axboe · 16 years ago
  31. b374d18 block: get rid of elevator_t typedef by Jens Axboe · 16 years ago
  32. a31a973 block: don't use plugging on SSD devices by Jens Axboe · 16 years ago
  33. a185eb4 block: fix empty barrier on write-through w/ ordered tag by Tejun Heo · 16 years ago
  34. 58eea92 block: simplify empty barrier implementation by Tejun Heo · 16 years ago
  35. 8f11b3e block: make barrier completion more robust by Tejun Heo · 16 years ago
  36. f671620 block: make every barrier action optional by Tejun Heo · 16 years ago
  37. a738467 block: remove duplicate or unused barrier/discard error paths by Tejun Heo · 16 years ago
  38. 313e429 block: reorganize QUEUE_ORDERED_* constants by Tejun Heo · 16 years ago
  39. 64d01dc block: use cancel_work_sync() instead of kblockd_flush_work() by Cheng Renquan · 16 years ago
  40. 08bafc0 block: Supress Buffer I/O errors when SCSI REQ_QUIET flag set by Keith Mannthey · 16 years ago
  41. 7c23951 block: don't take lock on changing ra_pages by Wu Fengguang · 16 years ago
  42. c6a06f7 block/blk-tag.c: cleanup kernel-doc by Qinghuang Feng · 16 years ago
  43. 2b91baf scsi-ioctl: use clock_t <> jiffies by Milton Miller · 16 years ago
  44. 70ed28b block: leave the request timeout timer running even on an empty list by Jens Axboe · 16 years ago
  45. 65d3618 block: add comment in blk_rq_timed_out() about why next can not be 0 by Jens Axboe · 16 years ago
  46. 565e411 block: optimizations in blk_rq_timed_out_timer() by malahal@us.ibm.com · 16 years ago
  47. be4d638 cpumask: Replace cpu_coregroup_map with cpu_coregroup_mask by Rusty Russell · 15 years ago
  48. 30cd324 Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  49. f2f1fa7 Enforce a minimum SG_IO timeout by Linus Torvalds · 15 years ago
  50. 970987b Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  51. fd4ce1a [PATCH 1/2] kill FMODE_NDELAY_NOW by Christoph Hellwig · 16 years ago
  52. 1c92560 [PATCH] Fix block dev compat ioctl handling by Andreas Schwab · 16 years ago
  53. 0e435ac block: fix setting of max_segment_size and seg_boundary mask by Milan Broz · 16 years ago
  54. 53a0880 block: internal dequeue shouldn't start timer by Tejun Heo · 16 years ago
  55. bf91db1 block: set disk->node_id before it's being used by Cheng Renquan · 16 years ago
  56. 53cc0b2 When block layer fails to map iov, it calls bio_unmap_user to undo by Petr Vandrovec · 16 years ago
  57. 0bfc245 blktrace: port to tracepoints, update by Ingo Molnar · 16 years ago
  58. 5f3ea37 blktrace: port to tracepoints by Arnaldo Carvalho de Melo · 16 years ago
  59. c26156b block: hold extra reference to bio in blk_rq_map_user_iov() by Jens Axboe · 16 years ago
  60. 561ec68 block: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEVT=y and nash by Zhang, Yanmin · 16 years ago
  61. ba32929 block: make add_partition() return pointer to hd_struct by Tejun Heo · 16 years ago
  62. 7838c15 Block: use round_jiffies_up() by Alan Stern · 16 years ago
  63. e78042e blk: move blk_delete_timer call in end_that_request_last by Mike Anderson · 16 years ago
  64. 2920ebb block: add timer on blkdev_dequeue_request() not elv_next_request() by Tejun Heo · 16 years ago
  65. 4338178 block: remove unused ll_new_mergeable() by FUJITA Tomonori · 16 years ago
  66. 88ed86f Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  67. 5f4f0c4 compat_blkdev_driver_ioctl: Remove unused variable warning by Linus Torvalds · 16 years ago
  68. 31d85ab proc: move /proc/diskstats boilerplate to block/genhd.c by Alexey Dobriyan · 16 years ago
  69. f500975 proc: move rest of /proc/partitions code to block/genhd.c by Alexey Dobriyan · 16 years ago
  70. 56b26ad [PATCH] kill the rest of struct file propagation in block ioctls by Al Viro · 16 years ago
  71. 6af3a56 [PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSET by Al Viro · 16 years ago
  72. 45048d0 [PATCH] get rid of blkdev_locked_ioctl() by Al Viro · 16 years ago
  73. e436fda [PATCH] get rid of blkdev_driver_ioctl() by Al Viro · 16 years ago
  74. 33c2dca [PATCH] trim file propagation in block/compat_ioctl.c by Al Viro · 16 years ago
  75. 90b8f28 [PATCH] end of methods switch: remove the old ones by Al Viro · 16 years ago
  76. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  77. 633a08b [PATCH] introduce __blkdev_driver_ioctl() by Al Viro · 17 years ago
  78. 74f3c8a [PATCH] switch scsi_cmd_ioctl() to passing fmode_t by Al Viro · 17 years ago
  79. e915e87 [PATCH] switch sg_scsi_ioctl() to passing fmode_t by Al Viro · 16 years ago
  80. 5842e51 [PATCH] pass mode instead of file to sg_io() by Al Viro · 16 years ago
  81. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  82. c53dbf5 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  83. ed09441 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  84. f73e2d1 block: remove __generic_unplug_device() from exports by Jens Axboe · 16 years ago
  85. 713ada9 block: move q->unplug_work initialization by Peter Zijlstra · 16 years ago
  86. 496aa8a block: fix current kernel-doc warnings by Randy Dunlap · 16 years ago
  87. 80a4b58 block: only call ->request_fn when the queue is not stopped by Jens Axboe · 16 years ago
  88. ee2e992 block: simplify string handling in elv_iosched_store() by Li Zefan · 16 years ago
  89. e6d63840 block: fix kernel-doc for blk_alloc_devt() by Li Zefan · 16 years ago
  90. 8677142 block: fix nr_phys_segments miscalculation bug by FUJITA Tomonori · 16 years ago
  91. 1ff9f54 device create: block: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  92. 6000a36 [SCSI] block: separate failfast into multiple bits. by Mike Christie · 16 years ago
  93. ad7fce9 block: Switch blk_integrity_compare from bdev to gendisk by Martin K. Petersen · 16 years ago
  94. 0c032ab block: Fix double put in blk_integrity_unregister by Martin K. Petersen · 16 years ago
  95. d00e29f block: remove end_{queued|dequeued}_request() by Kiyoshi Ueda · 16 years ago
  96. 99cd338 block: change elevator to use __blk_end_request() by Kiyoshi Ueda · 16 years ago
  97. 0497b34 blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structure by Jens Axboe · 16 years ago
  98. ef9e3fa block: add lld busy state exporting interface by Kiyoshi Ueda · 16 years ago
  99. 336c3d8 block: Fix blk_start_queueing() to not kick a stopped queue by Elias Oltmanns · 16 years ago
  100. e3ba9ae block: reserve some tags just for sync IO by Jens Axboe · 16 years ago