1. 8c744fb [PATCH] add a file_permission helper by Christoph Hellwig · 19 years ago
  2. e4a53cb [PATCH] drivers/block/pktcdvd.c: remove write-only variable in pkt_iosched_process_queue() by Gabriel A. Devenyi · 19 years ago
  3. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  4. 88baf3e [PATCH] fix floppy.c to store correct ro/rw status in underlying gendisk by Jon Masters · 19 years ago
  5. 515729e powermac: Use a spinlock in swim3.c (floppy driver) instead of cli by Paul Mackerras · 19 years ago
  6. 333c47c Merge branch 'block-dir' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  7. 6044ec8 [PATCH] kfree cleanup: misc remaining drivers by Jesper Juhl · 19 years ago
  8. b8887e6 [PATCH] kernel-docs: fix kernel-doc format problems by Randy Dunlap · 19 years ago
  9. f5b3db0 [PATCH] as: cooperating processes by Nick Piggin · 19 years ago
  10. 602d4a7 Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc-merge by Linus Torvalds · 19 years ago
  11. 3a65dfe [BLOCK] Move all core block layer code to new block/ directory by Jens Axboe · 19 years ago
  12. ec1890c Merge git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  13. 2be7a90 Merge Paulus' tree by Stephen Rothwell · 19 years ago
  14. ca23509 [PATCH] blk: fix dangling pointer access in __elv_add_request by Tejun Heo · 19 years ago
  15. b420677 merge filename and modify references to iseries/vio.h by Kelly Daly · 19 years ago
  16. 1ec65d7 merge filename and modify references to iseries/hv_types.h by Kelly Daly · 19 years ago
  17. e45423e merge filename and modify references to iseries/hv_lp_event.h by Kelly Daly · 19 years ago
  18. 15b1718 merge filename and modify reference to iseries/hv_lp_config.h by Kelly Daly · 19 years ago
  19. 496456c [BLOCK] aoe: update for combined io statistics by Jens Axboe · 19 years ago
  20. a362357 [BLOCK] Unify the seperate read/write io stat fields into arrays by Jens Axboe · 19 years ago
  21. d72d904 [BLOCK] Update read/write block io statistics at completion time by Jens Axboe · 19 years ago
  22. 581c1b1 [PATCH] noop-iosched: avoid corrupted request merging by Jens Axboe · 19 years ago
  23. 4fc2074 [PATCH] Fix on-the-fly switch from cfq i/o scheduler by Jens Axboe · 19 years ago
  24. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  25. 23fd077 Merge ../linux-2.6 by hand by Paul Mackerras · 19 years ago
  26. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  27. 2ca7d93 [PATCH] block cleanups: Fix iosched module refcount leak by Nate Diller · 19 years ago
  28. 131dda7 [PATCH] block cleanups: Add kconfig default iosched submenu by Nate Diller · 19 years ago
  29. 3ccc7f2 [PATCH] delete 2 unreachable statements in drivers/block/paride/pf.c by Norbert Kiesel · 19 years ago
  30. 83521d3 [PATCH] cfq-iosched: move tasklist walk to elevator.c by Christoph Hellwig · 19 years ago
  31. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  32. 47e627c [PATCH] blk: fix merge bug in as-iosched by Tejun Heo · 19 years ago
  33. 38ffdd6 [PATCH] ub: suppress gcc warnings for pointer casts by Pete Zaitcev · 19 years ago
  34. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  35. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  36. a7fd670 [PATCH] add sysfs attr to re-emit device hotplug event by Kay Sievers · 19 years ago
  37. 3dc7c55 [PATCH] aoe: update to version 14 by Ed L. Cashin · 19 years ago
  38. 475172f [PATCH] aoe: use get_unaligned for accesses in ATA id buffer by Ed L. Cashin · 19 years ago
  39. 9be16a0 Merge branch 'sx8' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 19 years ago
  40. 5dd9624 Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  41. 28d721e Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  42. 0ee40c6 Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  43. b4e3ca1 [PATCH] gfp_t: remaining bits of drivers/* by Al Viro · 19 years ago
  44. 8267e26 [PATCH] gfp_t: block layer core by Al Viro · 19 years ago
  45. 772eca7 [BLOCK] Leftover reference to ->max_back_kb by Jens Axboe · 19 years ago
  46. 64521d1 [BLOCK] elevator switch fixes/cleanup by Jens Axboe · 19 years ago
  47. cb98fc8 [BLOCK] Reimplement elevator switch by Tejun Heo · 19 years ago
  48. cb19833 [BLOCK] kill generic max_back_kb handling by Tejun Heo · 19 years ago
  49. 98b1147 [PATCH] 04/05 remove last_merge handling from ioscheds by Tejun Heo · 19 years ago
  50. 06b8624 [PATCH] 03/05 move last_merge handlin into generic elevator code by Tejun Heo · 19 years ago
  51. b4878f2 [PATCH] 02/05: update ioscheds to use generic dispatch queue by Jens Axboe · 19 years ago
  52. d9ebb19 [PATCH] elevator: leftover function declaration by Jens Axboe · 19 years ago
  53. 1b47f53 [PATCH] generic dispatch fixes by Jens Axboe · 19 years ago
  54. 8922e16 [PATCH] 01/05 Implement generic dispatch queue by Tejun Heo · 19 years ago
  55. 2824bc93 [PATCH] fix try_module_get race in elevator_find by Tejun Heo · 19 years ago
  56. b298264 Following the same idea, it occurs to me that we should only update by Chen, Kenneth W · 19 years ago
  57. 20e5c81 [patch] remove gendisk->stamp_idle field by Chen, Kenneth W · 19 years ago
  58. 915124d powerpc: set the driver.owner field for all vio drivers by Stephen Rothwell · 19 years ago
  59. 6fdf539 powerpc: don't duplicate name between vio_driver and device_driver by Stephen Rothwell · 19 years ago
  60. 7bbaa75 drivers/block/sx8: kill unused variable by Jeff Garzik · 19 years ago
  61. 2d5a2ae drivers/block/sx8: several minor changes by Jeff Garzik · 19 years ago
  62. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  63. 3b0e77b [PATCH] scsi_ioctl: only warn for rejected commands by Jens Axboe · 19 years ago
  64. c6c8883 [PATCH] ub: Comment out unconditional stall clear by Pete Zaitcev · 19 years ago
  65. 64bd845 [PATCH] ub: fix burning cds by Pete Zaitcev · 19 years ago
  66. bbcc6be [PATCH] remove blkdev_scsi_issue_flush_fn again by Christoph Hellwig · 19 years ago
  67. d6dbf42 [PATCH] cciss: busy_initializing bug fix by Mike Miller · 19 years ago
  68. 9564df1 [PATCH] fix pf request handling by Jens Axboe · 19 years ago
  69. 0faf3d3 [PATCH] scsi_ioctl: Add WRITE_LONG_2 as write safe command by Thomas Maguin · 19 years ago
  70. 610827d [PATCH] pktcdvd: BUG_ON cleanups by Peter Osterlund · 19 years ago
  71. 1107d2e [PATCH] pktcdvd: use kcalloc and kzalloc by Peter Osterlund · 19 years ago
  72. 06e7ab5 [PATCH] pktcdvd: more accurate I/O accounting by Peter Osterlund · 19 years ago
  73. a676f8d [PATCH] pktcdvd: documentation update by Peter Osterlund · 19 years ago
  74. d0272e7 [PATCH] pktcdvd: fix bogus BUG_ON by Peter Osterlund · 19 years ago
  75. b9f0bd0 [PATCH] cciss: SCSI tape info for /proc by Mike Miller · 19 years ago
  76. 47922d0 [PATCH] cciss: One Button Disaster Recovery support by Mike Miller · 19 years ago
  77. bb2a37b [PATCH] cciss: fix for DMA brokeness by Mike Miller · 19 years ago
  78. 6a445d3 [PATCH] cciss: bug fix in cciss_remove_one by Mike Miller · 19 years ago
  79. 33079b2 [PATCH] cciss: direct lookup for command completions by Mike Miller · 19 years ago
  80. ddd4744 [PATCH] cciss: new disk register/deregister routines by Mike Miller · 19 years ago
  81. 1f8ef38 [PATCH] cciss: busy_initializing flag by Mike Miller · 19 years ago
  82. 9dc7a86 [PATCH] cciss: new controller pci/subsystem ids by Mike Miller · 19 years ago
  83. 35d91f7 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 by Linus Torvalds · 19 years ago
  84. d58dde0 Merge ../torvalds-2.6/ by Greg KH · 19 years ago
  85. 3579713 [PATCH] cfq-iosched: reverse bad reference count fix by Jens Axboe · 19 years ago
  86. 86e8486 [PATCH] drivers/block: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  87. f6a2f34 [PATCH] janitor: block/xd: replace schedule_timeout() with msleep()/msleep_interruptible() by Nishanth Aravamudan · 19 years ago
  88. 46308c0 [PATCH] janitor: block/umem: replace PRINTK with pr_debug by Domen Puncer · 19 years ago
  89. f9101210 [PATCH] vfree and kfree cleanup in drivers/ by Jesper Juhl · 19 years ago
  90. 942fc2f [SCSI] permit READ DEFECT DATA in block/scsi_ioctl by Douglas Gilbert · 19 years ago
  91. 8ccc457 Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Greg KH · 19 years ago
  92. 49a1fd6 [PATCH] aoe [2/2]: update driver version number to twelve by Ed L Cashin · 19 years ago
  93. e39526e [PATCH] aoe [1/2]: support 16 AoE slot addresses per AoE shelf by Ed L Cashin · 19 years ago
  94. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  95. 9d5c1e1 [PATCH] deadline: clean up question mark operator by Andrew Morton · 19 years ago
  96. b375a04 [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel by Alan Stern · 19 years ago
  97. a1cf96e [PATCH] USB: ub 4: Zaitcev's quasi-S/G by Pete Zaitcev · 19 years ago
  98. 6c1eb8c [PATCH] USB: ub 3/3: death to ub_bd_rq_fn_1 by Pete Zaitcev · 19 years ago
  99. 07d4fd2 [PATCH] USB: ub 2/3: Fold one line by Pete Zaitcev · 19 years ago
  100. ba6abf1 [PATCH] USB: ub 1/3: Axboe's quasi-S/G by Pete Zaitcev · 19 years ago