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:	Thu, 16 Apr 2015 19:35:16 +0200
From:	Jan Kara <jack@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-fsdevel@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Quota and udf changes for 4.1-rc1

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus

The pull contains quota changes which complete unification of XFS and VFS
quota interfaces (so tools can use either interface to manipulate any
filesystem). There's also a patch to support project quotas in VFS quota
subsystem from Li Xi. Finally there's a bunch of UDF fixes and cleanups and
tiny cleanup in reiserfs & ext3.

Top of the tree is 3adc12e96482. The full shortlog is:

Changwoo Min (1):
      udf: return correct errno for udf_update_inode()

Fabian Frederick (4):
      udf: remove unused variable in udf_table_free_blocks()
      udf: remove else after return in __load_block_bitmap()
      udf: remove redundant buffer_head.h includes
      udf: use int for allocated blocks instead of sector_t

Jan Kara (11):
      quota: Make VFS quotas use new interface for getting quota info
      quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state
      xfs: Convert to using ->get_state callback
      gfs2: Convert to using ->get_state callback
      quota: Remove ->get_xstate and ->get_xstatev callbacks
      quota: Make ->set_info use structure with neccesary info to VFS and XFS
      xfs: Add support for Q_SETINFO
      quota: Hook up Q_XSETQLIM for id 0 to ->set_info
      quota: Fix maximum quota limit settings
      Merge branch 'quota_interface' into for_next_testing
      udf: Update ctime and mtime when directory is modified

Konstantin Khlebnikov (3):
      quota: optimize i_dquot access
      quota: paranoia: check quota tree root
      quota: reorder flags in quota state

Li Xi (1):
      vfs: Add general support to enforce project quota limits

Nicolas Iooss (1):
      reiserfs: fix __RASSERT format string

Wei Yuan (1):
      ext3: Remove useless condition in if statement.

The diffstat is

 fs/ext3/super.c            |   2 +-
 fs/ext3/xattr.c            |   3 +-
 fs/ext4/super.c            |   2 +-
 fs/gfs2/quota.c            |  28 +++---
 fs/quota/dquot.c           | 151 ++++++++++++++++++++-----------
 fs/quota/quota.c           | 217 +++++++++++++++++++++++++++++++++++++++++++--
 fs/quota/quota_tree.c      |   7 ++
 fs/quota/quota_v2.c        |  12 ++-
 fs/quota/quotaio_v2.h      |   6 +-
 fs/reiserfs/reiserfs.h     |   1 -
 fs/reiserfs/super.c        |   2 +-
 fs/udf/balloc.c            |  20 ++---
 fs/udf/dir.c               |   1 -
 fs/udf/directory.c         |   1 -
 fs/udf/file.c              |   1 -
 fs/udf/inode.c             |   3 +-
 fs/udf/misc.c              |   1 -
 fs/udf/namei.c             |  10 ++-
 fs/udf/partition.c         |   1 -
 fs/udf/super.c             |   1 -
 fs/udf/symlink.c           |   1 -
 fs/udf/truncate.c          |   1 -
 fs/xfs/xfs_qm.h            |   4 -
 fs/xfs/xfs_qm_syscalls.c   | 176 ------------------------------------
 fs/xfs/xfs_quotaops.c      | 117 ++++++++++++++++++++----
 include/linux/quota.h      |  90 ++++++++++++++++---
 include/linux/quotaops.h   |  14 +--
 include/uapi/linux/quota.h |   6 +-
 28 files changed, 547 insertions(+), 332 deletions(-)

							Thanks
								Honza

-- 
Jan Kara <jack@...e.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ