1. 3332762 NFSv4: Handle the special Linux file open access mode by Trond Myklebust · 5 years ago
  2. 9ebfb4f NFS: only invalidate dentrys that are clearly invalid. by NeilBrown · 7 years ago
  3. 944171c pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstanding by Benjamin Coddington · 8 years ago
  4. 3627452 Merge branch 'writeback' by Trond Myklebust · 8 years ago
  5. 10b7e9a pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstanding by Trond Myklebust · 8 years ago
  6. 79566ef NFS: Getattr doesn't require data sync semantics by Trond Myklebust · 8 years ago
  7. 651b0e7 NFS: Do not aggressively cache file attributes in the case of O_DIRECT by Trond Myklebust · 8 years ago
  8. be52749 NFS: Remove unused function nfs_revalidate_mapping_protected() by Trond Myklebust · 8 years ago
  9. ac46bd3 pNFS: Ensure we layoutcommit before revalidating attributes by Trond Myklebust · 8 years ago
  10. 916ec34 NFS: Fix potential race in nfs_fhget() by Trond Myklebust · 8 years ago
  11. ca0daa2 NFS: Cache aggressively when file is open for writing by Trond Myklebust · 8 years ago
  12. 38512aa NFS: Don't flush caches for a getattr that races with writeback by Trond Myklebust · 8 years ago
  13. 884be17 nfs: per-name sillyunlink exclusion by Al Viro · 8 years ago
  14. 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  15. be62a1a nfs: use file_dentry() by Miklos Szeredi · 8 years ago
  16. 95d9f6c nfs: remove nfs_inode_dio_wait by Christoph Hellwig · 8 years ago
  17. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  18. 875fc4f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  19. 75f26df Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  20. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  21. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. daaadd2 Merge branch 'bugfixes' by Trond Myklebust · 8 years ago
  23. 210c7c1 NFS: Use wait_on_atomic_t() for unlock after readahead by Benjamin Coddington · 8 years ago
  24. ade14a7 NFS: Fix attribute cache revalidation by Trond Myklebust · 8 years ago
  25. 0bcbf03 nfs: handle request add failure properly by Peng Tao · 9 years ago
  26. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 8 years ago
  27. 0d0def4 teach nfs_get_link() to work in RCU mode by Al Viro · 9 years ago
  28. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  29. c812012 nfs: if we have no valid attrs, then don't declare the attribute cache valid by Jeff Layton · 9 years ago
  30. 616c319 nfs: ensure that attrcache is revalidated after a SETATTR by Jeff Layton · 9 years ago
  31. 4eae501 Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files" by Trond Myklebust · 9 years ago
  32. 5cf9d70 NFS: Optimise away the close-to-open getattr if there is no cached data by Trond Myklebust · 9 years ago
  33. ae57ca0 NFS: Check size by inode_newsize_ok in nfs_setattr by Kinglong Mee · 9 years ago
  34. aaae3f0 NFSv4: Force a post-op attribute update when holding a delegation by Trond Myklebust · 9 years ago
  35. 7c2dad9 NFS: Don't let the ctime override attribute barriers. by Trond Myklebust · 9 years ago
  36. aff8d8d NFS: Remove nfs_release() by Anna Schumaker · 9 years ago
  37. cd81259 NFS: Remove the "NFS_CAP_CHANGE_ATTR" capability by Trond Myklebust · 9 years ago
  38. 5c675d6 NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialised by Trond Myklebust · 9 years ago
  39. 85a23ce NFS: Don't revalidate the mapping if both size and change attr are up to date by Trond Myklebust · 9 years ago
  40. cd738ee nfs: Remove unneeded micro checking of CONFIG_PROC_FS by Kinglong Mee · 9 years ago
  41. 7ef5ca4 NFS: report more appropriate block size for directories. by NeilBrown · 9 years ago
  42. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  43. c456aac nfs: Remove unneeded casts in nfs by Firo Yang · 9 years ago
  44. ea96d1e nfs: Fetch MOUNTED_ON_FILEID when updating an inode by Anna Schumaker · 9 years ago
  45. 9a51940 NFS: Don't zap caches on fallocate() by Anna Schumaker · 9 years ago
  46. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  47. 8c18d76 NFS: Block new writes while syncing data in nfs_getattr() by Trond Myklebust · 9 years ago
  48. 9e1681c NFSv4: Truncating file opens should also sync O_DIRECT writes by Trond Myklebust · 9 years ago
  49. 4d346bea NFS: Add a helper to sync both O_DIRECT and buffered writes by Trond Myklebust · 9 years ago
  50. ef070dc NFS: Don't write enable new pages while an invalidation is proceeding by Trond Myklebust · 9 years ago
  51. 874f946 NFS: Fix a regression in the read() syscall by Trond Myklebust · 9 years ago
  52. 3235b40 NFSv4: Set a barrier in the update_changeattr() helper by Trond Myklebust · 9 years ago
  53. 92d64e4 NFS: Fix nfs_post_op_update_inode() to set an attribute barrier by Trond Myklebust · 9 years ago
  54. 00fb4c9 NFS: Remove size hack in nfs_inode_attrs_need_update() by Trond Myklebust · 9 years ago
  55. 8f8ba1d NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommit by Trond Myklebust · 9 years ago
  56. a08a8cd NFS: Add attribute update barriers to NFS writebacks by Trond Myklebust · 9 years ago
  57. f506200 NFS: Set an attribute barrier on all updates by Trond Myklebust · 9 years ago
  58. f044636 NFS: Add attribute update barriers to nfs_setattr_update_inode() by Trond Myklebust · 9 years ago
  59. 140e049 NFS: Add a helper to set attribute barriers by Trond Myklebust · 9 years ago
  60. 65d2918 Merge branch 'cleanups' by Trond Myklebust · 9 years ago
  61. bf40e55 NFSv4: Kill unused nfs_inode->delegation_state field by Trond Myklebust · 9 years ago
  62. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  63. 3a7ed3f nfs: prevent truncate on active swapfile by Omar Sandoval · 9 years ago
  64. 2ef47eb NFS: Fix use of nfs_attr_use_mounted_on_fileid() by Anna Schumaker · 10 years ago
  65. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  66. f4ac167 nfs: Add ALLOCATE support by Anna Schumaker · 10 years ago
  67. cb1410c NFS: fix subtle change in COMMIT behavior by Weston Andros Adamson · 10 years ago
  68. 16caf5b nfs: Fix use of uninitialized variable in nfs_getattr() by Jan Kara · 10 years ago
  69. b4b5679 Merge branch 'client-4.2' into linux-next by Trond Myklebust · 10 years ago
  70. 1c6dcbe NFS: Implement SEEK by Anna Schumaker · 10 years ago
  71. 08a899d nfs: setattr can only change regular file sizes by Christoph Hellwig · 10 years ago
  72. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  73. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  74. 65b3885 NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes by Eric W. Biederman · 10 years ago
  75. 912a108 NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU by NeilBrown · 10 years ago
  76. c122132 sched: Allow wait_on_bit_action() functions to support a timeout by NeilBrown · 10 years ago
  77. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  78. 6edf960 NFS: Don't mark the data cache as invalid if it has been flushed by Trond Myklebust · 10 years ago
  79. f2467b6 NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size by Trond Myklebust · 10 years ago
  80. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  81. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  82. 43b6535 NFS: Don't declare inode uptodate unless all attributes were checked by Trond Myklebust · 10 years ago
  83. 2b3a8fd Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  84. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  85. 311324a NFS: Be more aggressive in using readdirplus for 'ls -l' situations by Trond Myklebust · 10 years ago
  86. fd1defc NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFS by Trond Myklebust · 10 years ago
  87. 8a1f006 Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  88. 4db72b4 nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATING by Jeff Layton · 10 years ago
  89. 2b2b15c Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  90. 17dfeb9 NFS: Fix races in nfs_revalidate_mapping by Trond Myklebust · 10 years ago
  91. d529ef8 NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping by Jeff Layton · 10 years ago
  92. 013cdf1 nfs: use generic posix ACL infrastructure for v3 Posix ACLs by Christoph Hellwig · 10 years ago
  93. d8c951c NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstanding by Trond Myklebust · 10 years ago
  94. 1e8968c NFS: dprintk() should not print negative fileids and inode numbers by Niels de Vos · 10 years ago
  95. 829e57d NFS: Fix a warning in nfs_setsecurity by Trond Myklebust · 11 years ago
  96. fab99eb NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_security by Trond Myklebust · 11 years ago
  97. 3da580a nfs: set security label when revalidating inode by Jeff Layton · 11 years ago
  98. c698dbf Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into linux-next by Trond Myklebust · 11 years ago
  99. 9e6ee76 NFS: Export _nfs_display_fhandle() by Chuck Lever · 11 years ago
  100. f1fe29b NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() by David Howells · 11 years ago