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:	Tue, 15 Mar 2016 16:45:19 +0100
From:	Christoph Hellwig <hch@...radead.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Joel Becker <jlbec@...lplan.org>, linux-fsdevel@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] configfs changes for 4.6

Hi Linus,

The following changes since commit 5bb9871eb8daa2e6a07caf7aeafbe2d0b3faad8f:

  Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2016-02-25 20:12:09 -0800)

are available in the git repository at:

  git://git.infradead.org/users/hch/configfs.git tags/configfs-for-linus

for you to fetch changes up to 1ae1602de028acaa42a0f6ff18d19756f8e825c6:

  configfs: switch ->default groups to a linked list (2016-03-06 16:11:24 +0100)

----------------------------------------------------------------
Configfs changes for the 4.6 merge window:

 - A large patch from me to simplify setting up the list of default
   groups by actually implementing it as a list instead of an array.
 - a small Y2083 prep patch from Deepa Dinamani.  Probably doesn't matter
   on it's own, but it seems like he is trying to get rid of all CURRENT_TIME
   uses in file systems, which is a worthwhile goal.

----------------------------------------------------------------
Christoph Hellwig (1):
      configfs: switch ->default groups to a linked list

Deepa Dinamani (1):
      configfs: Replace CURRENT_TIME by current_fs_time()

 Documentation/filesystems/configfs/configfs.txt |  11 +-
 drivers/infiniband/core/cma_configfs.c          |  31 ++--
 drivers/target/iscsi/iscsi_target_configfs.c    |  75 +++------
 drivers/target/target_core_configfs.c           | 203 +++++-------------------
 drivers/target/target_core_fabric_configfs.c    | 194 ++++++----------------
 drivers/target/target_core_internal.h           |   1 -
 drivers/target/target_core_stat.c               |  41 ++---
 drivers/usb/gadget/configfs.c                   |  36 ++---
 drivers/usb/gadget/function/f_mass_storage.c    |   6 +-
 drivers/usb/gadget/function/f_rndis.c           |   5 +-
 drivers/usb/gadget/function/uvc_configfs.c      | 198 +++++++++--------------
 fs/configfs/dir.c                               |  44 +++--
 fs/configfs/inode.c                             |   8 +-
 fs/configfs/item.c                              |   1 +
 fs/dlm/config.c                                 |  38 +----
 fs/ocfs2/cluster/nodemanager.c                  |  22 +--
 include/linux/configfs.h                        |  11 +-
 include/target/target_core_base.h               |   3 -
 18 files changed, 291 insertions(+), 637 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ