1. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  2. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  3. 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
  4. 01f1afa ide: use printk_once by Marcin Slusarz · 15 years ago
  5. 6d703a8 ide: convert to ->proc_fops by Alexey Dobriyan · 15 years ago
  6. 665d66e ide: fix races in handling of user-space SET XFER commands by Bartlomiej Zolnierkiewicz · 15 years ago
  7. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 15 years ago
  8. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  9. 1902a25 ide: remove superfluous check from ide_proc_port_register_devices() by Bartlomiej Zolnierkiewicz · 15 years ago
  10. 71bfc7a ide: NULL noise: drivers/ide/ide-*.c by Hannes Eder · 15 years ago
  11. 2bd24a1 ide: add port and host iterators by Bartlomiej Zolnierkiewicz · 15 years ago
  12. 5e7f3a4 ide: dynamic allocation of device structures by Bartlomiej Zolnierkiewicz · 15 years ago
  13. 7f3c868 ide: remove ide_driver_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  14. b7876a6 cy82c693: remove superfluous ide_cy82c693 chipset type by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 1f66019 trm290: add IDE_HFLAG_TRM290 host flag by Bartlomiej Zolnierkiewicz · 15 years ago
  16. 7f1ac8c rz1000: apply chipset quirks early (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 6b5cde3 cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646 by Bartlomiej Zolnierkiewicz · 15 years ago
  18. 1f473e9 ide: IDE settings don't need an ide_lock held by Bartlomiej Zolnierkiewicz · 15 years ago
  19. ccd32e2 ide: Switch to a common address by Alan Cox · 16 years ago
  20. 79cb380 ide: allow device drivers to specify per-device type /proc settings by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 92f1f8f ide: Remove ide_spin_wait_hwgroup() and use special requests instead by Elias Oltmanns · 16 years ago
  23. 151a670 ide: remove SECTOR_WORDS define by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 8185d5a ide: /proc/ide/hd*/settings rework by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 263138a ide: preparations for /proc/ide/hd*/settings rework by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  27. aaaade3 ide: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 7fa897b ide: trivial sparse annotations by Harvey Harrison · 16 years ago
  30. 3b2a5c7 ide: filter out "default" transfer mode values in set_xfer_rate() by Bartlomiej Zolnierkiewicz · 16 years ago
  31. c30daac ide: filter out invalid transfer mode values in set_xfer_rate() by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 4283e1b ide: fix /proc/ide/ide?/mate reporting by Bartlomiej Zolnierkiewicz · 16 years ago
  33. b769164 ide: remove the ide_etrax100 chipset type by Adrian Bunk · 16 years ago
  34. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  35. fd0949e ide: remove now unused ide_pci_create_host_proc() by Alexey Dobriyan · 16 years ago
  36. eb63963 ide: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  37. 441e92d IDE: Coding Style fixes to drivers/ide/ide-proc.c by Paolo Ciarrocchi · 16 years ago
  38. 9a0e77f ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 5b0c4b3 ide: remove IDE devices from /proc/ide/ before unregistering them by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 7c7e92a Palmchip BK3710 IDE driver by Anton Salnikov · 16 years ago
  41. d9270a3 ide: move create_proc_ide_drives() call to ide_device_add_all() by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 327617e ide: move hwif->present check out from ide_proc_register_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 34f5d5a ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 8447d9d ide: add ide_device_add() by Bartlomiej Zolnierkiewicz · 17 years ago
  46. f9383c4 ide: use mutex instead of ide_setting_sem semaphore in IDE driver by Matthias Kaehlcke · 17 years ago
  47. 39c98c4 Add two missing chipsets to drivers/ide/ide-proc.c by Mika Kukkonen · 17 years ago
  48. 5cbf79c ide: add ide_proc_register_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  49. 7662d04 ide: move IDE settings handling to ide-proc.c by Bartlomiej Zolnierkiewicz · 17 years ago
  50. c401110 IDE: remove rwsem use from ide-proc core by Greg Kroah-Hartman · 17 years ago
  51. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  52. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 17 years ago
  53. b653d081 [PATCH] proc: remove useless (and buggy) ->nlink settings by Alexey Dobriyan · 17 years ago
  54. 349ae23 [PATCH] IDE core: driver layer error checking by Randy Dunlap · 18 years ago
  55. 4495c9e [PATCH] optical /proc/ide/*/media by Alexey Dobriyan · 18 years ago
  56. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  57. 26a940e Cleaned up AMD Au1200 IDE driver: by Pete Popov · 19 years ago
  58. 8604aff [PATCH] convert IDE device drivers to driver-model by Bartlomiej Zolnierkiewicz · 19 years ago
  59. 643bdc6 [PATCH] ide proc destroy error by Zhang, Yanmin · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago