mbox series

[git,pull] assorted vfs patches

Message ID 20200807232627.GY1236603@ZenIV.linux.org.uk (mailing list archive)
State New, archived
Headers show
Series [git,pull] assorted vfs patches | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc

Message

Al Viro Aug. 7, 2020, 11:26 p.m. UTC
misc pile; there's more locally, but the rest hadn't sat in -next,
so...  No common topic whatsoever in those, sorry.

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc

for you to fetch changes up to 6414e9b09ffd197803f8e86ce2fafdaf1de4e8e4:

  fs: define inode flags using bit numbers (2020-07-27 14:39:53 -0400)

----------------------------------------------------------------
Al Viro (1):
      dlmfs: clean up dlmfs_file_{read,write}() a bit

Eric Biggers (1):
      fs: define inode flags using bit numbers

Herbert Xu (1):
      iov_iter: Move unnecessary inclusion of crypto/hash.h

 arch/s390/lib/test_unwind.c                    |  1 +
 drivers/dma/sf-pdma/sf-pdma.c                  |  1 +
 drivers/dma/st_fdma.c                          |  1 +
 drivers/dma/uniphier-xdmac.c                   |  1 +
 drivers/misc/uacce/uacce.c                     |  1 +
 drivers/mtd/mtdpstore.c                        |  1 +
 drivers/mtd/nand/raw/cadence-nand-controller.c |  1 +
 drivers/remoteproc/qcom_q6v5_mss.c             |  1 +
 drivers/soc/qcom/pdr_interface.c               |  1 +
 fs/btrfs/inode.c                               |  1 +
 fs/ocfs2/dlmfs/dlmfs.c                         | 52 ++++----------------------
 fs/ocfs2/dlmfs/userdlm.c                       | 12 ++----
 fs/ocfs2/dlmfs/userdlm.h                       |  4 +-
 include/linux/fs.h                             | 36 +++++++++---------
 include/linux/skbuff.h                         |  1 +
 include/linux/socket.h                         |  1 +
 include/linux/uio.h                            |  1 -
 lib/iov_iter.c                                 |  3 +-
 18 files changed, 45 insertions(+), 75 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 8, 2020, 4:35 a.m. UTC | #1
The pull request you sent on Sat, 8 Aug 2020 00:26:27 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b79675e15a754ca51b9fc631e0961ccdd4ec3fc7

Thank you!