1. 13437e1 NFSv4: Support recalling delegations by stateid part 2 by Trond Myklebust · 17 years ago
  2. 9016302 NFSv4: Support recalling delegations by stateid by Trond Myklebust · 17 years ago
  3. 2ced46c NFSv4: Fix up a bug in nfs4_open_recover() by Trond Myklebust · 17 years ago
  4. 549d6ed NFSv4: set the delegation in nfs4_opendata_to_nfs4_state by Trond Myklebust · 17 years ago
  5. 1c816ef NFSv4: Fix a bug in __nfs4_find_state_byowner by Trond Myklebust · 17 years ago
  6. 1b45c46 NFSv4: Fix atomic open for execute... by Trond Myklebust · 17 years ago
  7. 9f958ab NFSv4: Reduce the chances of an open_owner identifier collision by Trond Myklebust · 17 years ago
  8. 88d9093 NFSv4: nfs_increment_open_seqid should not return a value by Trond Myklebust · 17 years ago
  9. e688962 NFSv4: Fix underestimate of NFSv4 lookup request size by Trond Myklebust · 17 years ago
  10. 2cebf82 NFSv4: Fix the underestimate of NFSv4 open request size by Trond Myklebust · 17 years ago
  11. bd625ba NFSv4: Fix the NFSv4 owner and owner_group size estimates by Trond Myklebust · 17 years ago
  12. 7af654f NFSv4: Don't reuse expired nfs4_state_owner structs by Trond Myklebust · 17 years ago
  13. 27b3f94 NFSv4: Fix a credential reference leak in nfs4_get_state_owner() by Trond Myklebust · 17 years ago
  14. 587142f NFS: Replace NFS_I(inode)->req_lock with inode->i_lock by Trond Myklebust · 17 years ago
  15. 4e56e08 NFSv4: Clean up _nfs4_proc_lookup() vs _nfs4_proc_lookupfh() by Trond Myklebust · 17 years ago
  16. 1be27f3 SUNRPC: Remove the tk_auth macro... by Trond Myklebust · 17 years ago
  17. f61534d SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down() by Trond Myklebust · 17 years ago
  18. 90c5755 SUNRPC: Kill rpc_clnt->cl_oneshot by Trond Myklebust · 17 years ago
  19. 34f52e3 SUNRPC: Convert rpc_clnt->cl_users to a kref by Trond Myklebust · 17 years ago
  20. c6d00e6 NFSv4: Convert struct nfs4_opendata to use struct kref by Trond Myklebust · 17 years ago
  21. 3bec63d NFS: Convert struct nfs_open_context to use a kref by Trond Myklebust · 17 years ago
  22. edc05fc NFS: reduce latency by using conditional rescheduling in nfs_scan_list by Trond Myklebust · 17 years ago
  23. dce34ce NFS: Prevent integer overflow in nfs_scan_list() by Trond Myklebust · 17 years ago
  24. 2aefa10 NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inode by Trond Myklebust · 17 years ago
  25. 5c36968 NFS cleanup: speed up nfs_scan_commit using radix tree tags by Trond Myklebust · 17 years ago
  26. 9fd367f NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKED by Trond Myklebust · 17 years ago
  27. c03b402 NFS: Convert struct nfs_page to use krefs by Trond Myklebust · 17 years ago
  28. a50f795 NFS: Fix an Oops in the nfs_access_cache_shrinker() by Trond Myklebust · 17 years ago
  29. e2f032e NFS: nfs3_proc_create() should use nfs_post_op_update_inode() by Trond Myklebust · 17 years ago
  30. aa53ed5 NFS4: on a O_EXCL OPEN make sure SETATTR sets the fields holding the verifier by Jeff Layton · 17 years ago
  31. fc6ae3c NFS: Re-enable forced umounts by Trond Myklebust · 17 years ago
  32. 83d93f2 NFS: Use GFP_HIGHUSER for page allocation in nfs_symlink() by Jeff Layton · 17 years ago
  33. a035686 NFS: Fix nfs_reval_fsid() by Trond Myklebust · 17 years ago
  34. b39e625 NFSv4: Clean up nfs4_call_async() by Trond Myklebust · 17 years ago
  35. 4a35bd4 NFSv4: Ensure that nfs4_do_close() doesn't race with umount by Trond Myklebust · 17 years ago
  36. ad389da NFSv4: Ensure asynchronous open() calls always pin the mountpoint by Trond Myklebust · 17 years ago
  37. 539cd03 NFSv4: Cleanup: pass the nfs_open_context to open recovery code by Trond Myklebust · 17 years ago
  38. 88be9f9 NFS: Replace vfsmount and dentry in nfs_open_context with struct path by Trond Myklebust · 17 years ago
  39. de05a0c NFS: Minor read optimisation... by Trond Myklebust · 17 years ago
  40. 44dd151 NFS: Don't mark a written page as uptodate until it is on disk by Trond Myklebust · 17 years ago
  41. d9df8d6 NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pages by Trond Myklebust · 17 years ago
  42. 070ea60 NFS: Clean ups in fs/nfs/direct.c by Chuck Lever · 17 years ago
  43. bcf67e1 Make common helpers for seq_files that work with list_heads by Pavel Emelianov · 17 years ago
  44. 9f9d763 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  45. 1b21f45 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  46. 01370f0 Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  47. 3ebf449 [GFS2] Accept old format NFS filehandles by Steven Whitehouse · 17 years ago
  48. bf1a95a [S390] fixed cdl-format detection. by Stefan Haberland · 17 years ago
  49. 0845718 pipe: add documentation and comments by Jens Axboe · 17 years ago
  50. cac36bb0 pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 17 years ago
  51. d96e6e7 Remove remnants of sendfile() by Jens Axboe · 17 years ago
  52. d054fe3 xip sendfile removal by Carsten Otte · 17 years ago
  53. 932cc6d splice: completely document external interface with kerneldoc by Jens Axboe · 17 years ago
  54. d6f5175 sendfile: remove bad_sendfile() from bad_file_ops by Jens Axboe · 17 years ago
  55. 497f962 pipe: allow passing around of ops private pointer by Jens Axboe · 17 years ago
  56. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 17 years ago
  57. cf8208d sendfile: convert nfsd to splice_direct_to_actor() by Jens Axboe · 17 years ago
  58. f0930ff sendfile: convert nfs to using splice_read() by Jens Axboe · 17 years ago
  59. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  60. 534f2aa sys_sendfile: switch to using ->splice_read, if available by Jens Axboe · 17 years ago
  61. 6a14b90 vmsplice: add vmsplice-to-user support by Jens Axboe · 17 years ago
  62. c66ab6f splice: abstract out actor data by Jens Axboe · 17 years ago
  63. 72d3a38 unexport bio_{,un}map_user by Adrian Bunk · 17 years ago
  64. 71d441d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 17 years ago
  65. 43ae34c sched: scheduler debugging, core by Ingo Molnar · 17 years ago
  66. 172ba84 sched: update delay-accounting to use CFS's precise stats by Balbir Singh · 17 years ago
  67. b27f03d sched: make use of precise accounting for /proc task stats by Ingo Molnar · 17 years ago
  68. 62480d13 sched: remove the SleepAVG field by Ingo Molnar · 17 years ago
  69. a0a2474 [GFS2] Small fixes to logging code by Steven Whitehouse · 17 years ago
  70. ac90a25 [DLM] dump more lock values by David Teigland · 17 years ago
  71. 35dcc52 [GFS2] Remove i_mode passing from NFS File Handle by Wendy Cheng · 17 years ago
  72. bb9bcf0 [GFS2] Obtaining no_formal_ino from directory entry by Wendy Cheng · 17 years ago
  73. f4fadb23c [GFS2] git-gfs2-nmw-build-fix by akpm@linux-foundation.org · 17 years ago
  74. b365762 [GFS2] System won't suspend with GFS2 file system mounted by Abhijith Das · 17 years ago
  75. 569a7b6 [GFS2] remounting w/o acl option leaves acls enabled by Bob Peterson · 17 years ago
  76. 090ffaa [GFS2] inode size inconsistency by Wendy Cheng · 17 years ago
  77. 97d8483 [DLM] Telnet to port 21064 can stop all lockspaces by Patrick Caulfield · 17 years ago
  78. 1875f2f [GFS2] Fix gfs2_block_truncate_page err return by S. Wendy Cheng · 17 years ago
  79. 773ed1a [GFS2] Addendum to the journaled file/unmount patch by Robert Peterson · 17 years ago
  80. eaf5bd3 [GFS2] Simplify multiple glock aquisition by Steven Whitehouse · 17 years ago
  81. 2332c44 [GFS2] assertion failure after writing to journaled file, umount by Robert Peterson · 17 years ago
  82. 2840501 [GFS2] Use zero_user_page() in stuffed_readpage() by Steven Whitehouse · 17 years ago
  83. c420121 [GFS2] Remove bogus '\0' in rgrp.c by Steven Whitehouse · 17 years ago
  84. 8fb6859 [GFS2] Journaled file write/unstuff bug by Robert Peterson · 17 years ago
  85. fad59c1 [DLM] don't require FS flag on all nodes by David Teigland · 17 years ago
  86. d93cfa9 [GFS2] Fix deallocation issues by Abhijith Das · 17 years ago
  87. a7a2ff8 [GFS2] return conflicts for GETLK by David Teigland · 17 years ago
  88. d88101d [GFS2] set plock owner in GETLK info by David Teigland · 17 years ago
  89. 037bcbb [GFS2] gfs2_lookupi() uninitialised var fix by akpm@linux-foundation.org · 17 years ago
  90. c8cdf47 [GFS2] Recovery for lost unlinked inodes by Steven Whitehouse · 17 years ago
  91. b35997d [GFS2] Can't mount GFS2 file system on AoE device by Robert Peterson · 17 years ago
  92. e1cc860 [GFS2] Fix bug in error path of inode by Steven Whitehouse · 17 years ago
  93. ffed8ab [GFS2] Fix typo in rename of directories by Steven Whitehouse · 17 years ago
  94. 44f487a [DLM] variable allocation by Patrick Caulfield · 17 years ago
  95. 292e539 [DLM] fix reference counting by Josef Bacik · 17 years ago
  96. 4bd91ba [GFS2] Add nanosecond timestamp feature by Steven Whitehouse · 17 years ago
  97. bb8d8a6 [GFS2] Fix sign problem in quota/statfs and cleanup _host structures by Steven Whitehouse · 17 years ago
  98. ddf4b42 [GFS2] fix jdata issues by Benjamin Marzinski · 17 years ago
  99. afb853f [DLM] fix socket shutdown by Patrick Caulfield · 17 years ago
  100. 8991864 [GFS2] Make the log reserved blocks depend on block size by Steven Whitehouse · 17 years ago