1. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  2. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  3. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  4. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  5. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  6. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  7. 252a52a Fix pktcdvd ioctl dev_minor range check by Dan Rosenberg · 14 years ago
  8. 9cbbdca block: remove spurious uses of REQ_HARDBARRIER by Tejun Heo · 14 years ago
  9. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  10. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  11. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  12. f80a0ca pktcdvd: improve BKL and compat_ioctl.c usage by Arnd Bergmann · 14 years ago
  13. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  14. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  15. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 14 years ago
  16. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  17. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  18. c5ecc48 pktcdvd: use BIO list management functions by Akinobu Mita · 14 years ago
  19. ca0bf64 pktcdvd: removing device does not remove its sysfs dir by Thadeu Lima de Souza Cascardo · 14 years ago
  20. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  21. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  22. ea5ffff debugfs: Modify default debugfs directory for debugging pktcdvd. by GeunSik Lim · 15 years ago
  23. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  24. 156f5a7 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. by GeunSik Lim · 15 years ago
  25. b03f38b Driver Core: block: add nodename support for block drivers. by Kay Sievers · 15 years ago
  26. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  27. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  28. cba7671 pktcdvd: remove broken dev_t export of class devices by Kay Sievers · 16 years ago
  29. 2cbed89 [PATCH] fix bogus argument of blkdev_put() in pktcdvd by Al Viro · 16 years ago
  30. 572c489 [PATCH] sanitize blkdev_get() and friends by Al Viro · 17 years ago
  31. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  32. 5e5e007 [PATCH] switch pktdvdcd by Al Viro · 16 years ago
  33. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  34. 633a08b [PATCH] introduce __blkdev_driver_ioctl() by Al Viro · 17 years ago
  35. a0eb62a [PATCH] switch pktcdvd to blkdev_driver_ioctl() by Al Viro · 17 years ago
  36. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  37. 1ff9f54 device create: block: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  38. 6feef53 block: mark bio_split_pool static by Denis ChengRq · 16 years ago
  39. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  40. 8560c65 Revert "pktcdvd: push BKL down into driver" by Linus Torvalds · 16 years ago
  41. f79f060 device create: block: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  42. 7c0c0b5 drivers/block/pktcdvd.c: avoid useless memset by Christophe Jaillet · 16 years ago
  43. 5b6155e pktcdvd: push BKL down into driver by Alan Cox · 16 years ago
  44. cc371e6 Add bvec_merge_data to handle stacked devices and ->merge_bvec() by Alasdair G Kergon · 16 years ago
  45. bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  46. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  47. 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 16 years ago
  48. 992b5bc block: no need to initialize rq->cmd with blk_get_request by FUJITA Tomonori · 16 years ago
  49. 05680d8 pktcdvd: reduce stack consumption by Peter Osterlund · 16 years ago
  50. eaa0ff1 fix ! versus & precedence in various places by Alexey Dobriyan · 16 years ago
  51. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  52. 89c4260 Kobject: change drivers/block/pktcdvd.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  53. 6013c12 pktcdvd: Convert from class_device to device for block/pktcdvd by Tony Jones · 17 years ago
  54. d17a18d pktcdvd: add kobject_put when kobject register fails by Dave Young · 17 years ago
  55. fffe487 pktcdvd: fix BUG caused by sysfs module reference semantics change by Tejun Heo · 17 years ago
  56. 7e3da6c pktcdvd: don't rely on bio_init() preserving bio->bi_destructor by Laurent Riffard · 17 years ago
  57. 761a15e pktcdvd: don't rely on bio_init() preserving bio->bi_io_vec by Jens Axboe · 17 years ago
  58. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  59. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  60. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  61. 3e1ac13 kcdrwd: remove unneeded flush_signals() call by Oleg Nesterov · 17 years ago
  62. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  63. cbc31a4 packet: fix error handling by Andrew Morton · 17 years ago
  64. 91e4ee3 [PATCH] pktcdvd: Correctly set cmd_len field in pkt_generic_packet by Gerhard Dirschl · 17 years ago
  65. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 17 years ago
  66. 83f3aa3 [PATCH] pktcdvd: cleanup by Thomas Maier · 17 years ago
  67. 406c9b6 [PATCH] Fix BUG at drivers/scsi/scsi_lib.c:1118 caused by "pktsetup dvd /dev/sr0" by Christoph Hellwig · 17 years ago
  68. 3269485 [PATCH] pktcdvd: add sysfs and debugfs interface by Thomas Maier · 18 years ago
  69. 0a0fc96 [PATCH] pktcdvd: bio write congestion using congestion_wait() by Thomas Maier · 18 years ago
  70. adb9250 [PATCH] pktcdvd: reusability of procfs functions by Thomas Maier · 18 years ago
  71. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  72. add2166 [PATCH] pktcdvd: rename a variable for better readability by Thomas Maier · 18 years ago
  73. 7822082 [PATCH] pktcdvd: Replace pktcdvd strings with macro DRIVER_NAME. by Thomas Maier · 18 years ago
  74. 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
  75. c00895a [PATCH] Remove ->waiting member from struct request by Jens Axboe · 18 years ago
  76. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  77. 8e185d8 [PATCH] lockdep: annotate pktcdvd natural device hierarchy by Arjan van de Ven · 18 years ago
  78. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  79. 96192ff [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  80. 0eaae62a [PATCH] mempool: use common mempool kmalloc allocator by Matthew Dobson · 18 years ago
  81. 1657f82 [PATCH] sem2mutex: drivers/block/pktcdvd.c by Jes Sorensen · 18 years ago
  82. 1312f40 [PATCH] regularize blk_cleanup_queue() use by Al Viro · 18 years ago
  83. 9db9154 [PATCH] pktcdvd: Only return -EROFS when appropriate by Peter Osterlund · 18 years ago
  84. ab863ec [PATCH] pktcdvd: Fix the logic in the pkt_writable_track function by Peter Osterlund · 18 years ago
  85. 3b48280 [PATCH] pktcdvd: Remove useless printk statements by Peter Osterlund · 18 years ago
  86. 7c613d5 [PATCH] pktcdvd: Rename functions and make their return values sane by Peter Osterlund · 18 years ago
  87. cef28963 [PATCH] pktcdvd: Correctly set rq->cmd_len in pkt_generic_packet() by Peter Osterlund · 18 years ago
  88. 7277232 [PATCH] pktcdvd: Reduce stack usage by Peter Osterlund · 18 years ago
  89. 948423e [PATCH] pktcdvd: Don't unlock the door if the disc is in use by Peter Osterlund · 18 years ago
  90. 01fd9fd [PATCH] pktcdvd: Allow non-writable media to be mounted by Peter Osterlund · 18 years ago
  91. 61a3493 [PATCH] pktcdvd: Don't spam the kernel log when nothing is wrong by Peter Osterlund · 18 years ago
  92. e1bc89b [PATCH] pktcdvd: Don't waste kernel memory by Peter Osterlund · 18 years ago
  93. 11edefd [PATCH] pktcdvd: remove version string by Peter Osterlund · 18 years ago
  94. a460ad6 [PATCH] pktcdvd: Fix overflow for discs with large packets by Phillip Susi · 18 years ago
  95. ac89396 [PATCH] pktcdvd: un-inline some functions by Peter Osterlund · 18 years ago
  96. 8382bf2 [PATCH] pktcdvd: Use bd_claim to get exclusive access by Peter Osterlund · 18 years ago
  97. ae7642b [PATCH] packet writing oops fix by Peter Osterlund · 19 years ago
  98. e4a53cb [PATCH] drivers/block/pktcdvd.c: remove write-only variable in pkt_iosched_process_queue() by Gabriel A. Devenyi · 19 years ago
  99. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  100. 610827d [PATCH] pktcdvd: BUG_ON cleanups by Peter Osterlund · 19 years ago