1. 5d0360e rd: fix data corruption on memory pressure by Christian Borntraeger · 17 years ago
  2. e62aa04 paride: pf driver fixes by Ondrej Zary · 17 years ago
  3. 91cf45f [NET]: Add the helper kernel_sock_shutdown() by Trond Myklebust · 17 years ago
  4. fffe487 pktcdvd: fix BUG caused by sysfs module reference semantics change by Tejun Heo · 17 years ago
  5. b07989f paride: fix 'and' typo in drivers/block/paride/pt.c by Roel Kluin · 17 years ago
  6. bd4f36d cciss: update copyright notices by Mike Miller · 17 years ago
  7. 4f33a9d ub: add sg_init_table for sense and read capacity commands by FUJITA Tomonori · 17 years ago
  8. 3d1266c SG: audit of drivers that use blk_rq_map_sg() by Jens Axboe · 17 years ago
  9. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  10. d91c5e8 More SG build fixes by David Miller · 17 years ago
  11. 1176360 [PATCH] Fix breakage after SG cleanups by Ralf Baechle · 17 years ago
  12. 0ca49ca Remove old lguest bus and drivers. by Rusty Russell · 17 years ago
  13. e467cde Block driver using virtio. by Rusty Russell · 17 years ago
  14. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  15. d489202 remove unused return within void return function by Denis Cheng · 17 years ago
  16. d96267a remove duplicate MMAPPER Kconfig option by Adrian Bunk · 17 years ago
  17. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  18. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  19. 2e977c8 fix typos in drivers/block/Kconfig by Patrick Ringl · 17 years ago
  20. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  21. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  22. b6257a9 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  23. fdc1ca8 floppy: remove register keyword use from floppy driver by Jesper Juhl · 17 years ago
  24. aee9041 floppy: remove dead/commented out code from floppy driver by Jesper Juhl · 17 years ago
  25. 06f748c floppy: do a very minimal style cleanup of the floppy driver by Jesper Juhl · 17 years ago
  26. fac8b20 Remove final traces of long-deprecated "ramdisk" kernel parm by Robert P. J. Day · 17 years ago
  27. 5a9df73 drivers/block/cciss.c: fix check-after-use by Adrian Bunk · 17 years ago
  28. 1a614f5 cciss: fix error reporting for SG_IO by Steve Cameron · 17 years ago
  29. 7fdfd40 NBD: allow hung network I/O to be cancelled by Paul Clements · 17 years ago
  30. 4b86a87 NBD: set uninitialized devices to size 0 by Paul Clements · 17 years ago
  31. 2e9c47c floppy: tolerate DMA channel unavailability by Jan Beulich · 17 years ago
  32. abdbf94 aoe: remove unecessary wrapper function by Ed L. Cashin · 17 years ago
  33. 759d7c6 Remove unneeded lock_kernel() in driver/block/loop.c by Diego Woitasen · 17 years ago
  34. 0cbc591b nbd: change a parameter's type to remove a memcpy call by Denis Cheng · 17 years ago
  35. d2c9740 nbd: use list_for_each_entry_safe to make it more consolidated and readable by Denis Cheng · 17 years ago
  36. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  37. 8bf50f7 cciss: disable DMA refetch on Smart Array P600 by Mike Miller (OS Dev) · 17 years ago
  38. 92d15c2 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  39. 8268f5a deny partial write for loop dev fd by Dmitry Monakhov · 17 years ago
  40. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  41. 3eed13f Merge branch 'sglist-arch' into for-linus by Jens Axboe · 17 years ago
  42. a39d113 Merge branch 'barrier' into for-linus by Jens Axboe · 17 years ago
  43. a683d65 Panic in blk_rq_map_sg() from CCISS driver by Lee Schermerhorn · 17 years ago
  44. 7e3da6c pktcdvd: don't rely on bio_init() preserving bio->bi_destructor by Laurent Riffard · 17 years ago
  45. 761a15e pktcdvd: don't rely on bio_init() preserving bio->bi_io_vec by Jens Axboe · 17 years ago
  46. fd5d806 block: convert blkdev_issue_flush() to use empty barriers by Jens Axboe · 17 years ago
  47. 87ad900 drivers/block/cpqarray,cciss: kill unused var by Jeff Garzik · 17 years ago
  48. b4482a4 more trivial signedness fixes in drivers by Al Viro · 17 years ago
  49. cebe0fe [S390] Remove obsolete recommendation for 8M ramdisk size. by Robert P. J. Day · 17 years ago
  50. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  51. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  52. 8251b4c [POWERPC] iSeries: Move viodasd probing by Stephen Rothwell · 17 years ago
  53. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  54. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  55. d2bbf3d Sysace: Don't enable IRQ until after interrupt handler is registered by Grant Likely · 17 years ago
  56. b5515d8 Sysace: sparse fixes by Grant Likely · 17 years ago
  57. 34e1b83 Sysace: Minor coding convention fixup by Grant Likely · 17 years ago
  58. cb3503c drivers/block/umem: use DRIVER_NAME where appropriate by Jeff Garzik · 17 years ago
  59. 4e953a2 drivers/block/umem: trim trailing whitespace by Jeff Garzik · 17 years ago
  60. ee4a7b6 drivers/block/umem: minor cleanups by Jeff Garzik · 17 years ago
  61. 4e0af88 drivers/block/umem: use dev_printk() by Jeff Garzik · 17 years ago
  62. 3084f0c drivers/block/umem: move private include away from include/linux by Jeff Garzik · 17 years ago
  63. ed155a9 Sysace: Labels in C code should not be indented. by Grant Likely · 17 years ago
  64. 95e896c Sysace: Add of_platform_bus binding by Grant Likely · 17 years ago
  65. 32f6fff Sysace: Move IRQ handler registration to occur after FSM is initialized by Grant Likely · 17 years ago
  66. 4a24d86 Sysace: minor rework and cleanup changes by Grant Likely · 17 years ago
  67. 1b45546 Sysace: Move structure allocation from bus binding into common code by Grant Likely · 17 years ago
  68. edec496 Sysace: Use the established platform bus api by Grant Likely · 17 years ago
  69. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  70. 6c92e69 Fixup rq_for_each_segment() indentation by Jens Axboe · 17 years ago
  71. eea9bef Fix various abuse of bio fields in umem.c by NeilBrown · 17 years ago
  72. 5705f70 Introduce rq_for_each_segment replacing rq_for_each_bio by NeilBrown · 17 years ago
  73. 3558c9b Fix "Fix DAC960 driver on machines which don't support 64-bit DMA" by Andrew Morton · 17 years ago
  74. 868047f Fix DAC960 driver on machines which don't support 64-bit DMA by Matthew Wilcox · 17 years ago
  75. 1bd4b28 [SUNVDC]: Use slice 0xff on VD_DISK_TYPE_DISK. by David S. Miller · 17 years ago
  76. 928923c Introduce CONFIG_CHECK_SIGNATURE by Geert Uytterhoeven · 17 years ago
  77. 06bfb7e Add some help texts to recently-introduced kconfig items by Jan Engelhardt · 17 years ago
  78. 9ef7ad2 Enable partitions for lguest block device by Rusty Russell · 17 years ago
  79. a6b3a93 sysace: HDIO_GETGEO has it's own method for ages by Christoph Hellwig · 17 years ago
  80. 2e4934a drivers/block/cpqarray.c: better error handling and kmalloc + memset conversion to k[cz]alloc by Mariusz Kozlowski · 17 years ago
  81. 1aebe18 drivers/block/cciss.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  82. 9b99628 Clean up duplicate includes in drivers/block/ by Jesper Juhl · 17 years ago
  83. f2912a1 cciss: fix memory leak by Jesper Juhl · 17 years ago
  84. 05ff097 Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=n by Rusty Russell · 17 years ago
  85. e2c9784 lguest: documentation III: Drivers by Rusty Russell · 17 years ago
  86. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  87. c6131fa ps3: Disk Storage Driver by Geert Uytterhoeven · 17 years ago
  88. 91ba3c2 [SPARC64]: Fix handling of multiple vdc-port nodes. by David S. Miller · 17 years ago
  89. da68e08 [SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET. by Fabio Massimo Di Nitto · 17 years ago
  90. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  91. b754416 lguest: the block driver by Rusty Russell · 17 years ago
  92. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  93. 31bdc5d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  94. 9f27ee5 xen: add virtual block device driver. by Jeremy Fitzhardinge · 17 years ago
  95. 80dc35d [SPARC64]: Simplify VDC device probing. by David S. Miller · 17 years ago
  96. c6d4d63 unregister_blkdev(): delete redundant message by Akinobu Mita · 17 years ago
  97. 00d5940 unregister_blkdev() delete redundant messages in callers by Akinobu Mita · 17 years ago
  98. 74489a9 Add support for Xilinx SystemACE CompactFlash interface by Grant Likely · 17 years ago
  99. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  100. 489de30 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago