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