public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 V3] Allow access to sysfs attributes without mem allocations.
@ 2014-10-13  5:41 NeilBrown
  2014-10-13  5:41 ` [PATCH 2/2] sysfs/kernfs: make read requests on pre-alloc files use the buffer NeilBrown
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: NeilBrown @ 2014-10-13  5:41 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Tejun Heo, linux-kernel, Al Viro

Hi Greg,
 please consider these two patches for a future release.
 They now have
   Reviewed-by: Tejun Heo <tj@kernel.org>
 and I've addressed Tejun's final nits.

 Thanks Tejun for your review and comments.

 As soon as they appear in an -rc1, I'll submit updates to md to use
 the new functionality for the -rc2.

Thanks,
NeilBrown


---

NeilBrown (2):
      sysfs/kernfs: allow attributes to request write buffer be pre-allocated.
      sysfs/kernfs: make read requests on pre-alloc files use the buffer.


 fs/kernfs/file.c       |   73 +++++++++++++++++++++++++++++++++---------------
 fs/sysfs/file.c        |   57 ++++++++++++++++++++++++++++++++-----
 include/linux/kernfs.h |    8 +++++
 include/linux/sysfs.h  |    9 ++++++
 4 files changed, 116 insertions(+), 31 deletions(-)

-- 
Signature


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

end of thread, other threads:[~2014-10-14  5:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-13  5:41 [PATCH 0/2 V3] Allow access to sysfs attributes without mem allocations NeilBrown
2014-10-13  5:41 ` [PATCH 2/2] sysfs/kernfs: make read requests on pre-alloc files use the buffer NeilBrown
2014-10-14  5:57   ` [PATCH 2/2 - revised] " NeilBrown
2014-10-13  5:41 ` [PATCH 1/2] sysfs/kernfs: allow attributes to request write buffer be pre-allocated NeilBrown
2014-10-13  8:35 ` [PATCH 0/2 V3] Allow access to sysfs attributes without mem allocations Greg Kroah-Hartman
2014-10-13 10:21   ` NeilBrown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox