All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Some cleanups and updates for sunrpc
@ 2017-02-07 13:44 Kinglong Mee
  2017-02-07 13:46 ` [PATCH 1/7] sunrpc: error out if register_shrinker fail Kinglong Mee
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Kinglong Mee @ 2017-02-07 13:44 UTC (permalink / raw)
  To: J. Bruce Fields, linux-nfs; +Cc: Trond Myklebust, Kinglong Mee

The first one is an bugfix of checking register_shrinker's result,
the following sixes are codes cleanup and updates.

Kinglong Mee (7):
  sunrpc: error out if register_shrinker fail
  sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail
  sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix
  sunrpc: remove dead codes of cr_magic in rpc_cred
  sunrpc: update the comments of sunrpc proc path
  sunrpc: record rpc client pointer in seq->private directly
  sunrpc: use simple_read_from_buffer for reading cache flush

 fs/nfs/cache_lib.c           |  3 +-
 include/linux/sunrpc/auth.h  |  6 +---
 include/linux/sunrpc/cache.h | 15 ++--------
 net/sunrpc/auth.c            |  9 +++---
 net/sunrpc/auth_null.c       |  3 --
 net/sunrpc/auth_unix.c       | 18 ++++++------
 net/sunrpc/cache.c           | 68 ++++++++++++++------------------------------
 net/sunrpc/debugfs.c         | 35 +++++++----------------
 net/sunrpc/svcauth_unix.c    |  4 +--
 9 files changed, 52 insertions(+), 109 deletions(-)

-- 
2.9.3



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

end of thread, other threads:[~2017-02-17 22:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-07 13:44 [PATCH 0/7] Some cleanups and updates for sunrpc Kinglong Mee
2017-02-07 13:46 ` [PATCH 1/7] sunrpc: error out if register_shrinker fail Kinglong Mee
2017-02-07 13:47 ` [PATCH 2/7] sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail Kinglong Mee
2017-02-07 13:48 ` [PATCH 3/7] sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix Kinglong Mee
2017-02-07 13:48 ` [PATCH 4/7] sunrpc: remove dead codes of cr_magic in rpc_cred Kinglong Mee
2017-02-07 13:49 ` [PATCH 5/7] sunrpc: update the comments of sunrpc proc path Kinglong Mee
2017-02-07 13:49 ` [PATCH 6/7] sunrpc: record rpc client pointer in seq->private directly Kinglong Mee
2017-02-07 13:50 ` [PATCH 7/7] sunrpc: use simple_read_from_buffer for reading cache flush Kinglong Mee
2017-02-17 17:03 ` [PATCH 0/7] Some cleanups and updates for sunrpc J. Bruce Fields
2017-02-17 17:25   ` Trond Myklebust
2017-02-17 19:09     ` bfields
2017-02-17 21:15       ` Anna Schumaker
2017-02-17 21:26         ` bfields
2017-02-17 22:18       ` Trond Myklebust

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.