[ANNOUNCE] xfsprogs for-next updated to baed134d

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

 



Hi folks,

The for-next branch of the xfsprogs repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git

has just been updated.

I expect to tag this as -rc2 soon and finally release 5.3.0 shortly
after.

If you're missing anything that you want in 5.3.0, please get my
attention in the next day or two.

Patches often get missed, so please check if your outstanding
patches were in this update. If they have not been in this update,
please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be
picked up in the next update.

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

baed134d (HEAD -> for-next, origin/for-next, korg/for-next) libfrog: convert workqueue.c functions to negative error codes

New Commits:

Amir Goldstein (1):
      [89f0bc44] xfs_io/lsattr: expose FS_XFLAG_HASATTR flag

Darrick J. Wong (29):
      [51c94053] xfs_scrub: bump work_threads to include the controller thread
      [b3f76f94] xfs_scrub: implement deferred description string rendering
      [a3158a75] xfs_scrub: adapt phase5 to deferred descriptions
      [16dbab1a] xfs_scrub: implement background mode for phase 6
      [73ce9669] xfs_scrub: remove moveon from filemap iteration
      [934d8d3a] xfs_scrub: remove moveon from the fscounters functions
      [59f79e0a] xfs_scrub: remove moveon from inode iteration
      [f544ec31] xfs_scrub: remove moveon from vfs directory tree iteration
      [7a2eef2b] xfs_scrub: remove moveon from spacemap
      [ac1c1f8e] xfs_scrub: remove moveon from unicode name collision helpers
      [d86e83b8] xfs_scrub: remove moveon from progress report helpers
      [d22f2471] xfs_scrub: remove moveon from scrub ioctl wrappers
      [83d2c80b] xfs_scrub: remove moveon from repair action list helpers
      [0d96df9d] xfs_scrub: remove moveon from phase 7 functions
      [af9eb208] xfs_scrub: remove moveon from phase 6 functions
      [8142c597] xfs_scrub: remove moveon from phase 5 functions
      [596a30ba] xfs_scrub: remove moveon from phase 4 functions
      [df024103] xfs_scrub: remove moveon from phase 3 functions
      [f29dc2f5] xfs_scrub: remove moveon from phase 2 functions
      [35b65bcf] xfs_scrub: remove moveon from phase 1 functions
      [b8e62724] xfs_scrub: remove XFS_ITERATE_INODES_ABORT from inode iterator
      [64dabc9f] xfs_scrub: remove moveon from main program
      [9fc3ef62] libfrog: print library errors
      [93d69bc7] libfrog: convert bitmap.c to negative error codes
      [03d96c64] libfrog: convert fsgeom.c functions to negative error codes
      [e6542132] libfrog: convert bulkstat.c functions to negative error codes
      [2f4422f4] libfrog: convert ptvar.c functions to negative error codes
      [de5d20ec] libfrog: convert scrub.c functions to negative error codes
      [baed134d] libfrog: convert workqueue.c functions to negative error codes


Code Diffstat:

 fsr/xfs_fsr.c       |  22 +--
 growfs/xfs_growfs.c |   4 +-
 io/attr.c           |   4 +-
 io/bmap.c           |   2 +-
 io/bulkstat.c       |  43 +++---
 io/fsmap.c          |   4 +-
 io/imap.c           |  12 +-
 io/open.c           |  36 +++--
 io/stat.c           |   6 +-
 io/swapext.c        |  11 +-
 libfrog/Makefile    |   2 +
 libfrog/bitmap.c    |  27 ++--
 libfrog/bulkstat.c  |  80 +++++------
 libfrog/bulkstat.h  |   8 +-
 libfrog/fsgeom.c    |  18 +--
 libfrog/logging.c   |  18 +++
 libfrog/logging.h   |  11 ++
 libfrog/ptvar.c     |   8 +-
 libfrog/scrub.c     |   9 +-
 libfrog/workqueue.c |  25 ++--
 quota/free.c        |   6 +-
 quota/quot.c        |  20 ++-
 repair/rmap.c       |   4 +-
 repair/threads.c    |   6 +-
 repair/xfs_repair.c |   2 +-
 rtcp/xfs_rtcp.c     |   2 +-
 scrub/Makefile      |   2 +
 scrub/counter.c     |   6 +-
 scrub/descr.c       | 106 +++++++++++++++
 scrub/descr.h       |  29 ++++
 scrub/filemap.c     |  73 ++++------
 scrub/filemap.h     |  16 +--
 scrub/fscounters.c  | 135 ++++++++-----------
 scrub/fscounters.h  |   4 +-
 scrub/inodes.c      | 146 +++++++++-----------
 scrub/inodes.h      |  11 +-
 scrub/phase1.c      |  55 ++++----
 scrub/phase2.c      | 119 +++++++++--------
 scrub/phase3.c      | 119 +++++++++--------
 scrub/phase4.c      |  99 +++++++-------
 scrub/phase5.c      | 251 ++++++++++++++++++++++-------------
 scrub/phase6.c      | 274 +++++++++++++++++++-------------------
 scrub/phase7.c      |  75 ++++++-----
 scrub/progress.c    |  13 +-
 scrub/progress.h    |   2 +-
 scrub/read_verify.c |  35 +++--
 scrub/repair.c      |  85 ++++++------
 scrub/repair.h      |  32 +++--
 scrub/scrub.c       | 375 +++++++++++++++++++++++++++-------------------------
 scrub/scrub.h       |  49 ++++---
 scrub/spacemap.c    | 149 +++++++++++----------
 scrub/spacemap.h    |  12 +-
 scrub/unicrash.c    |  95 +++++++------
 scrub/unicrash.h    |  24 ++--
 scrub/vfs.c         |  58 ++++----
 scrub/vfs.h         |  14 +-
 scrub/xfs_scrub.c   | 108 ++++++++-------
 scrub/xfs_scrub.h   |  39 +++---
 spaceman/file.c     |   9 +-
 spaceman/health.c   |  25 ++--
 60 files changed, 1638 insertions(+), 1396 deletions(-)
 create mode 100644 libfrog/logging.c
 create mode 100644 libfrog/logging.h
 create mode 100644 scrub/descr.c
 create mode 100644 scrub/descr.h

Attachment: signature.asc
Description: OpenPGP digital signature


[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