1. 912a108 NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU by NeilBrown · 10 years ago
  2. f3324a2 NFS: support RCU_WALK in nfs_permission() by NeilBrown · 10 years ago
  3. d51ac1a NFS: prepare for RCU-walk support but pushing tests later in code. by NeilBrown · 10 years ago
  4. 49317a7 NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used. by NeilBrown · 10 years ago
  5. 1f70ef9 NFS: add checks for returned value of try_module_get() by Alexey Khoroshilov · 10 years ago
  6. 411a99a nfs: clear_request_commit while holding i_lock by Weston Andros Adamson · 10 years ago
  7. e6cf82d pnfs: add pnfs_put_lseg_async by Weston Andros Adamson · 10 years ago
  8. 02d1426 pnfs: find swapped pages on pnfs commit lists too by Weston Andros Adamson · 10 years ago
  9. b412ddf nfs: fix comment and add warn_on for PG_INODE_REF by Weston Andros Adamson · 10 years ago
  10. e702920 nfs: check wait_on_bit_lock err in page_group_lock by Weston Andros Adamson · 10 years ago
  11. 4fa2c54 NFS: nfs4_do_open should add negative results to the dcache. by NeilBrown · 10 years ago
  12. 7a9e75a nfs3_list_one_acl(): check get_acl() result with IS_ERR_OR_NULL by Andrey Utkin · 10 years ago
  13. 3a50584 NFS: Enforce an upper limit on the number of cached access call by Trond Myklebust · 10 years ago
  14. e655f94 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 10 years ago
  15. f563b89 NFS: Don't reset pg_moreio in __nfs_pageio_add_request by Trond Myklebust · 10 years ago
  16. 0021602 NFS: use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 11 years ago
  17. 8ee2b78 NFSv4: Drop cast by Himangi Saraogi · 11 years ago
  18. f11b2a1 nfs4: copy acceptor name from context to nfs_client by Jeff Layton · 11 years ago
  19. f1cdae8 nfs4: turn free_lock_state into a void return operation by Jeff Layton · 11 years ago
  20. 49a4bda nfs4: queue free_lock_state job submission to nfsiod by Jeff Layton · 11 years ago
  21. 8003d3c nfs4: treat lock owners as opaque values by Jeff Layton · 11 years ago
  22. 039b756 nfs41: layout return on close in delegation return by Peng Tao · 10 years ago
  23. fe08c54 nfs41: return layout on last close by Peng Tao · 10 years ago
  24. 15bb3af nfs4: add nfs4_check_delegation by Peng Tao · 10 years ago
  25. 0b0bc6e pnfs/filelayout: retry ds commit if nfs_commitdata_alloc fails by Peng Tao · 10 years ago
  26. c8a3292 pnfs/filelayout: fix race between mark_request_commit and scan_commit_lists by Peng Tao · 10 years ago
  27. f3792d6 NFSv4: Fix OPEN w/create access mode checking by Trond Myklebust · 10 years ago
  28. aafe375 NFS: Remove 2 unused variables by Trond Myklebust · 10 years ago
  29. 3e21704 nfs: handle multiple reqs in nfs_wb_page_cancel by Weston Andros Adamson · 10 years ago
  30. d458138 nfs: handle multiple reqs in nfs_page_async_flush by Weston Andros Adamson · 10 years ago
  31. 84d3a9a nfs: change find_request to find_head_request by Weston Andros Adamson · 10 years ago
  32. 85710a8 nfs: nfs_page should take a ref on the head req by Weston Andros Adamson · 10 years ago
  33. 17089a2 nfs: mark nfs_page reqs with flag for extra ref by Weston Andros Adamson · 10 years ago
  34. 74adf83 nfs: only show Posix ACLs in listxattr if actually present by Christoph Hellwig · 11 years ago
  35. 31434f4 nfs: check hostname in nfs_get_client by Peng Tao · 10 years ago
  36. a363e32 nfsv4: set hostname when creating nfsv4 ds connection by Peng Tao · 10 years ago
  37. f15b504 FS/NFS: replace count*size kzalloc by kcalloc by Fabian Frederick · 11 years ago
  38. 0446278 nfs: get rid of duplicate dprintk by Weston Andros Adamson · 11 years ago
  39. 343ae53 nfs: Fix unused variable error by Anna Schumaker · 11 years ago
  40. c6639da nfs: remove unneeded EXPORTs by Weston Andros Adamson · 11 years ago
  41. 53113ad pnfs: clean up *_resend_to_mds by Weston Andros Adamson · 11 years ago
  42. 4714fb5 nfs: remove pgio_header refcount, related cleanup by Weston Andros Adamson · 11 years ago
  43. c65e625 nfs: remove unused writeverf code by Weston Andros Adamson · 11 years ago
  44. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 11 years ago
  45. 823b0c9 nfs: rename members of nfs_pgio_data by Weston Andros Adamson · 11 years ago
  46. 1e7f3a4 nfs: move nfs_pgio_data and remove nfs_rw_header by Weston Andros Adamson · 11 years ago
  47. 66b0686 NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support by Andy Adamson · 11 years ago
  48. 8445cd3 NFS Return -EPERM if no supported or matching SECINFO flavor by Andy Adamson · 11 years ago
  49. 57bbe3d NFS check the return of nfs4_negotiate_security in nfs4_submount by Andy Adamson · 11 years ago
  50. 6edf960 NFS: Don't mark the data cache as invalid if it has been flushed by Trond Myklebust · 11 years ago
  51. f2467b6 NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size by Trond Myklebust · 11 years ago
  52. 18dd78c nfs: Fix cache_validity check in nfs_write_pageuptodate() by Scott Mayhew · 11 years ago
  53. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  54. 4da54c2 nfs: switch to iter_splice_write_file() by Al Viro · 11 years ago
  55. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  56. 5b174fd Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  57. a914722 NFS: populate ->net in mount data when remounting by Mateusz Guzik · 11 years ago
  58. c5e20cb pnfs: fix lockup caused by pnfs_generic_pg_test by Weston Andros Adamson · 11 years ago
  59. f383b7e NFSv4.1: Fix typo in dprintk by Tom Haynes · 11 years ago
  60. bf96bc0 NFSv4.1: Comment is now wrong and redundant to code by Tom Haynes · 11 years ago
  61. 999e568 nfs4: remove unused CHANGE_SECURITY_LABEL by J. Bruce Fields · 11 years ago
  62. f5102e5 nfs: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  63. abbec2da NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_state by Trond Myklebust · 11 years ago
  64. 74efa04 Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into next by Linus Torvalds · 11 years ago
  65. 130d1f9 locks: ensure that fl_owner is always initialized properly in flock and lease codepaths by Jeff Layton · 11 years ago
  66. b596872 Push the file layout driver into a subdirectory by Tom Haynes · 11 years ago
  67. 0aa61e7 pNFS: Handle allocation errors correctly in objlayout_alloc_layout_hdr() by Trond Myklebust · 11 years ago
  68. 6df200f pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr() by Trond Myklebust · 11 years ago
  69. c8e4702 nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data() by Scott Mayhew · 11 years ago
  70. 8935ef6 NFSv4: Use error handler on failed GETATTR with successful OPEN by Andy Adamson · 11 years ago
  71. f868089 NFS: Fix a potential busy wait in nfs_page_group_lock by Trond Myklebust · 11 years ago
  72. c110955 NFS: Fix error handling in __nfs_pageio_add_request by Trond Myklebust · 11 years ago
  73. 6807299 nfs: support page groups in nfs_read_completion by Weston Andros Adamson · 11 years ago
  74. c619427 pnfs: filelayout: support non page aligned layouts by Weston Andros Adamson · 11 years ago
  75. 19b5484 pnfs: allow non page aligned pnfs layout segments by Weston Andros Adamson · 11 years ago
  76. 5002c58 pnfs: support multiple verfs per direct req by Weston Andros Adamson · 11 years ago
  77. 7f71472 nfs: remove data list from pgio header by Weston Andros Adamson · 11 years ago
  78. f0cb9ab nfs: use > 1 request to handle bsize < PAGE_SIZE by Weston Andros Adamson · 11 years ago
  79. 0f9c429e nfs: chain calls to pg_test by Weston Andros Adamson · 11 years ago
  80. 6094f83 nfs: allow coalescing of subpage requests by Weston Andros Adamson · 11 years ago
  81. dd7663e pnfs: clean up filelayout_alloc_commit_info by Weston Andros Adamson · 11 years ago
  82. d72ddcb nfs: page group support in nfs_mark_uptodate by Weston Andros Adamson · 11 years ago
  83. 20633f0 nfs: page group syncing in write path by Weston Andros Adamson · 11 years ago
  84. 67d0338 nfs: page group syncing in read path by Weston Andros Adamson · 11 years ago
  85. 2bfc6e5 nfs: add support for multiple nfs reqs per page by Weston Andros Adamson · 11 years ago
  86. ab75e41 nfs: call nfs_can_coalesce_requests for every req by Weston Andros Adamson · 11 years ago
  87. b4fdac1 nfs: modify pg_test interface to return size_t by Weston Andros Adamson · 11 years ago
  88. 8c8f1ac1 nfs: remove unused arg from nfs_create_request by Weston Andros Adamson · 11 years ago
  89. d201c4d pnfs: fix race in filelayout commit path by Weston Andros Adamson · 11 years ago
  90. 41d8d5b NFS: Create a common nfs_pageio_ops struct by Anna Schumaker · 11 years ago
  91. cf485fc NFS: Create a common generic_pg_pgios() by Anna Schumaker · 11 years ago
  92. c376627 NFS: Create a common multiple_pgios() function by Anna Schumaker · 11 years ago
  93. 1ed26f3 NFS: Create a common initiate_pgio() function by Anna Schumaker · 11 years ago
  94. ef2c488 NFS: Create a generic_pgio function by Anna Schumaker · 11 years ago
  95. 844c9e6 NFS: Create a common pgio_error function by Anna Schumaker · 11 years ago
  96. ce59515 NFS: Create a common rpcsetup function for reads and writes by Anna Schumaker · 11 years ago
  97. 6f92fa4 NFS: Create a common rpc_call_ops struct by Anna Schumaker · 11 years ago
  98. 0eecb21 NFS: Create a common nfs_pgio_result_common function by Anna Schumaker · 11 years ago
  99. a4cdda5 NFS: Create a common pgio_rpc_prepare function by Anna Schumaker · 11 years ago
  100. 4a0de55 NFS: Create a common rw_header_alloc and rw_header_free function by Anna Schumaker · 11 years ago