1. 4eae501 Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files" by Trond Myklebust · 9 years ago
  2. 5cf9d70 NFS: Optimise away the close-to-open getattr if there is no cached data by Trond Myklebust · 9 years ago
  3. ae57ca0 NFS: Check size by inode_newsize_ok in nfs_setattr by Kinglong Mee · 9 years ago
  4. aaae3f0 NFSv4: Force a post-op attribute update when holding a delegation by Trond Myklebust · 9 years ago
  5. 7c2dad9 NFS: Don't let the ctime override attribute barriers. by Trond Myklebust · 9 years ago
  6. aff8d8d NFS: Remove nfs_release() by Anna Schumaker · 9 years ago
  7. cd81259 NFS: Remove the "NFS_CAP_CHANGE_ATTR" capability by Trond Myklebust · 9 years ago
  8. 5c675d6 NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialised by Trond Myklebust · 9 years ago
  9. 85a23ce NFS: Don't revalidate the mapping if both size and change attr are up to date by Trond Myklebust · 9 years ago
  10. cd738ee nfs: Remove unneeded micro checking of CONFIG_PROC_FS by Kinglong Mee · 9 years ago
  11. 7ef5ca4 NFS: report more appropriate block size for directories. by NeilBrown · 9 years ago
  12. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  13. c456aac nfs: Remove unneeded casts in nfs by Firo Yang · 9 years ago
  14. ea96d1e nfs: Fetch MOUNTED_ON_FILEID when updating an inode by Anna Schumaker · 9 years ago
  15. 9a51940 NFS: Don't zap caches on fallocate() by Anna Schumaker · 9 years ago
  16. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  17. 8c18d76 NFS: Block new writes while syncing data in nfs_getattr() by Trond Myklebust · 9 years ago
  18. 9e1681c NFSv4: Truncating file opens should also sync O_DIRECT writes by Trond Myklebust · 9 years ago
  19. 4d346bea NFS: Add a helper to sync both O_DIRECT and buffered writes by Trond Myklebust · 9 years ago
  20. ef070dc NFS: Don't write enable new pages while an invalidation is proceeding by Trond Myklebust · 9 years ago
  21. 874f946 NFS: Fix a regression in the read() syscall by Trond Myklebust · 9 years ago
  22. 3235b40 NFSv4: Set a barrier in the update_changeattr() helper by Trond Myklebust · 9 years ago
  23. 92d64e4 NFS: Fix nfs_post_op_update_inode() to set an attribute barrier by Trond Myklebust · 9 years ago
  24. 00fb4c9 NFS: Remove size hack in nfs_inode_attrs_need_update() by Trond Myklebust · 9 years ago
  25. 8f8ba1d NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommit by Trond Myklebust · 9 years ago
  26. a08a8cd NFS: Add attribute update barriers to NFS writebacks by Trond Myklebust · 9 years ago
  27. f506200 NFS: Set an attribute barrier on all updates by Trond Myklebust · 9 years ago
  28. f044636 NFS: Add attribute update barriers to nfs_setattr_update_inode() by Trond Myklebust · 9 years ago
  29. 140e049 NFS: Add a helper to set attribute barriers by Trond Myklebust · 9 years ago
  30. 65d2918 Merge branch 'cleanups' by Trond Myklebust · 9 years ago
  31. bf40e55 NFSv4: Kill unused nfs_inode->delegation_state field by Trond Myklebust · 9 years ago
  32. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  33. 3a7ed3f nfs: prevent truncate on active swapfile by Omar Sandoval · 10 years ago
  34. 2ef47eb NFS: Fix use of nfs_attr_use_mounted_on_fileid() by Anna Schumaker · 10 years ago
  35. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  36. f4ac167 nfs: Add ALLOCATE support by Anna Schumaker · 10 years ago
  37. cb1410c NFS: fix subtle change in COMMIT behavior by Weston Andros Adamson · 10 years ago
  38. 16caf5b nfs: Fix use of uninitialized variable in nfs_getattr() by Jan Kara · 10 years ago
  39. b4b5679 Merge branch 'client-4.2' into linux-next by Trond Myklebust · 10 years ago
  40. 1c6dcbe NFS: Implement SEEK by Anna Schumaker · 10 years ago
  41. 08a899d nfs: setattr can only change regular file sizes by Christoph Hellwig · 10 years ago
  42. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  43. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  44. 65b3885 NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes by Eric W. Biederman · 10 years ago
  45. 912a108 NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU by NeilBrown · 10 years ago
  46. c122132 sched: Allow wait_on_bit_action() functions to support a timeout by NeilBrown · 10 years ago
  47. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  48. 6edf960 NFS: Don't mark the data cache as invalid if it has been flushed by Trond Myklebust · 10 years ago
  49. f2467b6 NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size by Trond Myklebust · 10 years ago
  50. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  51. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  52. 43b6535 NFS: Don't declare inode uptodate unless all attributes were checked by Trond Myklebust · 10 years ago
  53. 2b3a8fd Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  54. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  55. 311324a NFS: Be more aggressive in using readdirplus for 'ls -l' situations by Trond Myklebust · 10 years ago
  56. fd1defc NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFS by Trond Myklebust · 10 years ago
  57. 8a1f006 Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  58. 4db72b4 nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATING by Jeff Layton · 10 years ago
  59. 2b2b15c Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  60. 17dfeb9 NFS: Fix races in nfs_revalidate_mapping by Trond Myklebust · 10 years ago
  61. d529ef8 NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping by Jeff Layton · 10 years ago
  62. 013cdf1 nfs: use generic posix ACL infrastructure for v3 Posix ACLs by Christoph Hellwig · 11 years ago
  63. d8c951c NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstanding by Trond Myklebust · 11 years ago
  64. 1e8968c NFS: dprintk() should not print negative fileids and inode numbers by Niels de Vos · 11 years ago
  65. 829e57d NFS: Fix a warning in nfs_setsecurity by Trond Myklebust · 11 years ago
  66. fab99eb NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_security by Trond Myklebust · 11 years ago
  67. 3da580a nfs: set security label when revalidating inode by Jeff Layton · 11 years ago
  68. 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
  69. 9e6ee76 NFS: Export _nfs_display_fhandle() by Chuck Lever · 11 years ago
  70. f1fe29b NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() by David Howells · 11 years ago
  71. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  72. bf97293 Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  73. f4ce129 NFS: Add event tracing for generic NFS events by Trond Myklebust · 11 years ago
  74. 1264a2f NFS: refactor code for calculating the crc32 hash of a filehandle by Trond Myklebust · 11 years ago
  75. eddffa4 NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget() by Trond Myklebust · 11 years ago
  76. f8806c8 NFS: Fix writeback performance issue on cache invalidation by Trond Myklebust · 11 years ago
  77. 43f291c NFS: Make nfs_attribute_cache_expired() non-static by Scott Mayhew · 11 years ago
  78. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  79. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 11 years ago
  80. c8d74d9 NFSv4: Move the DNS resolver into the NFSv4 module by Trond Myklebust · 11 years ago
  81. aa9c266 NFS: Client implementation of Labeled-NFS by David Quigley · 11 years ago
  82. 14c43f7 NFS: Add label lifecycle management by David Quigley · 11 years ago
  83. 1775fd3 NFS:Add labels to client function prototypes by David Quigley · 11 years ago
  84. e058f70 NFSv4: Introduce new label structure by Steve Dickson · 11 years ago
  85. c45ffdd NFSv4: Close another NFSv4 recovery race by Trond Myklebust · 11 years ago
  86. 416ad3c freezer: add unsafe versions of freezable helpers for NFS by Colin Cross · 11 years ago
  87. 577b423 NFS: Add functionality to allow waiting on all outstanding reads to complete by Trond Myklebust · 11 years ago
  88. 8c86899 NFS: __nfs_find_lock_context needs to check ctx->lock_context for a match too by Trond Myklebust · 11 years ago
  89. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  90. f6488c9 nfs: don't allow nfs_find_actor to match inodes of the wrong type by Jeff Layton · 11 years ago
  91. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  92. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  93. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  94. 9ff593c nfs: kuid and kgid conversions for nfs/inode.c by Eric W. Biederman · 11 years ago
  95. 322b2b9 Revert "NFS: add nfs_sb_deactive_async to avoid deadlock" by Trond Myklebust · 12 years ago
  96. de242c0 NFS: Use FS-Cache invalidation by David Howells · 12 years ago
  97. eed9935 NFS: Ensure that we always drop inodes that have been marked as stale by Trond Myklebust · 12 years ago
  98. f48407d NFS: Remove BUG_ON()s in the fs/nfs/inode.c by Trond Myklebust · 12 years ago
  99. 324d003 NFS: add nfs_sb_deactive_async to avoid deadlock by Weston Andros Adamson · 12 years ago
  100. df632d3 Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago