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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 29 Oct 2007 12:43:07 -0700
From:	Avantika Mathur <mathur@...ux.vnet.ibm.com>
To:	linux-ext4 <linux-ext4@...r.kernel.org>
Subject: Ext4 devel interlock meeting minutes (October 29, 2007)

Ext4 Developer Interlock Call
October 29, 2007: Meeting Minutes

Attendees: Mingming Cao, Aneesh Veetil, Coly Li, Takashi Sato, Jean 
Pierre Dion, Avantika Mathur

We had a short meeting today.

Fragmentation issues with Delayed Allocation
- without delalloc the reservation window is discarded at file close 
time. With delalloc enabled some pages are still dirty in cache so we 
can't discard the reservation right at file close.  Aneesh is looking 
into when to call ext4_discard_reservation() when delalloc is enabled.  
If the reservation is discarded too early, there could be file 
fragmentation, if it is discarded late the files could be spread across 
the filesystem.
- This discussion will be continued on the mailing list.

- Takashi is planning to merge his online defragmentation patches into 
ext4-git tree.  He recently ran into a new data corruption problem.  
Once he fixes this problem he will send out the patches.

- Large files: Aneesh is planning to do some more needed testing.

- Today Coly will be sendng his directory inode reservation patches 
which fix readdir performance issues.  These patches do not modify 
on-disk format; and have not yet been performance tested.

- Mingming will add Jean Noel's new i_version patches to the queue today

-
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