Jan Kara wrote:: : Just a thought, but maybe double-buffering can help? Making this RFC rather useful. What we need now is an implementation, which should be easy. Maybe something on these lines: << in ext3_ordered_write_end >> if (current->soft_sync & 1) return ext3_writeback_write_end; << in ext3_ordered_writepage >> if (current->soft_sync & 2) return ext3_writeback_writepage; << in ext3_sync_file >> if (current->soft_sync & 4) return ret; << in ext3_file_write >> if (current->soft_sync & 8) return ret; As you can see soft_sync is masked and bits are ordered by importance. It would be neat if somebody interested could cook-up a patch. Thanks! -- Al - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [2.6.22.2 review 05/84] Fix deadlocks in sparc serial console. |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Andrew Morton | -mm merge plans for 2.6.23 |
git: | |
| Jeff Kirsher | [RESEND][NET-NEXT PATCH 01/29] ixgbe: fix bug where using wake queue instead of st... |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Patrick McHardy | Re: [GIT]: Networking |
| Manuel Bouyer | Re: Interactive performance in -current |
| Christian Limpach | Re: newfs: determining file system parameters |
| YAMAMOTO Takashi | Re: statvfs(2) replacement for statfs(2) patch |
| Charles M. Hannum | Re: kern/22869: Slave IDE drive not detected |
