1. 18 9月, 2014 1 次提交
  2. 29 8月, 2014 1 次提交
  3. 27 10月, 2013 1 次提交
  4. 15 5月, 2013 1 次提交
  5. 22 1月, 2013 1 次提交
  6. 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
  7. 16 7月, 2011 1 次提交
    • N
      nfsd: Remove deprecated nfsctl system call and related code. · 49b28684
      NeilBrown 提交于
      As promised in feature-removal-schedule.txt it is time to
      remove the nfsctl system call.
      
      Userspace has perferred to not use this call throughout 2.6 and it has been
      excluded in the default configuration since 2.6.36 (9 months ago).
      
      So this patch removes all the code that was being compiled out.
      
      There are still references to sys_nfsctl in various arch systemcall tables
      and related code.  These should be cleaned out too, probably in the next
      merge window.
      Signed-off-by: NNeilBrown <neilb@suse.de>
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      49b28684
  8. 07 6月, 2011 1 次提交
  9. 28 10月, 2010 1 次提交
  10. 21 10月, 2010 1 次提交
    • A
      BKL: introduce CONFIG_BKL. · 6de5bd12
      Arnd Bergmann 提交于
      With all the patches we have queued in the BKL removal tree, only a
      few dozen modules are left that actually rely on the BKL, and even
      there are lots of low-hanging fruit. We need to decide what to do
      about them, this patch illustrates one of the options:
      
      Every user of the BKL is marked as 'depends on BKL' in Kconfig,
      and the CONFIG_BKL becomes a user-visible option. If it gets
      disabled, no BKL using module can be built any more and the BKL
      code itself is compiled out.
      
      The one exception is file locking, which is practically always
      enabled and does a 'select BKL' instead. This effectively forces
      CONFIG_BKL to be enabled until we have solved the fs/lockd
      mess and can apply the patch that removes the BKL from fs/locks.c.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      6de5bd12
  11. 23 9月, 2010 1 次提交
  12. 13 9月, 2010 1 次提交
  13. 18 8月, 2010 1 次提交
  14. 19 3月, 2009 1 次提交
  15. 22 1月, 2009 1 次提交