All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] afs: Split readpage and fix file creation mtime
@ 2021-11-02 11:00 David Howells
  2021-11-02 19:52 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Howells @ 2021-11-02 11:00 UTC (permalink / raw)
  To: torvalds; +Cc: dhowells, marc.dionne, linux-afs, linux-fsdevel, linux-kernel

Hi Linus,

Can you pull these afs patches please?  There are two of them:

 (1) Split the readpage handler for symlinks from the one for files.  The
     symlink readpage isn't given a file pointer, so the handling has to be
     special-cased.

     This has been posted as part of a patchset to foliate netfs, afs,
     etc.[1] but I've moved it to this one as it's not actually doing
     foliation but is more of a pre-cleanup.

 (2) Fix file creation to set the mtime from the client's clock to keep
     make happy if the server's clock isn't quite in sync.[2]

Thanks,
David

Link: https://lore.kernel.org/r/163005742570.2472992.7800423440314043178.stgit@warthog.procyon.org.uk/ [1]
Link: http://lists.infradead.org/pipermail/linux-afs/2021-October/004395.html [2]

---
The following changes since commit 8bb7eca972ad531c9b149c0a51ab43a417385813:

  Linux 5.15 (2021-10-31 13:53:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-next-20211102

for you to fetch changes up to 52af7105eceb311b96b3b7971a367f30a70de907:

  afs: Set mtime from the client for yfs create operations (2021-11-02 09:42:26 +0000)

----------------------------------------------------------------
AFS changes

----------------------------------------------------------------
David Howells (1):
      afs: Sort out symlink reading

Marc Dionne (1):
      afs: Set mtime from the client for yfs create operations

 fs/afs/file.c      | 14 +++++++++-----
 fs/afs/inode.c     |  6 +++---
 fs/afs/internal.h  |  3 ++-
 fs/afs/yfsclient.c | 32 +++++++++++++-------------------
 4 files changed, 27 insertions(+), 28 deletions(-)


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

* Re: [GIT PULL] afs: Split readpage and fix file creation mtime
  2021-11-02 11:00 [GIT PULL] afs: Split readpage and fix file creation mtime David Howells
@ 2021-11-02 19:52 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-11-02 19:52 UTC (permalink / raw)
  To: David Howells
  Cc: torvalds, dhowells, marc.dionne, linux-afs, linux-fsdevel, linux-kernel

The pull request you sent on Tue, 02 Nov 2021 11:00:52 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-next-20211102

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

Thank you!

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

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

end of thread, other threads:[~2021-11-02 19:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02 11:00 [GIT PULL] afs: Split readpage and fix file creation mtime David Howells
2021-11-02 19:52 ` 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.