1. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 6 years ago
  2. 0a2dfbe fs: nfs: get rid of memcpys for inode times by Deepa Dinamani · 6 years ago
  3. a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  4. 98de9ce NFS: advance nfs_entry cookie only after decoding completes successfully by Frank Sorenson · 6 years ago
  5. dbc898a NFSv3/acl: forget acl cache after setattr by chendt · 6 years ago
  6. 609339c NFSv4.1: Fix exclusive create by Trond Myklebust · 6 years ago
  7. f6cdfa6 NFSv4: Declare the size up to date after it was set. by Trond Myklebust · 6 years ago
  8. aae5730 nfs: Use ida_simple API by Matthew Wilcox · 6 years ago
  9. 35156bf NFSv4: Fix the nfs_inode_set_delegation() arguments by Trond Myklebust · 6 years ago
  10. 8b06494 NFSv4: Clean up CB_GETATTR encoding by Trond Myklebust · 6 years ago
  11. 8bcbe7d NFSv4: Don't ask for attributes when ACCESS is protected by a delegation by Trond Myklebust · 6 years ago
  12. 36b3743 NFSv4: Add a helper to encode/decode struct timespec by Trond Myklebust · 6 years ago
  13. 40a3426c NFSv4: Clean up encode_attrs by Trond Myklebust · 6 years ago
  14. 37c8876 NFSv4; Clean up XDR encoding of type bitmap4 by Trond Myklebust · 6 years ago
  15. e8d8aa4 NFSv4: Allow GFP_NOIO sleeps in decode_attr_owner/decode_attr_group by Trond Myklebust · 6 years ago
  16. d943f2d NFSv4: Ignore change attribute invalidations if we hold a delegation by Trond Myklebust · 6 years ago
  17. 16e1437 NFS: More fine grained attribute tracking by Trond Myklebust · 6 years ago
  18. cac88f9 NFS: Don't force unnecessary cache invalidation in nfs_update_inode() by Trond Myklebust · 6 years ago
  19. 783b194 NFS: Don't redirty the attribute cache in nfs_wcc_update_inode() by Trond Myklebust · 6 years ago
  20. 8619ddd NFS: Don't force a revalidation of all attributes if change is missing by Trond Myklebust · 6 years ago
  21. c01d364 NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0) by Trond Myklebust · 6 years ago
  22. c135cb3 NFS: Remove the unused return_delegation() callback by Trond Myklebust · 6 years ago
  23. 199366f NFS: Move the delegation return down into _nfs4_do_setattr() by Trond Myklebust · 6 years ago
  24. 977fcc2 NFS: Add a delegation return into nfs4_proc_unlink_setup() by Trond Myklebust · 6 years ago
  25. f2c2c55 NFS: Move delegation recall into the NFSv4 callback for rename_setup() by Trond Myklebust · 6 years ago
  26. 912678d NFS: Move the delegation return down into nfs4_proc_remove() by Trond Myklebust · 6 years ago
  27. 9f76827 NFS: Move the delegation return down into nfs4_proc_link() by Trond Myklebust · 6 years ago
  28. f508624 NFSv4: Fix nfs4_return_incompatible_delegation by Trond Myklebust · 6 years ago
  29. 5717459 nfs4: wake any lock waiters on successful RECLAIM_COMPLETE by Jeff Layton · 6 years ago
  30. 5656610 nfs4: don't compare clientid in nfs4_wake_lock_waiter by Jeff Layton · 6 years ago
  31. 41a7462 nfs4: always reset notified flag to false before repolling for lock by Jeff Layton · 6 years ago
  32. 62f8e6c Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  33. 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  34. ee1235a fscache: Pass object size in rather than calling back for it by David Howells · 6 years ago
  35. 402cb8d fscache: Attach the index key and aux data to the cookie by David Howells · 6 years ago
  36. ce6eba3 Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  37. 723c921 sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 6 years ago
  38. df09348 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  39. 95dd775 fs: Teach path_connected to handle nfs filesystems with multiple roots. by Eric W. Biederman · 6 years ago
  40. c4f24df NFS: Fix unstable write completion by Trond Myklebust · 6 years ago
  41. 9c6376e pNFS: Prevent the layout header refcount going to zero in pnfs_roc() by Trond Myklebust · 6 years ago
  42. d9ee655 NFS: Fix an incorrect type in struct nfs_direct_req by Trond Myklebust · 6 years ago
  43. 304ec48 get rid of pointless includes of fs_struct.h by Al Viro · 6 years ago
  44. 1b72040 NFS: make struct nlmclnt_fl_close_lock_ops static by Colin Ian King · 6 years ago
  45. ad86f60 nfs: system crashes after NFS4ERR_MOVED recovery by Bill.Baker@oracle.com · 6 years ago
  46. 6d243a23 NFSv4: Fix broken cast in nfs4_callback_recallany() by Trond Myklebust · 6 years ago
  47. c472c07 iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} by Goffredo Baroncelli · 6 years ago
  48. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  49. efd52b5 Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  50. a4b7fd7 Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
  51. 1eb5d98 nfs: convert to new i_version API by Jeff Layton · 7 years ago
  52. e231c68 NFS: Fix a race between mmap() and O_DIRECT by Trond Myklebust · 7 years ago
  53. 128159f NFS: Remove a redundant call to unmap_mapping_range() by Trond Myklebust · 7 years ago
  54. f34462c pnfs/blocklayout: Ensure disk address in block device map by Benjamin Coddington · 7 years ago
  55. b396047 pnfs/blocklayout: pnfs_block_dev_map uses bytes, not sectors by Benjamin Coddington · 7 years ago
  56. 49686cb NFS: reject request for id_legacy key without auxdata by Eric Biggers · 7 years ago
  57. cbebc6e nfs: Do not convert nfs_idmap_cache_timeout to jiffies by Jan Chochol · 7 years ago
  58. 06e1902 nfs: Use proper enum definitions for nfs_show_stable by Chuck Lever · 7 years ago
  59. 7ff4cff nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE by Tigran Mkrtchyan · 7 years ago
  60. 1b8d97b NFS: commit direct writes even if they fail partially by J. Bruce Fields · 7 years ago
  61. f96adf1 nfs: remove unused label in nfs_encode_fh() by Arnd Bergmann · 7 years ago
  62. 801b564 nfs: Update server port after referral or migration by Chuck Lever · 7 years ago
  63. 530ea42 nfs: Referrals should use the same proto setting as their parent by Chuck Lever · 7 years ago
  64. ba4a76f nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds by Scott Mayhew · 7 years ago
  65. b3dce6a pnfs/blocklayout: handle transient devices by Benjamin Coddington · 7 years ago
  66. d78471d pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERROR by Benjamin Coddington · 7 years ago
  67. ad6b024 pnfs/blocklayout: Add module alias for LAYOUT4_SCSI by Benjamin Coddington · 7 years ago
  68. e545735 NFS: remove unused offset arg in nfs_pgio_rpcsetup by Benjamin Coddington · 7 years ago
  69. dce2630 NFSv4: always set NFS_LOCK_LOST when a lock is lost. by NeilBrown · 7 years ago
  70. aaa1500 nfs: remove dead code from nfs_encode_fh() by NeilBrown · 7 years ago
  71. 9ccee94 Support statx() mask and query flags parameters by Trond Myklebust · 7 years ago
  72. 8634ef5 NFS: Fix nfsstat breakage due to LOOKUPP by Trond Myklebust · 7 years ago
  73. 8257155 NFSv4: Convert LOCKU to use nfs4_async_handle_exception() by Trond Myklebust · 7 years ago
  74. e0dba01 NFSv4: Convert DELEGRETURN to use nfs4_handle_exception() by Trond Myklebust · 7 years ago
  75. b8b8d22 NFSv4: Convert CLOSE to use nfs4_async_handle_exception() by Trond Myklebust · 7 years ago
  76. 7f1bda4 NFS: Add a cond_resched() to nfs_commit_release_pages() by Trond Myklebust · 7 years ago
  77. 6db6200 nfs4file: get rid of pointless include of btrfs.h by Al Viro · 7 years ago
  78. d025fbf Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  79. dc4fd9a nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests by Scott Mayhew · 7 years ago
  80. c156618 nfs: fix a deadlock in nfs client initialization by Scott Mayhew · 7 years ago
  81. 2db767d Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  82. 445f288 NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid" by Trond Myklebust · 7 years ago
  83. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  84. c3e9c04 Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  85. fcfa447 NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" by Benjamin Coddington · 7 years ago
  86. f02fee2 NFS: Fix typo in nomigration mount option by Joshua Watt · 7 years ago
  87. c05cefc nfs: Fix ugly referral attributes by Chuck Lever · 7 years ago
  88. fd53dde NFS: super: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  89. e4949e4 nfs: remove net pointer from messages by Vasily Averin · 7 years ago
  90. b0b5352 nfs client: exit_net cleanup check added by Vasily Averin · 7 years ago
  91. 0671d8f nfs/write: Use common error handling code in nfs_lock_and_join_requests() by Markus Elfring · 7 years ago
  92. fcd8843 NFSv4: Replace closed stateids with the "invalid special stateid" by Trond Myklebust · 7 years ago
  93. e1fff5d NFSv4: nfs_set_open_stateid must not trigger state recovery for closed state by Trond Myklebust · 7 years ago
  94. 46280d9 NFSv4: Check the open stateid when searching for expired state by Trond Myklebust · 7 years ago
  95. 140087fd NFSv4: Clean up nfs4_delegreturn_done by Trond Myklebust · 7 years ago
  96. 91b30d2 NFSv4: cleanup nfs4_close_done by Trond Myklebust · 7 years ago
  97. ff90514 NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn by Trond Myklebust · 7 years ago
  98. 7380020 pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close by Trond Myklebust · 7 years ago
  99. c82bac6 NFSv4: Don't try to CLOSE if the stateid 'other' field has changed by Trond Myklebust · 7 years ago
  100. 12f275c NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID. by Trond Myklebust · 7 years ago