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:	Wed, 11 Mar 2015 12:37:55 +0900
From:	Li Xi <pkuelelixi@...il.com>
To:	linux-ext4@...r.kernel.org, tytso@....edu, adilger@...ger.ca,
	jack@...e.cz, viro@...iv.linux.org.uk, hch@...radead.org,
	dmonakhov@...nvz.org
Subject: [PATCH 0/2] add project quota support

An implementation of project quota support for ext4 has been
proposed. And the following patches provide project quota
support for e2fsprogs.

Any comments or feedbacks are appreciated.

Regards,
                                         - Li Xi

Li Xi (2):
  quota: cleanup codes for new quota type.
  quota: add project quota support

 debugfs/set_fields.c     |    2 +
 e2fsck/pass1.c           |   28 ++++++++++--
 e2fsck/quota.c           |   28 +++++-------
 e2fsck/unix.c            |   26 +++++-----
 lib/e2p/feature.c        |    2 +
 lib/e2p/ls.c             |   31 ++++++++++---
 lib/e2p/pf.c             |    1 +
 lib/ext2fs/ext2_fs.h     |   12 +++--
 lib/ext2fs/ext2fs.h      |    3 +-
 lib/ext2fs/swapfs.c      |    2 +
 lib/quota/mkquota.c      |  110 +++++++++++++++++++++++++++------------------
 lib/quota/quotaio.c      |   82 +++++++++++++++++++++++-----------
 lib/quota/quotaio.h      |   72 ++++++++++++++++++++++--------
 lib/quota/quotaio_tree.c |    2 +-
 misc/chattr.c            |    3 +-
 misc/ext4.5.in           |    5 ++
 misc/mke2fs.c            |   13 +++--
 misc/tune2fs.c           |   88 +++++++++++++++++++++---------------
 18 files changed, 331 insertions(+), 179 deletions(-)

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