lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat,  4 Aug 2012 19:51:51 +0000 (UTC)
From:	bugzilla-daemon@...zilla.kernel.org
To:	linux-ext4@...r.kernel.org
Subject: [Bug 16380] ext2/ext4 filesystem "hangs" for a few seconds when
 trying to write a lot of data to a freshly RW mounted FS

https://bugzilla.kernel.org/show_bug.cgi?id=16380





--- Comment #15 from Theodore Tso <tytso@....edu>  2012-08-04 19:51:51 ---
The delay before the write starts is normal; that's encoded in how the
writeback code handles dirty pages.  We don't start writes the instant that
pages are dirtied in the buffer cache.

In any case, if you have arguments about how the writeback code makes its
choices, it's kinda of pointless to be complaining on a bug targetted at the
ext4 developers, since we start the writeback when the VM system asks us to
start write pages belonging to a particular inode....

See /usr/src/linux/Documentation/sysctl/vm.txt for more information.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ