mbox series

[GIT,PULL] afs: Split readpage and fix file creation mtime

Message ID 4096836.1635850852@warthog.procyon.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] afs: Split readpage and fix file creation mtime | expand

Pull-request

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

Message

David Howells Nov. 2, 2021, 11 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 2, 2021, 7:52 p.m. UTC | #1
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!