1. e0c2b38 NFSv4.1: filelayout driver specific code for COMMIT by Fred Isaman · 13 years ago
  2. 988b6dc NFSv4.1: remove GETATTR from ds commits by Fred Isaman · 13 years ago
  3. a861a1e NFSv4.1: add generic layer hooks for pnfs COMMIT by Fred Isaman · 13 years ago
  4. 425eb73 NFSv4.1: alloc and free commit_buckets by Fred Isaman · 13 years ago
  5. c879513 NFSv4.1: shift filelayout_free_lseg by Fred Isaman · 13 years ago
  6. 5917ce8 NFSv4.1: pull out code from nfs_commit_release by Fred Isaman · 13 years ago
  7. 64bfeb4 NFSv4.1: pull error handling out of nfs_commit_list by Fred Isaman · 13 years ago
  8. 5f45243 NFSv4.1: add callback to nfs4_commit_done by Fred Isaman · 13 years ago
  9. 9ace33c NFSv4.1: rearrange nfs_commit_rpcsetup by Fred Isaman · 13 years ago
  10. 465d524 NFSv4.1: don't send COMMIT to ds for data sync writes by Fred Isaman · 13 years ago
  11. 8ef2ce3 NFS: Detect loops in a readdir due to bad cookies by Bryan Schumaker · 13 years ago
  12. 480c200 NFS: Create nfs_open_dir_context by Bryan Schumaker · 13 years ago
  13. e47c085 NFS: Ensure that we update the readdir filp->f_pos correctly by Trond Myklebust · 13 years ago
  14. 51e8165 Remove pointless memset in nfsacl_encode() by Jesper Juhl · 13 years ago
  15. 4667058 nfs4: Fix NULL dereference at d_alloc_and_lookup() by Gusev Vitaliy · 13 years ago
  16. 246408d SUNRPC: Never reuse the socket port after an xs_close() by Trond Myklebust · 13 years ago
  17. b8413f9 NFS: Fix a hang/infinite loop in nfs_wb_page() by Trond Myklebust · 13 years ago
  18. b31268a FS: Use stable writes when not doing a bulk flush by Trond Myklebust · 13 years ago
  19. 8e26de2 RPC: killing RPC tasks races fixed by Stanislav Kinsbursky · 13 years ago
  20. ba3c578 xprt: remove redundant check by j223yang@asset.uwaterloo.ca · 13 years ago
  21. a8de240 SUNRPC: Convert struct rpc_xprt to use atomic_t counters by Trond Myklebust · 13 years ago
  22. e020c68 SUNRPC: Ensure we always run the tk_callback before tk_action by Trond Myklebust · 13 years ago
  23. 986d4ab sunrpc: fix printk format warning by Randy Dunlap · 13 years ago
  24. 4d4a76f xprt: remove redundant null check by j223yang@asset.uwaterloo.ca · 13 years ago
  25. 8f68cd4 nfs: BKL is no longer needed, so remove the include by Stephen Rothwell · 13 years ago
  26. e0dca7a NFS: Fix a warning in fs/nfs/idmap.c by Trond Myklebust · 13 years ago
  27. c5cb09b Cleanup: Factor out some cut-and-paste code. by Rob Landley · 13 years ago
  28. c12bace cleanup: save 60 lines/100 bytes by combining two mostly duplicate functions. by Rob Landley · 13 years ago
  29. 7ec10f2 NFS: account direct-io into task io accounting by Konstantin Khlebnikov · 13 years ago
  30. f862822 gss:krb5 only include enctype numbers in gm_upcall_enctypes by Kevin Coffman · 13 years ago
  31. 5c635e0 RPCRDMA: Fix FRMR registration/invalidate handling. by Tom Tucker · 13 years ago
  32. bd7ea31 RPCRDMA: Fix to XDR page base interpretation in marshalling logic. by Tom Tucker · 13 years ago
  33. b064eca2 NFSv4: Send unmapped uid/gids to the server when using auth_sys by Trond Myklebust · 13 years ago
  34. 3ddeb7c NFSv4: Propagate the error NFS4ERR_BADOWNER to nfs4_do_setattr by Trond Myklebust · 13 years ago
  35. e4fd72a NFSv4: cleanup idmapper functions to take an nfs_server argument by Trond Myklebust · 13 years ago
  36. f0b8516 NFSv4: Send unmapped uid/gids to the server if the idmapper fails by Trond Myklebust · 13 years ago
  37. 5cf36cf NFSv4: If the server sends us a numeric uid/gid then accept it by Trond Myklebust · 13 years ago
  38. 75247af NFSv4.1: reject zero layout with zeroed stripe unit by Benny Halevy · 13 years ago
  39. 36fe432 NFSv4.1: Clear lseg pointer in ->doio function by Fred Isaman · 13 years ago
  40. c76069b NFSv4.1: rearrange ->doio args by Fred Isaman · 13 years ago
  41. a69aef1 NFSv4.1: pnfs filelayout driver write by Fred Isaman · 13 years ago
  42. 7ffd106 NFSv4.1: remove GETATTR from ds writes by Fred Isaman · 13 years ago
  43. 0382b74 NFSv4.1: implement generic pnfs layer write switch by Andy Adamson · 13 years ago
  44. 44b8379 NFSv4.1: trigger LAYOUTGET for writes by Fred Isaman · 13 years ago
  45. 5053aa5 NFSv4.1: Send lseg down into nfs_write_rpcsetup by Fred Isaman · 13 years ago
  46. b029bc9 NFSv4.1: add callback to nfs4_write_done by Fred Isaman · 13 years ago
  47. d138d5d NFSv4.1: rearrange nfs_write_rpcsetup by Andy Adamson · 13 years ago
  48. 80fe2b1 NFSv4.1: lseg documentation by Fred Isaman · 13 years ago
  49. 568e8c4 NFSv4.1: turn off pNFS on ds connection failure by Andy Adamson · 13 years ago
  50. ea8eecd NFSv4.1 move deviceid cache to filelayout driver by Christoph Hellwig · 13 years ago
  51. cbdabc7f NFSv4.1: filelayout async error handler by Andy Adamson · 13 years ago
  52. dc70d7b NFSv4.1: filelayout read by Andy Adamson · 13 years ago
  53. cfe7f41 NFSv4.1: filelayout i/o helpers by Fred Isaman · 13 years ago
  54. d83217c NFSv4.1: data server connection by Andy Adamson · 13 years ago
  55. 64419a9 NFSv4.1: generic read by Andy Adamson · 13 years ago
  56. bae724e NFSv4.1: shift pnfs_update_layout locations by Fred Isaman · 13 years ago
  57. 94ad1c8 NFSv4.1: coelesce across layout stripes by Fred Isaman · 13 years ago
  58. d684d2a NFSv4.1: lseg refcounting by Fred Isaman · 13 years ago
  59. 94de8b2 NFSv4.1: add MDS mount DS only check by Andy Adamson · 13 years ago
  60. d6fb79d NFSv4.1: new flag for lease time check by Andy Adamson · 13 years ago
  61. d3b4c9d NFSv4.1: new flag for state renewal check by Andy Adamson · 13 years ago
  62. 89d1ea6 NFSv4.1: send zero stateid seqid on v4.1 i/o by Andy Adamson · 13 years ago
  63. 45a52a0 NFS move nfs_client initialization into nfs_get_client by Andy Adamson · 13 years ago
  64. bf9c138 NFSv4.1: put_layout_hdr can remove nfsi->layout by Andy Adamson · 13 years ago
  65. 6f78bef NFSv4: remove CONFIG_NFS_V4 from nfs_read_data by Andy Adamson · 13 years ago
  66. 1360289 NFS: change nfs_writeback_done to return void by Fred Isaman · 13 years ago
  67. 83762c5 NFS: remove pointless if statement in nfs_direct_write_result by Fred Isaman · 13 years ago
  68. eabf5ba RPC: clarify rpc_run_task error handling by Fred Isaman · 13 years ago
  69. cee6a53 RPC: remove check for impossible condition in rpc_make_runnable by Fred Isaman · 13 years ago
  70. f49f9ba pnfs: fix pnfs lock inversion of i_lock and cl_lock by Fred Isaman · 13 years ago
  71. 9f52c25 pnfs: do not need to clear NFS_LAYOUT_BULK_RECALL flag by Fred Isaman · 13 years ago
  72. 3851172 pnfs: avoid incorrect use of layout stateid by Fred Isaman · 13 years ago
  73. 53d4737 NFS: NFSROOT should default to "proto=udp" by Chuck Lever · 13 years ago
  74. 57df216 nfs4: remove duplicated #include by Huang Weiyi · 13 years ago
  75. f9feab1 NFSv4: nfs4_state_mark_reclaim_nograce() should be static by Trond Myklebust · 13 years ago
  76. ecac799 NFSv4: Fix the setlk error handler by Trond Myklebust · 13 years ago
  77. b4410c2 NFSv4.1: Fix the handling of the SEQUENCE status bits by Trond Myklebust · 13 years ago
  78. 0400a6b NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses by Trond Myklebust · 13 years ago
  79. c34c32e NFSv4.1 reclaim complete must wait for completion by Andy Adamson · 13 years ago
  80. 114f64b NFSv4: remove duplicate clientid in struct nfs_client by Andy Adamson · 13 years ago
  81. 7d6d63d NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAY by Ricardo Labiaga · 13 years ago
  82. 4cea288 sunrpc: Propagate errors from xs_bind() through xs_create_sock() by Ben Hutchings · 13 years ago
  83. 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
  84. 43b7c3f nfs: fix compilation warning by Jovi Zhang · 13 years ago
  85. b9f8105 nfs: add kmalloc return value check in decode_and_add_ds by Stanislav Fomichev · 13 years ago
  86. a5e5026 SUNRPC: Remove resource leak in svc_rdma_send_error() by Jesper Juhl · 13 years ago
  87. d2224e7 nfs: close NFSv4 COMMIT vs. CLOSE race by Jeff Layton · 13 years ago
  88. bf294b4 SUNRPC: Close a race in __rpc_wait_for_completion_task() by Trond Myklebust · 13 years ago
  89. 214d93b Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 13 years ago
  90. ad4a4a8 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  91. 6277d53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  92. d7a62cd virtio: console: Don't access vqs if device was unplugged by Amit Shah · 13 years ago
  93. 2133991 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 13 years ago
  94. fb62c00 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  95. 5c4b4be mm: use correct numa policy node for transparent hugepages by Andi Kleen · 13 years ago
  96. 19ee151 mm: preserve original node for transparent huge page copies by Andi Kleen · 13 years ago
  97. 236344d mm: add alloc_page_vma_node() by Andi Kleen · 13 years ago
  98. 2f5f948 mm: change alloc_pages_vma to pass down the policy node for local policy by Andi Kleen · 13 years ago
  99. b8bc1dd RapidIO: Update MAINTAINERS by Alexandre Bounine · 13 years ago
  100. 9dab51d drivers/video/backlight/ltv350qv.c: fix a memory leak by Axel Lin · 13 years ago