1. a71e360 Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  2. 2b11885 nfsd: remove some dead code in nfsd_create_locked() by Dan Carpenter · 8 years ago
  3. fa08139 nfsd: drop unnecessary MAY_EXEC check from create by J. Bruce Fields · 8 years ago
  4. 71423274 nfsd: clean up bad-type check in nfsd_create_locked by J. Bruce Fields · 8 years ago
  5. d03d9fe nfsd: remove unnecessary positive-dentry check by J. Bruce Fields · 8 years ago
  6. b44061d nfsd: reorganize nfsd_create by J. Bruce Fields · 8 years ago
  7. e75b23f nfsd: check d_can_lookup in fh_verify of directories by J. Bruce Fields · 8 years ago
  8. 12391d0 nfsd: remove redundant zero-length check from create by J. Bruce Fields · 8 years ago
  9. 7eed34f nfsd: Make creates return EEXIST instead of EACCES by Oleg Drokin · 8 years ago
  10. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  11. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. 0e6acf0 Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  13. 8a4c392 nfsd: allow nfsd to advertise multiple layout types by Jeff Layton · 8 years ago
  14. 8858481 nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock by Chuck Lever · 8 years ago
  15. dd51db1 nfsd/blocklayout: Make sure calculate signature/designator length aligned by Kinglong Mee · 8 years ago
  16. 15d66ac xfs: abstract block export operations from nfsd layouts by Benjamin Coddington · 8 years ago
  17. d28c442 nfsd: Fix some indent inconsistancy by Christophe JAILLET · 8 years ago
  18. 93f580a nfsd: Correct a comment for NFSD_MAY_ defines location by Oleg Drokin · 8 years ago
  19. 9b9960a nfsd: Add a super simple flex file server by Tom Haynes · 8 years ago
  20. d7c920d nfsd: flex file device id encoding will need the server address by Tom Haynes · 8 years ago
  21. ed94164 nfsd: implement machine credential support for some operations by Andrew Elble · 8 years ago
  22. dedeb13 nfsd: allow mach_creds_match to be used more broadly by Andrew Elble · 8 years ago
  23. b223f4e2 Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc by Al Viro · 8 years ago
  24. 9996537 nfsd: check permissions when setting ACLs by Ben Hutchings · 8 years ago
  25. d91ee87 vfs: Pass data, ns, and ns->userns to mount_ns by Eric W. Biederman · 8 years ago
  26. 199a31c fs: move struct iomap from exportfs.h to a separate header by Christoph Hellwig · 8 years ago
  27. 8c7245ab nfsd: Make init_open_stateid() a bit more whole by Oleg Drokin · 8 years ago
  28. 5cc1fb2 nfsd: Extend the mutex holding region around in nfsd4_process_open2() by Oleg Drokin · 8 years ago
  29. feb9dad nfsd: Always lock state exclusively. by Oleg Drokin · 8 years ago
  30. d50039e nfsd4/rpc: move backchannel create logic into rpc code by J. Bruce Fields · 8 years ago
  31. eee9301 nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfix by Geert Uytterhoeven · 8 years ago
  32. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  33. 5d22c5a Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  34. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  35. 6625d09 svcrdma: Do not add XDR padding to xdr_buf page vector by Chuck Lever · 8 years ago
  36. 14b7f4a nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateid by Jeff Layton · 8 years ago
  37. 24368aa nfsd: use RWF_SYNC by Christoph Hellwig · 8 years ago
  38. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  39. 8b306a2 Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  40. 5b1e167 Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  41. ac503e4 nfsd: use short read as well as i_size to set eof by Benjamin Coddington · 8 years ago
  42. 4b15da4 nfsd: better layoutupdate bounds-checking by J. Bruce Fields · 8 years ago
  43. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  44. 10c4de1 nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCK by Christoph Hellwig · 8 years ago
  45. f99d4fb nfsd: add SCSI layout support by Christoph Hellwig · 8 years ago
  46. 368248e nfsd: move some blocklayout code by Christoph Hellwig · 8 years ago
  47. 81c3932 nfsd: add a new config option for the block layout driver by Christoph Hellwig · 8 years ago
  48. 956ccef nfsd: recover: fix memory leak by Sudip Mukherjee · 8 years ago
  49. 2f6fc05 nfsd: fix deadlock secinfo+readdir compound by J. Bruce Fields · 8 years ago
  50. 793b80e vfs: pass a flags argument to vfs_readv/vfs_writev by Christoph Hellwig · 8 years ago
  51. 0f1738a nfsd4: resfh unused in nfsd4_secinfo by J. Bruce Fields · 8 years ago
  52. 4500632 nfsd: Lower NFSv4.1 callback message size limit by Chuck Lever · 8 years ago
  53. 4ce85c8 nfsd: Update NFS server comments related to RDMA support by Chuck Lever · 8 years ago
  54. 8edf4b0 nfsd: Fix a memory leak when meeting unsupported state_protect_how4 by Kinglong Mee · 8 years ago
  55. 4aed9c46 nfsd4: fix bad bounds checking by J. Bruce Fields · 8 years ago
  56. 1edb82d nfsd: Use shash by Herbert Xu · 8 years ago
  57. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  58. cc80fe0 Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  59. 6e8b50d nfsd: add new io class tracepoint by Jeff Layton · 9 years ago
  60. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  61. 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
  62. bbddca8 nfsd: don't hold i_mutex over userspace upcalls by NeilBrown · 8 years ago
  63. 6b9b210 nfsd: give up on CB_LAYOUTRECALLs after two lease periods by Jeff Layton · 9 years ago
  64. 691412b nfsd: Fix nfsd leaks sunrpc module references by Kinglong Mee · 8 years ago
  65. 2a29745 lockd: constify nlmsvc_binding structure by Julia Lawall · 9 years ago
  66. 2e55f3a nfsd: use to_delayed_work by Geliang Tang · 8 years ago
  67. 3668499 nfsd: Register callbacks on the inetaddr_chain and inet6addr_chain by Scott Mayhew · 9 years ago
  68. d4f72cb nfsd: don't base cl_cb_status on stale information by J. Bruce Fields · 9 years ago
  69. be20aa0 nfsd: don't hold ls_mutex across a layout recall by Jeff Layton · 9 years ago
  70. ffa0160 nfsd: implement the NFSv4.2 CLONE operation by Christoph Hellwig · 9 years ago
  71. aa0d6ae nfsd: Pass filehandle to nfs4_preprocess_stateid_op() by Anna Schumaker · 9 years ago
  72. 414ca01 nfsd4: fix gss-proxy 4.1 mounts for some AD principals by J. Bruce Fields · 9 years ago
  73. 920dd9b nfsd: fix unlikely NULL deref in mach_creds_match by J. Bruce Fields · 9 years ago
  74. 50c7b94 nfsd: minor consolidation of mach_cred handling code by J. Bruce Fields · 9 years ago
  75. 5004385 nfsd: helper for dup of possibly NULL string by J. Bruce Fields · 9 years ago
  76. d3f0340 nfsd: fix a warning message by Dan Carpenter · 9 years ago
  77. c4cb897 nfsd: constify nfsd4_callback_ops structure by Julia Lawall · 9 years ago
  78. 7c582e4 nfsd: recover: constify nfsd4_client_tracking_ops structures by Julia Lawall · 9 years ago
  79. 7fc0564 nfsd: fix race with open / open upgrade stateids by Andrew Elble · 9 years ago
  80. 34ed987 nfsd: eliminate sending duplicate and repeated delegations by Andrew Elble · 9 years ago
  81. 3e80dbc nfsd: remove recurring workqueue job to clean DRC by Jeff Layton · 9 years ago
  82. 9767feb nfsd: ensure that seqid morphing operations are atomic wrt to copies by Jeff Layton · 9 years ago
  83. cc8a553 nfsd: serialize layout stateid morphing operations by Jeff Layton · 9 years ago
  84. 4eaea13 nfsd: improve client_has_state to check for unused openowners by J. Bruce Fields · 9 years ago
  85. 2b63482 nfsd: fix clid_inuse on mount with security change by J. Bruce Fields · 9 years ago
  86. 825213e nfsd: move include of state.h from trace.c to trace.h by Jeff Layton · 9 years ago
  87. aaf91ec nfsd: switch unsigned char flags in svc_fh to bools by Jeff Layton · 9 years ago
  88. fcaba02 nfsd: move svc_fh->fh_maxsize to just after fh_handle by Jeff Layton · 9 years ago
  89. e79017d nfsd: drop null test before destroy functions by Julia Lawall · 9 years ago
  90. 35a92fe nfsd: serialize state seqid morphing operations by Jeff Layton · 9 years ago
  91. 8c3ad9c nfsd/blocklayout: accept any minlength by Christoph Hellwig · 9 years ago
  92. 4e4adb2 Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  93. a457974 nfsd: deal with DELEGRETURN racing with CB_RECALL by Andrew Elble · 9 years ago
  94. f984a7c nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM case by J. Bruce Fields · 9 years ago
  95. 3fcbbd2 nfsd: ensure that delegation stateid hash references are only put once by Jeff Layton · 9 years ago
  96. e856873 nfsd: ensure that the ol stateid hash reference is only put once by Jeff Layton · 9 years ago
  97. 51a5456 nfsd: allow more than one laundry job to run at a time by Jeff Layton · 9 years ago
  98. 46cc8ba nfsd: don't WARN/backtrace for invalid container deployment. by Paul Gortmaker · 9 years ago
  99. 75976de NFSD: Return word2 bitmask if setting security label in OPEN/CREATE by Kinglong Mee · 9 years ago
  100. ead8fb8 NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1 by Kinglong Mee · 9 years ago