linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] debugfs stuff
Date: Tue, 17 Feb 2015 17:29:20 +0000	[thread overview]
Message-ID: <20150217172920.GJ29656@ZenIV.linux.org.uk> (raw)

	Next pile: debugfs patches, mostly to make it possible for something
like tracefs to be transparently automounted on given directory in debugfs.
New primitive in there is debugfs_create_automount(name, parent, func, arg),
which creates a directory and makes its ->d_automount() return func(arg).
Another missing primitive was debugfs_create_file_size() - open-coded in
quite a few places.  Dave's patch adds it and converts the open-code instances
to calling it.

BTW, this branch differs from what had been merged into #for-next in one
respect - I'd added my s-o-b to the last commit.  Otherwise they are
identical (i.e. the same parent and tree SHA1 in there); hopefully, merging
that one in mainline won't confuse git into conflicts for linux-next...

Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git debugfs_automount

Shortlog:
Al Viro (11):
      debugfs_{mkdir,create,link}(): get rid of redundant argument
      debugfs: split the beginning and the end of __create_file() off
      debugfs: kill __create_file()
      fold debugfs_link() into caller
      debugfs_mknod(): get rid useless arguments
      fold debugfs_mkdir() into caller
      fold debugfs_create() into caller
      fold debugfs_mknod() into callers
      debugfs: take mode-dependent parts of debugfs_get_inode() into callers
      debugfs: split end_creating() into success and failure cases
      new primitive: debugfs_create_automount()

David Howells (1):
      debugfs: Provide a file creation function that also takes an initial size

Diffstat:
 drivers/infiniband/hw/cxgb4/device.c               |  35 +--
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c |   9 +-
 drivers/scsi/csiostor/csio_init.c                  |   9 +-
 drivers/usb/gadget/udc/atmel_usba_udc.c            |  15 +-
 fs/debugfs/inode.c                                 | 291 ++++++++++++---------
 include/linux/debugfs.h                            |  18 ++
 6 files changed, 212 insertions(+), 165 deletions(-)

                 reply	other threads:[~2015-02-17 17:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150217172920.GJ29656@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).