1. 6925bac Merge branch 'next' by Trond Myklebust · 16 years ago
  2. 011935a NFS: Fix a resolution problem with nfs_inode->cache_change_attribute by Trond Myklebust · 16 years ago
  3. 4704f0e NFS: Fix the resolution problem with nfs_inode_attrs_need_update() by Trond Myklebust · 16 years ago
  4. 921615f NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flag by Trond Myklebust · 16 years ago
  5. 8acd3a6 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  6. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  7. 5e2e772 NFS: fix nfs_parse_ip_address() corner case by Chuck Lever · 16 years ago
  8. 456018d NFS: Cleanup nfs_set_port by J. Bruce Fields · 16 years ago
  9. 03254e6 NFS: Fix attribute updates by Trond Myklebust · 16 years ago
  10. d7fb120 NFS: Don't use range_cyclic for data integrity syncs by Trond Myklebust · 16 years ago
  11. 8491945 NFS: Client mounts hang when exported directory do not exist by Steve Dickson · 16 years ago
  12. ea31a443 nfs: Fix misparsing of nfsv4 fs_locations attribute by J. Bruce Fields · 16 years ago
  13. f0c92925 nfs: prepare to share nfs_set_port by J. Bruce Fields · 16 years ago
  14. 460cdbc nfs: replace while loop by for loops in nfs_follow_referral by J. Bruce Fields · 16 years ago
  15. 4ada29d nfs: break up nfs_follow_referral by J. Bruce Fields · 16 years ago
  16. 37ca8f5 nfs: authenticated deep mounting by EG Keizer · 16 years ago
  17. f25b874 NFS: missing nfs_fattr_init in nfs3_proc_getacl and nfs3_proc_setacls (resend #2) by Jeff Layton · 16 years ago
  18. f200c11 nfs: remove an obsolete nfs_flock comment by J. Bruce Fields · 16 years ago
  19. 44d5759 nfs: BUG_ON in nfs_follow_mountpoint by Denis V. Lunev · 16 years ago
  20. fd08d7e nfs: ERR_PTR is expected on failure from nfs_do_clone_mount by Denis V. Lunev · 16 years ago
  21. bb8a3b5 fix fs/nfs/nfsroot.c compilation by Adrian Bunk · 16 years ago
  22. 691beb1 NFS: Allow concurrent inode revalidation by Trond Myklebust · 16 years ago
  23. 2f28ea6 NFS: Fix up nfs_setattr_update_inode() by Trond Myklebust · 16 years ago
  24. 076f1fc NFS: Don't clear nfsi->cache_validity in nfs_check_inode_attributes() by Trond Myklebust · 16 years ago
  25. 4dc05ef NFS: Convert __nfs_revalidate_inode() to use nfs_refresh_inode() by Trond Myklebust · 16 years ago
  26. d65f557 NFS: Fix nfs_post_op_update_inode_force_wcc() by Trond Myklebust · 16 years ago
  27. a10ad17 NFS: Fix the NFS attribute update by Trond Myklebust · 16 years ago
  28. 870a5be NFS: Clean up nfs_refresh_inode() and nfs_post_op_update_inode() by Trond Myklebust · 16 years ago
  29. 7973c1f NFS: Add mount options for controlling the lookup cache by Trond Myklebust · 16 years ago
  30. ff3525a NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mounts by Trond Myklebust · 16 years ago
  31. 4eec952 NFS: Add options for finer control of the lookup cache by Trond Myklebust · 16 years ago
  32. 1daef0a NFS: Clean up nfs_sb_active/nfs_sb_deactive by Trond Myklebust · 16 years ago
  33. d5e6634 NFS: Fix nfs_file_llseek() by Trond Myklebust · 16 years ago
  34. e851db5 SUNRPC: Add address family field to svc_serv data structure by Chuck Lever · 16 years ago
  35. af904de NFS: Restore missing hunk in NFS mount option parser by Chuck Lever · 16 years ago
  36. 1a3f7d98 Revert "UFS: add const to parser token table" by Linus Torvalds · 16 years ago
  37. 8d66bf5 [PATCH] pass struct path * to do_add_mount() by Al Viro · 16 years ago
  38. 744d18d NFS: Ensure we call nfs_sb_deactive() after releasing the directory inode by Trond Myklebust · 16 years ago
  39. 31c9446 nfs_remount oops when rebooting + possible fix by Marc Zyngier · 16 years ago
  40. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  41. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  42. fb2e405 fix fs/nfs/nfsroot.c compilation by Adrian Bunk · 16 years ago
  43. cadc723 Merge branch 'bkl-removal' into next by Trond Myklebust · 16 years ago
  44. e89e896 Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  45. f839c4c NFSv4: Remove BKL from the nfsv4 state recovery by Trond Myklebust · 16 years ago
  46. c3cc8c0 NFS: Remove BKL from the readdir code by Trond Myklebust · 16 years ago
  47. 7656699 NFS: Remove BKL from the symlink code by Trond Myklebust · 16 years ago
  48. 52e2e8d NFS: Remove BKL from the sillydelete operations by Trond Myklebust · 16 years ago
  49. bd9bb45 NFS: Remove the BKL from the rename, rmdir and unlink operations by Trond Myklebust · 16 years ago
  50. fc0f684 NFS: Remove BKL from NFS lookup code by Trond Myklebust · 16 years ago
  51. fc81af5 NFS: Remove the BKL from nfs_link() by Trond Myklebust · 16 years ago
  52. f1e2eda NFS: Remove the BKL from the inode creation operations by Trond Myklebust · 16 years ago
  53. bba67e0 NFS: Remove BKL usage from open() by Trond Myklebust · 16 years ago
  54. b6a2e56 NFS: Remove BKL usage from the write path by Trond Myklebust · 16 years ago
  55. 4d80f2e NFS: Remove the BKL from the permission checking code by Trond Myklebust · 16 years ago
  56. fa6dc9d NFS: Remove attribute update related BKL references by Trond Myklebust · 16 years ago
  57. a3d0145 NFS: Remove BKL requirement from attribute updates by Trond Myklebust · 16 years ago
  58. 1b83d70 NFS: Protect inode->i_nlink updates using inode->i_lock by Trond Myklebust · 16 years ago
  59. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  60. f45663c NFS: Allow either strict or sloppy mount option parsing by Chuck Lever · 16 years ago
  61. 6738b25 NFS4: Set security flavor default for NFSv4 mounts like other defaults by Chuck Lever · 16 years ago
  62. dd07c94 NFS: Set security flavor default for NFSv2/3 mounts like other defaults by Chuck Lever · 16 years ago
  63. 01060c8 NFS: Refactor logic for parsing NFS security flavor mount options by Chuck Lever · 16 years ago
  64. 0e0cab7 NFS: use documenting macro constants for initializing ac{reg, dir}{min, max} by Chuck Lever · 16 years ago
  65. ed596a8 NFS: Move the nfs_set_port() call out of nfs_parse_mount_options() by Chuck Lever · 16 years ago
  66. 259875e NFS: set transport defaults after mount option parsing is finished by Trond Myklebust · 16 years ago
  67. 5afc597 nfs4: fix potential race with rapid nfs_callback_up/down cycle by Jeff Layton · 16 years ago
  68. ee84dfc nfs4: remove BKL from nfs_callback_up and nfs_callback_down by Jeff Layton · 16 years ago
  69. 77e0367 nfs: initialize timeout variable in nfs4_proc_setclientid_confirm by Benny Halevy · 16 years ago
  70. d8e7748 NFS: handle interface identifiers in incoming IPv6 addresses by Chuck Lever · 16 years ago
  71. ce3b7e1 NFS: Add string length argument to nfs_parse_server_address by Chuck Lever · 16 years ago
  72. d1aa082 NFS: Support raw IPv6 address hostnames during NFS mount operation by Chuck Lever · 16 years ago
  73. dc04589 NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3 by Chuck Lever · 16 years ago
  74. cd10072 NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remount by Trond Myklebust · 16 years ago
  75. e468bae NFS: Allow redirtying of a completed unstable write. by Trond Myklebust · 16 years ago
  76. e7d3906 NFS: Clean up nfs_update_request() by Trond Myklebust · 16 years ago
  77. 396cee97 NFS: missing newline in NFS mount debugging message by Chuck Lever · 16 years ago
  78. d33e4df NFS: Treat "intr" and "nointr" options as deprecated by Chuck Lever · 16 years ago
  79. ecbb384 NFS: Allow any value for the "retry" option by Chuck Lever · 16 years ago
  80. f41f741 NFS: Ensure we zap only the access and acl caches when setting new acls by Trond Myklebust · 16 years ago
  81. 2e96d28 NFS: Fix a warning in nfs4_async_handle_error by Trond Myklebust · 16 years ago
  82. 34e8f92 NFS: Move fs/nfs/iostat.h to include/linux by Chuck Lever · 16 years ago
  83. 46cb650 NFS: Remove the redundant file_open entry from struct nfs_rpc_ops by Trond Myklebust · 16 years ago
  84. 659bfcd NFS: Fix the ftruncate() credential problem by Trond Myklebust · 16 years ago
  85. 48b605f NFS: implement option checking when remounting NFS filesystems (resend) by Jeff Layton · 16 years ago
  86. c2d946e5 fs/nfs/nfsroot.c: remove CVS keyword by Adrian Bunk · 16 years ago
  87. 48186c7 NFS: Fix trace debugging nits in write.c by Chuck Lever · 16 years ago
  88. 6da24bc NFS: Use NFSDBG_FILE for all fops by Chuck Lever · 16 years ago
  89. b7eaefa NFS: Add debugging facility for NFS aops by Chuck Lever · 16 years ago
  90. cc0dd2d NFS: Make nfs_open methods consistent by Chuck Lever · 16 years ago
  91. b84e06c NFS: Make nfs_llseek methods consistent by Chuck Lever · 16 years ago
  92. 5491778 NFS: Make nfs_fsync methods consistent by Chuck Lever · 16 years ago
  93. b541838 NFS: do_setlk(): don't flush caches when we have a delegation by Trond Myklebust · 16 years ago
  94. 7e5f614 NFS: Revert commit 44dd151d by Trond Myklebust · 16 years ago
  95. efc91ed NFS: Optimise append writes with holes by Trond Myklebust · 16 years ago
  96. 2116271 NFS: Add correct bounds checking to NFSv2 locks by Trond Myklebust · 16 years ago
  97. f3d47a3 NFS: Fix a preemption count leak in nfs_update_request by Trond Myklebust · 16 years ago
  98. 0b4aae7 NFS: Reduce the stack usage in NFSv3 create operations by Trond Myklebust · 16 years ago
  99. 57dc9a5 NFS: Reduce the stack usage in NFSv4 create operations by Trond Myklebust · 16 years ago
  100. 2aac05a NFS: Fix readdir cache invalidation by Trond Myklebust · 16 years ago