1. 4bd9e9b nfsd: skip CB_NULL probes for 4.1 or later by Christoph Hellwig · 9 years ago
  2. cba5f62 nfsd: fix callback restarts by Christoph Hellwig · 9 years ago
  3. ef2a1b3 nfsd: split transport vs operation errors for callbacks by Christoph Hellwig · 9 years ago
  4. 8287f00 nfsd: fix pNFS return on close semantics by Sachin Bhamare · 9 years ago
  5. ebe9cb3 nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op by Christoph Hellwig · 9 years ago
  6. 40cdc7a nfsd/blocklayout: pretend we can send deviceid notifications by Christoph Hellwig · 9 years ago
  7. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  8. 860448c Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  9. bb7ffbf nfsd: fix nsfd startup race triggering BUG_ON by Giuseppe Cantavenera · 9 years ago
  10. 135dd00 nfsd: eliminate NFSD_DEBUG by Mark Salter · 9 years ago
  11. 6e4891d nfsd4: fix READ permission checking by J. Bruce Fields · 9 years ago
  12. 980608f nfsd4: disallow SEEK with special stateids by J. Bruce Fields · 9 years ago
  13. 5ba4a25a nfsd4: disallow ALLOCATE with special stateids by J. Bruce Fields · 9 years ago
  14. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  15. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  16. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  17. 9b3075c nfsd: add NFSEXP_PNFS to the exflags array by Christoph Hellwig · 9 years ago
  18. cae80b3 locks: change lm_get_owner and lm_put_owner prototypes by Jeff Layton · 9 years ago
  19. 1ec8c0c nfsd: Remove duplicate macro define for max sec label length by Kinglong Mee · 9 years ago
  20. b14f4f7 nfsd: allow setting acls with unenforceable DENYs by J. Bruce Fields · 9 years ago
  21. 629b872 nfsd: NFSD_FAULT_INJECTION depends on DEBUG_FS by Chengyu Song · 9 years ago
  22. 4229789 nfsd: remove unused status arg to nfsd4_cleanup_open_state by Jeff Layton · 9 years ago
  23. fc26c38 nfsd: remove bogus setting of status in nfsd4_process_open2 by Jeff Layton · 9 years ago
  24. beaca23 NFSD: Use correct reply size calculating function by Kinglong Mee · 9 years ago
  25. b77a4b2 NFSD: Using path_equal() for checking two paths by Kinglong Mee · 9 years ago
  26. f3f0333 nfsd: require an explicit option to enable pNFS by Christoph Hellwig · 9 years ago
  27. 7890203 NFSD: Fix bad update of layout in nfsd4_return_file_layout by Kinglong Mee · 9 years ago
  28. 376675d NFSD: Take care the return value from nfsd4_encode_stateid by Kinglong Mee · 9 years ago
  29. 8536952 NFSD: Printk blocklayout length and offset as format 0x%llx by Kinglong Mee · 9 years ago
  30. 340f0ba nfsd: return correct lockowner when there is a race on hash insert by J. Bruce Fields · 9 years ago
  31. c595233 nfsd: return correct openowner when there is a race to put one in the hash by Jeff Layton · 9 years ago
  32. a142038 NFSD: Put exports after nfsd4_layout_verify fail by Kinglong Mee · 9 years ago
  33. a68465c NFSD: Error out when register_shrinker() fail by Kinglong Mee · 9 years ago
  34. db59c0e NFSD: Take care the return value from nfsd4_decode_stateid by Kinglong Mee · 9 years ago
  35. 6f8f28e NFSD: Check layout type when returning client layouts by Kinglong Mee · 9 years ago
  36. 715a03d NFSD: restore trace event lost in mismerge by Kinglong Mee · 9 years ago
  37. 133d5582 Subject: nfsd: don't recursively call nfsd4_cb_layout_fail by Christoph Hellwig · 9 years ago
  38. a6c5170 Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  39. c876486 nfsd: fix clp->cl_revoked list deletion causing softlock in nfsd by Andrew Elble · 9 years ago
  40. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  41. a51f25a nfsd4: fix v3-less build by J. Bruce Fields · 9 years ago
  42. 0ab39de nfsd: fix comparison in fh_fsid_match() by Dan Carpenter · 9 years ago
  43. c23ae60 nfsd: default NFSv4.2 to on by J. Bruce Fields · 9 years ago
  44. 8650b8a nfsd: pNFS block layout driver by Christoph Hellwig · 9 years ago
  45. 31ef83d nfsd: add trace events by Christoph Hellwig · 10 years ago
  46. c5c707f nfsd: implement pNFS layout recalls by Christoph Hellwig · 10 years ago
  47. 9cf514c nfsd: implement pNFS operations by Christoph Hellwig · 10 years ago
  48. 4d227fc nfsd: make find_any_file available outside nfs4state.c by Christoph Hellwig · 10 years ago
  49. e6ba76e nfsd: make find/get/put file available outside nfs4state.c by Christoph Hellwig · 10 years ago
  50. cd61c52 nfsd: make lookup/alloc/unhash_stid available outside nfs4state.c by Christoph Hellwig · 10 years ago
  51. 9558f25 nfsd: add fh_fsid_match helper by Christoph Hellwig · 10 years ago
  52. 4d94c2e nfsd: move nfsd_fh_match to nfsfh.h by Christoph Hellwig · 10 years ago
  53. 2ab99ee fs: track fl_owner for leases by Christoph Hellwig · 9 years ago
  54. a584143 Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20 by J. Bruce Fields · 9 years ago
  55. 4c94e13 nfsd: factor out a helper to decode nfstime4 values by Christoph Hellwig · 9 years ago
  56. bbc7f33 nfsd: fix year-2038 nfs4 state problem by J. Bruce Fields · 9 years ago
  57. 7448cc3 locks: clean up the lm_change prototype by Jeff Layton · 9 years ago
  58. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 9 years ago
  59. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 9 years ago
  60. 9179370 nfsd: nfs4state: Remove unused function by Rickard Strandqvist · 9 years ago
  61. 0ec016e nfsd4: tweak rd_dircount accounting by J. Bruce Fields · 10 years ago
  62. 67db103 nfsd: fi_delegees doesn't need to be an atomic_t by Jeff Layton · 10 years ago
  63. 94ae1db nfsd: fix fi_delegees leak when fi_had_conflict returns true by Jeff Layton · 10 years ago
  64. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  65. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  66. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  67. 8754589 net: replace remaining users of arch_fast_hash with jhash by Daniel Borkmann · 10 years ago
  68. bf7491f nfsd4: fix xdr4 count of server in fs_location4 by Benjamin Coddington · 10 years ago
  69. 5a64e56 nfsd4: fix xdr4 inclusion of escaped char by Benjamin Coddington · 10 years ago
  70. ef17af2 fs: nfsd: Fix signedness bug in compare_blob by Rasmus Villemoes · 10 years ago
  71. 779fb0f sunrpc: move rq_splice_ok flag into rq_flags by Jeff Layton · 10 years ago
  72. 78b65eb sunrpc: move rq_dropme flag into rq_flags by Jeff Layton · 10 years ago
  73. 30660e04b sunrpc: move rq_usedeferral flag to rq_flags by Jeff Layton · 10 years ago
  74. 7501cc2 sunrpc: move rq_local field to rq_flags by Jeff Layton · 10 years ago
  75. 4d152e2 sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it by Jeff Layton · 10 years ago
  76. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  77. 818f2f5 nfsd: minor off by one checks in __write_versions() by Dan Carpenter · 10 years ago
  78. c6c15e1 nfsd: Fix slot wake up race in the nfsv4.1 callback code by Trond Myklebust · 10 years ago
  79. 6f4e0d5 nfsd_vfs_write(): use file_inode() by Al Viro · 10 years ago
  80. ef8a1a1 nfsd: get rid of ->f_dentry by Al Viro · 10 years ago
  81. 244c7d4 nfsd/nfsctl.c: new helper by Al Viro · 10 years ago
  82. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  83. 56429e9b merge nfs bugfixes into nfsd for-3.19 branch by J. Bruce Fields · 10 years ago
  84. 6d0ba04 nfsd: correctly define v4.2 support attributes by Christoph Hellwig · 10 years ago
  85. 5b095e9 nfsd: convert nfs4_file searches to use RCU by Jeff Layton · 10 years ago
  86. b0cb908 nfsd: Add DEALLOCATE support by Anna Schumaker · 10 years ago
  87. 95d871f nfsd: Add ALLOCATE support by Anna Schumaker · 10 years ago
  88. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  89. ccc6398 nfsd: clean up comments over nfs4_file definition by Jeff Layton · 10 years ago
  90. b0d2e42 NFSD: Always initialize cl_cb_addr by Chuck Lever · 10 years ago
  91. e77a7b4 nfsd: fix inclusive vfs_fsync_range() end by Zach Brown · 10 years ago
  92. 51904b0 nfsd4: fix crash on unknown operation number by J. Bruce Fields · 10 years ago
  93. d1d84c9 nfsd4: fix response size estimation for OP_SEQUENCE by J. Bruce Fields · 10 years ago
  94. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  95. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  96. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  97. 6dea073 Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  98. 4d01b7f locks: give lm_break a return value by Jeff Layton · 10 years ago
  99. c45198e locks: move freeing of leases outside of i_lock by Jeff Layton · 10 years ago
  100. 1c7dd2f locks: define a lm_setup handler for leases by Jeff Layton · 10 years ago