1. b7ed1de Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  2. 30e9656 [PATCH] block: implement elv_insert and use it (fix ordcolor flipping bug) by Tejun Heo · 18 years ago
  3. 01840f9 [PATCH] blk: Fix SG_IO ioctl failure retry looping by Jens Axboe · 18 years ago
  4. 238e7db [PATCH] block: request_queue->ordcolor must not be flipped on SOFTBARRIER by Tejun Heo · 18 years ago
  5. 9a7a67a [PATCH] fix ordering on requeued request drainage by Jens Axboe · 18 years ago
  6. 88a2a4ac [PATCH] percpu data: only iterate over possible CPUs by Eric Dumazet · 18 years ago
  7. 3eaf840 [PATCH] device-mapper disk statistics: timing by Jun'ichi "Nick" Nomura · 18 years ago
  8. fddfdea [BLOCK] A few kerneldoc fixups by Jens Axboe · 18 years ago
  9. 60481b1 [BLOCK] ll_rw_blk: fix setting of ->ordered on init by Tetsuo Takata · 18 years ago
  10. 248d5ca [BLOCK] elevator: allow default scheduler to potentially be modular by Nate Diller · 18 years ago
  11. 5f00397 [BLOCK] elevator: default choice selection by Nate Diller · 18 years ago
  12. 53e8606 [BLOCK] ll_rw_blk: use preempt-disabling disk_stat_add() in completion by Jens Axboe · 18 years ago
  13. 2cb2e14 [BLOCK] ll_rw_blk: make max_sectors and max_hw_sectors unsigned ints by Jens Axboe · 18 years ago
  14. b7bfcf7 [BLOCK] elevator: if specified scheduler is not found, fall back to default by Jens Axboe · 18 years ago
  15. 752a3b7 [BLOCK] elevator: Make elevator=as work again for anticipatory by Chuck Ebbert · 18 years ago
  16. 7170be5 [PATCH] convert /proc/devices to use seq_file interface by Neil Horman · 18 years ago
  17. 1bc691d [PATCH] fix queue stalling while barrier sequencing by Tejun Heo · 18 years ago
  18. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago
  19. e2688f0 Merge branch 'blk-softirq' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  20. ff856ba [BLOCK] ll_rw_blk: Enable out-of-order request completions through softirq by Jens Axboe · 19 years ago
  21. 356cebe [BLOCK] Kill blk_attempt_remerge() by Jens Axboe · 19 years ago
  22. 5a57be8 [BLOCK] scsi_ioctl: file can be NULL from ioctl_by_bdev() by Jens Axboe · 19 years ago
  23. 769db45 make elv_try_merge() static, kill the dead declaration of by Coywolf Qi Hunt · 19 years ago
  24. 1abee6d [BLOCK][TRIVIAL] ll_rw_blk: header included twice by Nicolas Kaiser · 19 years ago
  25. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 19 years ago
  26. d99cf9d Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  27. 347a8dc [PATCH] s390: cleanup Kconfig by Martin Schwidefsky · 19 years ago
  28. 797e7db [BLOCK] reimplement handling of barrier request by Tejun Heo · 19 years ago
  29. 52d9e67 [BLOCK] ll_rw_blk: separate out bio init part from __make_request by Tejun Heo · 19 years ago
  30. 8ffdc65 [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() by Tejun Heo · 19 years ago
  31. 6410009 [BLOCK] mark some block/ variables cons by Arjan van de Ven · 19 years ago
  32. 88ee5ef [BLOCK] ll_rw_blk: fastpath get_request() by Jens Axboe · 19 years ago
  33. ef9be1d [BLOCK] as-iosched: update alias handling by Tejun Heo · 19 years ago
  34. db9edfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  35. f61ea1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 19 years ago
  36. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  37. f98d2df [PATCH] block: Cleanup CDROMEJECT ioctl by Ben Collins · 19 years ago
  38. defd94b [SCSI] seperate max_sectors from max_hw_sectors by Mike Christie · 19 years ago
  39. 6e39b69e [SCSI] export blk layer functions needed for blk_execute_rq_nowait by Mike Christie · 19 years ago
  40. 8ad9ebb [PATCH] as-iosched: remove state assertion in as_add_request() by Jens Axboe · 19 years ago
  41. eb97b73 [BLOCK] new block/ directory comment tidy by Coywolf Qi Hunt · 19 years ago
  42. 3beb207 [BLOCK] elevator: elv_latter/former_request update by Tejun Heo · 19 years ago
  43. 5a7c47e [BLOCK] noop-iosched: reimplementation of request dispatching by Tejun Heo · 19 years ago
  44. b740d98 [BLOCK] cfq-iosched: fix slice_left calculation by Tejun Heo · 19 years ago
  45. be56123 [BLOCK] fix string handling in elv_iosched_store by Tejun Heo · 19 years ago
  46. 15853af [BLOCK] Implement elv_drain_elevator for improved switch error detection by Tejun Heo · 19 years ago
  47. 1b5ed5e1 [BLOCK] cfq-iosched: cfq forced dispatching fix by Tejun Heo · 19 years ago
  48. 407df2a [BLOCK] elevator: run queue in elevator_switch by Tejun Heo · 19 years ago
  49. 47a0041 [BLOCK] Document the READ/WRITE splitup of the disk stats by Jens Axboe · 19 years ago
  50. cff3ba2 [BLOCK] elevator init fixes #2 by Zachary Amsden · 19 years ago
  51. b8ea2cb [BLOCK] elevator init fixes by Zachary Amsden · 19 years ago
  52. 333c47c Merge branch 'block-dir' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  53. c6ea2ba [BLOCK] iosched: fix setting of default io scheduler by Jens Axboe · 19 years ago
  54. 3a65dfe [BLOCK] Move all core block layer code to new block/ directory by Jens Axboe · 19 years ago