All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] afs: Miscellany for 5.3
@ 2019-07-05 21:45 David Howells
  2019-07-11  4:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Howells @ 2019-07-05 21:45 UTC (permalink / raw)
  To: torvalds; +Cc: dhowells, jmorris, linux-afs, linux-fsdevel, linux-kernel

Hi Linus,

Here's a set of minor changes for AFS for the next merge window:

 (1) Remove an unnecessary check in afs_unlink().

 (2) Add a tracepoint for tracking callback management.

 (3) Add a tracepoint for afs_server object usage.

 (4) Use struct_size().

 (5) Add mappings for AFS UAE abort codes to Linux error codes, using
     symbolic names rather than hex numbers in the .c file.

David
---
The following changes since commit 2cd42d19cffa0ec3dfb57b1b3e1a07a9bf4ed80a:

  afs: Fix setting of i_blocks (2019-06-20 18:12:02 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 1eda8bab70ca7d353b4e865140eaec06fedbf871:

  afs: Add support for the UAE error table (2019-06-28 18:37:53 +0100)

----------------------------------------------------------------
AFS development

----------------------------------------------------------------
David Howells (4):
      afs: afs_unlink() doesn't need to check dentry->d_inode
      afs: Add some callback management tracepoints
      afs: Trace afs_server usage
      afs: Add support for the UAE error table

Zhengyuan Liu (1):
      fs/afs: use struct_size() in kzalloc()

 fs/afs/callback.c          |  20 ++++---
 fs/afs/cmservice.c         |   5 +-
 fs/afs/dir.c               |  21 ++++----
 fs/afs/file.c              |   6 +--
 fs/afs/fsclient.c          |   2 +-
 fs/afs/inode.c             |  17 +++---
 fs/afs/internal.h          |  18 +++----
 fs/afs/misc.c              |  48 +++++++----------
 fs/afs/protocol_uae.h      | 132 +++++++++++++++++++++++++++++++++++++++++++++
 fs/afs/rxrpc.c             |   2 +-
 fs/afs/server.c            |  39 +++++++++++---
 fs/afs/server_list.c       |   6 ++-
 fs/afs/write.c             |   3 +-
 include/trace/events/afs.h | 132 +++++++++++++++++++++++++++++++++++++++++++++
 14 files changed, 369 insertions(+), 82 deletions(-)
 create mode 100644 fs/afs/protocol_uae.h


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

* Re: [GIT PULL] afs: Miscellany for 5.3
  2019-07-05 21:45 [GIT PULL] afs: Miscellany for 5.3 David Howells
@ 2019-07-11  4:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-07-11  4:40 UTC (permalink / raw)
  To: David Howells
  Cc: torvalds, dhowells, jmorris, linux-afs, linux-fsdevel, linux-kernel

The pull request you sent on Fri, 05 Jul 2019 22:45:39 +0100:

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

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

Thank you!

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

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

end of thread, other threads:[~2019-07-11  4:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-05 21:45 [GIT PULL] afs: Miscellany for 5.3 David Howells
2019-07-11  4:40 ` 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.