All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC Aufs2 #3 0/2] 'debug' module parm and /sys/fs/aufs entries
@ 2009-03-19  5:12 J. R. Okajima
  2009-03-19  5:12 ` [RFC Aufs2 #3 1/2] replace /sys/fs/aufs/debug by /sys/module/aufs/parmaters/debug J. R. Okajima
  2009-03-19  5:12 ` [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs J. R. Okajima
  0 siblings, 2 replies; 18+ messages in thread
From: J. R. Okajima @ 2009-03-19  5:12 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, linux-fsdevel, J. R. Okajima

Some entires under /sys/fs/aufs still print an abosule path. While sysfs
(and procfs?) limits the length of an entry upto PAGE_SIZE, the abs path
can be any length. I don't think it is important to support longer path
than PAGE_SIZE, so aufs simply returns -EFBIG (regardless this patch).

Following the comments from Greg KH, split /sys/fs/aufs/si_<id>/xino
into some files in order to keep "one value per file".

J. R. Okajima (2):
  replace /sys/fs/aufs/debug by /sys/module/aufs/parmaters/debug
  split 'xino' entry under sysfs

 Documentation/ABI/testing/sysfs-aufs  |   62 ++++++++
 Documentation/filesystems/aufs/aufs.5 |    8 +
 fs/aufs/branch.h                      |    6 +
 fs/aufs/debug.c                       |    4 +-
 fs/aufs/debug.h                       |   12 +-
 fs/aufs/sysaufs.c                     |    6 +-
 fs/aufs/sysaufs.h                     |   13 +-
 fs/aufs/sysfs.c                       |  260 ++++++++++++++++-----------------
 8 files changed, 224 insertions(+), 147 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-aufs


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

end of thread, other threads:[~2009-03-24 23:51 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-19  5:12 [RFC Aufs2 #3 0/2] 'debug' module parm and /sys/fs/aufs entries J. R. Okajima
2009-03-19  5:12 ` [RFC Aufs2 #3 1/2] replace /sys/fs/aufs/debug by /sys/module/aufs/parmaters/debug J. R. Okajima
2009-03-19  5:12 ` [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs J. R. Okajima
2009-03-20  0:45   ` Greg KH
2009-03-20  2:25     ` hooanon05
2009-03-20  2:42       ` Greg KH
2009-03-20  2:55         ` hooanon05
2009-03-20  3:06           ` Greg KH
2009-03-20  3:59             ` hooanon05
2009-03-20  4:18               ` Greg KH
2009-03-20  5:15                 ` hooanon05
2009-03-20  5:44                   ` Greg KH
2009-03-24  8:16                     ` Q. DEBUG_FS and SYSFS config (Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs) hooanon05
2009-03-24 15:33                       ` Greg KH
2009-03-24 15:57                         ` Kay Sievers
2009-03-24 15:57                           ` Kay Sievers
2009-03-24 23:20                           ` Greg KH
2009-03-24 23:20                             ` Greg KH

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.