linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: xfs <linux-xfs@vger.kernel.org>
Subject: [ANNOUNCE] xfs-linux: for-next updated to b3531f5fc16d
Date: Fri, 24 Jan 2020 11:52:48 -0800	[thread overview]
Message-ID: <20200124195248.GG8247@magnolia> (raw)

Hi folks,

The for-next branch of the xfs-linux repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git

has just been updated.

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@vger.kernel.org so they can be picked up in
the next update.

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

b3531f5fc16d xfs: remove unused variable 'done'

New Commits:

Allison Henderson (1):
      [d29f781c32b1] xfs: Remove all strlen in all xfs_attr_* functions for attr names.

Arnd Bergmann (2):
      [3b62f000c86a] xfs: rename compat_time_t to old_time32_t
      [b8a0880a37e2] xfs: quota: move to time64_t interfaces

Christoph Hellwig (5):
      [953aa9d136f5] xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
      [84fd081f8ae9] xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLE
      [8cde9f259c7d] xfs: also remove cached ACLs when removing the underlying attr
      [780d29057781] xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
      [7b53b868a181] xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read

Darrick J. Wong (12):
      [7cb41b1d14e1] xfs: remove bogus assertion when online repair isn't enabled
      [a5084865524d] xfs: introduce XFS_MAX_FILEOFF
      [4bbb04abb4ee] xfs: truncate should remove all blocks, not just to the end of the page cache
      [932befe39dde] xfs: fix s_maxbytes computation on 32-bit kernels
      [8edbb26b0602] xfs: refactor remote attr value buffer invalidation
      [e8db2aafcedb] xfs: fix memory corruption during remote attr value buffer invalidation
      [0bb9d159bd01] xfs: streamline xfs_attr3_leaf_inactive
      [c64dd49b5112] xfs: clean up xfs_buf_item_get_format return value
      [c3d5f0c2fb85] xfs: complain if anyone tries to create a too-large buffer log item
      [b7df5e92055c] xfs: make struct xfs_buf_log_format have a consistent size
      [8a6453a89dc1] xfs: check log iovec size to make sure it's plausibly a buffer log format
      [54027a49938b] xfs: fix uninitialized variable in xfs_attr3_leaf_inactive

Eric Sandeen (1):
      [5a57c05b56b6] xfs: remove shadow variable in xfs_btree_lshift

Vincenzo Frascino (1):
      [ca78eee7b4ac] xfs: Add __packed to xfs_dir2_sf_entry_t definition

YueHaibing (1):
      [b3531f5fc16d] xfs: remove unused variable 'done'

zhengbin (1):
      [aa124436f329] xfs: change return value of xfs_inode_need_cow to int


Code Diffstat:

 fs/xfs/libxfs/xfs_attr.c        |  14 ++--
 fs/xfs/libxfs/xfs_attr.h        |  15 ++--
 fs/xfs/libxfs/xfs_attr_leaf.c   |   4 +-
 fs/xfs/libxfs/xfs_attr_leaf.h   |   9 ---
 fs/xfs/libxfs/xfs_attr_remote.c |  89 +++++++++++++++++-------
 fs/xfs/libxfs/xfs_attr_remote.h |   2 +
 fs/xfs/libxfs/xfs_btree.c       |   2 -
 fs/xfs/libxfs/xfs_da_btree.h    |   4 +-
 fs/xfs/libxfs/xfs_da_format.h   |   4 +-
 fs/xfs/libxfs/xfs_format.h      |   7 ++
 fs/xfs/libxfs/xfs_log_format.h  |  19 +++--
 fs/xfs/scrub/repair.h           |   1 -
 fs/xfs/xfs_acl.c                |  11 +--
 fs/xfs/xfs_attr_inactive.c      | 149 ++++++++++++----------------------------
 fs/xfs/xfs_buf_item.c           |  45 ++++++++----
 fs/xfs/xfs_buf_item.h           |   1 +
 fs/xfs/xfs_dquot.c              |   6 +-
 fs/xfs/xfs_file.c               |   7 +-
 fs/xfs/xfs_inode.c              |  25 ++++---
 fs/xfs/xfs_ioctl.c              |  20 +++++-
 fs/xfs/xfs_ioctl32.c            |   9 ++-
 fs/xfs/xfs_ioctl32.h            |   2 +-
 fs/xfs/xfs_iomap.c              |   2 +-
 fs/xfs/xfs_iops.c               |   6 +-
 fs/xfs/xfs_log_recover.c        |   6 ++
 fs/xfs/xfs_ondisk.h             |   1 +
 fs/xfs/xfs_qm.h                 |   6 +-
 fs/xfs/xfs_quotaops.c           |   6 +-
 fs/xfs/xfs_reflink.c            |   9 +--
 fs/xfs/xfs_reflink.h            |   2 +-
 fs/xfs/xfs_super.c              |  48 ++++++-------
 fs/xfs/xfs_trans_dquot.c        |   8 ++-
 fs/xfs/xfs_xattr.c              |  14 ++--
 33 files changed, 300 insertions(+), 253 deletions(-)

                 reply	other threads:[~2020-01-24 19:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200124195248.GG8247@magnolia \
    --to=darrick.wong@oracle.com \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).