1. 1f3208b NFS: Add a cache validity flag argument to nfs_revalidate_inode() by Trond Myklebust · 3 years, 9 months ago
  2. 1f9f432 NFS: nfs_setattr_update_inode() should clear the suid/sgid bits by Trond Myklebust · 3 years, 9 months ago
  3. 63cdd7e NFS: Fix up statx() results by Trond Myklebust · 3 years, 9 months ago
  4. e8764a6 NFS: Don't revalidate attributes that are not being asked for by Trond Myklebust · 3 years, 9 months ago
  5. 4cdfeb6 NFS: Fix up revalidation of space used by Trond Myklebust · 3 years, 9 months ago
  6. 50c7a79 NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid by Trond Myklebust · 3 years, 9 months ago
  7. 4eb6a82 NFS: Mask out unsupported attributes in nfs_getattr() by Trond Myklebust · 3 years, 9 months ago
  8. 9fdbfad NFS: Deal correctly with attribute generation counter overflow by Trond Myklebust · 3 years, 9 months ago
  9. beab450 NFS: Fix fscache invalidation in nfs_set_cache_invalid() by Trond Myklebust · 3 years, 9 months ago
  10. b6f80a2 NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4 by Trond Myklebust · 3 years, 10 months ago
  11. ac46b3d NFS: Fix open coded versions of nfs_set_cache_invalid() by Trond Myklebust · 3 years, 10 months ago
  12. fd6d3fe NFS: Clean up function nfs_mark_dir_for_revalidate() by Trond Myklebust · 3 years, 10 months ago
  13. 1c9077c Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 10 months ago
  14. 848fdd6 NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cache by Trond Myklebust · 3 years, 11 months ago
  15. 28aa2f9 NFS: Always clear an invalid mapping when attempting a buffered write by Trond Myklebust · 3 years, 11 months ago
  16. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  17. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
  18. bf701b76 NFS: switch nfsiod to be an UNBOUND workqueue. by NeilBrown · 4 years, 1 month ago
  19. b593c09 NFS: Improve handling of directory verifiers by Trond Myklebust · 4 years, 2 months ago
  20. 57f80c0 Merge branch 'xattr-devel' by Trond Myklebust · 4 years, 6 months ago
  21. 95ad37f NFSv4.2: add client side xattr caching. by Frank van der Linden · 4 years, 6 months ago
  22. 0f44da5 nfs: define and use the NFS_INO_INVALID_XATTR flag by Frank van der Linden · 4 years, 6 months ago
  23. ac7cbb2 NFS: Allow applications to speed up readdir+statx() using AT_STATX_DONT_SYNC by Trond Myklebust · 4 years, 7 months ago
  24. 3a39e77 nfs: set invalid blocks after NFSv4 writes by Zheng Bin · 4 years, 7 months ago
  25. 93ce4af NFS: Clean up process of marking inode stale. by Trond Myklebust · 4 years, 9 months ago
  26. 1d179d6 NFS: alloc_nfs_open_context() must use the file cred when available by Trond Myklebust · 5 years ago
  27. efeda80 NFSv4: Fix revalidation of dentries with delegations by Trond Myklebust · 5 years ago
  28. 65f5160 NFS: nfs_find_open_context() should use cred_fscmp() by Trond Myklebust · 5 years ago
  29. c74dfe9 NFS: Add mount option 'softreval' by Trond Myklebust · 5 years ago
  30. e86d5a0 NFS: Convert struct nfs_fattr to use struct timespec64 by Trond Myklebust · 5 years ago
  31. eb3d8f4 NFS: Fix inode fileid checks in attribute revalidation code by Trond Myklebust · 5 years ago
  32. 7e10cc2 NFS: Don't refresh attributes with mounted-on-file information by Trond Myklebust · 5 years ago
  33. 28ade85 Merge branch 'containers' by Trond Myklebust · 6 years ago
  34. 1c341b7 NFS: Add deferred cache invalidation for close-to-open consistency violations by Trond Myklebust · 6 years ago
  35. 10b7a70 NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_init by Trond Myklebust · 6 years ago
  36. 996bc4f NFS: Create a root NFS directory in /sys/fs/nfs by Trond Myklebust · 6 years ago
  37. 44942b4 NFSv4: Handle the special Linux file open access mode by Trond Myklebust · 6 years ago
  38. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  39. 06cbd26 Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  40. ca1a199 nfs{,4}: switch to ->free_inode() by Al Viro · 6 years ago
  41. 1549451 NFS: Ensure that all nfs lock contexts have a valid open context by Trond Myklebust · 6 years ago
  42. 302fad7 NFS: Fix up documentation warnings by Trond Myklebust · 6 years ago
  43. a52458b NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. by NeilBrown · 6 years ago
  44. ddf529e NFS: move credential expiry tracking out of SUNRPC into NFS. by NeilBrown · 6 years ago
  45. 0de4397 NFS: Convert lookups of the open context to RCU by Trond Myklebust · 6 years ago
  46. 6ba0c4e NFS: Simplify internal check for whether file is open for write by Trond Myklebust · 6 years ago
  47. 1db97ea NFS: Convert lookups of the lock context to RCU by Trond Myklebust · 6 years ago
  48. 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 7 years ago
  49. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  50. 3f0b3cf NFS: Filter cache invalidation when holding a delegation by Trond Myklebust · 7 years ago
  51. 4ebe83a NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes() by Trond Myklebust · 7 years ago
  52. c80d17c NFS: Improve caching while holding a delegation by Trond Myklebust · 7 years ago
  53. 0b46726 NFS: Fix attribute revalidation by Trond Myklebust · 7 years ago
  54. 6a97d02 NFS: fix up nfs_setattr_update_inode by Trond Myklebust · 7 years ago
  55. a841b54 NFS: Pass the inode down to the getattr() callback by Trond Myklebust · 7 years ago
  56. d554168 NFS: Fix up nfs_post_op_update_inode() to force ctime updates by Trond Myklebust · 7 years ago
  57. 821a868 NFS: Set the force revalidate flag if the inode is not completely initialised by Trond Myklebust · 7 years ago
  58. 0a2dfbe fs: nfs: get rid of memcpys for inode times by Deepa Dinamani · 7 years ago
  59. a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  60. f6cdfa6 NFSv4: Declare the size up to date after it was set. by Trond Myklebust · 7 years ago
  61. d943f2d NFSv4: Ignore change attribute invalidations if we hold a delegation by Trond Myklebust · 7 years ago
  62. 16e1437 NFS: More fine grained attribute tracking by Trond Myklebust · 7 years ago
  63. cac88f9 NFS: Don't force unnecessary cache invalidation in nfs_update_inode() by Trond Myklebust · 7 years ago
  64. 783b194 NFS: Don't redirty the attribute cache in nfs_wcc_update_inode() by Trond Myklebust · 7 years ago
  65. 8619ddd NFS: Don't force a revalidation of all attributes if change is missing by Trond Myklebust · 7 years ago
  66. 199366f NFS: Move the delegation return down into _nfs4_do_setattr() by Trond Myklebust · 7 years ago
  67. 723c921 sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
  68. c472c07 iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} by Goffredo Baroncelli · 7 years ago
  69. efd52b5 Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  70. 1eb5d98 nfs: convert to new i_version API by Jeff Layton · 7 years ago
  71. 128159f NFS: Remove a redundant call to unmap_mapping_range() by Trond Myklebust · 7 years ago
  72. 9ccee94 Support statx() mask and query flags parameters by Trond Myklebust · 7 years ago
  73. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  74. c3e9c04b Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  75. b0b5352 nfs client: exit_net cleanup check added by Vasily Averin · 7 years ago
  76. 2f62b5a fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  77. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  78. 5cb953d NFS: Use an atomic_long_t to count the number of commits by Trond Myklebust · 7 years ago
  79. a6b6d5b NFS: Use an atomic_long_t to count the number of requests by Trond Myklebust · 7 years ago
  80. e824f99 NFSv4: Use a mutex to protect the per-inode commit lists by Trond Myklebust · 7 years ago
  81. f174ff7 nfs: add a nfs_ilookup helper by Peng Tao · 8 years ago
  82. 26fde4d NFS: check for nfs_refresh_inode() errors in nfs_fhget() by NeilBrown · 7 years ago
  83. cc89684 NFS: only invalidate dentrys that are clearly invalid. by NeilBrown · 7 years ago
  84. 59b86d8 NFS: always treat the invocation of nfs_getattr as cache hit when noac is on by Hou Tao · 8 years ago
  85. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  86. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  87. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  88. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  89. bc1ecd6 Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  90. a5f925b NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked() by Trond Myklebust · 8 years ago
  91. 187e593 NFS: Clean up nfs_attribute_timeout() by Trond Myklebust · 8 years ago
  92. 3f642a1 NFS: Remove unused function nfs_revalidate_inode_rcu() by Trond Myklebust · 8 years ago
  93. 61540bf NFS: Clean up cache validity checking by Trond Myklebust · 8 years ago
  94. 58ff418 NFS: Don't revalidate the file on close if we hold a delegation by Trond Myklebust · 8 years ago
  95. 73e2e0c Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  96. 1cd9cb0 NFS: Only look at the change attribute cache state in nfs_check_verifier by Trond Myklebust · 8 years ago
  97. 1072777 NFS: Fix incorrect mapping revalidation when holding a delegation by Trond Myklebust · 8 years ago
  98. 1bcf4c5 NFS: Allow getattr to also report readdirplus cache hits by Trond Myklebust · 8 years ago
  99. d51fdb8 NFS: discard nfs_lockowner structure. by NeilBrown · 8 years ago
  100. 532d4de NFSv4: add flock_owner to open context by NeilBrown · 8 years ago