All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ilya Dryomov <idryomov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ceph-devel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Ceph fixes for 5.6-rc2
Date: Fri, 14 Feb 2020 17:49:44 +0100	[thread overview]
Message-ID: <20200214164944.6044-1-idryomov@gmail.com> (raw)

Hi Linus,

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.6-rc2

for you to fetch changes up to 3b20bc2fe4c0cfd82d35838965dc7ff0b93415c6:

  ceph: noacl mount option is effectively ignored (2020-02-11 17:04:40 +0100)

----------------------------------------------------------------
A patch to make O_DIRECT | O_APPEND combination work better, a redo
of server path canonicalization patch that went into -rc1 and a fixup
for noacl mount option that got broken by the conversion to the new
mount API in 5.5.

----------------------------------------------------------------
Ilya Dryomov (1):
      ceph: canonicalize server path in place

Xiubo Li (2):
      ceph: do not execute direct write in parallel if O_APPEND is specified
      ceph: noacl mount option is effectively ignored

 fs/ceph/file.c  |  17 +++++---
 fs/ceph/super.c | 129 ++++++++++++++------------------------------------------
 fs/ceph/super.h |   2 +-
 3 files changed, 44 insertions(+), 104 deletions(-)

             reply	other threads:[~2020-02-14 16:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-14 16:49 Ilya Dryomov [this message]
2020-02-15 18:40 ` [GIT PULL] Ceph fixes for 5.6-rc2 pr-tracker-bot

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=20200214164944.6044-1-idryomov@gmail.com \
    --to=idryomov@gmail.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.