1. 759d7c6 Remove unneeded lock_kernel() in driver/block/loop.c by Diego Woitasen · 17 years ago
  2. 0cbc591b nbd: change a parameter's type to remove a memcpy call by Denis Cheng · 17 years ago
  3. d2c9740 nbd: use list_for_each_entry_safe to make it more consolidated and readable by Denis Cheng · 17 years ago
  4. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  5. 92d15c2 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  6. 8268f5a deny partial write for loop dev fd by Dmitry Monakhov · 17 years ago
  7. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  8. 3eed13f Merge branch 'sglist-arch' into for-linus by Jens Axboe · 17 years ago
  9. a39d113 Merge branch 'barrier' into for-linus by Jens Axboe · 17 years ago
  10. a683d65 Panic in blk_rq_map_sg() from CCISS driver by Lee Schermerhorn · 17 years ago
  11. 7e3da6c pktcdvd: don't rely on bio_init() preserving bio->bi_destructor by Laurent Riffard · 17 years ago
  12. 761a15e pktcdvd: don't rely on bio_init() preserving bio->bi_io_vec by Jens Axboe · 17 years ago
  13. fd5d806 block: convert blkdev_issue_flush() to use empty barriers by Jens Axboe · 17 years ago
  14. 87ad900 drivers/block/cpqarray,cciss: kill unused var by Jeff Garzik · 17 years ago
  15. b4482a4 more trivial signedness fixes in drivers by Al Viro · 17 years ago
  16. cebe0fe [S390] Remove obsolete recommendation for 8M ramdisk size. by Robert P. J. Day · 17 years ago
  17. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  18. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  19. 8251b4c [POWERPC] iSeries: Move viodasd probing by Stephen Rothwell · 17 years ago
  20. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  21. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  22. d2bbf3d Sysace: Don't enable IRQ until after interrupt handler is registered by Grant Likely · 17 years ago
  23. b5515d8 Sysace: sparse fixes by Grant Likely · 17 years ago
  24. 34e1b83 Sysace: Minor coding convention fixup by Grant Likely · 17 years ago
  25. cb3503c drivers/block/umem: use DRIVER_NAME where appropriate by Jeff Garzik · 17 years ago
  26. 4e953a2 drivers/block/umem: trim trailing whitespace by Jeff Garzik · 17 years ago
  27. ee4a7b6 drivers/block/umem: minor cleanups by Jeff Garzik · 17 years ago
  28. 4e0af88 drivers/block/umem: use dev_printk() by Jeff Garzik · 17 years ago
  29. 3084f0c drivers/block/umem: move private include away from include/linux by Jeff Garzik · 17 years ago
  30. ed155a9 Sysace: Labels in C code should not be indented. by Grant Likely · 17 years ago
  31. 95e896c Sysace: Add of_platform_bus binding by Grant Likely · 17 years ago
  32. 32f6fff Sysace: Move IRQ handler registration to occur after FSM is initialized by Grant Likely · 17 years ago
  33. 4a24d86 Sysace: minor rework and cleanup changes by Grant Likely · 17 years ago
  34. 1b45546 Sysace: Move structure allocation from bus binding into common code by Grant Likely · 17 years ago
  35. edec496 Sysace: Use the established platform bus api by Grant Likely · 17 years ago
  36. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  37. 6c92e69 Fixup rq_for_each_segment() indentation by Jens Axboe · 18 years ago
  38. eea9bef Fix various abuse of bio fields in umem.c by NeilBrown · 18 years ago
  39. 5705f70 Introduce rq_for_each_segment replacing rq_for_each_bio by NeilBrown · 17 years ago
  40. 3558c9b Fix "Fix DAC960 driver on machines which don't support 64-bit DMA" by Andrew Morton · 17 years ago
  41. 868047f Fix DAC960 driver on machines which don't support 64-bit DMA by Matthew Wilcox · 17 years ago
  42. 1bd4b28 [SUNVDC]: Use slice 0xff on VD_DISK_TYPE_DISK. by David S. Miller · 17 years ago
  43. 928923c Introduce CONFIG_CHECK_SIGNATURE by Geert Uytterhoeven · 17 years ago
  44. 06bfb7e Add some help texts to recently-introduced kconfig items by Jan Engelhardt · 18 years ago
  45. 9ef7ad2 Enable partitions for lguest block device by Rusty Russell · 18 years ago
  46. a6b3a93 sysace: HDIO_GETGEO has it's own method for ages by Christoph Hellwig · 18 years ago
  47. 2e4934a drivers/block/cpqarray.c: better error handling and kmalloc + memset conversion to k[cz]alloc by Mariusz Kozlowski · 18 years ago
  48. 1aebe18 drivers/block/cciss.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 18 years ago
  49. 9b99628 Clean up duplicate includes in drivers/block/ by Jesper Juhl · 18 years ago
  50. f2912a1 cciss: fix memory leak by Jesper Juhl · 18 years ago
  51. 05ff097 Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=n by Rusty Russell · 18 years ago
  52. e2c9784 lguest: documentation III: Drivers by Rusty Russell · 18 years ago
  53. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 18 years ago
  54. c6131fa ps3: Disk Storage Driver by Geert Uytterhoeven · 18 years ago
  55. 91ba3c2 [SPARC64]: Fix handling of multiple vdc-port nodes. by David S. Miller · 18 years ago
  56. da68e08 [SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET. by Fabio Massimo Di Nitto · 18 years ago
  57. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 18 years ago
  58. b754416 lguest: the block driver by Rusty Russell · 18 years ago
  59. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 18 years ago
  60. 31bdc5d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  61. 9f27ee5 xen: add virtual block device driver. by Jeremy Fitzhardinge · 18 years ago
  62. 80dc35d [SPARC64]: Simplify VDC device probing. by David S. Miller · 18 years ago
  63. c6d4d63 unregister_blkdev(): delete redundant message by Akinobu Mita · 18 years ago
  64. 00d5940 unregister_blkdev() delete redundant messages in callers by Akinobu Mita · 18 years ago
  65. 74489a9 Add support for Xilinx SystemACE CompactFlash interface by Grant Likely · 18 years ago
  66. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 18 years ago
  67. 489de30 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  68. 9793c32 Fix too few arguments to function `scsi_cmd_ioctl' by S.Çağlar Onur · 18 years ago
  69. e245bef Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  70. 14dc524 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  71. 02b2318 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  72. be0ef95 nbd.c: sock_xmit: cleanup signal related code by Oleg Nesterov · 18 years ago
  73. 3e1ac13 kcdrwd: remove unneeded flush_signals() call by Oleg Nesterov · 18 years ago
  74. f057eac Introduce CONFIG_VIRT_TO_BUS by Stephen Rothwell · 18 years ago
  75. 21eb920 drivers/block/z2ram: Remove TRUE/FALSE defines by Richard Knutsson · 18 years ago
  76. 56a68a5 more ACSI removal by Adrian Bunk · 18 years ago
  77. 5874c18 umem: Fix match of pci_ids in umem driver by Neil Brown · 18 years ago
  78. 51ea208 umem: Remove references to dead CONFIG_MM_MAP_MEMORY variable by Robert P. J. Day · 18 years ago
  79. 43fdf27 [SPARC64]: Abstract out mdesc accesses for better MD update handling. by David S. Miller · 18 years ago
  80. 667ef3c [SPARC64]: Add Sun LDOM virtual disk driver. by David S. Miller · 18 years ago
  81. 45e79a3 bsg: add a request_queue argument to scsi_cmd_ioctl() by FUJITA Tomonori · 18 years ago
  82. bc06cff Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago
  83. a69228d USB: drivers/block/ub.c: use list_for_each_entry() by Matthias Kaehlcke · 18 years ago
  84. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 18 years ago
  85. bf22f6f Merge branch 'for-2.6.23' into merge by Paul Mackerras · 18 years ago
  86. 01370f0 Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  87. fd11d17 Make a "menuconfig" out of the Kconfig objects "menu, ..., endmenu", by Jan Engelhardt · 18 years ago
  88. 36a7003 [POWERPC] Fix viodasd geometry calculations by Stephen Rothwell · 18 years ago
  89. cac36bb pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 18 years ago
  90. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 18 years ago
  91. fd58214 loop: convert to using splice_direct_to_actor() instead of sendfile() by Jens Axboe · 18 years ago
  92. e654bc4 [PATCH] fix request->cmd == INT cases by Boaz Harrosh · 18 years ago
  93. 9cff3b3 cciss: add new controller support for P700m by Mike Miller (OS Dev · 18 years ago
  94. c2bcf3b [PATCH] Remove acsi.c by Jens Axboe · 18 years ago
  95. a47653f loop: preallocate eight loop devices by Ken Chen · 18 years ago
  96. 5bc65793 [SCSI] Merge up to linux-2.6 head by James Bottomley · 18 years ago
  97. 41ce639 [SCSI] cciss: convert to use the data buffer accessors by FUJITA Tomonori · 18 years ago
  98. 4acb3e2 Off by one in floppy.c by Eric Sesterhenn / Snakebyte · 18 years ago
  99. e9ca75b cciss: Fix pci_driver.shutdown while device is still active by Gerald Britton · 18 years ago
  100. 705962c fix deadlock in loop.c by Al Viro · 18 years ago