[ANNOUNCE] xfsprogs: for-next updated to cd3e5d3cf

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello.

The xfsprogs for-next branch, located at:

https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/refs/?h=for-next

Has just been updated.

Patches often get missed, so if your outstanding patches are properly reviewed on
the list and not included in this update, please let me know.

The new head of the for-next branch is commit:

cd3e5d3cf6cf33cbddbac364183c1aebb1352378

16 new commits:

Darrick J. Wong (11):
      [03f97ae49] libxfs: test the ascii case-insensitive hash
      [cb8c70b01] xfs_db: move obfuscate_name assertion to callers
      [10a01bcdd] xfs_db: fix metadump name obfuscation for ascii-ci filesystems
      [5309ddc05] mkfs.xfs.8: warn about the version=ci feature
      [6a5285ec1] mkfs: deprecate the ascii-ci feature
      [2b686ab31] xfs_db: hoist name obfuscation code out of metadump.c
      [c51c8c857] xfs_db: create dirents and xattrs with colliding names
      [47560612f] xfs_db: make the hash command print the dirent hash
      [4d3226b6e] libxfs: deferred items should call xfs_perag_intent_{get,put}
      [c6b593ee4] libxfs: port list_cmp_func_t to userspace
      [05a3a3895] libxfs: port transaction precommit hooks to userspace

Dave Chinner (5):
      [8b2a40fff] xfs: restore allocation trylock iteration
      [a565e3456] xfs: fix AGF vs inode cluster buffer deadlock
      [daa2d8205] xfs: fix agf/agfl verification on v4 filesystems
      [629d6b3df] xfs: validity check agbnos on the AGFL
      [cd3e5d3cf] xfs: validate block number being freed before adding to xefi

Code Diffstat:

 db/Makefile              |   2 +-
 db/hash.c                | 418 ++++++++++++++++++++++++++++++++++++++++++++++-
 db/metadump.c            | 372 +++--------------------------------------
 db/obfuscate.c           | 393 ++++++++++++++++++++++++++++++++++++++++++++
 db/obfuscate.h           |  17 ++
 include/list.h           |   7 +-
 include/xfs_inode.h      |   3 +-
 include/xfs_trans.h      |   7 +
 libfrog/dahashselftest.h | 208 +++++++++++------------
 libfrog/list_sort.c      |  10 +-
 libxfs/defer_item.c      |  74 +++++----
 libxfs/libxfs_api_defs.h |   2 +
 libxfs/libxfs_priv.h     |   4 +-
 libxfs/logitem.c         | 165 ++++++++++++++++++-
 libxfs/trans.c           |  96 +++++++++++
 libxfs/util.c            |   4 +-
 libxfs/xfs_ag.c          |   5 +-
 libxfs/xfs_alloc.c       |  91 ++++++++---
 libxfs/xfs_alloc.h       |   6 +-
 libxfs/xfs_bmap.c        |  10 +-
 libxfs/xfs_bmap_btree.c  |   7 +-
 libxfs/xfs_ialloc.c      |  24 ++-
 libxfs/xfs_log_format.h  |   9 +-
 libxfs/xfs_refcount.c    |  13 +-
 libxfs/xfs_trans_inode.c | 113 +------------
 man/man8/mkfs.xfs.8.in   |  23 ++-
 man/man8/xfs_db.8        |  39 ++++-
 mkfs/xfs_mkfs.c          |  11 ++
 scrub/repair.c           |  12 +-
 29 files changed, 1484 insertions(+), 661 deletions(-)
 create mode 100644 db/obfuscate.c
 create mode 100644 db/obfuscate.h

-- 
Carlos



[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux