1. 6ba80d4 NFS: Optimize fallocate by refreshing mapping when needed. by NeilBrown · 7 years ago
  2. 442ce04 NFS: invalidate file size when taking a lock. by NeilBrown · 7 years ago
  3. 1e6f209 NFS: Use raw NFS access mask in nfs4_opendata_access() by Anna Schumaker · 7 years ago
  4. 1ebf980 NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid() by Trond Myklebust · 7 years ago
  5. ecbb903 NFS: Be more careful about mapping file permissions by Trond Myklebust · 7 years ago
  6. bd8b244 NFS: Store the raw NFS access mask in the inode's access cache by Trond Myklebust · 7 years ago
  7. eda3e20 NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask() by Trond Myklebust · 7 years ago
  8. 15d4b73 NFS: Refactor NFS access to kernel access mask calculation by Trond Myklebust · 7 years ago
  9. 3ffbc1d net/sunrpc/xprt_sock: fix regression in connection error reporting. by NeilBrown · 7 years ago
  10. ecc7b43 nfs: count correct array for mnt3_counts array size by Eryu Guan · 7 years ago
  11. 2132973 Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...") by Trond Myklebust · 7 years ago
  12. 4b75053 pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit() by Trond Myklebust · 7 years ago
  13. 4118188 NFS: Fix another COMMIT race in pNFS by Trond Myklebust · 7 years ago
  14. e39928f NFS: Fix a COMMIT race in pNFS by Trond Myklebust · 7 years ago
  15. 89a6814 mount: copy the port field into the cloned nfs_server structure. by Steve Dickson · 7 years ago
  16. 301bfa4 NFS: Don't run wake_up_bit() when nobody is waiting... by Trond Myklebust · 7 years ago
  17. 0042248 nfs: add export operations by Peng Tao · 7 years ago
  18. 5b5faaf nfs4: add NFSv4 LOOKUPP handlers by Jeff Layton · 7 years ago
  19. f174ff7 nfs: add a nfs_ilookup helper by Peng Tao · 7 years ago
  20. 774d951 nfs: replace d_add with d_splice_alias in atomic_open by Peng Tao · 7 years ago
  21. 15a8b93 sunrpc: use constant time memory comparison for mac by Jason A. Donenfeld · 7 years ago
  22. 1ee48bd NFSv4.2 fix size storage for nfs42_proc_copy by Olga Kornievskaia · 7 years ago
  23. 6afafa7 xprtrdma: Fix documenting comments in frwr_ops.c by Chuck Lever · 7 years ago
  24. d933cc3 xprtrdma: Replace PAGE_MASK with offset_in_page() by Chuck Lever · 7 years ago
  25. e2f6ef0 xprtrdma: FMR does not need list_del_init() by Chuck Lever · 7 years ago
  26. 173b8f4 xprtrdma: Demote "connect" log messages by Chuck Lever · 7 years ago
  27. 838edb9 NFSv4.1: Use seqid returned by EXCHANGE_ID after state migration by Chuck Lever · 7 years ago
  28. 8dcbec6 NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migration by Chuck Lever · 7 years ago
  29. 1f54189 xprtrdma: Don't defer MR recovery if ro_map fails by Chuck Lever · 7 years ago
  30. 8d75483 xprtrdma: Fix FRWR invalidation error recovery by Chuck Lever · 7 years ago
  31. 431af64 xprtrdma: Fix client lock-up after application signal fires by Chuck Lever · 7 years ago
  32. a80d66c xprtrdma: Rename rpcrdma_req::rl_free by Chuck Lever · 7 years ago
  33. 451d26e xprtrdma: Pass only the list of registered MRs to ro_unmap_sync by Chuck Lever · 7 years ago
  34. 4b196dc6 xprtrdma: Pre-mark remotely invalidated MRs by Chuck Lever · 7 years ago
  35. 04d25b7 xprtrdma: On invalidation failure, remove MWs from rl_registered by Chuck Lever · 7 years ago
  36. 26fde4d NFS: check for nfs_refresh_inode() errors in nfs_fhget() by NeilBrown · 7 years ago
  37. eaa2b82 NFS: guard against confused server in nfs_atomic_open() by NeilBrown · 7 years ago
  38. cc89684 NFS: only invalidate dentrys that are clearly invalid. by NeilBrown · 7 years ago
  39. 22368ff PNFS for stateid errors retry against MDS first by Olga Kornievskaia · 7 years ago
  40. a0bc01e PNFS fix EACCESS on commit to DS handling by Olga Kornievskaia · 7 years ago
  41. 4cd1ec9 NFS: silence a uninitialized variable warning by Dan Carpenter · 7 years ago
  42. ce85bd2 nfs: Fix fscache stat printing in nfs_show_stats() by Tuo Chen Peng · 7 years ago
  43. 2eb3aea7d NFS: Fix initialization of nfs_page_array->npages by Benjamin Coddington · 7 years ago
  44. 1a4edf0 NFS: Fix commit policy for non-blocking calls to nfs_write_inode() by Trond Myklebust · 7 years ago
  45. 919e3bd NFS: Ensure we commit after writeback is complete by Trond Myklebust · 7 years ago
  46. b5973a8 NFS: Remove unused fields in the page I/O structures by Trond Myklebust · 7 years ago
  47. 92ea011 SUNRPC: Make slot allocation more reliable by Trond Myklebust · 7 years ago
  48. 818a8db NFS: nfs_rename() - revalidate directories on -ERESTARTSYS by Benjamin Coddington · 7 years ago
  49. a7a3b1e NFS: convert flags to bool by Benjamin Coddington · 7 years ago
  50. 18fe6a2 NFS: Set FATTR4_WORD0_TYPE for . and .. entries by Anna Schumaker · 7 years ago
  51. 800222f nfsd4: const-ify nfsd4_ops by Christoph Hellwig · 7 years ago
  52. aa8217d sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 7 years ago
  53. b9c744c sunrpc: mark all struct svc_procinfo instances as const by Christoph Hellwig · 7 years ago
  54. 0becc11 sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 7 years ago
  55. 72edc37 nfsd4: properly type op_func callbacks by Christoph Hellwig · 7 years ago
  56. 62bbf8b nfsd4: remove nfsd4op_rsize by Christoph Hellwig · 7 years ago
  57. c2a1102 nfsd4: properly type op_get_currentstateid callbacks by Christoph Hellwig · 7 years ago
  58. 6c9600a nfsd4: properly type op_set_currentstateid callbacks by Christoph Hellwig · 7 years ago
  59. 408b3d4 sunrpc: remove kxdrproc_t by Christoph Hellwig · 7 years ago
  60. d16d186 sunrpc: properly type pc_encode callbacks by Christoph Hellwig · 7 years ago
  61. cc6acc2 sunrpc: properly type pc_decode callbacks by Christoph Hellwig · 7 years ago
  62. 1150ded sunrpc: properly type pc_release callbacks by Christoph Hellwig · 7 years ago
  63. 1c8a540 sunrpc: properly type pc_func callbacks by Christoph Hellwig · 7 years ago
  64. 36ba89c nfsd: remove the unused PROC() macro in nfs3proc.c by Christoph Hellwig · 7 years ago
  65. ec7e8ca nfsd: use named initializers in PROC() by Christoph Hellwig · 7 years ago
  66. 39d43f7 nfsd4: const-ify nfs_cb_version4 by Christoph Hellwig · 7 years ago
  67. 511e936 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 7 years ago
  68. 9ae7d8f nfs: use ARRAY_SIZE() in the nfsacl_version3 declaration by Christoph Hellwig · 7 years ago
  69. c551858 sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 7 years ago
  70. e91ff8e lockd: fix some weird indentation by Christoph Hellwig · 7 years ago
  71. 947c6e4 nfs: don't cast callback decode/proc/encode routines by Christoph Hellwig · 7 years ago
  72. fc01648 nfs: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  73. 0400056 lockd: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  74. 5362a4e nfsd: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  75. c56c620 sunrpc/auth_gss: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  76. 555966b sunrpc: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  77. 993328e sunrpc: properly type argument to kxdrdproc_t by Christoph Hellwig · 7 years ago
  78. df17938 sunrpc/auth_gss: nfsd: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  79. 843efb7 nfsd: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  80. fcc8581 nfs: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  81. d160733 lockd: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  82. 8be9d07 sunrpc: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  83. 0aebdc5 sunrpc: properly type argument to kxdreproc_t by Christoph Hellwig · 7 years ago
  84. 32c1431 Linux 4.12-rc5 by Linus Torvalds · 7 years ago
  85. 3262764 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  86. 6d53cef compiler, clang: properly override 'inline' for clang by Linus Torvalds · 7 years ago
  87. 5ad9345 Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  88. 5e38b72 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  89. f986e31b Merge tag 'gpio-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  90. 9cd9cb0 Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  91. 21c9eb7 Merge tag 'staging-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  92. 246baac Merge tag 'usb-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  93. ef918d3 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  94. 8f56821 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  95. 9d66af6 Merge tag 'hexagon-for-linus-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 7 years ago
  96. 9d0eb46 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  97. 9bc1f09 KVM: async_pf: avoid async pf injection when in guest mode by Wanpeng Li · 7 years ago
  98. 4d801cc hexagon: Use raw_copy_to_user by Guenter Roeck · 7 years ago
  99. 5faab9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  100. 66cea28 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago