1. 15 7月, 2006 1 次提交
    • L
      Fix nasty /proc vulnerability · 18b0bbd8
      Linus Torvalds 提交于
      We have a bad interaction with both the kernel and user space being able
      to change some of the /proc file status.  This fixes the most obvious
      part of it, but I expect we'll also make it harder for users to modify
      even their "own" files in /proc.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      18b0bbd8
  2. 01 7月, 2006 1 次提交
  3. 27 6月, 2006 27 次提交
  4. 20 6月, 2006 1 次提交
  5. 20 4月, 2006 1 次提交
  6. 01 4月, 2006 1 次提交
  7. 21 3月, 2006 1 次提交
    • C
      VFS: New /proc file /proc/self/mountstats · b4629fe2
      Chuck Lever 提交于
      Create a new file under /proc/self, called mountstats, where mounted file
      systems can export information (configuration options, performance counters,
      and so on).  Use a mechanism similar to /proc/mounts and s_ops->show_options.
      
      This mechanism does not violate namespace security, and is safe to use while
      other processes are unmounting file systems.
      
      Thanks to Mike Waychison for his review and comments.
      
      Test-plan:
      Test concurrent mount/unmount operations while cat'ing /proc/self/mountstats.
      Signed-off-by: NChuck Lever <cel@netapp.com>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      b4629fe2
  8. 12 1月, 2006 1 次提交
  9. 08 11月, 2005 1 次提交
  10. 15 10月, 2005 1 次提交
  11. 23 9月, 2005 1 次提交
  12. 22 9月, 2005 1 次提交
  13. 10 9月, 2005 2 次提交