1. 38f1852 [PATCH] block: CFQ refcounting fix by Brian King · 19 years ago
  2. 309c0a1 [PATCH] blk: Use blk_queue_xxx functions to set parameters by Stuart McLaren · 19 years ago
  3. f62c6d0 [PATCH] Add missing overflow check in get_blkdev_list by Neil Horman · 19 years ago
  4. 4b0dc07 [PATCH] cleanup of deadline_dispatch_requests() by Nikita Danilov · 19 years ago
  5. ef88b7d Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  6. 9a8af6b [PATCH] Floppy: add cmos attribute to floppy driver tidy by Andrew Morton · 19 years ago
  7. 94fd0db [PATCH] Floppy: Add cmos attribute to floppy driver by Hannes Reinecke · 19 years ago
  8. 4846764 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  9. 875d43e [PATCH] mips: clean up 32/64-bit configuration by Ralf Baechle · 19 years ago
  10. eb6f116 [CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriate by Herbert Xu · 19 years ago
  11. 8bc2bee Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 by Linus Torvalds · 19 years ago
  12. fb120da [PATCH] Make MODULE_DEVICE_TABLE work for vio devices by Stephen Rothwell · 19 years ago
  13. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  14. 9c2c38a [PATCH] cfq-iosched.c: minor fixes by Jens Axboe · 19 years ago
  15. dbec486 kconfig: move initramfs options to General Setup by Sam Ravnborg · 19 years ago
  16. ba02508 [PATCH] blk: fix tag shrinking (revive real_max_size) by Tejun Heo · 19 years ago
  17. d7ed538 [PATCH] cfq-iosched: fix problem with barriers and max_depth == 1 by Jens Axboe · 19 years ago
  18. ad2b931 [PATCH] cciss per disk queue by Mike Miller · 19 years ago
  19. 44456d3 [PATCH] turn many #if $undefined_string into #ifdef $undefined_string by Olaf Hering · 19 years ago
  20. 1872bce [PATCH] ub: fix for blank CDs by Pete Zaitcev · 19 years ago
  21. c9b3ad6 [PATCH] as-iosched tunable encoding fix by Jens Axboe · 19 years ago
  22. fd782a4 [PATCH] Fix get_request nastiness by Hugh Dickins · 19 years ago
  23. fb3cc43 [PATCH] blk: light iocontext ops by Nick Piggin · 19 years ago
  24. d634453 [PATCH] blk: reduce locking by Nick Piggin · 19 years ago
  25. 450991b [PATCH] blk: __make_request efficiency by Nick Piggin · 19 years ago
  26. 082cf69 [PATCH] ll_rw_blk: prevent huge request allocations by Jens Axboe · 19 years ago
  27. 97afa0a [PATCH] cciss_ioctl() warning fix by Andrew Morton · 19 years ago
  28. 99f95e5 [PATCH] cfq build fix by Andrew Morton · 19 years ago
  29. 60564a3 [PATCH] cciss: remove partition info from CCISS_GETLUNINFO by Mike Miller · 19 years ago
  30. cd6fb58 [PATCH] cciss: pci domain info pass 2 by Mike Miller · 19 years ago
  31. 3de0a70 [PATCH] cciss: pci id fix by Mike Miller · 19 years ago
  32. 8c87093 [PATCH] ppc32: Remove CONFIG_PMAC_PBOOK by Benjamin Herrenschmidt · 19 years ago
  33. 3bd1907 Merge 'upstream' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 19 years ago
  34. 96c51ce [PATCH] CFQ io scheduler: scheduler switch oops by Jens Axboe · 19 years ago
  35. 3b18152 [PATCH] CFQ io scheduler updates by Jens Axboe · 19 years ago
  36. 3d25f35 [PATCH] Fix cfq_find_next_crq() by Jens Axboe · 19 years ago
  37. 22e2c50 [PATCH] Update cfq io scheduler to time sliced design by Jens Axboe · 19 years ago
  38. a394866 [PATCH] drivers/block/sx8.c: Use the DMA_{64, 32}BIT_MASK constants by Tobias Klauser · 19 years ago
  39. 2031d0f Merge Christoph's freeze cleanup patch by Linus Torvalds · 19 years ago
  40. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
  41. dfa1a55 [PATCH] ll_merge_requests_fn() cleanup by Nikita Danilov · 19 years ago
  42. 93d17d3 [PATCH] drivers/block/ll_rw_blk.c: cleanups by Adrian Bunk · 19 years ago
  43. bb93e3a [PATCH] block: add unlocked_ioctl support for block devices by Arnd Bergmann · 19 years ago
  44. 46c271b [PATCH] Improve CD/DVD packet driver write performance by Peter Osterlund · 19 years ago
  45. ac20427 [PATCH] add check to /proc/devices read routines by Neil Horman · 19 years ago
  46. 35a82d1 [PATCH] optimise loop driver a bit by Nick Piggin · 19 years ago
  47. bdd646a [PATCH] blk: unplug later by Nick Piggin · 19 years ago
  48. fde6ad2 [PATCH] blk: branch hints by Nick Piggin · 19 years ago
  49. 250dccc [PATCH] blk: no memory barrier by Nick Piggin · 19 years ago
  50. 040c928 [PATCH] blk: cleanup generic tag support error messages by Tejun Heo · 19 years ago
  51. f7d37d0 [PATCH] blk: remove BLK_TAGS_{PER_LONG|MASK} by Tejun Heo · 19 years ago
  52. fa72b90 [PATCH] blk: remove blk_queue_tag->real_max_depth optimization by Tejun Heo · 19 years ago
  53. 2bf0fda [PATCH] blk: use find_first_zero_bit() in blk_queue_start_tag() by Tejun Heo · 19 years ago
  54. 1946089 [PATCH] NUMA aware block device control structure allocation by Christoph Lameter · 19 years ago
  55. 74880c0 [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  56. deb3697 [PATCH] class: convert drivers/block/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  57. 6c1852a [PATCH] sysfs: (driver/block) if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  58. 3237ee7 merge by hand (fix up qla_os.c merge error) by James Bottomley · 19 years ago
  59. db3b584 When cfq I/O scheduler is selected, get_request() in __make_request() calls by Kiyoshi Ueda · 19 years ago
  60. c374f12 This patch fixes q->unplug_thresh condition check in by Tejun Heo · 19 years ago
  61. 9c56187 This patch kills elevator_global_init() in elevator.c which does nothing. by Tejun Heo · 19 years ago
  62. eb0df99 [SCSI] cciss 2.6 DMA mapping by mike.miller@hp.com · 19 years ago
  63. 9f793d2 [PATCH] USB: fix ub issues by Pete Zaitcev · 19 years ago
  64. f480007 [PATCH] USB: Support multiply-LUN devices in ub by Pete Zaitcev · 19 years ago
  65. 153b1e1 Automatic merge of ../scsi-misc-2.6-old/ by James Bottomley · 19 years ago
  66. 46f4e1b [PATCH] packet driver permission checking fix by Peter Osterlund · 19 years ago
  67. ad34ea2 merge by hand - fix up rejections in Documentation/DocBook/Makefile by James Bottomley · 19 years ago
  68. 867d119 [SCSI] remove requeue feature from blk_insert_request() by Tejun Heo · 19 years ago
  69. 2e759cd [SCSI] make blk layer set REQ_SOFTBARRIER on defer and requeue by Tejun Heo · 19 years ago
  70. 7baeb6a [PATCH] CDRW/DVD packet writing data corruption fix by Peter Osterlund · 19 years ago
  71. 118326e [PATCH] Fix root hole in pktcdvd by Peter Osterlund · 19 years ago
  72. 68f66fe [PATCH] Fix root hole in raw device by Stephen Tweedie · 19 years ago
  73. cccf250 [PATCH] drivers/block/rd.c: rd_size shouldn't be static by Adrian Bunk · 19 years ago
  74. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  75. 2ef4163 [PATCH] remove do_sync parameter from __invalidate_device by Christoph Hellwig · 19 years ago
  76. 5b76ffd [PATCH] DAC960: add support for Mylex AcceleRAID 4/5/600 by Christoph Hellwig · 19 years ago
  77. a553260 [PATCH] ISA DMA Kconfig fixes - part 3 by Al Viro · 19 years ago
  78. 0e57c71 [PATCH] aoe: update version number to 10 by Ed L Cashin · 19 years ago
  79. 4613ed2 [PATCH] aoe: add firmware version to info in sysfs by Ed L Cashin · 19 years ago
  80. 93d489f [PATCH] aoe: allow multiple aoe devices to have the same mac by Ed L Cashin · 19 years ago
  81. 03c41c4 [PATCH] aoe: improve allowed interfaces configuration by Ed L Cashin · 19 years ago
  82. 40be0c2 [PATCH] nbd: Don't create all MAX_NBD devices by default all the time by Lars Marowsky-Bree · 19 years ago
  83. 1181c1f [PATCH] noop-iosched: kill O(N) merge scan by Jens Axboe · 19 years ago
  84. 461790f [PATCH] broken dependency for floppy on ARM by Al Viro · 19 years ago
  85. a4b3836 [PATCH] aoe 12/12: send outgoing packets in order by ecashin@coraid.com · 19 years ago
  86. 0c6f0e7 [PATCH] aoe 11/12: add support for disk statistics by ecashin@coraid.com · 19 years ago
  87. 63e9cc5 [PATCH] aoe 6/12: Alexey Dobriyan sparse cleanup by ecashin@coraid.com · 19 years ago
  88. 0334793 [PATCH] aoe 5/12: don't try to free null bufpool by ecashin@coraid.com · 19 years ago
  89. b68650f [PATCH] aoe 3/12: update driver version to 6 by ecashin@coraid.com · 19 years ago
  90. 32465c6 [PATCH] aoe 2/12: allow multiple aoe devices with same MAC by ecashin@coraid.com · 19 years ago
  91. fc458dc [PATCH] aoe 1/12: remove too-low cap on minor number by ecashin@coraid.com · 19 years ago
  92. c46f2ff merge by hand (scsi_device.h) by James Bottomley · 19 years ago
  93. b665112 [PATCH] consolidate timeout defintions in scsi.h by · 19 years ago
  94. 152587d [PATCH] fix NMI lockup with CFQ scheduler by · 19 years ago
  95. 5960f3a [PATCH] arm: fix floppy disk dependencies by Russell King · 19 years ago
  96. a299738 [PATCH] use cheaper elv_queue_empty when unplug a device by Ken Chen · 19 years ago
  97. 4a534f9 [PATCH] possible use-after-free of bio by Jens Axboe · 19 years ago
  98. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago