1. 6dea073 Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  2. 15b23ef nfsd4: fix corruption of NFSv4 read data by J. Bruce Fields · 10 years ago
  3. 24bab49 NFSD: Implement SEEK by Anna Schumaker · 10 years ago
  4. 87a15a8 NFSD: Add generic v4.2 infrastructure by Anna Schumaker · 10 years ago
  5. aee3776 nfsd4: fix rd_dircount enforcement by J. Bruce Fields · 10 years ago
  6. f7b43d0 nfsd4: reserve adequate space for LOCK op by J. Bruce Fields · 10 years ago
  7. 1383bf3 nfsd4: remove obsolete comment by J. Bruce Fields · 10 years ago
  8. 0d10c2c Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  9. 58fb12e nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache by Jeff Layton · 10 years ago
  10. f98bac5 NFSD: Fix crash encoding lock reply on 32-bit by Kinglong Mee · 10 years ago
  11. 5d6031c nfsd4: zero op arguments beyond the 8th compound op by J. Bruce Fields · 10 years ago
  12. d5d5c30 NFSD: Fix bad checking of space for padding in splice read by Kinglong Mee · 10 years ago
  13. 01529e3 NFSD: Fix memory leak in encoding denied lock by Kinglong Mee · 10 years ago
  14. b607664 nfsd: Cleanup nfs4svc_encode_compoundres by Trond Myklebust · 10 years ago
  15. 1055414 NFSD: Avoid warning message when compile at i686 arch by Kinglong Mee · 10 years ago
  16. d5e2338 nfsd4: replace defer_free by svcxdr_tmpalloc by J. Bruce Fields · 10 years ago
  17. bcaab95 nfsd4: remove nfs4_acl_new by J. Bruce Fields · 10 years ago
  18. 29c353b nfsd4: define svcxdr_dupstr to share some common code by J. Bruce Fields · 10 years ago
  19. ce043ac nfsd4: remove unused defer_free argument by J. Bruce Fields · 10 years ago
  20. 7fb8430 nfsd4: rename cr_linkname->cr_data by J. Bruce Fields · 10 years ago
  21. b829e91 nfsd: fix rare symlink decoding bug by J. Bruce Fields · 10 years ago
  22. c3a4561 nfsd: Fix bad reserving space for encoding rdattr_error by Kinglong Mee · 10 years ago
  23. 69bbd9c nfs: fix nfs4d readlink truncated packet by Avi Kivity · 10 years ago
  24. 76f47128 nfsd: fix rare symlink decoding bug by J. Bruce Fields · 10 years ago
  25. 3c7aa15 NFSD: Using min/max/min_t/max_t for calculate by Kinglong Mee · 10 years ago
  26. f41c5ad NFSD: fix bug for readdir of pseudofs by Kinglong Mee · 10 years ago
  27. 542d1ab nfsd4: kill READ64 by J. Bruce Fields · 10 years ago
  28. 0655399 nfsd4: kill READ32 by J. Bruce Fields · 10 years ago
  29. da2ebce nfsd: make nfsd4_encode_fattr static by Jeff Layton · 10 years ago
  30. 1233790 nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs buffer by Christoph Hellwig · 10 years ago
  31. 94eb368 NFSD: Adds macro EX_UUID_LEN for exports uuid's length by Kinglong Mee · 10 years ago
  32. a5cddc8 nfsd4: better reservation of head space for krb5 by J. Bruce Fields · 10 years ago
  33. d05d574 nfsd4: kill write32, write64 by J. Bruce Fields · 11 years ago
  34. 0c0c267 nfsd4: kill WRITEMEM by J. Bruce Fields · 11 years ago
  35. b64c7f3 nfsd4: kill WRITE64 by J. Bruce Fields · 11 years ago
  36. c373b0a nfsd4: kill WRITE32 by J. Bruce Fields · 11 years ago
  37. c8f13d9 nfsd4: really fix nfs4err_resource in 4.1 case by J. Bruce Fields · 10 years ago
  38. b042098 nfsd4: allow exotic read compounds by J. Bruce Fields · 11 years ago
  39. fec25fa nfsd4: more read encoding cleanup by J. Bruce Fields · 10 years ago
  40. 34a78b4 nfsd4: read encoding cleanup by J. Bruce Fields · 10 years ago
  41. dc97618 nfsd4: separate splice and readv cases by J. Bruce Fields · 11 years ago
  42. b0e35fd nfsd4: turn off zero-copy-read in exotic cases by J. Bruce Fields · 11 years ago
  43. 476a7b1 nfsd4: don't treat readlink like a zero-copy operation by J. Bruce Fields · 11 years ago
  44. 3b29970 nfsd4: enforce rd_dircount by J. Bruce Fields · 11 years ago
  45. 561f0ed nfsd4: allow large readdirs by J. Bruce Fields · 11 years ago
  46. 47ee529 nfsd4: adjust buflen to session channel limit by J. Bruce Fields · 11 years ago
  47. 3059676 nfsd4: fix buflen calculation after read encoding by J. Bruce Fields · 10 years ago
  48. 89ff884 nfsd4: nfsd4_check_resp_size should check against whole buffer by J. Bruce Fields · 11 years ago
  49. 6ff9897 nfsd4: minor encode_read cleanup by J. Bruce Fields · 11 years ago
  50. 4f0cefb nfsd4: more precise nfsd4_max_reply by J. Bruce Fields · 11 years ago
  51. 8c7424c nfsd4: don't try to encode conflicting owner if low on space by J. Bruce Fields · 11 years ago
  52. f523601 nfsd4: convert 4.1 replay encoding by J. Bruce Fields · 11 years ago
  53. 2825a7f nfsd4: allow encoding across page boundaries by J. Bruce Fields · 11 years ago
  54. a8095f7 nfsd4: size-checking cleanup by J. Bruce Fields · 11 years ago
  55. ea8d772 nfsd4: remove redundant encode buffer size checking by J. Bruce Fields · 11 years ago
  56. 67492c9 nfsd4: nfsd4_check_resp_size needn't recalculate length by J. Bruce Fields · 11 years ago
  57. 4e21ac4 nfsd4: reserve space before inlining 0-copy pages by J. Bruce Fields · 11 years ago
  58. d0a381d nfsd4: teach encoders to handle reserve_space failures by J. Bruce Fields · 11 years ago
  59. 082d4bd nfsd4: "backfill" using write_bytes_to_xdr_buf by J. Bruce Fields · 11 years ago
  60. 1fcea5b nfsd4: use xdr_truncate_encode by J. Bruce Fields · 11 years ago
  61. 6ac9039 nfsd4: keep xdr buf length updated by J. Bruce Fields · 11 years ago
  62. dd97fdd nfsd4: no need for encode_compoundres to adjust lengths by J. Bruce Fields · 11 years ago
  63. f46d382 nfsd4: remove ADJUST_ARGS by J. Bruce Fields · 11 years ago
  64. d3f627c nfsd4: use xdr_stream throughout compound encoding by J. Bruce Fields · 11 years ago
  65. ddd1ea5 nfsd4: use xdr_reserve_space in attribute encoding by J. Bruce Fields · 11 years ago
  66. 5f4ab94 nfsd4: allow space for final error return by J. Bruce Fields · 11 years ago
  67. 07d1f80 nfsd4: fix encoding of out-of-space replies by J. Bruce Fields · 11 years ago
  68. d518465 nfsd4: tweak nfsd4_encode_getattr to take xdr_stream by J. Bruce Fields · 11 years ago
  69. 4aea24b nfsd4: embed xdr_stream in nfsd4_compoundres by J. Bruce Fields · 11 years ago
  70. e372ba6 nfsd4: decoding errors can still be cached and require space by J. Bruce Fields · 10 years ago
  71. fc208d0 Revert "nfsd4: fix nfs4err_resource in 4.1 case" by J. Bruce Fields · 10 years ago
  72. 18df11d0 nfsd4: fix memory leak in nfsd4_encode_fattr() by Yan, Zheng · 11 years ago
  73. 1bc49d8 nfsd4: fix nfs4err_resource in 4.1 case by J. Bruce Fields · 11 years ago
  74. 1bed92c nfsd4: remove redundant check from nfsd4_check_resp_size by J. Bruce Fields · 11 years ago
  75. 067e1ac nfsd4: update comments with obsolete function name by J. Bruce Fields · 11 years ago
  76. e874f9f svcrpc: explicitly reject compounds that are not padded out to 4-byte multiple by Jeff Layton · 11 years ago
  77. a11fcce nfsd4: fix test_stateid error reply encoding by J. Bruce Fields · 11 years ago
  78. 798df33 nfsd4: make set of large acl return efbig, not resource by J. Bruce Fields · 11 years ago
  79. de3997a nfsd4: buffer-length check for SUPPATTR_EXCLCREAT by J. Bruce Fields · 11 years ago
  80. d50e613 nfsd4: decrease nfsd4_encode_fattr stack usage by J. Bruce Fields · 11 years ago
  81. 3554116 nfsd4: simplify xdr encoding of nfsv4 names by J. Bruce Fields · 11 years ago
  82. 87915c6 nfsd4: encode_rdattr_error cleanup by J. Bruce Fields · 12 years ago
  83. 6b6d8137 nfsd4: nfsd4_encode_fattr cleanup by J. Bruce Fields · 12 years ago
  84. dfeecc8 nfsd: get rid of unused macro definition by Kinglong Mee · 11 years ago
  85. eba1c99 nfsd: clean up unnecessary temporary variable in nfsd4_decode_fattr by Kinglong Mee · 11 years ago
  86. 43212cc nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateid by Kinglong Mee · 11 years ago
  87. a9f7b4a nfsd: clean up an xdr reserved space calculation by Kinglong Mee · 11 years ago
  88. a8bb84b nfsd: calculate the missing length of bitmap in EXCHANGE_ID by Kinglong Mee · 11 years ago
  89. 2d8498d nfsd: start documenting some XDR handling functions by Christoph Hellwig · 11 years ago
  90. 365da4a nfsd4: fix xdr decoding of large non-write compounds by J. Bruce Fields · 11 years ago
  91. aea240f nfsd: export proper maximum file size to the client by Christoph Hellwig · 11 years ago
  92. 6ff40de nfsd4: improve write performance with better sendspace reservations by J. Bruce Fields · 11 years ago
  93. 3378b7f nfsd4: fix discarded security labels on setattr by J. Bruce Fields · 11 years ago
  94. 8217d14 NFSD: Add support for NFS v4.2 operation checking by Anna Schumaker · 11 years ago
  95. e1a90eb NFSD: Combine decode operations for v4 and v4.1 by Anna Schumaker · 11 years ago
  96. 301f026 nfsd: racy access to ->d_name in nsfd4_encode_path() by Al Viro · 11 years ago
  97. 58cd57b nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_ID by Weston Andros Adamson · 11 years ago
  98. f0f51f5 nfsd4: allow destroy_session over destroyed session by J. Bruce Fields · 11 years ago
  99. 590b743 nfsd4: minor read_buf cleanup by J. Bruce Fields · 11 years ago
  100. 2475008 nfsd4: fix decoding of compounds across page boundaries by J. Bruce Fields · 11 years ago