1. bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  2. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  3. 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 16 years ago
  4. 992b5bc block: no need to initialize rq->cmd with blk_get_request by FUJITA Tomonori · 16 years ago
  5. 05680d8 pktcdvd: reduce stack consumption by Peter Osterlund · 16 years ago
  6. eaa0ff1 fix ! versus & precedence in various places by Alexey Dobriyan · 16 years ago
  7. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  8. 89c4260 Kobject: change drivers/block/pktcdvd.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  9. 6013c12 pktcdvd: Convert from class_device to device for block/pktcdvd by Tony Jones · 17 years ago
  10. d17a18d pktcdvd: add kobject_put when kobject register fails by Dave Young · 17 years ago
  11. fffe487 pktcdvd: fix BUG caused by sysfs module reference semantics change by Tejun Heo · 17 years ago
  12. 7e3da6c pktcdvd: don't rely on bio_init() preserving bio->bi_destructor by Laurent Riffard · 17 years ago
  13. 761a15e pktcdvd: don't rely on bio_init() preserving bio->bi_io_vec by Jens Axboe · 17 years ago
  14. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  15. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  16. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  17. 3e1ac13 kcdrwd: remove unneeded flush_signals() call by Oleg Nesterov · 17 years ago
  18. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  19. cbc31a4 packet: fix error handling by Andrew Morton · 17 years ago
  20. 91e4ee3 [PATCH] pktcdvd: Correctly set cmd_len field in pkt_generic_packet by Gerhard Dirschl · 17 years ago
  21. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 17 years ago
  22. 83f3aa3 [PATCH] pktcdvd: cleanup by Thomas Maier · 17 years ago
  23. 406c9b6 [PATCH] Fix BUG at drivers/scsi/scsi_lib.c:1118 caused by "pktsetup dvd /dev/sr0" by Christoph Hellwig · 18 years ago
  24. 3269485 [PATCH] pktcdvd: add sysfs and debugfs interface by Thomas Maier · 18 years ago
  25. 0a0fc96 [PATCH] pktcdvd: bio write congestion using congestion_wait() by Thomas Maier · 18 years ago
  26. adb9250 [PATCH] pktcdvd: reusability of procfs functions by Thomas Maier · 18 years ago
  27. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  28. add2166 [PATCH] pktcdvd: rename a variable for better readability by Thomas Maier · 18 years ago
  29. 7822082 [PATCH] pktcdvd: Replace pktcdvd strings with macro DRIVER_NAME. by Thomas Maier · 18 years ago
  30. 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
  31. c00895a [PATCH] Remove ->waiting member from struct request by Jens Axboe · 18 years ago
  32. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  33. 8e185d8 [PATCH] lockdep: annotate pktcdvd natural device hierarchy by Arjan van de Ven · 18 years ago
  34. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  35. 96192ff [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  36. 0eaae62a [PATCH] mempool: use common mempool kmalloc allocator by Matthew Dobson · 18 years ago
  37. 1657f82 [PATCH] sem2mutex: drivers/block/pktcdvd.c by Jes Sorensen · 18 years ago
  38. 1312f40 [PATCH] regularize blk_cleanup_queue() use by Al Viro · 18 years ago
  39. 9db9154 [PATCH] pktcdvd: Only return -EROFS when appropriate by Peter Osterlund · 18 years ago
  40. ab863ec [PATCH] pktcdvd: Fix the logic in the pkt_writable_track function by Peter Osterlund · 18 years ago
  41. 3b48280 [PATCH] pktcdvd: Remove useless printk statements by Peter Osterlund · 18 years ago
  42. 7c613d5 [PATCH] pktcdvd: Rename functions and make their return values sane by Peter Osterlund · 18 years ago
  43. cef28963 [PATCH] pktcdvd: Correctly set rq->cmd_len in pkt_generic_packet() by Peter Osterlund · 18 years ago
  44. 7277232 [PATCH] pktcdvd: Reduce stack usage by Peter Osterlund · 18 years ago
  45. 948423e [PATCH] pktcdvd: Don't unlock the door if the disc is in use by Peter Osterlund · 18 years ago
  46. 01fd9fd [PATCH] pktcdvd: Allow non-writable media to be mounted by Peter Osterlund · 18 years ago
  47. 61a3493 [PATCH] pktcdvd: Don't spam the kernel log when nothing is wrong by Peter Osterlund · 18 years ago
  48. e1bc89b [PATCH] pktcdvd: Don't waste kernel memory by Peter Osterlund · 18 years ago
  49. 11edefd [PATCH] pktcdvd: remove version string by Peter Osterlund · 18 years ago
  50. a460ad6 [PATCH] pktcdvd: Fix overflow for discs with large packets by Phillip Susi · 18 years ago
  51. ac89396 [PATCH] pktcdvd: un-inline some functions by Peter Osterlund · 19 years ago
  52. 8382bf2 [PATCH] pktcdvd: Use bd_claim to get exclusive access by Peter Osterlund · 19 years ago
  53. ae7642b [PATCH] packet writing oops fix by Peter Osterlund · 19 years ago
  54. e4a53cb [PATCH] drivers/block/pktcdvd.c: remove write-only variable in pkt_iosched_process_queue() by Gabriel A. Devenyi · 19 years ago
  55. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  56. 610827d [PATCH] pktcdvd: BUG_ON cleanups by Peter Osterlund · 19 years ago
  57. 1107d2e [PATCH] pktcdvd: use kcalloc and kzalloc by Peter Osterlund · 19 years ago
  58. 06e7ab5 [PATCH] pktcdvd: more accurate I/O accounting by Peter Osterlund · 19 years ago
  59. a676f8d [PATCH] pktcdvd: documentation update by Peter Osterlund · 19 years ago
  60. d0272e7 [PATCH] pktcdvd: fix bogus BUG_ON by Peter Osterlund · 19 years ago
  61. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
  62. 46c271b [PATCH] Improve CD/DVD packet driver write performance by Peter Osterlund · 19 years ago
  63. 46f4e1b [PATCH] packet driver permission checking fix by Peter Osterlund · 19 years ago
  64. 7baeb6a [PATCH] CDRW/DVD packet writing data corruption fix by Peter Osterlund · 19 years ago
  65. 118326e [PATCH] Fix root hole in pktcdvd by Peter Osterlund · 19 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago