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