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