Daniel Phillips wrote:So you apparently want three things: a) ignoring fsync() and co on this device b) disabling all write throttling on this device c) never discarding cached data from this device anything else i'm missing? Alan already suggested the ramfs+writeback thread approach (possibly with a little bit of help from the fs which could report just the dirty regions), but i'm not sure even that is necessary. (a) can be easily done (fixing the app, LD_PRELOAD or fs extension etc) (b) couldn't the per-device write throttling be used to achieve this? (c) shouldn't be impossible either, eg sticking PG_writeback comes to mind, just the mm accounting needs to remain sane. IOW can't this be done in a more generic way (and w/o a ramdisk in the middle)? apples to oranges. what are the numbers for a nonjournalled disk-backed fs and _without_ the sync? (You're not committing to stable storage anyway so the sync is useless and if you don't respect the ordering so is the journal) artur --
| Greg Kroah-Hartman | [PATCH 002/196] Chinese: rephrase English introduction in HOWTO |
| Linus Torvalds | Linux 2.6.27-rc8 |
| Parag Warudkar | BUG: soft lockup - CPU#1 stuck for 15s! [swapper:0] |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| Jakub Narebski | Re: VCS comparison table |
| Wincent Colaiuta | Re: [ANNOUNCE] GIT 1.5.4 |
| Sam Song | Fwd: [OT] Re: Git via a proxy server? |
| Junio C Hamano | Re: More precise tag following |
| Nick Guenther | Re: Real men don't attack straw men |
| Raimo Niskanen | HP ProLiant DL140 G3 problems |
| Todd Pytel | IDE or SCSI virtual disks for VMWare image? |
| R. Fumione | OpenBSD speed on desktops |
| Patrick McHardy | [NET_SCHED 03/15]: act_api: fix netlink API conversion bug |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Theodore Tso | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Linus Torvalds | Re: [GIT]: Networking |
