LKML Archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] 9p for 5.20 (or 6.0)
@ 2022-08-06  8:56 Dominique Martinet
  2022-08-06 22:08 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dominique Martinet @ 2022-08-06  8:56 UTC (permalink / raw
  To: Linus Torvalds; +Cc: v9fs-developer, linux-kernel, linux-fsdevel

Hi Linus,


Note this will conflict with Al Viro's "9p: convert to advancing variant
of iov_iter_get_pages_alloc()" that I believe he hasn't sent yet, but it
should be simple enough to untangle.

I also had a few more improvements tested locally I forgot to push to
-next, so I guess they'll wait for next cycle :/ Sorry Christian...



The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:

  Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)

are available in the Git repository at:

  https://github.com/martinetd/linux tags/9p-for-5.20

for you to fetch changes up to aa7aeee169480e98cf41d83c01290a37e569be6d:

  net/9p: Initialize the iounit field during fid creation (2022-07-16 07:16:55 +0900)

----------------------------------------------------------------
9p-for-5.20

- a couple of fixes
- add a tracepoint for fid refcounting
- some cleanup/followup on fid lookup
- some cleanup around req refcounting

----------------------------------------------------------------
Dominique Martinet (4):
      9p fid refcount: add p9_fid_get/put wrappers
      9p fid refcount: add a 9p_fid_ref tracepoint
      9p fid refcount: cleanup p9_fid_put calls
      9p: roll p9_tag_remove into p9_req_put

Hangyu Hua (1):
      net: 9p: fix refcount leak in p9_read_work() error handling

Kent Overstreet (2):
      9p: Drop kref usage
      9p: Add client parameter to p9_req_put()

Tyler Hicks (5):
      9p: Track the root fid with its own variable during lookups
      9p: Make the path walk logic more clear about when cloning is required
      9p: Remove unnecessary variable for old fids while walking from d_parent
      9p: Fix minor typo in code comment
      net/9p: Initialize the iounit field during fid creation

Yang Li (1):
      9p: Fix some kernel-doc comments

 fs/9p/fid.c               |  61 ++++++++++++++-----------
 fs/9p/fid.h               |   6 +--
 fs/9p/vfs_addr.c          |   4 +-
 fs/9p/vfs_dentry.c        |   4 +-
 fs/9p/vfs_dir.c           |   2 +-
 fs/9p/vfs_file.c          |   9 ++--
 fs/9p/vfs_inode.c         |  89 ++++++++++++++++---------------------
 fs/9p/vfs_inode_dotl.c    |  82 +++++++++++++---------------------
 fs/9p/vfs_super.c         |   8 ++--
 fs/9p/xattr.c             |   8 ++--
 include/net/9p/client.h   |  49 ++++++++++++++++++--
 include/trace/events/9p.h |  48 ++++++++++++++++++++
 net/9p/client.c           | 168 +++++++++++++++++++++++++++++++++++----------------------------------
 net/9p/trans_fd.c         |  13 +++---
 net/9p/trans_rdma.c       |   2 +-
 net/9p/trans_virtio.c     |   4 +-
 net/9p/trans_xen.c        |   2 +-
 17 files changed, 314 insertions(+), 245 deletions(-)

-- 
Dominique

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

* Re: [GIT PULL] 9p for 5.20 (or 6.0)
  2022-08-06  8:56 [GIT PULL] 9p for 5.20 (or 6.0) Dominique Martinet
@ 2022-08-06 22:08 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-08-06 22:08 UTC (permalink / raw
  To: Dominique Martinet
  Cc: Linus Torvalds, v9fs-developer, linux-kernel, linux-fsdevel

The pull request you sent on Sat, 6 Aug 2022 17:56:00 +0900:

> https://github.com/martinetd/linux tags/9p-for-5.20

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

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:[~2022-08-06 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-06  8:56 [GIT PULL] 9p for 5.20 (or 6.0) Dominique Martinet
2022-08-06 22:08 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).