linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [rfc v2 0/7] procfs fdinfo extension v2
@ 2012-05-23 10:25 Cyrill Gorcunov
  2012-05-23 10:25 ` [rfc v2 1/7] procfs: Move /proc/pid/fd[info] handling code to fd.[ch] Cyrill Gorcunov
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Cyrill Gorcunov @ 2012-05-23 10:25 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel
  Cc: Andrew Morton, Pavel Emelyanov, James Bottomley, ebiederm, tj,
	skinsbursky

Hi guys,

here is an updated version of "get more detailed fdinfo" on
eventfd/epoll/fsnotify files. The main change from previous
version is that now almost everything is under CONFIG_CHECKPOINT_RESTORE
config symbol (except of conversion of fdinfo proc handling routines
to seq files which I think increase readability for mainline as well).
I've tried hard to minimaze impact on source code.

The comments and espec. complains are highly appreciated (even proposal
of some different design is welcome).

Andrew, as to questions what else needed for c/r in mainline -- that's
what I counted (at least at moment)

 - fdinfo to restore eventfd/epoll/fsnotify (this series)

 - restore of file-owner UIDs (there were a series from
   Eric for mapping kernel-uids to user-uids, so I'm waiting
   for their final merge before I adopt my patch and send it out
   (maybe I've missed something and the whole Eric's series already
   in linux-next, need to check)

 - IPC c/r (there were a series from Stas not sure what status
   of them at moment, as far as I remember they should be rewored)

 - finally it would be great to have ability to attach tasks to
   frozen tasks cgroup to thaw them at one moment (the preliminary
   patch I've proposed pretty long ago, but Tejun was modifying cgroups
   code and asked to wait until 3.4 is release, so I didn't check
   the current status of task cgroups at moment, I've it in my todo list)

that's all I know.

	Cyrill

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

end of thread, other threads:[~2012-05-24 20:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 10:25 [rfc v2 0/7] procfs fdinfo extension v2 Cyrill Gorcunov
2012-05-23 10:25 ` [rfc v2 1/7] procfs: Move /proc/pid/fd[info] handling code to fd.[ch] Cyrill Gorcunov
2012-05-23 10:25 ` [rfc v2 2/7] procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file Cyrill Gorcunov
2012-05-23 10:25 ` [rfc v2 3/7] procfs: Add ability to plugin auxiliary fdinfo providers Cyrill Gorcunov
2012-05-23 10:25 ` [rfc v2 4/7] fs, eventfd: Add procfs fdinfo helper Cyrill Gorcunov
2012-05-23 10:25 ` [rfc v2 5/7] fs, epoll: " Cyrill Gorcunov
2012-05-23 10:25 ` [rfc v2 6/7] fs, exportfs: Add export_encode_inode_fh helper Cyrill Gorcunov
2012-05-23 10:25 ` [rfc v2 7/7] fs, notify: Add procfs fdinfo helper Cyrill Gorcunov
2012-05-24 18:01 ` [rfc v2 0/7] procfs fdinfo extension v2 Matt Helsley
2012-05-24 18:23   ` Cyrill Gorcunov
2012-05-24 18:41     ` Cyrill Gorcunov
2012-05-24 19:48   ` Pavel Emelyanov
2012-05-24 20:27     ` Cyrill Gorcunov
2012-05-24 20:32       ` Matt Helsley

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).