1. 60e8b80 keucr: switch to ->show_info() by Al Viro · 11 years ago
  2. 38c19ec rts5139: switch to ->show_info() by Al Viro · 11 years ago
  3. 8946b07 tcm: switch to ->show_info() by Al Viro · 11 years ago
  4. e88b7bb cciss: switch to ->show_info() by Al Viro · 11 years ago
  5. 25daa96 BusLogic: switch to ->show_info() by Al Viro · 11 years ago
  6. c8ed555 scsi_debug: switch to ->show_info() by Al Viro · 11 years ago
  7. cac1970 fusion: switch to ->show_info() by Al Viro · 11 years ago
  8. 09dae7f usb-storage: switch to ->show_info() by Al Viro · 11 years ago
  9. dd7ab71 NCR5830: switch to ->show_info() by Al Viro · 11 years ago
  10. b765491 ppa: switch to ->show_info() by Al Viro · 11 years ago
  11. fa5fd36 imm: switch to ->show_info() by Al Viro · 11 years ago
  12. 3e0552e gdth: switch to ->show_info() by Al Viro · 11 years ago
  13. 408bb25 switch wd33c93 to ->show_info() by Al Viro · 11 years ago
  14. cab29b9 wd7000: switch to ->show_info() by Al Viro · 11 years ago
  15. ee127fec sym53c8xx_2: switch to ->show_info() by Al Viro · 11 years ago
  16. 0ffddfb scsi: saner replacements for ->proc_info() by Al Viro · 11 years ago
  17. b6cdc73 procfs: don't allow to use proc_create, create_proc_entry, etc. for directories by Al Viro · 11 years ago
  18. 21ba37c i2o: use proc_remove_subtree() by Al Viro · 11 years ago
  19. 685e55e silicom: bury bp_proc.c by Al Viro · 11 years ago
  20. a01b0c5 silicom: switch to create_proc_data(), clean procfs side of things up by Al Viro · 11 years ago
  21. 121daf5 reiserfs: use proc_remove_subtree() by Al Viro · 11 years ago
  22. bdcecec silicom: untangle module_init by Al Viro · 11 years ago
  23. f1b68d4 silicom: get_bypass_slave_pfs() open-codes lookup_port() by Al Viro · 11 years ago
  24. fb8004d silicom: unobfuscate get_{status,master}_port_fn() by Al Viro · 11 years ago
  25. 7e1be8a silicom: helper functions are often useful... by Al Viro · 11 years ago
  26. e784788 get rid of a bunch of open-coded create_proc_read_entry() by Al Viro · 11 years ago
  27. 96e7d91 isp1362-hcd: don't reimplement proc_create_data() by Al Viro · 11 years ago
  28. 5a787a6 rtl8192u: don't play with reassigning ->proc_fops, just use proc_create() by Al Viro · 11 years ago
  29. 895b559 dgrp procfs fixes, part 6: just use proc_create{,_data} by Al Viro · 11 years ago
  30. af064cd dgrp procfs fixes, part 5: per-node files by Al Viro · 11 years ago
  31. 08f3d07 dgrp procfs fixes, part 4: get rid of sysctl-like machinery by Al Viro · 11 years ago
  32. 772317b dgrp procfs fixes, part 3: kill dead code by Al Viro · 11 years ago
  33. 878c68c dgrp procfs fixes, part 2 by Al Viro · 11 years ago
  34. aa66d7b dgrp procfs fixes, part 1 by Al Viro · 11 years ago
  35. f56e294 The rtl8192e procfs-based debug interface seems very broken by Sean MacLennan · 11 years ago
  36. c037773 rtl8192e: switch to proc_create() by Al Viro · 11 years ago
  37. e3e7b40 rtl8192e: don't use create_proc_entry() for directories by Al Viro · 11 years ago
  38. 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 11 years ago
  39. 0ecc833 mode_t, whack-a-mole at 11... by Al Viro · 11 years ago
  40. aee0c61 snd_info_register: switch to proc_create_data/proc_mkdir_mode by Al Viro · 11 years ago
  41. 4d8e8d2 hysdn: stash pointer to card into proc_dir_entry->data by Al Viro · 11 years ago
  42. 03b642a atags_proc: switch to proc_create_data() by Al Viro · 11 years ago
  43. 3273097 gadgetfs: don't bother with fops->owner by Al Viro · 11 years ago
  44. c62c5a8 ccg: don't bother with fops->owner by Al Viro · 11 years ago
  45. 0b57b88 spufs: don't bother with fops->owner by Al Viro · 11 years ago
  46. 4b8a8f1 get rid of the last free_pipe_info() callers by Al Viro · 11 years ago
  47. 7bee130 get rid of alloc_pipe_info() argument by Al Viro · 11 years ago
  48. 6447a3c get rid of pipe->inode by Al Viro · 11 years ago
  49. ebec73f introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOs by Al Viro · 11 years ago
  50. de32ec4 pipe: set file->private_data to ->i_pipe by Al Viro · 11 years ago
  51. 72b0d9a pipe: don't use ->i_mutex by Al Viro · 11 years ago
  52. ba5bb14 pipe: take allocation and freeing of pipe_inode_info out of ->i_mutex by Al Viro · 11 years ago
  53. 18c03cf pipe: preparation to new locking rules by Al Viro · 11 years ago
  54. fc7478a pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_info by Al Viro · 11 years ago
  55. 599a0ac pipe: fold file_operations instances in one by Al Viro · 11 years ago
  56. f776c73 fold fifo.c into pipe.c by Al Viro · 11 years ago
  57. 2dd8c9a lift sb_start_write out of ->splice_write() by Al Viro · 11 years ago
  58. 17338fc lift sb_start_write into default_file_splice_write() by Al Viro · 11 years ago
  59. 03d95eb lift sb_start_write() out of ->write() by Al Viro · 11 years ago
  60. 72ec351 switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  61. bdaec33 f2fs: use mnt_want_write_file() in ioctl by Al Viro · 11 years ago
  62. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  63. 5f2e354 hpfs: move setting hpfs-private i_dirty to ->write_end() by Al Viro · 11 years ago
  64. d5daaaf reiserfs: don't wank with EFBIG before calling do_sync_write() by Al Viro · 11 years ago
  65. 97216be fold release_mounts() into namespace_unlock() by Al Viro · 11 years ago
  66. 328e6d9 switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers by Al Viro · 11 years ago
  67. 3ab6abe more conversions to namespace_unlock() by Al Viro · 11 years ago
  68. b54b9be get rid of the second argument of shrink_submounts() by Al Viro · 11 years ago
  69. e3197d8 saner umount_tree()/release_mounts(), part 1 by Al Viro · 11 years ago
  70. 84d1719 get rid of full-hash scan on detaching vfsmounts by Al Viro · 11 years ago
  71. e9c5d8a mnt: release locks on error path in do_loopback by Andrey Vagin · 11 years ago
  72. ccf9320 palinfo fixes by Al Viro · 11 years ago
  73. 8ce584c procfs: add proc_remove_subtree() by Al Viro · 11 years ago
  74. 52f2199 ecryptfs: close rmmod race by Al Viro · 11 years ago
  75. de55eb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  76. e8cd816 vt: synchronize_rcu() under spinlock is not nice... by Al Viro · 11 years ago
  77. 7ea600b Nest rename_lock inside vfsmount_lock by Al Viro · 11 years ago
  78. b175293 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  79. 5d53848 Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  80. 330305c ipv4: Fix ip-header identification for gso packets. by Pravin B Shelar · 11 years ago
  81. 9fe16b7 bonding: remove already created master sysfs link on failure by Veaceslav Falico · 11 years ago
  82. 14134f6 af_unix: dont send SCM_CREDENTIAL when dest socket is NULL by dingtianhong · 11 years ago
  83. 465c0a1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 11 years ago
  84. 76a0e68 pch_gbe: fix ip_summed checksum reporting on rx by Veaceslav Falico · 11 years ago
  85. 75517d9 igb: fix PHC stopping on max freq by Jiri Benc · 11 years ago
  86. 05ec29e igb: make sensor info static by Stephen Hemminger · 11 years ago
  87. d5e51a1 igb: SR-IOV init reordering by Alex Williamson · 11 years ago
  88. d0f63ac igb: Fix null pointer dereference by Alex Williamson · 11 years ago
  89. 22c1275 igb: fix i350 anti spoofing config by Lior Levy · 11 years ago
  90. a1f6c6b ixgbevf: don't release the soft entries by xunleer · 11 years ago
  91. a12183c Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  92. a79ca22 ipv6: fix bad free of addrconf_init_net by Hong Zhiguo · 11 years ago
  93. ded34e0 unix: fix a race condition in unix_release() by Paul Moore · 11 years ago
  94. 53b6809 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  95. fb9bb18 Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  96. 844fdd9 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  97. 1166fde6 SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked by Trond Myklebust · 11 years ago
  98. c4052ba Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  99. 7ac8833 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into HEAD by Dave Airlie · 11 years ago
  100. ac165b0 Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into HEAD by Dave Airlie · 11 years ago