All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] gfs2 setattr patches
@ 2021-09-09  4:26 Al Viro
  2021-09-09 19:41 ` Linus Torvalds
  2021-09-09 20:04 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Al Viro @ 2021-09-09  4:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the git repository at:

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

for you to fetch changes up to d75b9fa053e4cd278281386d860c26fdbfbe9d03:

  gfs2: Switch to may_setattr in gfs2_setattr (2021-08-13 00:41:05 -0400)

----------------------------------------------------------------
Andreas Gruenbacher (2):
      fs: Move notify_change permission checks into may_setattr
      gfs2: Switch to may_setattr in gfs2_setattr

 fs/attr.c          | 50 +++++++++++++++++++++++++++++++-------------------
 fs/gfs2/inode.c    |  4 ++--
 include/linux/fs.h |  2 ++
 3 files changed, 35 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] gfs2 setattr patches
  2021-09-09  4:26 [git pull] gfs2 setattr patches Al Viro
@ 2021-09-09 19:41 ` Linus Torvalds
  2021-09-09 19:46   ` Al Viro
  2021-09-09 20:04 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2021-09-09 19:41 UTC (permalink / raw)
  To: Al Viro; +Cc: Linux Kernel Mailing List, linux-fsdevel

On Wed, Sep 8, 2021 at 9:27 PM Al Viro <viro@zeniv.linux.org.uk> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.gfs2
>
> for you to fetch changes up to d75b9fa053e4cd278281386d860c26fdbfbe9d03:
>
>   gfs2: Switch to may_setattr in gfs2_setattr (2021-08-13 00:41:05 -0400)

Explanation for what this series actually does?

I can see the shortlog, I can look at the commits, but I really want a
summary in the pull request.

                Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] gfs2 setattr patches
  2021-09-09 19:41 ` Linus Torvalds
@ 2021-09-09 19:46   ` Al Viro
  0 siblings, 0 replies; 4+ messages in thread
From: Al Viro @ 2021-09-09 19:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, linux-fsdevel

On Thu, Sep 09, 2021 at 12:41:33PM -0700, Linus Torvalds wrote:
> On Wed, Sep 8, 2021 at 9:27 PM Al Viro <viro@zeniv.linux.org.uk> wrote:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.gfs2
> >
> > for you to fetch changes up to d75b9fa053e4cd278281386d860c26fdbfbe9d03:
> >
> >   gfs2: Switch to may_setattr in gfs2_setattr (2021-08-13 00:41:05 -0400)
> 
> Explanation for what this series actually does?
> 
> I can see the shortlog, I can look at the commits, but I really want a
> summary in the pull request.

Basically, gfs2 has redo the permission checks after it grabs a cluster lock,
and they want to have that doable by call of shared helper, rather than
open-coding those checks.  Looks reasonable to me...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] gfs2 setattr patches
  2021-09-09  4:26 [git pull] gfs2 setattr patches Al Viro
  2021-09-09 19:41 ` Linus Torvalds
@ 2021-09-09 20:04 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-09-09 20:04 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel

The pull request you sent on Thu, 9 Sep 2021 04:26:59 +0000:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-09 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09  4:26 [git pull] gfs2 setattr patches Al Viro
2021-09-09 19:41 ` Linus Torvalds
2021-09-09 19:46   ` Al Viro
2021-09-09 20:04 ` pr-tracker-bot

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.