1. 53d4737 NFS: NFSROOT should default to "proto=udp" by Chuck Lever · 13 years ago
  2. 57df216 nfs4: remove duplicated #include by Huang Weiyi · 13 years ago
  3. f9feab1 NFSv4: nfs4_state_mark_reclaim_nograce() should be static by Trond Myklebust · 13 years ago
  4. ecac799 NFSv4: Fix the setlk error handler by Trond Myklebust · 13 years ago
  5. b4410c2 NFSv4.1: Fix the handling of the SEQUENCE status bits by Trond Myklebust · 13 years ago
  6. 0400a6b NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses by Trond Myklebust · 13 years ago
  7. c34c32e NFSv4.1 reclaim complete must wait for completion by Andy Adamson · 13 years ago
  8. 114f64b NFSv4: remove duplicate clientid in struct nfs_client by Andy Adamson · 13 years ago
  9. 7d6d63d NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAY by Ricardo Labiaga · 13 years ago
  10. 3fa0b4e (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 31 or 63 are set in fileid by Frank Filz · 14 years ago
  11. 43b7c3f nfs: fix compilation warning by Jovi Zhang · 13 years ago
  12. b9f8105 nfs: add kmalloc return value check in decode_and_add_ds by Stanislav Fomichev · 14 years ago
  13. d2224e7 nfs: close NFSv4 COMMIT vs. CLOSE race by Jeff Layton · 13 years ago
  14. bf294b4 SUNRPC: Close a race in __rpc_wait_for_completion_task() by Trond Myklebust · 13 years ago
  15. e9e3d72 nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3) by Neil Horman · 13 years ago
  16. d1205f8 NFS: NFSv4 readdir loses entries by Chuck Lever · 14 years ago
  17. c08e76d NFS: Micro-optimize nfs4_decode_dirent() by Chuck Lever · 14 years ago
  18. e00b8a2 NFS: Fix an NFS client lockdep issue by Trond Myklebust · 14 years ago
  19. c7a360b NFS construct consistent co_ownerid for v4.1 by Andy Adamson · 14 years ago
  20. 27dc1cd NFS: nfs_wcc_update_inode() should set nfsi->attr_gencount by Trond Myklebust · 14 years ago
  21. b2a2897 NFS improve pnfs_put_deviceid_cache debug print by Andy Adamson · 14 years ago
  22. 2c4cdf8 NFS fix cb_sequence error processing by Andy Adamson · 14 years ago
  23. 778be23 NFS do not find client in NFSv4 pg_authenticate by Andy Adamson · 14 years ago
  24. f61f6da NFS: Prevent memory allocation failure in nfsacl_encode() by Chuck Lever · 14 years ago
  25. ee5dc77 NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!" by Chuck Lever · 14 years ago
  26. 839f7ad NFS: Fix "kernel BUG at fs/aio.c:554!" by Chuck Lever · 14 years ago
  27. ad3d2ee NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds(). by Jesper Juhl · 14 years ago
  28. 0da2a4ac NFS: fix handling of malloc failure during nfs_flush_multi() by Fred Isaman · 14 years ago
  29. ea5b778 Unexport do_add_mount() and add in follow_automount(), not ->d_automount() by David Howells · 14 years ago
  30. 36d43a4 NFS: Use d_automount() rather than abusing follow_link() by David Howells · 14 years ago
  31. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 14 years ago
  32. db9effe Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 14 years ago
  33. 657e94b nfs: add missing rcu-walk check by Nick Piggin · 14 years ago
  34. 8a0eebf NFS: Fix NFSv3 exclusive open semantics by Trond Myklebust · 14 years ago
  35. 8b244ff switch nfs to ->s_d_op by Al Viro · 14 years ago
  36. b9d919a Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  37. 357f54d NFS fix the setting of exchange id flag by Andy Adamson · 14 years ago
  38. 68c404b Merge branch 'bugfixes' into nfs-for-2.6.38 by Trond Myklebust · 14 years ago
  39. 6650239 NFS: Don't use vm_map_ram() in readdir by Trond Myklebust · 14 years ago
  40. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 14 years ago
  41. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  42. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  43. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  44. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  45. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  46. 949854d fs: Use rename lock and RCU for multi-step operations by Nick Piggin · 14 years ago
  47. b23fb0a fs: scale inode alias list by Nick Piggin · 14 years ago
  48. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  49. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  50. d035c36 NFSv4: Ensure continued open and lockowner name uniqueness by Trond Myklebust · 14 years ago
  51. d3978bb NFS: Move cl_delegations to the nfs_server struct by Chuck Lever · 14 years ago
  52. dda4b22 NFS: Introduce nfs_detach_delegations() by Chuck Lever · 14 years ago
  53. 24d292b NFS: Move cl_state_owners and related fields to the nfs_server struct by Chuck Lever · 14 years ago
  54. fca5238 NFS: Allow walking nfs_client.cl_superblocks list outside client.c by Chuck Lever · 14 years ago
  55. f7e8917 pnfs: layout roc code by Fred Isaman · 14 years ago
  56. 3684037 pnfs: update nfs4_callback_recallany to handle layouts by Alexandros Batsakis · 14 years ago
  57. 43f1b3d pnfs: add CB_LAYOUTRECALL handling by Fred Isaman · 14 years ago
  58. f2a6256 pnfs: CB_LAYOUTRECALL xdr code by Fred Isaman · 14 years ago
  59. cc6e534 pnfs: change lo refcounting to atomic_t by Fred Isaman · 14 years ago
  60. fc1794c pnfs: check that partial LAYOUTGET return is ignored by Fred Isaman · 14 years ago
  61. 2130ff6 pnfs: add layout to client list before sending rpc by Fred Isaman · 14 years ago
  62. cf7d63f pnfs: serialize LAYOUTGET(openstateid) by Fred Isaman · 14 years ago
  63. c31663d pnfs: layoutget rpc code cleanup by Fred Isaman · 14 years ago
  64. 4541d16 pnfs: change how lsegs are removed from layout list by Fred Isaman · 14 years ago
  65. fd6002e pnfs: change layout state seqlock to a spinlock by Fred Isaman · 14 years ago
  66. b7edfaa pnfs: add prefix to struct pnfs_layout_hdr fields by Fred Isaman · 14 years ago
  67. 566052c pnfs: add prefix to struct pnfs_layout_segment fields by Fred Isaman · 14 years ago
  68. daaa82d pnfs: remove unnecessary field lgp->status by Fred Isaman · 14 years ago
  69. 52fabd7 pnfs: fix incorrect comment in destroy_lseg by Fred Isaman · 14 years ago
  70. 4a19de0 NFS rename client back channel transport field by Andy Adamson · 14 years ago
  71. 42acd02 NFS add session back channel draining by Andy Adamson · 14 years ago
  72. ece0de6 NFS RPC_AUTH_GSS unsupported on v4.1 back channel by Andy Adamson · 14 years ago
  73. c36fca5 NFS refactor nfs_find_client and reference client across callback processing by Andy Adamson · 14 years ago
  74. 2c2618c NFS associate sessionid with callback connection by Andy Adamson · 14 years ago
  75. f4eecd5 NFS implement v4.0 callback_ident by Andy Adamson · 14 years ago
  76. ea00528 NFS do not clear minor version at nfs_client free by Andy Adamson · 14 years ago
  77. 01c9a0b NFS use svc_create_xprt for NFSv4.1 callback service by Andy Adamson · 14 years ago
  78. 64c2ce8 nfsv4: Switch to generic xattr handling code by Aneesh Kumar K.V · 14 years ago
  79. a8a5da9 nfs: Set MS_POSIXACL always by Aneesh Kumar K.V · 14 years ago
  80. bf0c84f NFS: use ERR_CAST() by Namhyung Kim · 14 years ago
  81. 5f3e97c nfs: fix mispelling of idmap CONFIG symbol by J. Bruce Fields · 14 years ago
  82. 878215f NFS: Don't leak in nfs_proc_symlink() by Jesper Juhl · 14 years ago
  83. 1174dd1 NFSv4: Convert a few commas into semicolons... by Trond Myklebust · 14 years ago
  84. aa69947 NFS: suppressing showing of default mount port value in /proc fixed by Stanislav Kinsbursky · 14 years ago
  85. 611c96c nfs4: fix units bug causing hang on recovery by J. Bruce Fields · 14 years ago
  86. 72895b1 nfs: Take advantage of kmem_cache_zalloc() in nfs_page_alloc() by Jesper Juhl · 14 years ago
  87. c8b031e NFS: Remove redundant unlikely() by Tobias Klauser · 14 years ago
  88. bf26955 SUNRPC: New xdr_streams XDR decoder API by Chuck Lever · 14 years ago
  89. 9f06c71 SUNRPC: New xdr_streams XDR encoder API by Chuck Lever · 14 years ago
  90. b43cd8c NFS: Remove unused UMNT response data structure by Chuck Lever · 14 years ago
  91. 98eb2b4 NFS: Avoid return code checking in mount XDR encoder functions by Chuck Lever · 14 years ago
  92. ead0059 NFS: Squelch compiler warning in decode_getdeviceinfo() by Chuck Lever · 14 years ago
  93. 573c4e1 NFS: Simplify ->decode_dirent() calling sequence by Chuck Lever · 14 years ago
  94. 8111f37 NFS: Fix hdrlen calculation in NFSv4's decode_read() by Chuck Lever · 14 years ago
  95. 7d93bd71 NFS: Repair whitespace damage in NFS PROC macro by Chuck Lever · 14 years ago
  96. f604870 NFS: Move and update xdr_decode_foo() functions that we're keeping by Chuck Lever · 14 years ago
  97. b2cdd9c NFS: Remove unused old NFSv3 decoder functions by Chuck Lever · 14 years ago
  98. f5fc3c50 NFS: Switch in new NFSv3 decoder functions by Chuck Lever · 14 years ago
  99. e4f9323 NFS: Introduce new-style XDR decoding functions for NFSv2 by Chuck Lever · 14 years ago
  100. 9d5a643 NFS: Update xdr_encode_foo() functions that we're keeping by Chuck Lever · 14 years ago