1. c472c07 iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} by Goffredo Baroncelli · 7 years ago
  2. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  3. efd52b5 Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  4. a4b7fd7 Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  5. 1eb5d98 nfs: convert to new i_version API by Jeff Layton · 7 years ago
  6. e231c68 NFS: Fix a race between mmap() and O_DIRECT by Trond Myklebust · 7 years ago
  7. 128159f NFS: Remove a redundant call to unmap_mapping_range() by Trond Myklebust · 7 years ago
  8. f34462c pnfs/blocklayout: Ensure disk address in block device map by Benjamin Coddington · 7 years ago
  9. b396047 pnfs/blocklayout: pnfs_block_dev_map uses bytes, not sectors by Benjamin Coddington · 7 years ago
  10. 49686cb NFS: reject request for id_legacy key without auxdata by Eric Biggers · 7 years ago
  11. cbebc6e nfs: Do not convert nfs_idmap_cache_timeout to jiffies by Jan Chochol · 7 years ago
  12. 06e1902 nfs: Use proper enum definitions for nfs_show_stable by Chuck Lever · 7 years ago
  13. 7ff4cff nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE by Tigran Mkrtchyan · 7 years ago
  14. 1b8d97b NFS: commit direct writes even if they fail partially by J. Bruce Fields · 7 years ago
  15. f96adf1 nfs: remove unused label in nfs_encode_fh() by Arnd Bergmann · 7 years ago
  16. 801b564 nfs: Update server port after referral or migration by Chuck Lever · 7 years ago
  17. 530ea42 nfs: Referrals should use the same proto setting as their parent by Chuck Lever · 7 years ago
  18. ba4a76f nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds by Scott Mayhew · 7 years ago
  19. b3dce6a pnfs/blocklayout: handle transient devices by Benjamin Coddington · 7 years ago
  20. d78471d pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERROR by Benjamin Coddington · 7 years ago
  21. ad6b024 pnfs/blocklayout: Add module alias for LAYOUT4_SCSI by Benjamin Coddington · 7 years ago
  22. e545735 NFS: remove unused offset arg in nfs_pgio_rpcsetup by Benjamin Coddington · 7 years ago
  23. dce2630 NFSv4: always set NFS_LOCK_LOST when a lock is lost. by NeilBrown · 7 years ago
  24. aaa1500 nfs: remove dead code from nfs_encode_fh() by NeilBrown · 7 years ago
  25. 9ccee94 Support statx() mask and query flags parameters by Trond Myklebust · 7 years ago
  26. 8634ef5 NFS: Fix nfsstat breakage due to LOOKUPP by Trond Myklebust · 7 years ago
  27. 8257155 NFSv4: Convert LOCKU to use nfs4_async_handle_exception() by Trond Myklebust · 7 years ago
  28. e0dba01 NFSv4: Convert DELEGRETURN to use nfs4_handle_exception() by Trond Myklebust · 7 years ago
  29. b8b8d22 NFSv4: Convert CLOSE to use nfs4_async_handle_exception() by Trond Myklebust · 7 years ago
  30. 7f1bda4 NFS: Add a cond_resched() to nfs_commit_release_pages() by Trond Myklebust · 7 years ago
  31. 6db6200 nfs4file: get rid of pointless include of btrfs.h by Al Viro · 7 years ago
  32. d025fbf Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  33. dc4fd9a nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests by Scott Mayhew · 7 years ago
  34. c156618 nfs: fix a deadlock in nfs client initialization by Scott Mayhew · 7 years ago
  35. 2db767d Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  36. 445f288 NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid" by Trond Myklebust · 7 years ago
  37. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  38. c3e9c04b Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  39. fcfa447 NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" by Benjamin Coddington · 7 years ago
  40. f02fee2 NFS: Fix typo in nomigration mount option by Joshua Watt · 7 years ago
  41. c05cefc nfs: Fix ugly referral attributes by Chuck Lever · 7 years ago
  42. fd53dde NFS: super: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  43. e4949e4 nfs: remove net pointer from messages by Vasily Averin · 7 years ago
  44. b0b5352 nfs client: exit_net cleanup check added by Vasily Averin · 7 years ago
  45. 0671d8f nfs/write: Use common error handling code in nfs_lock_and_join_requests() by Markus Elfring · 7 years ago
  46. fcd8843 NFSv4: Replace closed stateids with the "invalid special stateid" by Trond Myklebust · 7 years ago
  47. e1fff5d NFSv4: nfs_set_open_stateid must not trigger state recovery for closed state by Trond Myklebust · 7 years ago
  48. 46280d9 NFSv4: Check the open stateid when searching for expired state by Trond Myklebust · 7 years ago
  49. 140087fd NFSv4: Clean up nfs4_delegreturn_done by Trond Myklebust · 7 years ago
  50. 91b30d2 NFSv4: cleanup nfs4_close_done by Trond Myklebust · 7 years ago
  51. ff90514 NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn by Trond Myklebust · 7 years ago
  52. 7380020 pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close by Trond Myklebust · 7 years ago
  53. c82bac6 NFSv4: Don't try to CLOSE if the stateid 'other' field has changed by Trond Myklebust · 7 years ago
  54. 12f275c NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID. by Trond Myklebust · 7 years ago
  55. d803224 NFS: Fix a typo in nfs_rename() by Trond Myklebust · 7 years ago
  56. 8fd1ab7 NFSv4: Fix open create exclusive when the server reboots by Trond Myklebust · 7 years ago
  57. ad9e02d NFSv4: Add a tracepoint to document open stateid updates by Trond Myklebust · 7 years ago
  58. c9399f2 NFSv4: Fix OPEN / CLOSE race by Trond Myklebust · 7 years ago
  59. 6089dd0 NFS: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  60. 3944369 NFS: Avoid RCU usage in tracepoints by Anna Schumaker · 7 years ago
  61. 212bf41 fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  62. 2f62b5a fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  63. 194bc1f fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  64. 0896cad fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  65. 81a090b fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  66. 2b28a7b fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  67. eba6dd6 fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  68. a2a5dea fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  69. 3be0f80b NFSv4.1: Fix up replays of interrupted requests by Trond Myklebust · 7 years ago
  70. 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
  71. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  72. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  73. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  74. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  75. 1fea73ac NFS: remove special-case revalidate in nfs_opendir() by NeilBrown · 7 years ago
  76. b688741 NFS: revalidate "." etc correctly on "open". by NeilBrown · 7 years ago
  77. 1750d92 NFS: Don't compare apples to elephants to determine access bits by Anna Schumaker · 7 years ago
  78. 3c18182 NFS: Create NFS_ACCESS_* flags by Anna Schumaker · 7 years ago
  79. e8fa33a NFSv4/pnfs: Fix an infinite layoutget loop by Trond Myklebust · 7 years ago
  80. 0a47df1 nfs/filelayout: fix oops when freeing filelayout segment by Scott Mayhew · 7 years ago
  81. 68ebf8f NFS: Fix uninitialized rpc_wait_queue by Benjamin Coddington · 7 years ago
  82. cdb2e53 NFS: Cleanup error handling in nfs_idmap_request_key() by Dan Carpenter · 7 years ago
  83. 35c036e nfs: RPC_MAX_AUTH_SIZE is in bytes by J. Bruce Fields · 7 years ago
  84. 6ed0529 Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  85. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  86. 8e7757d Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  87. bf4b490 NFS: various changes relating to reporting IO errors. by NeilBrown · 7 years ago
  88. 8224b27 NFS: Add static NFS I/O tracepoints by Chuck Lever · 7 years ago
  89. 70d2f7b pNFS: Use the standard I/O stateid when calling LAYOUTGET by Trond Myklebust · 7 years ago
  90. 1bd5d6d NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  91. ad9a19d Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  92. 8b77484 NFS: Don't hold the group lock when calling nfs_release_request() by Trond Myklebust · 7 years ago
  93. 5d2a9d9 NFS: Remove pnfs_generic_transfer_commit_list() by Trond Myklebust · 7 years ago
  94. 137da55 NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlock by Trond Myklebust · 7 years ago
  95. 196639e NFS: Fix 2 use after free issues in the I/O code by Trond Myklebust · 7 years ago
  96. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  97. e973b1a5 NFS: Sync the correct byte range during synchronous writes by tarangg@amazon.com · 7 years ago
  98. 26b433d fscache: remove unused ->now_uncached callback by Jan Kara · 7 years ago
  99. 03c6f7d NFS: remove jiffies field from access cache by NeilBrown · 7 years ago
  100. 779eafa NFS: flush data when locking a file to ensure cache coherence for mmap. by NeilBrown · 7 years ago