1. e8fa33a NFSv4/pnfs: Fix an infinite layoutget loop by Trond Myklebust · 7 years ago
  2. 0a47df1 nfs/filelayout: fix oops when freeing filelayout segment by Scott Mayhew · 7 years ago
  3. 68ebf8f NFS: Fix uninitialized rpc_wait_queue by Benjamin Coddington · 7 years ago
  4. cdb2e53 NFS: Cleanup error handling in nfs_idmap_request_key() by Dan Carpenter · 7 years ago
  5. 35c036e nfs: RPC_MAX_AUTH_SIZE is in bytes by J. Bruce Fields · 7 years ago
  6. 6ed0529 Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  7. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  8. 8e7757d Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  9. bf4b490 NFS: various changes relating to reporting IO errors. by NeilBrown · 7 years ago
  10. 8224b27 NFS: Add static NFS I/O tracepoints by Chuck Lever · 7 years ago
  11. 70d2f7b pNFS: Use the standard I/O stateid when calling LAYOUTGET by Trond Myklebust · 7 years ago
  12. 1bd5d6d NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  13. ad9a19d Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  14. 8b77484 NFS: Don't hold the group lock when calling nfs_release_request() by Trond Myklebust · 7 years ago
  15. 5d2a9d9 NFS: Remove pnfs_generic_transfer_commit_list() by Trond Myklebust · 7 years ago
  16. 137da55 NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlock by Trond Myklebust · 7 years ago
  17. 196639e NFS: Fix 2 use after free issues in the I/O code by Trond Myklebust · 7 years ago
  18. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  19. e973b1a5 NFS: Sync the correct byte range during synchronous writes by tarangg@amazon.com · 7 years ago
  20. 26b433d fscache: remove unused ->now_uncached callback by Jan Kara · 7 years ago
  21. 03c6f7d NFS: remove jiffies field from access cache by NeilBrown · 7 years ago
  22. 779eafa NFS: flush data when locking a file to ensure cache coherence for mmap. by NeilBrown · 7 years ago
  23. 237f830 NFS: don't expect errors from mempool_alloc(). by NeilBrown · 7 years ago
  24. afea565 sunrpc: Const-ify struct sv_serv_ops by Chuck Lever · 7 years ago
  25. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  26. 7af7a59 Merge branch 'bugfixes' by Trond Myklebust · 7 years ago
  27. 53a75f2 NFS: Fix NFSv2 security settings by Chuck Lever · 7 years ago
  28. b79e87e NFSv4.1: don't use machine credentials for CLOSE when using 'sec=sys' by NeilBrown · 7 years ago
  29. 3bde7af NFS: Remove unused parameter gfp_flags from nfs_pageio_init() by Trond Myklebust · 7 years ago
  30. 14abcb0 NFSv4: Fix up mirror allocation by Trond Myklebust · 7 years ago
  31. b7561e5 Merge branch 'writeback' by Trond Myklebust · 7 years ago
  32. 2ce209c NFS: Wait for requests that are locked on the commit list by Trond Myklebust · 7 years ago
  33. 8205b9c NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg() by Trond Myklebust · 7 years ago
  34. 4b9bb25 NFS: Switch to using mapping->private_lock for page writeback lookups. by Trond Myklebust · 7 years ago
  35. 5cb953d NFS: Use an atomic_long_t to count the number of commits by Trond Myklebust · 7 years ago
  36. a6b6d5b NFS: Use an atomic_long_t to count the number of requests by Trond Myklebust · 7 years ago
  37. e824f99 NFSv4: Use a mutex to protect the per-inode commit lists by Trond Myklebust · 7 years ago
  38. b30d2f0 NFS: Refactor nfs_page_find_head_request() by Trond Myklebust · 7 years ago
  39. bd37d6f NFSv4: Convert nfs_lock_and_join_requests() to use nfs_page_find_head_request() by Trond Myklebust · 7 years ago
  40. 7e8a30f NFS: Fix up nfs_page_group_covers_page() by Trond Myklebust · 7 years ago
  41. 1344b7e NFS: Remove unused parameter from nfs_page_group_lock() by Trond Myklebust · 7 years ago
  42. dee8304 NFS: Remove unuse function nfs_page_group_lock_wait() by Trond Myklebust · 7 years ago
  43. 902a4c0 NFS: Remove nfs_page_group_clear_bits() by Trond Myklebust · 7 years ago
  44. 5b2b518 NFS: Fix nfs_page_group_destroy() and nfs_lock_and_join_requests() race cases by Trond Myklebust · 7 years ago
  45. 74a6d4b NFS: Further optimise nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  46. b5bab9b NFS: Reduce inode->i_lock contention in nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  47. 7e6cca6 NFS: Remove page group limit in nfs_flush_incompatible() by Trond Myklebust · 7 years ago
  48. f6032f2 NFS: Teach nfs_try_to_update_request() to deal with request page_groups by Trond Myklebust · 7 years ago
  49. b66aaa8 NFS: Fix the inode request accounting when pages have subrequests by Trond Myklebust · 7 years ago
  50. 31a01f0 NFS: Don't unlock writebacks before declaring PG_WB_END by Trond Myklebust · 7 years ago
  51. e14bebf NFS: Don't check request offset and size without holding a lock by Trond Myklebust · 7 years ago
  52. a0e265b NFS: Fix an ABBA issue in nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  53. 7cb9cd9 NFS: Fix a reference and lock leak in nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  54. 08fead2 NFS: Ensure we always dereference the page head last by Trond Myklebust · 7 years ago
  55. 1403390 NFS: Reduce lock contention in nfs_try_to_update_request() by Trond Myklebust · 7 years ago
  56. 82749dd NFS: Reduce lock contention in nfs_page_find_head_request() by Trond Myklebust · 7 years ago
  57. 6d17d65 NFS: Simplify page writeback by Trond Myklebust · 7 years ago
  58. 55cfcd1 Merge branch 'open_state' by Trond Myklebust · 7 years ago
  59. 75e8c48 NFSv4: Use the nfs4_state being recovered in _nfs4_opendata_to_nfs4_state() by Trond Myklebust · 7 years ago
  60. 4e2fcac NFSv4: Use correct inode in _nfs4_opendata_to_nfs4_state() by Trond Myklebust · 7 years ago
  61. 216e4a1 Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  62. 8a9d6e9 pnfs/blocklayout: require 64-bit sector_t by Christoph Hellwig · 7 years ago
  63. c0ca0e5 NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid() by Trond Myklebust · 7 years ago
  64. 1feb261 nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays by Weston Andros Adamson · 7 years ago
  65. bfab281 NFSv4: Cleanup setting of the migration flags. by Trond Myklebust · 7 years ago
  66. 937e313 NFSv4.1: Ensure we clear the SP4_MACH_CRED flags in nfs4_sp4_select_mode() by Trond Myklebust · 7 years ago
  67. 9c760d1 NFSv4: Refactor _nfs4_proc_exchange_id() by Trond Myklebust · 7 years ago
  68. 19ec50a43 Merge tag 'nfs-for-4.13-4' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  69. d9cb733 NFSv4: Fix double frees in nfs4_test_session_trunk() by Trond Myklebust · 7 years ago
  70. fd40559 NFSv4: Fix EXCHANGE_ID corrupt verifier issue by Trond Myklebust · 7 years ago
  71. 286ba84 Merge tag 'nfs-for-4.13-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  72. b7dbcc0 NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter by Benjamin Coddington · 7 years ago
  73. 6ba80d4 NFS: Optimize fallocate by refreshing mapping when needed. by NeilBrown · 7 years ago
  74. 442ce04 NFS: invalidate file size when taking a lock. by NeilBrown · 7 years ago
  75. 1e6f209 NFS: Use raw NFS access mask in nfs4_opendata_access() by Anna Schumaker · 7 years ago
  76. 505d5c1 Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  77. 1ebf980 NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid() by Trond Myklebust · 7 years ago
  78. ecbb903 NFS: Be more careful about mapping file permissions by Trond Myklebust · 7 years ago
  79. bd8b244 NFS: Store the raw NFS access mask in the inode's access cache by Trond Myklebust · 7 years ago
  80. eda3e20 NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask() by Trond Myklebust · 7 years ago
  81. 15d4b73 NFS: Refactor NFS access to kernel access mask calculation by Trond Myklebust · 7 years ago
  82. ecc7b43 nfs: count correct array for mnt3_counts array size by Eryu Guan · 7 years ago
  83. 2132973 Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...") by Trond Myklebust · 7 years ago
  84. 4b75053 pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit() by Trond Myklebust · 7 years ago
  85. 4118188 NFS: Fix another COMMIT race in pNFS by Trond Myklebust · 7 years ago
  86. e39928f NFS: Fix a COMMIT race in pNFS by Trond Myklebust · 7 years ago
  87. 89a6814 mount: copy the port field into the cloned nfs_server structure. by Steve Dickson · 8 years ago
  88. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  89. b86faee Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  90. b4f937c NFS: Don't run wake_up_bit() when nobody is waiting... by Trond Myklebust · 7 years ago
  91. 20fa190 nfs: add export operations by Peng Tao · 8 years ago
  92. 301bfa4 NFS: Don't run wake_up_bit() when nobody is waiting... by Trond Myklebust · 7 years ago
  93. 6240300 Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  94. 5b5faaf nfs4: add NFSv4 LOOKUPP handlers by Jeff Layton · 8 years ago
  95. 0042248 nfs: add export operations by Peng Tao · 8 years ago
  96. f174ff7 nfs: add a nfs_ilookup helper by Peng Tao · 8 years ago
  97. 774d951 nfs: replace d_add with d_splice_alias in atomic_open by Peng Tao · 8 years ago
  98. 1ee48bd NFSv4.2 fix size storage for nfs42_proc_copy by Olga Kornievskaia · 8 years ago
  99. 838edb9 NFSv4.1: Use seqid returned by EXCHANGE_ID after state migration by Chuck Lever · 8 years ago
  100. 8dcbec6 NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migration by Chuck Lever · 8 years ago