1. f984a7c nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM case by J. Bruce Fields · 9 years ago
  2. 3fcbbd2 nfsd: ensure that delegation stateid hash references are only put once by Jeff Layton · 9 years ago
  3. e856873 nfsd: ensure that the ol stateid hash reference is only put once by Jeff Layton · 9 years ago
  4. 51a5456 nfsd: allow more than one laundry job to run at a time by Jeff Layton · 9 years ago
  5. c87fb4a lockd: NLM grace period shouldn't block NFSv4 opens by J. Bruce Fields · 9 years ago
  6. 9056fff Merge branch 'for-4.2' into for-4.3 by J. Bruce Fields · 9 years ago
  7. c862399 nfsd: Remove unused clientid arguments from, find_lockowner_str{_locked} by Kinglong Mee · 9 years ago
  8. 76f6c9e nfsd: Use lk_new_xxx instead of v.new.xxx for nfs4_lockowner by Kinglong Mee · 9 years ago
  9. e796931 nfsd: Remove macro LOFF_OVERFLOW by Kinglong Mee · 9 years ago
  10. 7a5e8d5 nfsd: Remove duplicate checking of nfsd_net in nfs4_laundromat() by Kinglong Mee · 9 years ago
  11. efde6b4 nfsd: Remove unused values in nfs4_setlease() by Kinglong Mee · 9 years ago
  12. 8718602 nfsd: Remove nfs4_set_claim_prev() by Kinglong Mee · 9 years ago
  13. f5e22bb nfsd: Drop duplicate checking of seqid in nfsd4_create_session() by Kinglong Mee · 9 years ago
  14. 41eb167 nfsd: Add missing gen_confirm in nfsd4_setclientid() by Kinglong Mee · 9 years ago
  15. 19311aa8 nfsd: New counter for generating client confirm verifier by Kinglong Mee · 9 years ago
  16. d50ffde nfsd: Fix memory leak of so_owner.data in nfs4_stateowner by Kinglong Mee · 9 years ago
  17. 47e970b nfsd: Add layouts checking in client_has_state() by Kinglong Mee · 9 years ago
  18. af9dbaf nfsd: Fix a memory leak of struct file_lock by Kinglong Mee · 9 years ago
  19. 8fcd461 nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateid by Jeff Layton · 9 years ago
  20. af90f70 nfsd: take struct file setup fully into nfs4_preprocess_stateid_op by Christoph Hellwig · 9 years ago
  21. a0649b2 nfsd: refactor nfs4_preprocess_stateid_op by Christoph Hellwig · 9 years ago
  22. 6ac7536 nfsd: work around a gcc-5.1 warning by Arnd Bergmann · 9 years ago
  23. fd89145 nfsd: remove nfsd_close by Christoph Hellwig · 9 years ago
  24. cba5f62 nfsd: fix callback restarts by Christoph Hellwig · 9 years ago
  25. 8287f00 nfsd: fix pNFS return on close semantics by Sachin Bhamare · 9 years ago
  26. ebe9cb3 nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op by Christoph Hellwig · 9 years ago
  27. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  28. 860448c Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  29. 135dd00 nfsd: eliminate NFSD_DEBUG by Mark Salter · 9 years ago
  30. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  31. cae80b3 locks: change lm_get_owner and lm_put_owner prototypes by Jeff Layton · 9 years ago
  32. 4229789 nfsd: remove unused status arg to nfsd4_cleanup_open_state by Jeff Layton · 9 years ago
  33. fc26c38 nfsd: remove bogus setting of status in nfsd4_process_open2 by Jeff Layton · 9 years ago
  34. 340f0ba nfsd: return correct lockowner when there is a race on hash insert by J. Bruce Fields · 9 years ago
  35. c595233 nfsd: return correct openowner when there is a race to put one in the hash by Jeff Layton · 9 years ago
  36. c876486 nfsd: fix clp->cl_revoked list deletion causing softlock in nfsd by Andrew Elble · 9 years ago
  37. c5c707f nfsd: implement pNFS layout recalls by Christoph Hellwig · 10 years ago
  38. 9cf514c nfsd: implement pNFS operations by Christoph Hellwig · 10 years ago
  39. 4d227fc nfsd: make find_any_file available outside nfs4state.c by Christoph Hellwig · 10 years ago
  40. e6ba76e nfsd: make find/get/put file available outside nfs4state.c by Christoph Hellwig · 10 years ago
  41. cd61c52 nfsd: make lookup/alloc/unhash_stid available outside nfs4state.c by Christoph Hellwig · 10 years ago
  42. 4d94c2e nfsd: move nfsd_fh_match to nfsfh.h by Christoph Hellwig · 10 years ago
  43. 2ab99ee fs: track fl_owner for leases by Christoph Hellwig · 9 years ago
  44. a584143 Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20 by J. Bruce Fields · 9 years ago
  45. bbc7f33 nfsd: fix year-2038 nfs4 state problem by J. Bruce Fields · 9 years ago
  46. 7448cc3 locks: clean up the lm_change prototype by Jeff Layton · 9 years ago
  47. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 9 years ago
  48. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 9 years ago
  49. 9179370 nfsd: nfs4state: Remove unused function by Rickard Strandqvist · 9 years ago
  50. 67db103 nfsd: fi_delegees doesn't need to be an atomic_t by Jeff Layton · 10 years ago
  51. 94ae1db nfsd: fix fi_delegees leak when fi_had_conflict returns true by Jeff Layton · 10 years ago
  52. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  53. 8754589 net: replace remaining users of arch_fast_hash with jhash by Daniel Borkmann · 10 years ago
  54. ef17af2 fs: nfsd: Fix signedness bug in compare_blob by Rasmus Villemoes · 10 years ago
  55. 5b095e9 nfsd: convert nfs4_file searches to use RCU by Jeff Layton · 10 years ago
  56. b0d2e42 NFSD: Always initialize cl_cb_addr by Chuck Lever · 10 years ago
  57. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  58. 4d01b7f locks: give lm_break a return value by Jeff Layton · 10 years ago
  59. c45198e locks: move freeing of leases outside of i_lock by Jeff Layton · 10 years ago
  60. 1c7dd2f locks: define a lm_setup handler for leases by Jeff Layton · 10 years ago
  61. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  62. 0c637be nfsd: don't keep a pointer to the lease in nfs4_file by Jeff Layton · 10 years ago
  63. 0efaa7e locks: generic_delete_lease doesn't need a file_lock at all by Jeff Layton · 10 years ago
  64. 415b96c nfsd: fix potential lease memory leak in nfs4_setlease by Jeff Layton · 10 years ago
  65. 34549ab nfsd: eliminate "to_delegation" define by Jeff Layton · 10 years ago
  66. 0162ac2 nfsd: introduce nfsd4_callback_ops by Christoph Hellwig · 10 years ago
  67. f0b5de1 nfsd: split nfsd4_callback initialization and use by Christoph Hellwig · 10 years ago
  68. 326129d nfsd: introduce a generic nfsd4_cb by Christoph Hellwig · 10 years ago
  69. 70b2823 nfsd4: clarify how grace period ends by J. Bruce Fields · 10 years ago
  70. bea57fe nfsd4: stop grace_time update at end of grace period by J. Bruce Fields · 10 years ago
  71. d4318ac nfsd: pass extra info in env vars to upcalls to allow for early grace period end by Jeff Layton · 10 years ago
  72. 7f5ef2e nfsd: add a v4_end_grace file to /proc/fs/nfsd by Jeff Layton · 10 years ago
  73. 3b3e7b7 nfsd: reject reclaim request when client has already sent RECLAIM_COMPLETE by Jeff Layton · 10 years ago
  74. 919b804 nfsd: remove redundant boot_time parm from grace_done client tracking op by Jeff Layton · 10 years ago
  75. aef9583 NFSD: Get reference of lockowner when coping file_lock by Kinglong Mee · 10 years ago
  76. b5971af NFSD: New helper nfs4_get_stateowner() for atomic_inc sop reference by Kinglong Mee · 10 years ago
  77. 6cd9066 NFSD: Remove duplicate initialization of file_lock by Kinglong Mee · 10 years ago
  78. afbda40 nfsd: call nfs4_put_deleg_lease outside of state_lock by Jeff Layton · 10 years ago
  79. 6bcc034 nfsd: protect lease-related nfs4_file fields with fi_lock by Jeff Layton · 10 years ago
  80. b687f68 nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers by Jeff Layton · 10 years ago
  81. 74cf76d nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net by Jeff Layton · 10 years ago
  82. dab6ef2 nfsd: remove nfs4_lock_state: nfs4_laundromat by Jeff Layton · 10 years ago
  83. 05149dd nfsd: Remove nfs4_lock_state(): reclaim_complete() by Trond Myklebust · 10 years ago
  84. cb86fb1 nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew by Trond Myklebust · 10 years ago
  85. 3974552 nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session() by Trond Myklebust · 10 years ago
  86. 3234975 nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm by Trond Myklebust · 10 years ago
  87. 084d4d4 nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn() by Trond Myklebust · 10 years ago
  88. 36626a2 nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close by Trond Myklebust · 10 years ago
  89. 2dd7f2a nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt() by Trond Myklebust · 10 years ago
  90. 51f5e78 nfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner by Trond Myklebust · 10 years ago
  91. e7d5dc1 nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid by Trond Myklebust · 10 years ago
  92. c2d1d6a nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op() by Trond Myklebust · 10 years ago
  93. 285abde nfsd: remove old fault injection infrastructure by Jeff Layton · 10 years ago
  94. 98d5c7c nfsd: add more granular locking to *_delegations fault injectors by Jeff Layton · 10 years ago
  95. 82e05ef nfsd: add more granular locking to forget_openowners fault injector by Jeff Layton · 10 years ago
  96. 016200c nfsd: add more granular locking to forget_locks fault injector by Jeff Layton · 10 years ago
  97. 3738d50 nfsd: add a list_head arg to nfsd_foreach_client_lock by Jeff Layton · 10 years ago
  98. 69fc9ed nfsd: add nfsd_inject_forget_clients by Jeff Layton · 10 years ago
  99. a0926d1 nfsd: add a forget_client set_clnt routine by Jeff Layton · 10 years ago
  100. 7ec0e36 nfsd: add a forget_clients "get" routine with proper locking by Jeff Layton · 10 years ago