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