1. 23 2月, 2013 1 次提交
  2. 05 2月, 2013 1 次提交
  3. 11 12月, 2012 2 次提交
  4. 03 12月, 2012 5 次提交
  5. 29 11月, 2012 1 次提交
  6. 01 6月, 2012 1 次提交
  7. 21 3月, 2012 1 次提交
  8. 08 11月, 2011 1 次提交
    • B
      NFSD: Added fault injection · 65178db4
      Bryan Schumaker 提交于
      Fault injection on the NFS server makes it easier to test the client's
      state manager and recovery threads.  Simulating errors on the server is
      easier than finding the right conditions that cause them naturally.
      
      This patch uses debugfs to add a simple framework for fault injection to
      the server.  This framework is a config option, and can be enabled
      through CONFIG_NFSD_FAULT_INJECTION.  Assuming you have debugfs mounted
      to /sys/debug, a set of files will be created in /sys/debug/nfsd/.
      Writing to any of these files will cause the corresponding action and
      write a log entry to dmesg.
      Signed-off-by: NBryan Schumaker <bjschuma@netapp.com>
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      65178db4