1. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  2. bf97293 Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  3. f4ce129 NFS: Add event tracing for generic NFS events by Trond Myklebust · 11 years ago
  4. 1264a2f NFS: refactor code for calculating the crc32 hash of a filehandle by Trond Myklebust · 11 years ago
  5. eddffa4 NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget() by Trond Myklebust · 11 years ago
  6. f8806c8 NFS: Fix writeback performance issue on cache invalidation by Trond Myklebust · 11 years ago
  7. 43f291c NFS: Make nfs_attribute_cache_expired() non-static by Scott Mayhew · 11 years ago
  8. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  9. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 11 years ago
  10. c8d74d9 NFSv4: Move the DNS resolver into the NFSv4 module by Trond Myklebust · 11 years ago
  11. aa9c266 NFS: Client implementation of Labeled-NFS by David Quigley · 11 years ago
  12. 14c43f7 NFS: Add label lifecycle management by David Quigley · 11 years ago
  13. 1775fd3 NFS:Add labels to client function prototypes by David Quigley · 11 years ago
  14. e058f70 NFSv4: Introduce new label structure by Steve Dickson · 11 years ago
  15. c45ffdd NFSv4: Close another NFSv4 recovery race by Trond Myklebust · 11 years ago
  16. 416ad3c freezer: add unsafe versions of freezable helpers for NFS by Colin Cross · 11 years ago
  17. 577b423 NFS: Add functionality to allow waiting on all outstanding reads to complete by Trond Myklebust · 11 years ago
  18. 8c86899 NFS: __nfs_find_lock_context needs to check ctx->lock_context for a match too by Trond Myklebust · 11 years ago
  19. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  20. f6488c9 nfs: don't allow nfs_find_actor to match inodes of the wrong type by Jeff Layton · 11 years ago
  21. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  22. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  23. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  24. 9ff593c nfs: kuid and kgid conversions for nfs/inode.c by Eric W. Biederman · 11 years ago
  25. 322b2b9 Revert "NFS: add nfs_sb_deactive_async to avoid deadlock" by Trond Myklebust · 11 years ago
  26. de242c0 NFS: Use FS-Cache invalidation by David Howells · 11 years ago
  27. eed9935 NFS: Ensure that we always drop inodes that have been marked as stale by Trond Myklebust · 11 years ago
  28. f48407d NFS: Remove BUG_ON()s in the fs/nfs/inode.c by Trond Myklebust · 12 years ago
  29. 324d003 NFS: add nfs_sb_deactive_async to avoid deadlock by Weston Andros Adamson · 12 years ago
  30. df632d3 Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  31. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  32. 2a36915 NFS: Clean up helper function nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  33. b3c54de NFS: Convert nfs_get_lock_context to return an ERR_PTR on failure by Trond Myklebust · 12 years ago
  34. c3f52af NFS: Fix the initialisation of the readdir 'cookieverf' array by Trond Myklebust · 12 years ago
  35. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  36. 29418aa nfs: disable data cache revalidation for swapfiles by Mel Gorman · 12 years ago
  37. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  38. 1c606fb NFS: Convert v3 into a module by Bryan Schumaker · 12 years ago
  39. ddda8e0 NFS: Convert v2 into a module by Bryan Schumaker · 12 years ago
  40. 19d87ca NFS: Split out remaining NFS v4 inode functions by Bryan Schumaker · 12 years ago
  41. ab7017a NFS: Add version registering framework by Bryan Schumaker · 12 years ago
  42. 129d197 NFS: Create an init_nfs_v4() function by Bryan Schumaker · 12 years ago
  43. 57ec14c NFS: Create a return_delegation rpc op by Bryan Schumaker · 12 years ago
  44. 011e2a7 NFS: Create a have_delegation rpc_op by Bryan Schumaker · 12 years ago
  45. 1a0de48 NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4) by Trond Myklebust · 12 years ago
  46. 1d59d61 NFS: Ensure that setattr and getattr wait for O_DIRECT write completion by Trond Myklebust · 12 years ago
  47. 53f2c4a Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  48. 2701d08 NFSv4.1 add nfs_inode book keeping for mdsthreshold by Andy Adamson · 12 years ago
  49. 82be417 NFSv4.1 cache mdsthreshold values on OPEN by Andy Adamson · 12 years ago
  50. e73e6c9 Fixed goto readability in nfs_update_inode. by Matthew Treinish · 12 years ago
  51. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  52. d69ee9b NFS: Adapt readdirplus to application usage patterns by Trond Myklebust · 12 years ago
  53. fee7fe1 NFS: Simplify the cache invalidation code by Trond Myklebust · 12 years ago
  54. 6a4506c NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHE by Trond Myklebust · 12 years ago
  55. 4124bbc NFS: Simplify nfs_fhget() by Trond Myklebust · 12 years ago
  56. 01da47b NFS: Optimise away nfs_check_inode_attributes() when holding a delegation by Trond Myklebust · 12 years ago
  57. b4b1ead NFS: Don't force page cache revalidations when holding a delegation by Trond Myklebust · 12 years ago
  58. ea2cf22 NFS: create struct nfs_commit_info by Fred Isaman · 12 years ago
  59. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  60. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  61. e27d359 SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUG by Trond Myklebust · 12 years ago
  62. d6d6dc7 NFS: remove nfs_inode radix tree by Fred Isaman · 12 years ago
  63. 4f1abd2 NFS: add fh_crc to debug output by Weston Andros Adamson · 12 years ago
  64. d8e0539 NFS: add filehandle crc for debug display by Weston Andros Adamson · 12 years ago
  65. fa68a1b NFS: Fix a typo in _nfs_display_fhandle by Trond Myklebust · 12 years ago
  66. 20d27e9 NFS: Add a client-side function to display NFS file handles by Chuck Lever · 12 years ago
  67. 28cd1b3 NFS: make cb_ident_idr per net ns by Stanislav Kinsbursky · 12 years ago
  68. 6b13168 NFS: make nfs_client_list per net ns by Stanislav Kinsbursky · 12 years ago
  69. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 12 years ago
  70. ec7652a SUNRPC: register RPC stats /proc entries in passed network namespace context by Stanislav Kinsbursky · 13 years ago
  71. 536e43d NFS: Optimise away unnecessary setattrs for open(O_TRUNC); by Trond Myklebust · 12 years ago
  72. 9e2e74d NFS: blocklayout pipe creation per network namespace context introduced by Stanislav Kinsbursky · 12 years ago
  73. 1b340d0 NFS: DNS resolver cache per network namespace context introduced by Stanislav Kinsbursky · 13 years ago
  74. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  75. 57eccf1 Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  76. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  77. 6926afd NFSv4: Save the owner/group name string when doing open by Trond Myklebust · 12 years ago
  78. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  79. 5ede7b1 pull manipulations of rpc_cred inside alloc_nfs_open_context() by Al Viro · 13 years ago
  80. d310310 Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer by Jeff Layton · 13 years ago
  81. 1788ea6 nfs: when attempting to open a directory, fall back on normal lookup (try #5) by Jeff Layton · 13 years ago
  82. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  83. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  84. a9a4a87 NFS: Use the inode->i_version to cache NFSv4 change attribute information by Trond Myklebust · 13 years ago
  85. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  86. 533eb46 NFSv4.1: allow nfs_fhget to succeed with mounted on fileid by Andy Adamson · 13 years ago
  87. 0f66b59 NFS41: do not update isize if inode needs layoutcommit by Peng Tao · 14 years ago
  88. cd1acdf Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  89. cbe8260 pnfs: layoutreturn by Benny Halevy · 13 years ago
  90. 60c16ea NFS: nfs_update_inode: print current and new inode size in debug output by Harshula Jayasuriya · 13 years ago
  91. 0acd220 Merge branch 'nfs-for-2.6.39' into nfs-for-next by Trond Myklebust · 13 years ago
  92. 7ebb931 NFS: use secinfo when crossing mountpoints by Bryan Schumaker · 13 years ago
  93. e0c2b38 NFSv4.1: filelayout driver specific code for COMMIT by Fred Isaman · 13 years ago
  94. 480c200 NFS: Create nfs_open_dir_context by Bryan Schumaker · 13 years ago
  95. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  96. 3fa0b4e (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 31 or 63 are set in fileid by Frank Filz · 14 years ago
  97. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  98. 27dc1cd NFS: nfs_wcc_update_inode() should set nfsi->attr_gencount by Trond Myklebust · 13 years ago
  99. ada609e workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER by Tejun Heo · 13 years ago
  100. 36d43a4 NFS: Use d_automount() rather than abusing follow_link() by David Howells · 13 years ago