1. 2db767d Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  2. 445f288 NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid" by Trond Myklebust · 7 years ago
  3. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  4. c3e9c04b Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  5. fcfa447 NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" by Benjamin Coddington · 7 years ago
  6. f02fee2 NFS: Fix typo in nomigration mount option by Joshua Watt · 7 years ago
  7. c05cefc nfs: Fix ugly referral attributes by Chuck Lever · 7 years ago
  8. fd53dde NFS: super: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  9. e4949e4 nfs: remove net pointer from messages by Vasily Averin · 7 years ago
  10. b0b5352 nfs client: exit_net cleanup check added by Vasily Averin · 7 years ago
  11. 0671d8f nfs/write: Use common error handling code in nfs_lock_and_join_requests() by Markus Elfring · 7 years ago
  12. fcd8843 NFSv4: Replace closed stateids with the "invalid special stateid" by Trond Myklebust · 7 years ago
  13. e1fff5d NFSv4: nfs_set_open_stateid must not trigger state recovery for closed state by Trond Myklebust · 7 years ago
  14. 46280d9 NFSv4: Check the open stateid when searching for expired state by Trond Myklebust · 7 years ago
  15. 140087fd NFSv4: Clean up nfs4_delegreturn_done by Trond Myklebust · 7 years ago
  16. 91b30d2 NFSv4: cleanup nfs4_close_done by Trond Myklebust · 7 years ago
  17. ff90514 NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn by Trond Myklebust · 7 years ago
  18. 7380020 pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close by Trond Myklebust · 7 years ago
  19. c82bac6 NFSv4: Don't try to CLOSE if the stateid 'other' field has changed by Trond Myklebust · 7 years ago
  20. 12f275c NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID. by Trond Myklebust · 7 years ago
  21. d803224 NFS: Fix a typo in nfs_rename() by Trond Myklebust · 7 years ago
  22. 8fd1ab7 NFSv4: Fix open create exclusive when the server reboots by Trond Myklebust · 7 years ago
  23. ad9e02d NFSv4: Add a tracepoint to document open stateid updates by Trond Myklebust · 7 years ago
  24. c9399f2 NFSv4: Fix OPEN / CLOSE race by Trond Myklebust · 7 years ago
  25. 6089dd0 NFS: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  26. 3944369 NFS: Avoid RCU usage in tracepoints by Anna Schumaker · 7 years ago
  27. 212bf41 fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  28. 2f62b5a fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  29. 194bc1f fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  30. 0896cad fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  31. 81a090b fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  32. 2b28a7b fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  33. eba6dd6 fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  34. a2a5dea fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  35. 3be0f80b NFSv4.1: Fix up replays of interrupted requests by Trond Myklebust · 7 years ago
  36. 487e2c9 Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  37. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  38. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  39. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  40. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  41. 1fea73ac NFS: remove special-case revalidate in nfs_opendir() by NeilBrown · 7 years ago
  42. b688741 NFS: revalidate "." etc correctly on "open". by NeilBrown · 7 years ago
  43. 1750d92 NFS: Don't compare apples to elephants to determine access bits by Anna Schumaker · 7 years ago
  44. 3c18182 NFS: Create NFS_ACCESS_* flags by Anna Schumaker · 7 years ago
  45. e8fa33a NFSv4/pnfs: Fix an infinite layoutget loop by Trond Myklebust · 7 years ago
  46. 0a47df1 nfs/filelayout: fix oops when freeing filelayout segment by Scott Mayhew · 7 years ago
  47. 68ebf8f NFS: Fix uninitialized rpc_wait_queue by Benjamin Coddington · 7 years ago
  48. cdb2e53 NFS: Cleanup error handling in nfs_idmap_request_key() by Dan Carpenter · 7 years ago
  49. 35c036e nfs: RPC_MAX_AUTH_SIZE is in bytes by J. Bruce Fields · 7 years ago
  50. 6ed0529 Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  51. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  52. 8e7757d Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  53. bf4b490 NFS: various changes relating to reporting IO errors. by NeilBrown · 7 years ago
  54. 8224b27 NFS: Add static NFS I/O tracepoints by Chuck Lever · 7 years ago
  55. 70d2f7b pNFS: Use the standard I/O stateid when calling LAYOUTGET by Trond Myklebust · 7 years ago
  56. 1bd5d6d NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  57. ad9a19d Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  58. 8b77484 NFS: Don't hold the group lock when calling nfs_release_request() by Trond Myklebust · 7 years ago
  59. 5d2a9d9 NFS: Remove pnfs_generic_transfer_commit_list() by Trond Myklebust · 7 years ago
  60. 137da55 NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlock by Trond Myklebust · 7 years ago
  61. 196639e NFS: Fix 2 use after free issues in the I/O code by Trond Myklebust · 7 years ago
  62. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  63. e973b1a5 NFS: Sync the correct byte range during synchronous writes by tarangg@amazon.com · 7 years ago
  64. 26b433d fscache: remove unused ->now_uncached callback by Jan Kara · 7 years ago
  65. 03c6f7d NFS: remove jiffies field from access cache by NeilBrown · 7 years ago
  66. 779eafa NFS: flush data when locking a file to ensure cache coherence for mmap. by NeilBrown · 7 years ago
  67. 237f830 NFS: don't expect errors from mempool_alloc(). by NeilBrown · 7 years ago
  68. afea565 sunrpc: Const-ify struct sv_serv_ops by Chuck Lever · 7 years ago
  69. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  70. 7af7a59 Merge branch 'bugfixes' by Trond Myklebust · 7 years ago
  71. 53a75f2 NFS: Fix NFSv2 security settings by Chuck Lever · 7 years ago
  72. b79e87e NFSv4.1: don't use machine credentials for CLOSE when using 'sec=sys' by NeilBrown · 7 years ago
  73. 3bde7af NFS: Remove unused parameter gfp_flags from nfs_pageio_init() by Trond Myklebust · 7 years ago
  74. 14abcb0 NFSv4: Fix up mirror allocation by Trond Myklebust · 7 years ago
  75. b7561e5 Merge branch 'writeback' by Trond Myklebust · 7 years ago
  76. 2ce209c NFS: Wait for requests that are locked on the commit list by Trond Myklebust · 7 years ago
  77. 8205b9c NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg() by Trond Myklebust · 7 years ago
  78. 4b9bb25 NFS: Switch to using mapping->private_lock for page writeback lookups. by Trond Myklebust · 7 years ago
  79. 5cb953d NFS: Use an atomic_long_t to count the number of commits by Trond Myklebust · 7 years ago
  80. a6b6d5b NFS: Use an atomic_long_t to count the number of requests by Trond Myklebust · 7 years ago
  81. e824f99 NFSv4: Use a mutex to protect the per-inode commit lists by Trond Myklebust · 7 years ago
  82. b30d2f0 NFS: Refactor nfs_page_find_head_request() by Trond Myklebust · 7 years ago
  83. bd37d6f NFSv4: Convert nfs_lock_and_join_requests() to use nfs_page_find_head_request() by Trond Myklebust · 7 years ago
  84. 7e8a30f NFS: Fix up nfs_page_group_covers_page() by Trond Myklebust · 7 years ago
  85. 1344b7e NFS: Remove unused parameter from nfs_page_group_lock() by Trond Myklebust · 7 years ago
  86. dee8304 NFS: Remove unuse function nfs_page_group_lock_wait() by Trond Myklebust · 7 years ago
  87. 902a4c0 NFS: Remove nfs_page_group_clear_bits() by Trond Myklebust · 7 years ago
  88. 5b2b518 NFS: Fix nfs_page_group_destroy() and nfs_lock_and_join_requests() race cases by Trond Myklebust · 7 years ago
  89. 74a6d4b NFS: Further optimise nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  90. b5bab9b NFS: Reduce inode->i_lock contention in nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  91. 7e6cca6 NFS: Remove page group limit in nfs_flush_incompatible() by Trond Myklebust · 7 years ago
  92. f6032f2 NFS: Teach nfs_try_to_update_request() to deal with request page_groups by Trond Myklebust · 7 years ago
  93. b66aaa8 NFS: Fix the inode request accounting when pages have subrequests by Trond Myklebust · 7 years ago
  94. 31a01f0 NFS: Don't unlock writebacks before declaring PG_WB_END by Trond Myklebust · 7 years ago
  95. e14bebf NFS: Don't check request offset and size without holding a lock by Trond Myklebust · 7 years ago
  96. a0e265b NFS: Fix an ABBA issue in nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  97. 7cb9cd9 NFS: Fix a reference and lock leak in nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  98. 08fead2 NFS: Ensure we always dereference the page head last by Trond Myklebust · 7 years ago
  99. 1403390 NFS: Reduce lock contention in nfs_try_to_update_request() by Trond Myklebust · 7 years ago
  100. 82749dd NFS: Reduce lock contention in nfs_page_find_head_request() by Trond Myklebust · 7 years ago