1. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  2. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  3. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  4. 79835a7 nfs: drop unnecessary locking in llseek by Andi Kleen · 13 years ago
  5. ef3d0fd vfs: do (nearly) lockless generic_file_llseek by Andi Kleen · 13 years ago
  6. ef78cc7 Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  7. 1442d16 Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  8. 940aab4 Check validity of cl_rpcclient in nfs_server_list_show by Malahal Naineni · 13 years ago
  9. b6ee8cd NFS: Get rid of the nfs_rdata_mempool by Trond Myklebust · 13 years ago
  10. fba7300 NFS: Don't rely on PageError in nfs_readpage_release_partial by Trond Myklebust · 13 years ago
  11. fbb5a9a NFS: Get rid of unnecessary calls to ClearPageError() in read code by Trond Myklebust · 13 years ago
  12. d00c5d4 NFS: Get rid of nfs_restart_rpc() by Trond Myklebust · 13 years ago
  13. 08ef7bd NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookup by Trond Myklebust · 13 years ago
  14. 0c2e53f NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup() by Trond Myklebust · 13 years ago
  15. a9a4a87 NFS: Use the inode->i_version to cache NFSv4 change attribute information by Trond Myklebust · 13 years ago
  16. 45402c38 nfs/super.c: local functions should be static by H Hartley Sweeten · 13 years ago
  17. 7542274 pnfsblock: fix writeback deadlock by Peng Tao · 13 years ago
  18. e6d05a7 pnfsblock: fix NULL pointer dereference by Peng Tao · 13 years ago
  19. 9b7eecd pnfs: recoalesce when ld read pagelist fails by Peng Tao · 13 years ago
  20. 8ce160c pnfs: recoalesce when ld write pagelist fails by Peng Tao · 13 years ago
  21. 1b0ae06 pnfs: make _set_lo_fail generic by Peng Tao · 13 years ago
  22. 760383f pnfsblock: add missing rpc_put_mount and path_put by Peng Tao · 13 years ago
  23. c122515 SUNRPC/NFS: make rpc pipe upcall generic by Peng Tao · 13 years ago
  24. fdc17ab pnfsblock: fix size of upcall message by Jim Rees · 13 years ago
  25. 516f2e2 pnfsblock: fix return code confusion by Jim Rees · 13 years ago
  26. 2da9565 nfs: don't try to migrate pages with active requests by Jeff Layton · 13 years ago
  27. b9dd3ab nfs: fix bug about IPv6 address scope checking by Mi Jinlong · 13 years ago
  28. 3236c3e nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pages by Jeff Layton · 13 years ago
  29. 59b7c05 Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when syncing" by Trond Myklebust · 13 years ago
  30. 5703728 nfs: fix bug about IPv6 address scope checking by Mi Jinlong · 13 years ago
  31. 815d405 VFS: Fix the remaining automounter semantics regressions by Trond Myklebust · 13 years ago
  32. fb2088c nfs: Do not allow multiple mounts on same mountpoint when using -o noac by Sachin Prabhu · 13 years ago
  33. f13c362 NFS: Fix a typo in nfs_flush_multi by Trond Myklebust · 13 years ago
  34. a9004ab nfsd4: cleanup and consolidate seqid_mutating_err by J. Bruce Fields · 13 years ago
  35. 042b60b NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN error by Trond Myklebust · 13 years ago
  36. 2f60ea6 NFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegation by Trond Myklebust · 13 years ago
  37. 8534d4e NFSv4: nfs4_proc_renew should be declared static by Trond Myklebust · 13 years ago
  38. b569ad3 NFSv4: nfs4_proc_async_renew should use a GFP_NOFS allocation by Trond Myklebust · 13 years ago
  39. 11fd165 sunrpc: use better NUMA affinities by Eric Dumazet · 13 years ago
  40. 35a21b4 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  41. 8cf1fb2 pnfs: Automatically select blocks & objects layouts by Boaz Harrosh · 13 years ago
  42. 54a33b1 NFS41: make PNFS_BLOCK selectable by Peng Tao · 13 years ago
  43. 910ac68 NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resets by Trond Myklebust · 13 years ago
  44. 55a6739 NFSv4.1: Fix the callback 'highest_used_slotid' behaviour by Trond Myklebust · 13 years ago
  45. 9af7db3 pnfs-obj: Fix the comp_index != 0 case by Boaz Harrosh · 13 years ago
  46. 20618b2 pnfs-obj: Bug when we are running out of bio by Boaz Harrosh · 13 years ago
  47. 88c9e42 nfs: add missing prefetch.h include by Heiko Carstens · 13 years ago
  48. 1b8e949 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  49. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  50. a00ed25 NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1 by Trond Myklebust · 13 years ago
  51. 24c3047 Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  52. 71cdd40 pnfsblock: write_pagelist handle zero invalid extents by Peng Tao · 13 years ago
  53. 31e6306 pnfsblock: note written INVAL areas for layoutcommit by Fred Isaman · 13 years ago
  54. 650e2d3 pnfsblock: bl_write_pagelist by Fred Isaman · 13 years ago
  55. 9549ec0 pnfsblock: bl_read_pagelist by Fred Isaman · 13 years ago
  56. b2be781 pnfsblock: cleanup_layoutcommit by Fred Isaman · 13 years ago
  57. 90ace12 pnfsblock: encode_layoutcommit by Fred Isaman · 13 years ago
  58. 9f37704 pnfsblock: merge rw extents by Fred Isaman · 13 years ago
  59. c1c2a4c pnfsblock: add extent manipulation functions by Fred Isaman · 13 years ago
  60. 6d742ba pnfsblock: bl_find_get_extent by Fred Isaman · 13 years ago
  61. e9437cc pnfsblock: xdr decode pnfs_block_layout4 by Fred Isaman · 13 years ago
  62. 2f9fd18 pnfsblock: call and parse getdevicelist by Fred Isaman · 13 years ago
  63. 03341d2 pnfsblock: merge extents by Fred Isaman · 13 years ago
  64. a60d2eb pnfsblock: lseg alloc and free by Fred Isaman · 13 years ago
  65. 025a70e pnfsblock: remove device operations by Jim Rees · 13 years ago
  66. fe0a9b7 pnfsblock: add device operations by Jim Rees · 13 years ago
  67. 9e69296 pnfsblock: basic extent code by Fred Isaman · 13 years ago
  68. e9643fe pnfsblock: use pageio_ops api by Benny Halevy · 13 years ago
  69. 155e752 pnfsblock: add blocklayout Kconfig option, Makefile, and stubs by Fred Isaman · 13 years ago
  70. db29c08 pnfs: cleanup_layoutcommit by Andy Adamson · 13 years ago
  71. dae100c pnfs: ask for layout_blksize and save it in nfs_server by Fred Isaman · 13 years ago
  72. 738fd0f3 pnfs: add set-clear layoutdriver interface by Benny Halevy · 13 years ago
  73. 7f11d8d pnfs: GETDEVICELIST by Andy Adamson · 13 years ago
  74. 3557c6c pnfs: use lwb as layoutcommit length by Peng Tao · 13 years ago
  75. a9bae56 pnfs: let layoutcommit handle a list of lseg by Peng Tao · 13 years ago
  76. 9fa4075 pnfs: save layoutcommit cred at layout header init by Peng Tao · 13 years ago
  77. acff5880 pnfs: save layoutcommit lwb at layout header by Peng Tao · 13 years ago
  78. 374e4e3 Additional readdir cookie loop information by Bryan Schumaker · 13 years ago
  79. 0c03080 NFS: Fix spurious readdir cookie loop messages by Trond Myklebust · 13 years ago
  80. 28890d3 Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  81. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  82. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  83. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  84. ed1e621 NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation() by Trond Myklebust · 13 years ago
  85. 73ca100 nfs: don't use d_move in nfs_async_rename_done by Jeff Layton · 13 years ago
  86. 5f00bcb Merge branch 'master' into devel and apply fixup from Stephen Rothwell: by Stephen Rothwell · 13 years ago
  87. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  88. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  89. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  90. e0a0124 switch vfs_path_lookup() to struct path by Al Viro · 13 years ago
  91. 8aeb376 nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step by Al Viro · 13 years ago
  92. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  93. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  94. f7c8586 fix mknod() on nfs4 (hopefully) by Al Viro · 13 years ago
  95. 5114159 nameidata_to_nfs_open_context() doesn't need nameidata, actually... by Al Viro · 13 years ago
  96. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  97. 82a2c1b nfs4_opendata doesn't need struct path either by Al Viro · 13 years ago
  98. 643168c nfs4_closedata doesn't need to mess with struct path by Al Viro · 13 years ago
  99. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  100. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago