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>] [thread-next>] [day] [month] [year] [list]
Date:	Tue,  2 Sep 2014 18:05:46 -0400
From:	Theodore Ts'o <tytso@....edu>
To:	Ext4 Developers List <linux-ext4@...r.kernel.org>
Cc:	Theodore Ts'o <tytso@....edu>
Subject: [PATCH 0/3] Clean up the EXT4_STATE_DELALLOC_RESERVED state flag

This is another in the series of cleanup patches that address some
long-standing nits/annoyances in the ext4 code base.

I'm sure it won't last, since there are some feature patches being
worked on, but the ext4 tree is currently 500 lines of code lighter than
at the beginning of this development cycle (and this is including the
200 lines added to support /proc/fs/ext4/.../es_shrinker_info).   Most
of the savings came from Dmitry's refactor of ext4_move_extents().

Theodore Ts'o (3):
  ext4: pass allocation_request struct to ext4_(alloc,splice)_branch
  ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVED
  ext4: drop the EXT4_STATE_DELALLOC_RESERVED flag

 fs/ext4/balloc.c   |  3 +-
 fs/ext4/ext4.h     |  1 -
 fs/ext4/extents.c  |  6 +++-
 fs/ext4/indirect.c | 86 ++++++++++++++++++++++++++----------------------------
 fs/ext4/inode.c    | 20 +++----------
 fs/ext4/mballoc.c  | 12 ++------
 fs/ext4/xattr.c    |  6 ----
 7 files changed, 54 insertions(+), 80 deletions(-)

-- 
2.1.0

--
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