1. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  2. 819695a hostap: proc: Use remove_proc_subtree() by David Howells · 11 years ago
  3. 8bc742e drm: proc: Use remove_proc_subtree() by David Howells · 11 years ago
  4. b63e6aa drm: proc: Use minor->index to label things, not PDE->name by David Howells · 11 years ago
  5. ce089b5 drm: Constify drm_proc_list[] by David Howells · 11 years ago
  6. 0c2f343 zoran: Don't print proc_dir_entry data in debug by David Howells · 11 years ago
  7. 4a520d2 proc: Supply an accessor for getting the data from a PDE's parent by David Howells · 11 years ago
  8. b25f774 airo: Use remove_proc_subtree() by David Howells · 11 years ago
  9. cc87e0f rtl8192u: Don't need to save device proc dir PDE by David Howells · 11 years ago
  10. c4558a2 rtl8187se: Use a dir under /proc/net/r8180/ by David Howells · 11 years ago
  11. 270b5ac proc: Add proc_mkdir_data() by David Howells · 11 years ago
  12. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 11 years ago
  13. 303eb7e Include missing linux/magic.h inclusions by David Howells · 11 years ago
  14. 0d01ff2 Include missing linux/slab.h inclusions by David Howells · 11 years ago
  15. c7f079c megaraid: Don't use create_proc_read_entry() by David Howells · 11 years ago
  16. 6bbefe8 hostap: Don't use create_proc_read_entry() by David Howells · 11 years ago
  17. 4c4df9b atmel: Don't use create_proc_read_entry() by David Howells · 11 years ago
  18. 9fb8ca5 ds1620: Don't use create_proc_read_entry() by David Howells · 11 years ago
  19. 788416b efirtc: Don't use create_proc_read_entry() by David Howells · 11 years ago
  20. a6d935a genrtc: Don't use create_proc_read_entry() by David Howells · 11 years ago
  21. c18bd9a hp_sdc_rtc: Don't use create_proc_read_entry() by David Howells · 11 years ago
  22. 11db656 nubus: Don't use create_proc_read_entry() by David Howells · 11 years ago
  23. 77cd02c fsl_udc: Don't use create_proc_read_entry() by David Howells · 11 years ago
  24. 96c7a22 goku_udc: Don't use create_proc_read_entry() by David Howells · 11 years ago
  25. f1cc044 wlags49_h2: Don't use create_proc_read_entry() by David Howells · 11 years ago
  26. 766d100 cxt1e1: Don't use create_proc_read_entry() by David Howells · 11 years ago
  27. 294a08e csr: Don't use create_proc_read_entry() by David Howells · 11 years ago
  28. 1f817b8 comedi: Don't use create_proc_read_entry() by David Howells · 11 years ago
  29. 207e390 ft1000: Don't use create_proc_read_entry() by David Howells · 11 years ago
  30. 5ba02e3 rtl8187se: Don't use create_proc_read_entry() by David Howells · 11 years ago
  31. 0541f9d rtl8192u: Don't use create_proc_read_entry() by David Howells · 11 years ago
  32. 89b107a mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racy by Al Viro · 11 years ago
  33. ebb06be mISDN: fix mISDN_read()/mISDN_read() race by Al Viro · 11 years ago
  34. 1678ec0 mISDN: fix misdn_add_timer()/misdn_del_timer() race by Al Viro · 11 years ago
  35. 1b10895 mISDN: fix races between misdn_del_timer() and timer callback by Al Viro · 11 years ago
  36. c08c464 mISDN: fix the races with timers going off just as they are deleted by Al Viro · 11 years ago
  37. 03feee3 dvb_frontend: don't mess with ->f_op in ->release() by Al Viro · 11 years ago
  38. 7caf218 dvb_net: don't mess with ->f_op in ->release() by Al Viro · 11 years ago
  39. 2564316 lis3lv02d: don't wank with fasync() on ->release() by Al Viro · 11 years ago
  40. 70ab27d mpt3sas: don't wank with fasync on ->release() by Al Viro · 11 years ago
  41. 96625a7 mpt2sas: don't wank with fasync on ->release() by Al Viro · 11 years ago
  42. e84cb41 pmcraid: don't wank with fasync in ->release() by Al Viro · 11 years ago
  43. f0689f0 mptctl: don't wank with fasync in ->release() by Al Viro · 11 years ago
  44. 858feac lpfc: fix races for miscdevice open vs. rmmod by Al Viro · 11 years ago
  45. 3dce189 yurex: don't wank with fasync on ->release()... by Al Viro · 11 years ago
  46. 3af0761 cx25821: sanitize cx25821_openfile_audio() a bit... by Al Viro · 11 years ago
  47. 2ce8fce cx25821: sanitize cx25821_get_audio_data() a bit by Al Viro · 11 years ago
  48. f805442 vt6655: slightly clean reading config file by Al Viro · 11 years ago
  49. 7c51d17 vt6656: slightly sanitized reading config by Al Viro · 11 years ago
  50. 264bd66 pxa3xx-gcu: stop embedding file_operations into device-private object by Al Viro · 11 years ago
  51. 996142e pxa3xx-gcu: quite playing silly buggers with ->f_op by Al Viro · 11 years ago
  52. 7294b0b silicom-bypass: Remove device_open/close() by David Howells · 11 years ago
  53. 3cba537 wlags49_h2: Don't use create_proc_entry() by David Howells · 11 years ago
  54. 8a25378 nubus: Don't use create_proc_entry() by David Howells · 11 years ago
  55. 75ef9de constify a bunch of struct file_operations instances by Al Viro · 11 years ago
  56. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  57. ff9046a bfin_adv7393: switch to proc_create_data() by Al Viro · 11 years ago
  58. 78846ce rtl8192u: switch to proc_create() by Al Viro · 11 years ago
  59. 859d22f scsi_proc: make proc_scsi_host_open() preallocate a bigger buffer by Al Viro · 11 years ago
  60. 70ef457 scsi: bury ->proc_info() by Al Viro · 11 years ago
  61. d89537e atari_scsi: switch to ->show_info() by Al Viro · 11 years ago
  62. f0002e9 aix7xxx_old: switch to ->show_info() by Al Viro · 11 years ago
  63. 3f02567 sata_svw: switch to ->show_info() by Al Viro · 11 years ago
  64. 1bb7109 ips: fix format bugs exposed by previous commit by Al Viro · 11 years ago
  65. aacce70 ips: switch to ->show_info() by Al Viro · 11 years ago
  66. 56b8e8e acornscsi: switch to ->show_info() by Al Viro · 11 years ago
  67. 9d4e5c5 fas216: switch to ->show_info() by Al Viro · 11 years ago
  68. 6b3a8bb aic7xxx: switch to ->show_info() by Al Viro · 11 years ago
  69. f6f83a6 aic79xx: switch to ->show_info() by Al Viro · 11 years ago
  70. 887fc88 in2000: switch to ->show_info() by Al Viro · 11 years ago
  71. d773e42 atp870u: switch to ->show_info() by Al Viro · 11 years ago
  72. d32812a dc395x: switch to ->show_info() by Al Viro · 11 years ago
  73. ff98f7c dpt_i2o: switch to ->show_info() by Al Viro · 11 years ago
  74. 8c98654 eata_pio: switch to ->show_info() by Al Viro · 11 years ago
  75. e633c1e aha1740: switch to ->show_info() by Al Viro · 11 years ago
  76. 275084c aha152x: switch to ->show_info() by Al Viro · 11 years ago
  77. 31491e1 advansys: fix buggered formats - unsigned long != u32 on 64bit by Al Viro · 11 years ago
  78. b59fb6f advansys: switch to ->show_info() by Al Viro · 11 years ago
  79. 63fd57c nsp_cs: switch to ->show_info() by Al Viro · 11 years ago
  80. 35c6e0e nsp32: switch to ->show_info() by Al Viro · 11 years ago
  81. 60e8b80 keucr: switch to ->show_info() by Al Viro · 11 years ago
  82. 38c19ec rts5139: switch to ->show_info() by Al Viro · 11 years ago
  83. 8946b07 tcm: switch to ->show_info() by Al Viro · 11 years ago
  84. e88b7bb cciss: switch to ->show_info() by Al Viro · 11 years ago
  85. 25daa96 BusLogic: switch to ->show_info() by Al Viro · 11 years ago
  86. c8ed555 scsi_debug: switch to ->show_info() by Al Viro · 11 years ago
  87. cac1970 fusion: switch to ->show_info() by Al Viro · 11 years ago
  88. 09dae7f usb-storage: switch to ->show_info() by Al Viro · 11 years ago
  89. dd7ab71 NCR5830: switch to ->show_info() by Al Viro · 11 years ago
  90. b765491 ppa: switch to ->show_info() by Al Viro · 11 years ago
  91. fa5fd36 imm: switch to ->show_info() by Al Viro · 11 years ago
  92. 3e0552e gdth: switch to ->show_info() by Al Viro · 11 years ago
  93. 408bb25 switch wd33c93 to ->show_info() by Al Viro · 11 years ago
  94. cab29b9 wd7000: switch to ->show_info() by Al Viro · 11 years ago
  95. ee127fec sym53c8xx_2: switch to ->show_info() by Al Viro · 11 years ago
  96. 0ffddfb scsi: saner replacements for ->proc_info() by Al Viro · 11 years ago
  97. 21ba37c i2o: use proc_remove_subtree() by Al Viro · 11 years ago
  98. 685e55e silicom: bury bp_proc.c by Al Viro · 11 years ago
  99. a01b0c5 silicom: switch to create_proc_data(), clean procfs side of things up by Al Viro · 11 years ago
  100. bdcecec silicom: untangle module_init by Al Viro · 11 years ago