All of lore.kernel.org
 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 ca78eee7b4ac
Date: Wed, 15 Jan 2020 09:13:45 -0800	[thread overview]
Message-ID: <20200115171345.GC8247@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.  Still reading hch's attr cleanup series and hoping
someone has time to review the two series I just posted.

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

ca78eee7b4ac xfs: Add __packed to xfs_dir2_sf_entry_t definition

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 (4):
      [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

Darrick J. Wong (4):
      [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

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


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_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/scrub/repair.h         |  1 -
 fs/xfs/xfs_acl.c              | 11 ++++++----
 fs/xfs/xfs_dquot.c            |  6 +++---
 fs/xfs/xfs_inode.c            | 24 +++++++++++-----------
 fs/xfs/xfs_ioctl.c            | 20 +++++++++++++++---
 fs/xfs/xfs_ioctl32.c          |  9 +++++++-
 fs/xfs/xfs_ioctl32.h          |  2 +-
 fs/xfs/xfs_iops.c             |  6 ++++--
 fs/xfs/xfs_qm.h               |  6 +++---
 fs/xfs/xfs_quotaops.c         |  6 +++---
 fs/xfs/xfs_reflink.c          |  3 ++-
 fs/xfs/xfs_super.c            | 48 +++++++++++++++++++------------------------
 fs/xfs/xfs_trans_dquot.c      |  8 +++++---
 fs/xfs/xfs_xattr.c            | 14 ++++++++-----
 21 files changed, 127 insertions(+), 87 deletions(-)

                 reply	other threads:[~2020-01-15 17:13 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=20200115171345.GC8247@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.