1. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  2. 49b3a3c block: use printk_once by Marcin Slusarz · 15 years ago
  3. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  4. b12d4f8 paride: dequeue in-flight request by Tejun Heo · 15 years ago
  5. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  6. f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 15 years ago
  7. c8cbec6 paride/pg.c: xs(): &&/|| confusion by Roel Kluin · 15 years ago
  8. 8cfc7ca [PATCH] switch pf by Al Viro · 16 years ago
  9. b6a8953 [PATCH] switch pd by Al Viro · 16 years ago
  10. c9acf90 [PATCH] switch pcd by Al Viro · 16 years ago
  11. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  12. bbc1cc9 [PATCH] switch cdrom_{open,release,ioctl} to sane APIs by Al Viro · 17 years ago
  13. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  14. 1ff9f54 device create: block: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  15. f79f060 device create: block: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  16. 98339cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  17. d79c5a6 block: convert pd_special_command to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  18. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  19. be1fd70 paride: push ioctl down into driver by Alan Cox · 16 years ago
  20. ea2959a paride: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  21. 4f54eec block: use blk_rq_init() to initialize the request by FUJITA Tomonori · 16 years ago
  22. eaa0ff1 fix ! versus & precedence in various places by Alexey Dobriyan · 16 years ago
  23. aa27582 paride: Convert from class_device to device for block/paride by Tony Jones · 17 years ago
  24. e62aa04 paride: pf driver fixes by Ondrej Zary · 17 years ago
  25. b07989f paride: fix 'and' typo in drivers/block/paride/pt.c by Roel Kluin · 17 years ago
  26. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  27. 671d40f paride drivers: initialize spinlocks by Alexey Dobriyan · 17 years ago
  28. 27d8718 [PATCH] paride endianness annotations by Al Viro · 17 years ago
  29. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  30. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 17 years ago
  31. 482a579 [PATCH] Remove unused kernel config option PARIDE_PARPORT by Robert P. J. Day · 17 years ago
  32. 4d2d3ce [PATCH] remove drivers/block/paride/jumbo by Adrian Bunk · 18 years ago
  33. 9828673 [PATCH] paride: remove parport #ifdef's by Adrian Bunk · 18 years ago
  34. 8bca98c [PATCH] paride: return proper error code by Akinobu Mita · 18 years ago
  35. b4178ab [PATCH] paride_register(): shuffle return values by Alexey Dobriyan · 18 years ago
  36. f433000 [PATCH] paride: rename pi_register() and pi_unregister() by Alexey Dobriyan · 18 years ago
  37. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  38. 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
  39. cdd6026 [PATCH] Remove ->rq_status from struct request by Jens Axboe · 18 years ago
  40. c00895a [PATCH] Remove ->waiting member from struct request by Jens Axboe · 18 years ago
  41. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  42. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  43. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  44. 8e53cfc [PATCH] Deref in drivers/block/paride/pf.c by Eric Sesterhenn · 18 years ago
  45. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  46. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  47. 7c69ef7 [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  48. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  49. 3b71797 [PATCH] drivers/block/paride/pd.c: fix an off-by-one error by Adrian Bunk · 18 years ago
  50. 829d5f6 [PATCH] paride-pt: register_chrdev fix by Andrew Morton · 18 years ago
  51. 8637980 [PATCH] paride: register_chrdev fix by Andrew Morton · 18 years ago
  52. 06ff37f [PATCH] kzalloc() conversion in drivers/block by Eric Sesterhenn · 18 years ago
  53. 10e705f [PATCH] Fix "value computed not used" warnings by Takashi Iwai · 18 years ago
  54. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 19 years ago
  55. 6a19b41 [PATCH] parport: Kconfig dependency fixes by Marko Kohtala · 19 years ago
  56. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  57. 3ccc7f2 [PATCH] delete 2 unreachable statements in drivers/block/paride/pf.c by Norbert Kiesel · 19 years ago
  58. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  59. 9564df1 [PATCH] fix pf request handling by Jens Axboe · 19 years ago
  60. 86e8486 [PATCH] drivers/block: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  61. deb3697 [PATCH] class: convert drivers/block/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  62. 867d119 [SCSI] remove requeue feature from blk_insert_request() by Tejun Heo · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago