1. 0d63790 NFSD: Helper function for parsing uuid by Kinglong Mee · 11 years ago
  2. a1f0551 NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free() by Kinglong Mee · 11 years ago
  3. a5cddc8 nfsd4: better reservation of head space for krb5 by J. Bruce Fields · 11 years ago
  4. d05d574 nfsd4: kill write32, write64 by J. Bruce Fields · 11 years ago
  5. 0c0c267 nfsd4: kill WRITEMEM by J. Bruce Fields · 11 years ago
  6. b64c7f3 nfsd4: kill WRITE64 by J. Bruce Fields · 11 years ago
  7. c373b0a nfsd4: kill WRITE32 by J. Bruce Fields · 11 years ago
  8. c8f13d9 nfsd4: really fix nfs4err_resource in 4.1 case by J. Bruce Fields · 11 years ago
  9. b042098 nfsd4: allow exotic read compounds by J. Bruce Fields · 11 years ago
  10. fec25fa nfsd4: more read encoding cleanup by J. Bruce Fields · 11 years ago
  11. 34a78b4 nfsd4: read encoding cleanup by J. Bruce Fields · 11 years ago
  12. dc97618 nfsd4: separate splice and readv cases by J. Bruce Fields · 11 years ago
  13. 02fe470 nfsd4: nfsd_vfs_read doesn't use file handle parameter by J. Bruce Fields · 11 years ago
  14. b0e35fd nfsd4: turn off zero-copy-read in exotic cases by J. Bruce Fields · 11 years ago
  15. ccae70a nfsd4: estimate sequence response size by J. Bruce Fields · 11 years ago
  16. b86cef6 nfsd4: better estimate of getattr response size by J. Bruce Fields · 11 years ago
  17. 476a7b1 nfsd4: don't treat readlink like a zero-copy operation by J. Bruce Fields · 11 years ago
  18. 3b29970 nfsd4: enforce rd_dircount by J. Bruce Fields · 11 years ago
  19. 561f0ed nfsd4: allow large readdirs by J. Bruce Fields · 11 years ago
  20. 32aaa62 nfsd4: use session limits to release send buffer reservation by J. Bruce Fields · 11 years ago
  21. 47ee529 nfsd4: adjust buflen to session channel limit by J. Bruce Fields · 11 years ago
  22. 3059676 nfsd4: fix buflen calculation after read encoding by J. Bruce Fields · 11 years ago
  23. 89ff884 nfsd4: nfsd4_check_resp_size should check against whole buffer by J. Bruce Fields · 11 years ago
  24. 6ff9897 nfsd4: minor encode_read cleanup by J. Bruce Fields · 11 years ago
  25. 4f0cefb nfsd4: more precise nfsd4_max_reply by J. Bruce Fields · 11 years ago
  26. 8c7424c nfsd4: don't try to encode conflicting owner if low on space by J. Bruce Fields · 11 years ago
  27. f523601 nfsd4: convert 4.1 replay encoding by J. Bruce Fields · 11 years ago
  28. 2825a7f nfsd4: allow encoding across page boundaries by J. Bruce Fields · 11 years ago
  29. a8095f7 nfsd4: size-checking cleanup by J. Bruce Fields · 11 years ago
  30. ea8d772 nfsd4: remove redundant encode buffer size checking by J. Bruce Fields · 11 years ago
  31. 67492c9 nfsd4: nfsd4_check_resp_size needn't recalculate length by J. Bruce Fields · 11 years ago
  32. 4e21ac4 nfsd4: reserve space before inlining 0-copy pages by J. Bruce Fields · 11 years ago
  33. d0a381d nfsd4: teach encoders to handle reserve_space failures by J. Bruce Fields · 11 years ago
  34. 082d4bd nfsd4: "backfill" using write_bytes_to_xdr_buf by J. Bruce Fields · 11 years ago
  35. 1fcea5b nfsd4: use xdr_truncate_encode by J. Bruce Fields · 11 years ago
  36. 6ac9039 nfsd4: keep xdr buf length updated by J. Bruce Fields · 11 years ago
  37. dd97fdd nfsd4: no need for encode_compoundres to adjust lengths by J. Bruce Fields · 11 years ago
  38. f46d382 nfsd4: remove ADJUST_ARGS by J. Bruce Fields · 11 years ago
  39. d3f627c nfsd4: use xdr_stream throughout compound encoding by J. Bruce Fields · 11 years ago
  40. ddd1ea5 nfsd4: use xdr_reserve_space in attribute encoding by J. Bruce Fields · 11 years ago
  41. 5f4ab94 nfsd4: allow space for final error return by J. Bruce Fields · 11 years ago
  42. 07d1f80 nfsd4: fix encoding of out-of-space replies by J. Bruce Fields · 11 years ago
  43. 1802a67 nfsd4: reserve head space for krb5 integ/priv info by J. Bruce Fields · 11 years ago
  44. 2d124dfaa nfsd4: move proc_compound xdr encode init to helper by J. Bruce Fields · 11 years ago
  45. d518465 nfsd4: tweak nfsd4_encode_getattr to take xdr_stream by J. Bruce Fields · 11 years ago
  46. 4aea24b nfsd4: embed xdr_stream in nfsd4_compoundres by J. Bruce Fields · 11 years ago
  47. e372ba6 nfsd4: decoding errors can still be cached and require space by J. Bruce Fields · 11 years ago
  48. f34e432 nfsd4: fix write reply size estimate by J. Bruce Fields · 11 years ago
  49. 622f560 nfsd4: read size estimate should include padding by J. Bruce Fields · 11 years ago
  50. 24906f3 nfsd4: allow larger 4.1 session drc slots by J. Bruce Fields · 11 years ago
  51. 5b64869 nfsd4: READ, READDIR, etc., are idempotent by J. Bruce Fields · 11 years ago
  52. 8658452 nfsd: Only set PF_LESS_THROTTLE when really needed. by NeilBrown · 11 years ago
  53. abf1135 nfsd: remove nfsd4_free_slab by Christoph Hellwig · 11 years ago
  54. d40aa33 nfsd: Remove assignments inside conditions by Benoit Taine · 11 years ago
  55. f35ea0d Merge 3.15 bugfixes for 3.16 by J. Bruce Fields · 11 years ago
  56. cbf7a75 nfsd4: fix delegation cleanup on error by J. Bruce Fields · 11 years ago
  57. 368fe39 NFSD: Don't clear SUID/SGID after root writing data by Kinglong Mee · 11 years ago
  58. 27b1142 nfsd4: warn on finding lockowner without stateid's by J. Bruce Fields · 11 years ago
  59. a1b8ff4 nfsd4: remove lockowner when removing lock stateid by J. Bruce Fields · 11 years ago
  60. 5513a51 nfsd4: fix corruption on setting an ACL. by J. Bruce Fields · 11 years ago
  61. 9fa1959 NFSD: Get rid of empty function nfs4_state_init by Kinglong Mee · 11 years ago
  62. f3e41ec NFSD: Use simple_read_from_buffer for coping data to userspace by Kinglong Mee · 11 years ago
  63. dd15073 Merge 3.15 bugfix for 3.16 by J. Bruce Fields · 11 years ago
  64. 5409e46 nfsd: clean up fh_auth usage by Christoph Hellwig · 11 years ago
  65. ecc7455 NFSD: cleanup unneeded including linux/export.h by Kinglong Mee · 11 years ago
  66. aa07c71 NFSD: Call ->set_acl with a NULL ACL structure if no entries by Kinglong Mee · 11 years ago
  67. 14bcab1 NFSd: Clean up nfs4_preprocess_stateid_op by Trond Myklebust · 11 years ago
  68. 50cc623 NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functions by Trond Myklebust · 11 years ago
  69. 6f226e2 nfsd: remove <linux/nfsd/debug.h> by Christoph Hellwig · 11 years ago
  70. 7f94423 nfsd: move <linux/nfsd/stats.h> to fs/nfsd by Christoph Hellwig · 11 years ago
  71. d430e8d5 nfsd: move <linux/nfsd/export.h> to fs/nfsd by Christoph Hellwig · 11 years ago
  72. 9c69de4 nfsd: remove <linux/nfsd/nfsfh.h> by Christoph Hellwig · 11 years ago
  73. 4dd86e15 NFSd: Remove 'inline' designation for free_client() by Trond Myklebust · 11 years ago
  74. 4cb57e3 NFSd: call rpc_destroy_wait_queue() from free_client() by Trond Myklebust · 11 years ago
  75. 5694c93 NFSd: Move default initialisers from create_client() to alloc_client() by Trond Myklebust · 11 years ago
  76. fc208d0 Revert "nfsd4: fix nfs4err_resource in 4.1 case" by J. Bruce Fields · 11 years ago
  77. 3758cf7 nfsd: set timeparms.to_maxval in setup_callback_client by Jeff Layton · 11 years ago
  78. 75ff24f Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  79. 7df9345 Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 11 years ago
  80. 06f9cc1 nfsd4: don't create unnecessary mask acl by J. Bruce Fields · 11 years ago
  81. 082f31a nfsd: revert v2 half of "nfsd: don't return high mode bits" by J. Bruce Fields · 11 years ago
  82. 8f6c5ff kernel/groups.c: remove return value of set_groups by Wang YanQing · 11 years ago
  83. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 11 years ago
  84. 18df11d0 nfsd4: fix memory leak in nfsd4_encode_fattr() by Yan, Zheng · 11 years ago
  85. 3064639 nfsd: check passed socket's net matches NFSd superblock's one by Stanislav Kinsbursky · 11 years ago
  86. d531c00 NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp by Kinglong Mee · 11 years ago
  87. 2336745 NFSD: Clear wcc data between compound ops by Kinglong Mee · 11 years ago
  88. a8a7c67 nfsd: Don't return NFS4ERR_STALE_STATEID for NFSv4.1+ by Trond Myklebust · 11 years ago
  89. 1bc49d8 nfsd4: fix nfs4err_resource in 4.1 case by J. Bruce Fields · 11 years ago
  90. 480efae nfsd4: fix setclientid encode size by J. Bruce Fields · 11 years ago
  91. 1bed92c nfsd4: remove redundant check from nfsd4_check_resp_size by J. Bruce Fields · 11 years ago
  92. d139977 nfsd4: use more generous NFS4_ACL_MAX by J. Bruce Fields · 11 years ago
  93. 0da7b19 nfsd4: minor nfsd4_replay_cache_entry cleanup by J. Bruce Fields · 11 years ago
  94. 3ca2eb9 nfsd4: nfsd4_replay_cache_entry should be static by J. Bruce Fields · 11 years ago
  95. 067e1ac nfsd4: update comments with obsolete function name by J. Bruce Fields · 11 years ago
  96. 3f42d2c NFSD: Using free_conn free connection by Kinglong Mee · 11 years ago
  97. fbb74a3 nfsd: typo in nfsd_rename comment by J. Bruce Fields · 11 years ago
  98. 4daeed2 NFSD: simplify saved/current fh uses in nfsd4_proc_compound by Kinglong Mee · 11 years ago
  99. 2b90563 NFSD: Traverse unconfirmed client through hash-table by Kinglong Mee · 11 years ago
  100. e874f9f svcrpc: explicitly reject compounds that are not padded out to 4-byte multiple by Jeff Layton · 11 years ago