* [Bug 16223] New: ext4 in data=journal mode does not support delayed allocation @ 2010-06-16 0:18 bugzilla-daemon 2012-07-20 13:05 ` [Bug 16223] " bugzilla-daemon ` (2 more replies) 0 siblings, 3 replies; 4+ messages in thread From: bugzilla-daemon @ 2010-06-16 0:18 UTC (permalink / raw) To: linux-ext4 https://bugzilla.kernel.org/show_bug.cgi?id=16223 Summary: ext4 in data=journal mode does not support delayed allocation Product: File System Version: 2.5 Kernel Version: 2.6.34 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: ext4 AssignedTo: fs_ext4@kernel-bugs.osdl.org ReportedBy: theosib@gmail.com Regression: No Perhaps you could argue that someone using data=journal mode doesn't care about write performance, but that would not necessarily be the case. It would be really nice if I could use ext4 with data journaling AND get delayed allocation. I'm just mentioning this because I'm probably not the only one out there with this feeling. In fact, I know I'm not because I've seen the question asked in forums. I suspect it might be nontrivial to modify the journaling system so that you can write data to the journal that has not yet been allocated a location on the disk, but it seems to me that's basically what you'd have to do. (Otherwise it wouldn't be DELAYED allocation, and we need data to hit the journal before it hits the fs proper.) Data would be written to the journal, then when it's going to be committed to the fs, it would be allocated (and that fact added to the journal?). If the system goes down, and a journal replay is required, then the data would be allocated space at that time. One thing to be concerned about is having an allocation happen, the data not written to where it's allocated, and the allocation not logged in the journal--on replay, you might allocate yet more space for the data, and you'd need some means to recover the first allocation that's now bogus. Thanks. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 16223] ext4 in data=journal mode does not support delayed allocation 2010-06-16 0:18 [Bug 16223] New: ext4 in data=journal mode does not support delayed allocation bugzilla-daemon @ 2012-07-20 13:05 ` bugzilla-daemon 2012-07-20 13:56 ` bugzilla-daemon 2012-07-20 14:01 ` bugzilla-daemon 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon @ 2012-07-20 13:05 UTC (permalink / raw) To: linux-ext4 https://bugzilla.kernel.org/show_bug.cgi?id=16223 Alan <alan@lxorguk.ukuu.org.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |alan@lxorguk.ukuu.org.uk Resolution| |OBSOLETE -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 16223] ext4 in data=journal mode does not support delayed allocation 2010-06-16 0:18 [Bug 16223] New: ext4 in data=journal mode does not support delayed allocation bugzilla-daemon 2012-07-20 13:05 ` [Bug 16223] " bugzilla-daemon @ 2012-07-20 13:56 ` bugzilla-daemon 2012-07-20 14:01 ` bugzilla-daemon 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon @ 2012-07-20 13:56 UTC (permalink / raw) To: linux-ext4 https://bugzilla.kernel.org/show_bug.cgi?id=16223 Timothy Miller <theosib@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|OBSOLETE | --- Comment #1 from Timothy Miller <theosib@gmail.com> 2012-07-20 13:56:22 --- Why was this marked obsolete? According to this documentation on kernel.org, ext4 still does not support delayed allocation in data=journal mode: http://kernel.org/doc/Documentation/filesystems/ext4.txt I've also spent some time googling this, and I haven't been able to find any announcement that this has been fixed. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 16223] ext4 in data=journal mode does not support delayed allocation 2010-06-16 0:18 [Bug 16223] New: ext4 in data=journal mode does not support delayed allocation bugzilla-daemon 2012-07-20 13:05 ` [Bug 16223] " bugzilla-daemon 2012-07-20 13:56 ` bugzilla-daemon @ 2012-07-20 14:01 ` bugzilla-daemon 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon @ 2012-07-20 14:01 UTC (permalink / raw) To: linux-ext4 https://bugzilla.kernel.org/show_bug.cgi?id=16223 Alan <alan@lxorguk.ukuu.org.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |OBSOLETE --- Comment #2 from Alan <alan@lxorguk.ukuu.org.uk> 2012-07-20 14:01:27 --- Because its 2 years old and we don't use bugzilla to track feature wishlists If you want it supported send patches. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-20 14:01 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-06-16 0:18 [Bug 16223] New: ext4 in data=journal mode does not support delayed allocation bugzilla-daemon 2012-07-20 13:05 ` [Bug 16223] " bugzilla-daemon 2012-07-20 13:56 ` bugzilla-daemon 2012-07-20 14:01 ` bugzilla-daemon
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).