1. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 17 years ago
  2. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  3. bf4285e NFS: Fix minor mixed sign comparison in NFS client's write logic by Chuck Lever · 17 years ago
  4. 0773769 NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task() by Trond Myklebust · 17 years ago
  5. bdc7f02 NFS: Clean up the (commit|read|write)_setup() callback routines by Trond Myklebust · 17 years ago
  6. 3ff7576 SUNRPC: Clean up the initialisation of priority queue scheduling info. by Trond Myklebust · 17 years ago
  7. 84115e1 SUNRPC: Cleanup of rpc_task initialisation by Trond Myklebust · 17 years ago
  8. acee478 NFS: Clean up the write request locking. by Trond Myklebust · 17 years ago
  9. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 17 years ago
  10. 5334eb1 NFS: make nfs_wb_page_priority() static by Adrian Bunk · 17 years ago
  11. 61e930a NFS: Fix a writeback race... by Trond Myklebust · 17 years ago
  12. c9e51e4 mm: count reclaimable pages per BDI by Peter Zijlstra · 17 years ago
  13. c4dc4be nfs: remove congestion_end() by Peter Zijlstra · 17 years ago
  14. 60ccd4e NFS: Remove nfs_begin_data_update/nfs_end_data_update by Trond Myklebust · 17 years ago
  15. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  16. 7b159fc NFS: Fall back to synchronous writes when a background write errors... by Trond Myklebust · 17 years ago
  17. 34901f7 NFS: Writeback optimisation by Trond Myklebust · 17 years ago
  18. ed90ef5 NFS: Clean up NFS writeback flush code by Trond Myklebust · 17 years ago
  19. f758c885 NFS: Clean up nfs_writepages() by Trond Myklebust · 17 years ago
  20. 9cccef9 NFS: Clean up write code... by Trond Myklebust · 17 years ago
  21. 1b3b4a1 NFS: Fix a write request leak in nfs_invalidate_page() by Trond Myklebust · 17 years ago
  22. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  23. 587142f NFS: Replace NFS_I(inode)->req_lock with inode->i_lock 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. 88be9f9 NFS: Replace vfsmount and dentry in nfs_open_context with struct path by Trond Myklebust · 17 years ago
  29. 44dd151 NFS: Don't mark a written page as uptodate until it is on disk by Trond Myklebust · 17 years ago
  30. 7fe7f84 NFS: Avoid a deadlock situation on write by Trond Myklebust · 17 years ago
  31. 10afec9 NFS: Fix some 'sparse' warnings... by Trond Myklebust · 17 years ago
  32. 60945cb NFS: use zero_user_page by Nate Diller · 17 years ago
  33. 277866a nfs: fix congestion control: use atomic_longs by Peter Zijlstra · 17 years ago
  34. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  35. ca52fec NFS: Use pgoff_t in structures and functions that pass page cache offsets by Trond Myklebust · 17 years ago
  36. 724c439 NFS: Clean up nfs_sync_mapping_wait() by Trond Myklebust · 17 years ago
  37. 8d5658c NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata by Trond Myklebust · 17 years ago
  38. c63c7b0 NFS: Fix a race when doing NFS write coalescing by Trond Myklebust · 17 years ago
  39. bcb71bb NFS: Another cleanup of the read/write request coalescing code by Trond Myklebust · 17 years ago
  40. d8a5ad7 NFS: Cleanup the coalescing code by Trond Myklebust · 17 years ago
  41. 91e59c3 NFS: Don't wait for congestion in nfs_update_request() by Trond Myklebust · 17 years ago
  42. d585158 NFS: Fix nfs_set_page_dirty() by Trond Myklebust · 17 years ago
  43. 2b82f19 NFS: Fix race in nfs_set_page_dirty by Trond Myklebust · 17 years ago
  44. 612c938 NFS: Fix the 'desynchronized value of nfs_i.ncommit' error by Trond Myklebust · 17 years ago
  45. 6d677e3 NFS: Don't clear PG_writeback until after we've processed unstable writes by Trond Myklebust · 17 years ago
  46. 8e821ca NFS: clean up the unstable write code by Trond Myklebust · 17 years ago
  47. eb4cac1 NFS: Fix a list corruption problem by Trond Myklebust · 17 years ago
  48. 5a6d41b NFS: Ensure PG_writeback is cleared when writeback fails by Trond Myklebust · 17 years ago
  49. 89a0914 [PATCH] nfs: fix congestion control by Peter Zijlstra · 17 years ago
  50. a301b77 NFS: Don't use ClearPageUptodate() when writeback fails by Trond Myklebust · 18 years ago
  51. a3f565b NFS: fix print format for tk_pid by Chuck Lever · 18 years ago
  52. 7c85d90 NFS: Fixup some outdated comments... by Trond Myklebust · 18 years ago
  53. d30c834 NFS: nfs_writepages() cleanup by Trond Myklebust · 18 years ago
  54. f40313a NFS: Micro-optimisation for nfs_wb_page() by Trond Myklebust · 18 years ago
  55. 02241bc NFS: Ensure that ->writepage() uses flush_stable() when reclaiming pages by Trond Myklebust · 18 years ago
  56. 01cce93 [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  57. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  58. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  59. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 18 years ago
  60. a180304 NFS: Clean up calls to mark_inode_dirty() part 2 by Trond Myklebust · 18 years ago
  61. 3925675 NFS: Fix up the dirty page accounting by Trond Myklebust · 18 years ago
  62. e507d9e NFS: Ensure the inode is marked as dirty if we break out of nfs_wb_all() by Trond Myklebust · 18 years ago
  63. 61822ab NFS: Ensure we only call set_page_writeback() under the page lock by Trond Myklebust · 18 years ago
  64. e261f51 NFS: Make nfs_updatepage() mark the page as dirty. by Trond Myklebust · 18 years ago
  65. 4d770cc NFS: Ensure that nfs_wb_page() calls writepage when necessary. by Trond Myklebust · 18 years ago
  66. 1a54533 NFS: Add nfs_set_page_dirty() by Trond Myklebust · 18 years ago
  67. 200baa2 NFS: Remove nfs_writepage_sync() by Trond Myklebust · 18 years ago
  68. e21195a NFS: More cleanups of fs/nfs/write.c by Trond Myklebust · 18 years ago
  69. 87a4ce1 NFS: Remove call to igrab() from nfs_writepage() by Trond Myklebust · 18 years ago
  70. 49a70f2 NFS: Cleanup: add common helper nfs_page_length() by Trond Myklebust · 18 years ago
  71. 277459d NFS: Store pointer to the nfs_page in page->private by Trond Myklebust · 18 years ago
  72. 1c75950 NFS: cleanup of nfs_sync_inode_wait() by Trond Myklebust · 18 years ago
  73. 3f44254 NFS: Clean up nfs_scan_dirty() by Trond Myklebust · 18 years ago
  74. 28c6925 NFS: Clean up nfs_flush_inode() by Trond Myklebust · 18 years ago
  75. a99b71c NFS: Remove use of the Big Kernel Lock around calls to rpc_execute. by Frank Filz · 18 years ago
  76. e8e058e NFS: Fix nfs_sync_inode_wait(FLUSH_INVALIDATE) by Trond Myklebust · 18 years ago
  77. 8aca67f SUNRPC: Fix a potential race in rpc_wake_up_task() by Trond Myklebust · 18 years ago
  78. b6dff26 [PATCH] NFS: Fix oops in nfs_cancel_commit_list by Trond Myklebust · 18 years ago
  79. 3fcfab1 [PATCH] separate bdi congestion functions from queue congestion functions by Andrew Morton · 18 years ago
  80. 4cb50dc [PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6] by David Howells · 18 years ago
  81. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  82. f551e44 NFS: add comments clarifying the use of nfs_post_op_update() by Chuck Lever · 18 years ago
  83. 275a082 Add a real API for dealing with blk_congestion_wait() by Trond Myklebust · 18 years ago
  84. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  85. 5c2d97c NFS: Fix nfs_page use after free issues in fs/nfs/write.c by Trond Myklebust · 18 years ago
  86. e9f7bee [PATCH] NFS: large non-page-aligned direct I/O clobbers memory by Trond Myklebust · 18 years ago
  87. e4e2051 NFS: make 2 functions static by Adrian Bunk · 18 years ago
  88. 83715ad NFS: Fix NFS page_state usage by Trond Myklebust · 18 years ago
  89. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  90. fd39fc8 [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter by Christoph Lameter · 18 years ago
  91. b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 18 years ago
  92. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  93. 266bee8 [PATCH] fix static linking of NFS by David Brownell · 18 years ago
  94. f7b422b NFS: Split fs/nfs/inode.c by David Howells · 18 years ago
  95. d2ccddf NFS: Flesh out nfs_invalidate_page() by Trond Myklebust · 18 years ago
  96. 0d0b5cb NFS: Optimize allocation of nfs_read/write_data structures by Chuck Lever · 18 years ago
  97. 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 18 years ago
  98. c42de9d NFS: Fix a race in nfs_sync_inode() by Trond Myklebust · 18 years ago
  99. 7d46a49 NFS: Clean up nfs_flush_list() by Trond Myklebust · 18 years ago
  100. deb7d63 NFS: Fix a race with PG_private and nfs_release_page() by Trond Myklebust · 18 years ago