1. 0da2a4ac NFS: fix handling of malloc failure during nfs_flush_multi() by Fred Isaman · 14 years ago
  2. 2df485a nfs: remove extraneous and problematic calls to nfs_clear_request by Trond Myklebust · 14 years ago
  3. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  4. a00dd6c NFS: don't use FLUSH_SYNC on WB_SYNC_NONE COMMIT calls (try #2) by Jeff Layton · 14 years ago
  5. dfb4f309 NFSv4.1: keep seq_res.sr_slot as pointer rather than an index by Benny Halevy · 14 years ago
  6. 5df6b8e Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  7. 77a63f3 NFS: Fix a typo in include/linux/nfs_fs.h by Trond Myklebust · 14 years ago
  8. cfb506e NFS: Ensure that writepage respects the nonblock flag by Trond Myklebust · 14 years ago
  9. b608b28 NFS: kswapd must not block in nfs_release_page by Trond Myklebust · 14 years ago
  10. f11ac8d NFSv4: Ensure that we track the NFSv4 lock state in read/write requests. by Trond Myklebust · 14 years ago
  11. 035168a NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument by Trond Myklebust · 14 years ago
  12. 0522f6a NFS: Fix another nfs_wb_page() deadlock by Trond Myklebust · 14 years ago
  13. c5efa5f NFS: Ensure that we mark the inode as dirty if we exit early from commit by Trond Myklebust · 14 years ago
  14. ba8b06e NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clear by Trond Myklebust · 14 years ago
  15. 71d0a61 NFS: Fix an unstable write data integrity race by Trond Myklebust · 14 years ago
  16. 2c61be0 NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptible by Trond Myklebust · 15 years ago
  17. a6305dd NFS: Fix a race with the new commit code by Trond Myklebust · 15 years ago
  18. b80c3cb NFS: Ensure that writeback_single_inode() calls write_inode() when syncing by Trond Myklebust · 15 years ago
  19. 7f2f12d NFS: Simplify nfs_wb_page() by Trond Myklebust · 15 years ago
  20. acdc53b NFS: Replace __nfs_write_mapping with sync_inode() by Trond Myklebust · 15 years ago
  21. c988950 NFS: Simplify nfs_wb_page_cancel() by Trond Myklebust · 15 years ago
  22. 2928db1 NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages by Trond Myklebust · 15 years ago
  23. 5bad5ab NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set by Trond Myklebust · 15 years ago
  24. 420e364 NFS: Reduce the number of unnecessary COMMIT calls by Trond Myklebust · 15 years ago
  25. ff778d0 NFS: Add a count of the number of unstable writes carried by an inode by Trond Myklebust · 15 years ago
  26. 8fc795f NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c by Trond Myklebust · 15 years ago
  27. 7549ad5 NFS: Remove a redundant check for PageFsCache in nfs_migrate_page() by Trond Myklebust · 15 years ago
  28. 0aa0588 NFS: Make nfs_commitdata_release static by H Hartley Sweeten · 15 years ago
  29. c9edda7 NFS: Fix a reference leak in nfs_wb_cancel_page() by Trond Myklebust · 15 years ago
  30. 52c9948 Merge branch 'nfs-for-2.6.33' by Trond Myklebust · 15 years ago
  31. 190f38e NFS: Fix nfs_migrate_page() by Trond Myklebust · 15 years ago
  32. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  33. 0110ee1 NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configured by Trond Myklebust · 15 years ago
  34. d61e612 NFSv41: Clean up slot table management by Trond Myklebust · 15 years ago
  35. e608e79 nfs41: call free slot from nfs4_restart_rpc by Andy Adamson · 15 years ago
  36. b17621f writeback: introduce wbc.for_background by Wu Fengguang · 15 years ago
  37. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  38. 6a396f6 Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32 by Trond Myklebust · 15 years ago
  39. 1ae88b2 NFS: Fix an O_DIRECT Oops... by Trond Myklebust · 15 years ago
  40. 074cc1d NFS: Add a ->migratepage() aop for NFS by Trond Myklebust · 15 years ago
  41. 81e4e1b Revert "fuse: Fix build error" as unnecessary by Linus Torvalds · 15 years ago
  42. 097041e fuse: Fix build error by Larry Finger · 15 years ago
  43. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  44. eedc020 nfs41: use rpc prepare call state for session reset by Andy Adamson · 16 years ago
  45. 21d9a85 nfs41 commit sequence setup done support by Andy Adamson · 16 years ago
  46. def6ed7 nfs41 write sequence setup done support by Andy Adamson · 16 years ago
  47. 5f7dbd5 nfs41: set up seq_res.sr_slotid by Andy Adamson · 16 years ago
  48. 47c6256 NFS: Fix up a mismerged patch by Trond Myklebust · 16 years ago
  49. 72cb77f NFS: Throttle page dirtying while we're flushing to disk by Trond Myklebust · 16 years ago
  50. fb8a1f1 NFS: cleanup - remove struct nfs_inode->ncommit by Trond Myklebust · 16 years ago
  51. d7fb120 NFS: Don't use range_cyclic for data integrity syncs by Trond Myklebust · 16 years ago
  52. a3d0145 NFS: Remove BKL requirement from attribute updates by Trond Myklebust · 16 years ago
  53. e468bae NFS: Allow redirtying of a completed unstable write. by Trond Myklebust · 16 years ago
  54. e7d3906 NFS: Clean up nfs_update_request() by Trond Myklebust · 16 years ago
  55. 48186c7 NFS: Fix trace debugging nits in write.c by Chuck Lever · 16 years ago
  56. 7e5f614 NFS: Revert commit 44dd151d by Trond Myklebust · 16 years ago
  57. efc91ed NFS: Optimise append writes with holes by Trond Myklebust · 16 years ago
  58. f3d47a3 NFS: Fix a preemption count leak in nfs_update_request by Trond Myklebust · 16 years ago
  59. 03fa9e8 NFS: nfs_updatepage(): don't mark page as dirty if an error occurred by Trond Myklebust · 16 years ago
  60. 38def50 nfs: fix race in nfs_dirty_request by Fred Isaman · 16 years ago
  61. dbae4c7 NFS: Ensure that rpc_run_task() errors are propagated back to the caller by Trond Myklebust · 17 years ago
  62. c9d8f89 NFS: Ensure that the write code cleans up properly when rpc_run_task() fails by Trond Myklebust · 17 years ago
  63. 73e3302 NFS: Fix nfs_wb_page() to always exit with an error or a clean page by Trond Myklebust · 17 years ago
  64. 6d884e8 nfs: nfs_redirty_request by Fred · 17 years ago
  65. c7c350e Merge branch 'hotfixes' into devel by Trond Myklebust · 17 years ago
  66. f8512ad nfs: don't ignore return value from nfs_pageio_add_request by Fred Isaman · 17 years ago
  67. af1b8c2 NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c by Trond Myklebust · 17 years ago
  68. cdd0972 Merge branch 'cleanups' into next by Trond Myklebust · 17 years ago
  69. 5e4424a SUNRPC: Remove now-redundant RCU-safe rpc_task free path by Trond Myklebust · 17 years ago
  70. 101070c NFS: Ensure that the asynchronous RPC calls complete on nfsiod. by Trond Myklebust · 17 years ago
  71. 383ba71 NFS: Fix a deadlock with lazy umount by Trond Myklebust · 17 years ago
  72. 4b5621f NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c by Trond Myklebust · 17 years ago
  73. 2785259 nfs: use GFP_NOFS preloads for radix-tree insertion by Nick Piggin · 17 years ago
  74. 5d47a35 NFS: Fix a potential file corruption issue when writing by Trond Myklebust · 17 years ago
  75. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 17 years ago
  76. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  77. bf4285e NFS: Fix minor mixed sign comparison in NFS client's write logic by Chuck Lever · 17 years ago
  78. 0773769 NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task() by Trond Myklebust · 17 years ago
  79. bdc7f02 NFS: Clean up the (commit|read|write)_setup() callback routines by Trond Myklebust · 17 years ago
  80. 3ff7576 SUNRPC: Clean up the initialisation of priority queue scheduling info. by Trond Myklebust · 17 years ago
  81. 84115e1 SUNRPC: Cleanup of rpc_task initialisation by Trond Myklebust · 17 years ago
  82. acee478 NFS: Clean up the write request locking. by Trond Myklebust · 17 years ago
  83. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 17 years ago
  84. 5334eb1 NFS: make nfs_wb_page_priority() static by Adrian Bunk · 17 years ago
  85. 61e930a NFS: Fix a writeback race... by Trond Myklebust · 17 years ago
  86. c9e51e4 mm: count reclaimable pages per BDI by Peter Zijlstra · 17 years ago
  87. c4dc4be nfs: remove congestion_end() by Peter Zijlstra · 17 years ago
  88. 60ccd4e NFS: Remove nfs_begin_data_update/nfs_end_data_update by Trond Myklebust · 17 years ago
  89. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  90. 7b159fc NFS: Fall back to synchronous writes when a background write errors... by Trond Myklebust · 17 years ago
  91. 34901f7 NFS: Writeback optimisation by Trond Myklebust · 17 years ago
  92. ed90ef5 NFS: Clean up NFS writeback flush code by Trond Myklebust · 17 years ago
  93. f758c885 NFS: Clean up nfs_writepages() by Trond Myklebust · 17 years ago
  94. 9cccef9 NFS: Clean up write code... by Trond Myklebust · 17 years ago
  95. 1b3b4a1 NFS: Fix a write request leak in nfs_invalidate_page() by Trond Myklebust · 17 years ago
  96. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  97. 587142f NFS: Replace NFS_I(inode)->req_lock with inode->i_lock by Trond Myklebust · 17 years ago
  98. 2aefa10 NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inode by Trond Myklebust · 17 years ago
  99. 5c36968 NFS cleanup: speed up nfs_scan_commit using radix tree tags by Trond Myklebust · 17 years ago
  100. 9fd367f NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKED by Trond Myklebust · 17 years ago