1. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  2. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  3. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 18 years ago
  4. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  5. 5a874db [NET]: ipconfig and nfsroot annotations by Al Viro · 18 years ago
  6. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  7. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  8. 7cc13ed [PATCH] sysctl: implement CTL_UNNUMBERED by Eric W. Biederman · 18 years ago
  9. fc22617 [PATCH] NFS: Cache invalidation fixup by Trond Myklebust · 18 years ago
  10. 9eaef27 [PATCH] VFS: Make d_materialise_unique() enforce directory uniqueness by Trond Myklebust · 18 years ago
  11. d21ec0c [PATCH] xdr annotations: mount_clnt by Al Viro · 18 years ago
  12. bc4785c [PATCH] nfs: verifier is network-endian by Al Viro · 18 years ago
  13. 5704fde [PATCH] xdr annotations: fs/nfs/callback* by Al Viro · 18 years ago
  14. e6f684f [PATCH] fs/nfs/callback* passes error values big-endian by Al Viro · 18 years ago
  15. 0dbb4c6 [PATCH] xdr annotations: NFS readdir entries by Al Viro · 18 years ago
  16. 8687b63 [PATCH] xdr annotations: NFSv4 by Al Viro · 18 years ago
  17. d61005a [PATCH] xdr annotations: NFSv3 by Al Viro · 18 years ago
  18. 9d787a7 [PATCH] xdr annotations: NFSv2 by Al Viro · 18 years ago
  19. 7111c66 [PATCH] fix svc_procfunc declaration by Al Viro · 18 years ago
  20. b87c0ad [PATCH] NFS: remove unused check in nfs4_open_revalidate by Chuck Lever · 18 years ago
  21. 85233a7 [PATCH] NFS: __nfs_revalidate_inode() can use "inode" before checking it is non-NULL by Chuck Lever · 18 years ago
  22. 39cf8a1 [PATCH] NFS: fix minor bug in new NFS symlink code by Chuck Lever · 18 years ago
  23. cd9ae2b [PATCH] NFS: Deal with failure of invalidate_inode_pages2() by Trond Myklebust · 18 years ago
  24. 13bbc06 [PATCH] NFS: Fix NFSv4 callback regression by Trond Myklebust · 18 years ago
  25. 7d9ac06 [PATCH] nfs4: initialize cl_ipaddr by J. Bruce Fields · 18 years ago
  26. eda3cef [PATCH] NFS: Fix error handling in nfs_direct_write_result() by Trond Myklebust · 18 years ago
  27. b6dff26 [PATCH] NFS: Fix oops in nfs_cancel_commit_list by Trond Myklebust · 18 years ago
  28. 575b5c7 [PATCH] NFSv4: Fix thinko in fs/nfs/super.c by Trond Myklebust · 18 years ago
  29. 3fcfab1 [PATCH] separate bdi congestion functions from queue congestion functions by Andrew Morton · 18 years ago
  30. 8325049 Fix extraneous '&' in recent NFS client cleanup by Linus Torvalds · 18 years ago
  31. 0bae89e [PATCH] NFS: Fix typo in nfs_get_client() by Trond Myklebust · 18 years ago
  32. ca4aa09 [PATCH] NFS: Fix typo in nfs_get_client() by Trond Myklebust · 18 years ago
  33. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  34. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  35. 6fb2b47 [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process by NeilBrown · 18 years ago
  36. 24e3666 [PATCH] knfsd: be more selective in which sockets lockd listens on by NeilBrown · 18 years ago
  37. bc591cc [PATCH] knfsd: add a callback for when last rpc thread finishes by NeilBrown · 18 years ago
  38. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  39. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  40. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  41. 4cb50dc [PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6] by David Howells · 18 years ago
  42. 66f3750 [PATCH] fs/nfs/: make code static by Adrian Bunk · 18 years ago
  43. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  44. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  45. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  46. 349457c [PATCH] Allow file systems to manually d_move() inside of ->rename() by Mark Fasheh · 18 years ago
  47. f551e44 NFS: add comments clarifying the use of nfs_post_op_update() by Chuck Lever · 18 years ago
  48. aec5e17 NFS: Use SEEK_END instead of hardcoded value by Josef 'Jeff' Sipek · 18 years ago
  49. 51b6ded NFSv4: When mounting with a port=0 argument, substitute port=2049 by Trond Myklebust · 18 years ago
  50. 2066fe8 NFSv4: Poll more aggressively when handling NFS4ERR_DELAY by Trond Myklebust · 18 years ago
  51. c514983 NFSv4: Handle the condition NFS4ERR_FILE_OPEN by Trond Myklebust · 18 years ago
  52. 6b30954 NFSv4: Retry lease recovery if it failed during a synchronous operation. by Trond Myklebust · 18 years ago
  53. 97db8f4 NFS: Don't invalidate the symlink we just stuffed into the cache by Trond Myklebust · 18 years ago
  54. 5f004cf NFS: Make read() return an ESTALE if the file has been deleted by Trond Myklebust · 18 years ago
  55. 2dec514 NFSv4: It's perfectly legal for clp to be NULL here.... by J. Bruce Fields · 18 years ago
  56. fd68407 NFS: nfs_lookup - don't hash dentry when optimising away the lookup by Trond Myklebust · 18 years ago
  57. 297de4f Fix a referral error Oops by andros@citi.umich.edu · 18 years ago
  58. 058ad9c NFS: NFS_ROOT should use the new rpc_create API by Chuck Lever · 18 years ago
  59. 6daabf1 NFS: Fix up compiler warnings on 64-bit platforms in client.c by David Howells · 18 years ago
  60. 158998b SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument by Trond Myklebust · 18 years ago
  61. 5dd3177 NFSv4: Fix a use-after-free issue with the nfs server. by Trond Myklebust · 18 years ago
  62. 275a082 Add a real API for dealing with blk_congestion_wait() by Trond Myklebust · 18 years ago
  63. 94a6d75 NFS: Use cached page as buffer for NFS symlink requests by Chuck Lever · 18 years ago
  64. 873101b NFS: copy symlinks into page cache before sending NFS SYMLINK request by Chuck Lever · 18 years ago
  65. 4f390c1 NFS: Fix double d_drop in nfs_instantiate() error path by Chuck Lever · 18 years ago
  66. d3db90e NFS: remove a no-longer-needed error check in nfs_symlink() by Chuck Lever · 18 years ago
  67. 41877d2 NFS: Convert NFS client to use new rpc_create() API by Chuck Lever · 18 years ago
  68. 39d7bbc SUNRPC: remove extraneous header inclusions by Chuck Lever · 18 years ago
  69. 9c5bf38 NFS: Fix nfs_alloc_client() by Trond Myklebust · 18 years ago
  70. 36b15c5 NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flag by Trond Myklebust · 18 years ago
  71. 738a351 NFS: Secure the roots of the NFS subtrees in a shared superblock by David Howells · 18 years ago
  72. 27ba851 NFS: Fix error handling by David Howells · 18 years ago
  73. 6aaca56 NFS: Add server and volume lists to /proc by David Howells · 18 years ago
  74. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  75. cf6d7b5 NFS: Start rpciod in server common management by David Howells · 18 years ago
  76. 5006a76 NFS: Eliminate client_sys in favour of cl_rpcclient by David Howells · 18 years ago
  77. 8fa5c00 NFS: Move rpc_ops from nfs_server to nfs_client by David Howells · 18 years ago
  78. 1f16341 NFS: Make better use of inode* dereferencing macros by David Howells · 18 years ago
  79. 27951bd NFS: Maintain a common server record for NFS2/3 as well as for NFS4 by David Howells · 18 years ago
  80. 509de81 NFS: Add extra const qualifiers by David Howells · 18 years ago
  81. 0c7d90c NFS: Use the dentry superblock directly in nfs_statfs() by David Howells · 18 years ago
  82. 24c8dbb NFS: Generalise the nfs_client structure by David Howells · 18 years ago
  83. e9326dc NFS: Add a server capabilities NFS RPC op by David Howells · 18 years ago
  84. 2b3de44 NFS: Add a lookupfh NFS RPC op by David Howells · 18 years ago
  85. b716279 NFS: Return an error when starting the idmapping pipe by David Howells · 18 years ago
  86. 7539bba NFS: Rename nfs_server::nfs4_state by David Howells · 18 years ago
  87. adfa6f9 NFS: Rename struct nfs4_client to struct nfs_client by David Howells · 18 years ago
  88. 5ae1fbc NFS: Fix NFS4 callback up/down prototypes by David Howells · 18 years ago
  89. 0a8ea43 NFS: Disambiguate nfs_stat_to_errno() by David Howells · 18 years ago
  90. 7d4e274 NFS: Fix up split of fs/nfs/inode.c by David Howells · 18 years ago
  91. 979df72 NFS: Add an ACCESS cache memory shrinker by Trond Myklebust · 18 years ago
  92. cfcea3e NFS: Add a global LRU list for the ACCESS cache by Trond Myklebust · 18 years ago
  93. 1c3c07e NFS: Add a new ACCESS rpc call cache to the linux nfs client by Trond Myklebust · 18 years ago
  94. 5c2d97c NFS: Fix nfs_page use after free issues in fs/nfs/write.c by Trond Myklebust · 18 years ago
  95. 76723de NFSv4: Fix incorrect semaphore release in _nfs4_do_open() by Trond Myklebust · 18 years ago
  96. 7a52411 NFS: Fix Oopsable condition in nfs_readpage_sync() by Trond Myklebust · 18 years ago
  97. e9f7bee [PATCH] NFS: large non-page-aligned direct I/O clobbers memory by Trond Myklebust · 18 years ago
  98. 16b4289c NFSv4: Add v4 exception handling for the ACL functions. by Trond Myklebust · 18 years ago
  99. e889649 NFS: Check lengths more thoroughly in NFS4 readdir XDR decode by David Howells · 18 years ago
  100. 79558f3 NFS: Fix issue with EIO on NFS read by Trond Myklebust · 18 years ago