1. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  2. cc80fe0 Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  3. 6e8b50d nfsd: add new io class tracepoint by Jeff Layton · 9 years ago
  4. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  6. bbddca8 nfsd: don't hold i_mutex over userspace upcalls by NeilBrown · 8 years ago
  7. 6b9b210 nfsd: give up on CB_LAYOUTRECALLs after two lease periods by Jeff Layton · 9 years ago
  8. 691412b nfsd: Fix nfsd leaks sunrpc module references by Kinglong Mee · 8 years ago
  9. 2a29745 lockd: constify nlmsvc_binding structure by Julia Lawall · 9 years ago
  10. 2e55f3a nfsd: use to_delayed_work by Geliang Tang · 8 years ago
  11. 3668499 nfsd: Register callbacks on the inetaddr_chain and inet6addr_chain by Scott Mayhew · 9 years ago
  12. d4f72cb nfsd: don't base cl_cb_status on stale information by J. Bruce Fields · 9 years ago
  13. be20aa0 nfsd: don't hold ls_mutex across a layout recall by Jeff Layton · 9 years ago
  14. ffa0160 nfsd: implement the NFSv4.2 CLONE operation by Christoph Hellwig · 9 years ago
  15. aa0d6ae nfsd: Pass filehandle to nfs4_preprocess_stateid_op() by Anna Schumaker · 9 years ago
  16. 414ca01 nfsd4: fix gss-proxy 4.1 mounts for some AD principals by J. Bruce Fields · 9 years ago
  17. 920dd9b nfsd: fix unlikely NULL deref in mach_creds_match by J. Bruce Fields · 9 years ago
  18. 50c7b94 nfsd: minor consolidation of mach_cred handling code by J. Bruce Fields · 9 years ago
  19. 5004385 nfsd: helper for dup of possibly NULL string by J. Bruce Fields · 9 years ago
  20. d3f0340 nfsd: fix a warning message by Dan Carpenter · 9 years ago
  21. c4cb897 nfsd: constify nfsd4_callback_ops structure by Julia Lawall · 9 years ago
  22. 7c582e4 nfsd: recover: constify nfsd4_client_tracking_ops structures by Julia Lawall · 9 years ago
  23. 7fc0564 nfsd: fix race with open / open upgrade stateids by Andrew Elble · 9 years ago
  24. 34ed987 nfsd: eliminate sending duplicate and repeated delegations by Andrew Elble · 9 years ago
  25. 3e80dbc nfsd: remove recurring workqueue job to clean DRC by Jeff Layton · 9 years ago
  26. 9767feb nfsd: ensure that seqid morphing operations are atomic wrt to copies by Jeff Layton · 9 years ago
  27. cc8a553 nfsd: serialize layout stateid morphing operations by Jeff Layton · 9 years ago
  28. 4eaea13 nfsd: improve client_has_state to check for unused openowners by J. Bruce Fields · 9 years ago
  29. 2b63482 nfsd: fix clid_inuse on mount with security change by J. Bruce Fields · 9 years ago
  30. 825213e nfsd: move include of state.h from trace.c to trace.h by Jeff Layton · 9 years ago
  31. aaf91ec nfsd: switch unsigned char flags in svc_fh to bools by Jeff Layton · 9 years ago
  32. fcaba02 nfsd: move svc_fh->fh_maxsize to just after fh_handle by Jeff Layton · 9 years ago
  33. e79017d nfsd: drop null test before destroy functions by Julia Lawall · 9 years ago
  34. 35a92fe nfsd: serialize state seqid morphing operations by Jeff Layton · 9 years ago
  35. 8c3ad9c nfsd/blocklayout: accept any minlength by Christoph Hellwig · 9 years ago
  36. 4e4adb2 Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  37. a457974 nfsd: deal with DELEGRETURN racing with CB_RECALL by Andrew Elble · 9 years ago
  38. f984a7c nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM case by J. Bruce Fields · 9 years ago
  39. 3fcbbd2 nfsd: ensure that delegation stateid hash references are only put once by Jeff Layton · 9 years ago
  40. e856873 nfsd: ensure that the ol stateid hash reference is only put once by Jeff Layton · 9 years ago
  41. 51a5456 nfsd: allow more than one laundry job to run at a time by Jeff Layton · 9 years ago
  42. 46cc8ba nfsd: don't WARN/backtrace for invalid container deployment. by Paul Gortmaker · 9 years ago
  43. 75976de NFSD: Return word2 bitmask if setting security label in OPEN/CREATE by Kinglong Mee · 9 years ago
  44. ead8fb8 NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1 by Kinglong Mee · 9 years ago
  45. 7d58072 nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL. by Kinglong Mee · 9 years ago
  46. 6896f15 nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bug by Kinglong Mee · 9 years ago
  47. 0a2050d NFSD: Store parent's stat in a separate value by Kinglong Mee · 9 years ago
  48. 8bb2897 pnfs: move common blocklayout XDR defintions to nfs4.h by Christoph Hellwig · 9 years ago
  49. e538674 nfsd: Fix two typos in comments by Andreas Gruenbacher · 9 years ago
  50. c87fb4a lockd: NLM grace period shouldn't block NFSv4 opens by J. Bruce Fields · 9 years ago
  51. 4bc6603 nfsd: include linux/nfs4.h in export.h by Jeff Layton · 9 years ago
  52. c8c081b sunrpc/nfsd: Remove redundant code by exports seq_operations functions by Kinglong Mee · 9 years ago
  53. 7ba6cad nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errors by Kinglong Mee · 9 years ago
  54. 9056fff Merge branch 'for-4.2' into for-4.3 by J. Bruce Fields · 9 years ago
  55. c862399 nfsd: Remove unused clientid arguments from, find_lockowner_str{_locked} by Kinglong Mee · 9 years ago
  56. 76f6c9e nfsd: Use lk_new_xxx instead of v.new.xxx for nfs4_lockowner by Kinglong Mee · 9 years ago
  57. e796931 nfsd: Remove macro LOFF_OVERFLOW by Kinglong Mee · 9 years ago
  58. 7a5e8d5 nfsd: Remove duplicate checking of nfsd_net in nfs4_laundromat() by Kinglong Mee · 9 years ago
  59. efde6b4 nfsd: Remove unused values in nfs4_setlease() by Kinglong Mee · 9 years ago
  60. 8718602 nfsd: Remove nfs4_set_claim_prev() by Kinglong Mee · 9 years ago
  61. f5e22bb nfsd: Drop duplicate checking of seqid in nfsd4_create_session() by Kinglong Mee · 9 years ago
  62. 6cd2266 nfsd: Remove unneeded values in nfsd4_open() by Kinglong Mee · 9 years ago
  63. 41eb167 nfsd: Add missing gen_confirm in nfsd4_setclientid() by Kinglong Mee · 9 years ago
  64. 19311aa8 nfsd: New counter for generating client confirm verifier by Kinglong Mee · 9 years ago
  65. d50ffde nfsd: Fix memory leak of so_owner.data in nfs4_stateowner by Kinglong Mee · 9 years ago
  66. 47e970b nfsd: Add layouts checking in client_has_state() by Kinglong Mee · 9 years ago
  67. af9dbaf nfsd: Fix a memory leak of struct file_lock by Kinglong Mee · 9 years ago
  68. 598e235 nfsd/sunrpc: abstract out svc_set_num_threads to sv_ops by Jeff Layton · 9 years ago
  69. b9e13cd nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation by Jeff Layton · 9 years ago
  70. 758f62f nfsd/sunrpc: move sv_module parm into sv_ops by Jeff Layton · 9 years ago
  71. c369014 nfsd/sunrpc: move sv_function into sv_ops by Jeff Layton · 9 years ago
  72. ea126e7 nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it by Jeff Layton · 9 years ago
  73. 8fcd461 nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateid by Jeff Layton · 9 years ago
  74. 7b8f458 nfsd: Add macro NFS_ACL_MASK for ACL by Kinglong Mee · 9 years ago
  75. e446d66 nfsd: Remove duplicate define of IDMAP_NAMESZ/IDMAP_TYPE_xx by Kinglong Mee · 9 years ago
  76. faf996a nfsd: Drop including client's header file nfs_fs.h by Kinglong Mee · 9 years ago
  77. d8398fc nfsd: Set lc_size_chg before ops->proc_layoutcommit by Kinglong Mee · 9 years ago
  78. 4691b27 nfsd: Fix a memory leak in nfsd4_list_rec_dir() by Kinglong Mee · 9 years ago
  79. 1ca4b88 nfsd: Fix a file leak on nfsd4_layout_setlease failure by Kinglong Mee · 9 years ago
  80. c2227a3 nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystem by Kinglong Mee · 9 years ago
  81. 68e8bb0 nfsd: wrap too long lines in nfsd4_encode_read by Christoph Hellwig · 9 years ago
  82. 96bcad5 nfsd: fput rd_file from XDR encode context by Christoph Hellwig · 9 years ago
  83. af90f70 nfsd: take struct file setup fully into nfs4_preprocess_stateid_op by Christoph Hellwig · 9 years ago
  84. a0649b2 nfsd: refactor nfs4_preprocess_stateid_op by Christoph Hellwig · 9 years ago
  85. e749a46 nfsd: clean up raparams handling by Christoph Hellwig · 9 years ago
  86. 97b1f9a nfsd: use swap() in sort_pacl_range() by Fabian Frederick · 9 years ago
  87. 276f03e nfsd: Update callback sequnce id only CB_SEQUENCE success by Kinglong Mee · 9 years ago
  88. 4399396 nfsd: Reset cb_status in nfsd4_cb_prepare() at retrying by Kinglong Mee · 9 years ago
  89. 2f6b387 nfsd: Remove dead declarations by Andreas Gruenbacher · 9 years ago
  90. 6ac7536 nfsd: work around a gcc-5.1 warning by Arnd Bergmann · 9 years ago
  91. 0c9d65e nfsd: Checking for acl support does not require fetching any acls by Andreas Gruenbacher · 9 years ago
  92. cc26508 nfsd: Disable NFSv2 timestamp workaround for NFSv3+ by Andreas Gruenbacher · 9 years ago
  93. 43b0e7e nfsd: stop READDIRPLUS returning inconsistent attributes by NeilBrown · 9 years ago
  94. fd89145 nfsd: remove nfsd_close by Christoph Hellwig · 9 years ago
  95. 4bd9e9b nfsd: skip CB_NULL probes for 4.1 or later by Christoph Hellwig · 9 years ago
  96. cba5f62 nfsd: fix callback restarts by Christoph Hellwig · 9 years ago
  97. ef2a1b3 nfsd: split transport vs operation errors for callbacks by Christoph Hellwig · 9 years ago
  98. 8287f00 nfsd: fix pNFS return on close semantics by Sachin Bhamare · 9 years ago
  99. ebe9cb3 nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op by Christoph Hellwig · 9 years ago
  100. 40cdc7a nfsd/blocklayout: pretend we can send deviceid notifications by Christoph Hellwig · 9 years ago