1. 1db7722 Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  2. 75ef9de constify a bunch of struct file_operations instances by Al Viro · 11 years ago
  3. ff7c4b3 nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports error by fanchaoting · 11 years ago
  4. a2f999a nfsd: add new reply_cache_stats file in nfsdfs by Jeff Layton · 11 years ago
  5. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  6. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  7. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  8. 96d851c nfsd: use proper net while reading "exports" file by Stanislav Kinsbursky · 12 years ago
  9. 11f7794 nfsd: containerize NFSd filesystem by Stanislav Kinsbursky · 12 years ago
  10. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 11 years ago
  11. ff89be8 nfsd4: require version 4 when enabling or disabling minorversion by J. Bruce Fields · 12 years ago
  12. 9dd9845 nfsd: make NFSd service structure allocated per net by Stanislav Kinsbursky · 12 years ago
  13. 0816035 nfsd: pass net to __write_ports() and down by Stanislav Kinsbursky · 12 years ago
  14. 3938a0d nfsd: pass net to nfsd_set_nrthreads() by Stanislav Kinsbursky · 12 years ago
  15. d41a941 nfsd: pass net to nfsd_svc() by Stanislav Kinsbursky · 12 years ago
  16. 6777436 nfsd: pass net to nfsd_create_serv() by Stanislav Kinsbursky · 12 years ago
  17. f3c7521 NFSD: Fold fault_inject.h into state.h by Bryan Schumaker · 12 years ago
  18. 5284b44 nfsd: make NFSv4 grace time per net by Stanislav Kinsbursky · 12 years ago
  19. 3d73371 nfsd: make NFSv4 lease time per net by Stanislav Kinsbursky · 12 years ago
  20. 864aee5 nfsd: remove redundant declarations by Stanislav Kinsbursky · 12 years ago
  21. eccf50c nfsd: remove unused listener-removal interfaces by J. Bruce Fields · 12 years ago
  22. a10fded nfsd: allow configuring nfsd to listen on 5-digit ports by J. Bruce Fields · 12 years ago
  23. 38af2ca nfsd: remove redundant "port" argument by J. Bruce Fields · 12 years ago
  24. 87f26f9 nfsd4: declare nfs4_recoverydir properly by J. Bruce Fields · 12 years ago
  25. 19f7e2c NFSd: introduce nfsd_destroy() helper by Stanislav Kinsbursky · 12 years ago
  26. 786185b SUNRPC: move per-net operations from svc_destroy() by Stanislav Kinsbursky · 12 years ago
  27. f69adb2 nfsd: allocate id-to-name and name-to-id caches in per-net operations. by Stanislav Kinsbursky · 12 years ago
  28. 43ec1a2 nfsd: pass network context to idmap init/exit functions by Stanislav Kinsbursky · 12 years ago
  29. 5717e01 nfsd: allocate export and expkey caches in per-net operations. by Stanislav Kinsbursky · 12 years ago
  30. e5f06f7 nfsd: make expkey cache allocated per network namespace context by Stanislav Kinsbursky · 12 years ago
  31. b3853e0 nfsd: make export cache allocated per network namespace context by Stanislav Kinsbursky · 12 years ago
  32. b89109b nfsd: pass network context to export caches init/shutdown routines by Stanislav Kinsbursky · 12 years ago
  33. f2c7ea1 nfsd: pass svc_export_cache pointer as private data to "exports" seq file ops by Stanislav Kinsbursky · 12 years ago
  34. 797a9d7 nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabled by Jeff Layton · 12 years ago
  35. 813fd32 nfsd: add notifier to handle mount/unmount of rpc_pipefs sb by Jeff Layton · 12 years ago
  36. 7ea34ac nfsd: add a per-net-namespace struct for nfsd by Jeff Layton · 12 years ago
  37. 4cb54ca SUNRPC: search for service transports in network namespace context by Stanislav Kinsbursky · 13 years ago
  38. 90100b1 SUNRPC: parametrize rpc_pton() by network context by Stanislav Kinsbursky · 13 years ago
  39. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  40. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
  41. 7208339 NFSD: Call nfsd4_init_slabs() from init_nfsd() by Bryan Schumaker · 13 years ago
  42. 65178db NFSD: Added fault injection by Bryan Schumaker · 13 years ago
  43. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  44. c152292 nfsd: remove include/linux/nfsd/syscall.h by J. Bruce Fields · 13 years ago
  45. 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 13 years ago
  46. b084f59 nfsd: fix dependency of nfsd on auth_rpcgss by J. Bruce Fields · 13 years ago
  47. 0a5e5f1 nfsd: fix compile error by J. Bruce Fields · 13 years ago
  48. b0b0c0a nfsd: add proc file listing kernel's gss_krb5 enctypes by Kevin Coffman · 13 years ago
  49. 2ca72e1 nfsd4: move idmap and acl header files into fs/nfsd by J. Bruce Fields · 14 years ago
  50. 5b6a599 nfs: add missed CONFIG_NFSD_DEPRECATED by bookjovi@gmail.com · 14 years ago
  51. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  52. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  53. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  54. fc5d00b sunrpc: Add net argument to svc_create_xprt by Pavel Emelyanov · 14 years ago
  55. 352114f sunrpc: Add net to pure API calls by Pavel Emelyanov · 14 years ago
  56. 049ef27 nfsd: Export get_task_comm for nfsd by Pavel Emelyanov · 14 years ago
  57. 1e14056 nfsd: allow deprecated interface to be compiled out. by NeilBrown · 14 years ago
  58. c67874f nfsd: formally deprecate legacy nfsd syscall interface by NeilBrown · 14 years ago
  59. 7fa53cc nfsd: don't allow setting maxblksize after svc created by J. Bruce Fields · 14 years ago
  60. 6904996 gcc-4.6: nfsd: fix initialized but not read warnings by Andi Kleen · 14 years ago
  61. ac77efb nfsd: just keep single lockd reference for nfsd by Jeff Layton · 14 years ago
  62. 0cd14a0 nfsd: fix error handling in __write_ports_addxprt by Jeff Layton · 14 years ago
  63. 78a8d7c nfsd: fix error handling when starting nfsd with rpcbind down by Jeff Layton · 14 years ago
  64. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  65. 5306293 Merge commit 'v2.6.34-rc6' by J. Bruce Fields · 14 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  67. e7b184f nfsd4: document lease/grace-period limits by J. Bruce Fields · 14 years ago
  68. efc4bb4f nfsd4: allow setting grace period time by J. Bruce Fields · 14 years ago
  69. f013574 nfsd4: reshuffle lease-setting code to allow reuse by J. Bruce Fields · 14 years ago
  70. f958a13 nfsd4: remove unnecessary lease-setting function by J. Bruce Fields · 14 years ago
  71. cf07d2e nfsd4: simplify references to nfsd4 lease time by J. Bruce Fields · 14 years ago
  72. 3749829 NFSD: Create PF_INET6 listener in write_ports by Chuck Lever · 15 years ago
  73. 6871790 SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found" by Chuck Lever · 15 years ago
  74. 7663dac nfsd: remove pointless paths in file headers by J. Bruce Fields · 15 years ago
  75. e8e8753 nfsd: new interface to advertise export features by J. Bruce Fields · 15 years ago
  76. 9a74af2 nfsd: Move private headers to source directory by Boaz Harrosh · 15 years ago
  77. 341eb18 nfsd: Source files #include cleanups by Boaz Harrosh · 15 years ago
  78. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  79. ed2d8ae knfsd: Replace lock_kernel with a mutex in nfsd pool stats. by Ryusei Yamaguchi · 15 years ago
  80. e9dc122 Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incoming by J. Bruce Fields · 15 years ago
  81. 4116092 NFSD: Support IPv6 addresses in write_failover_ip() by Chuck Lever · 15 years ago
  82. 413d63d710 nfsd: minor write_pool_threads exit cleanup by J. Bruce Fields · 15 years ago
  83. 2522a77 Fix memory leak in write_pool_threads by Eric Sesterhenn · 15 years ago
  84. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  85. 82e12fe nfsd: don't take nfsd_mutex twice when setting number of threads. by NeilBrown · 15 years ago
  86. e06b640 NFSD: Stricter buffer size checking in fs/nfsd/nfsctl.c by Chuck Lever · 15 years ago
  87. 261758b NFSD: Stricter buffer size checking in write_versions() by Chuck Lever · 15 years ago
  88. 3d72ab8 NFSD: Stricter buffer size checking in write_recoverydir() by Chuck Lever · 15 years ago
  89. 8435d34 SUNRPC: pass buffer size to svc_sock_names() by Chuck Lever · 15 years ago
  90. bfba9ab SUNRPC: pass buffer size to svc_addsock() by Chuck Lever · 15 years ago
  91. 335c54b NFSD: Prevent a buffer overflow in svc_xprt_names() by Chuck Lever · 15 years ago
  92. ea068ba NFSD: move lockd_up() before svc_addsock() by Chuck Lever · 15 years ago
  93. 0a5372d NFSD: Finish refactoring __write_ports() by Chuck Lever · 15 years ago
  94. c71206a NFSD: Note an additional requirement when passing TCP sockets to portlist by Chuck Lever · 15 years ago
  95. 0b7c2f6 NFSD: Refactor socket creation out of __write_ports() by Chuck Lever · 15 years ago
  96. 82d5659 NFSD: Refactor portlist socket closing into a helper by Chuck Lever · 15 years ago
  97. 4eb68c2 NFSD: Refactor transport addition out of __write_ports() by Chuck Lever · 15 years ago
  98. 4cd5dc7 NFSD: Refactor transport removal out of __write_ports() by Chuck Lever · 15 years ago
  99. a638562 Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  100. 8daf220 nfsd41: control nfsv4.1 svc via /proc/fs/nfsd/versions by Benny Halevy · 15 years ago