linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] renamed freeze/thaw hooks.
@ 2014-10-06 20:12 Benjamin Marzinski
  2014-10-06 20:12 ` [PATCH 1/2] fs: add freeze_super/thaw_super fs hooks Benjamin Marzinski
  2014-10-06 20:12 ` [PATCH 2/2] gfs2: update freeze code to use freeze/thaw_super on all nodes Benjamin Marzinski
  0 siblings, 2 replies; 4+ messages in thread
From: Benjamin Marzinski @ 2014-10-06 20:12 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Jan Kara

These are the freeze/thaw patches with the names Honza suggested. The only
other name ideas that I can think of that seem to work would involve just
using synonyms like suspend_fs/resume_fs.  While they aren't perfect, I like
freeze_super/thaw_super better.

Benjamin Marzinski (2):
  fs: add freeze_super/thaw_super fs hooks
  gfs2: update freeze code to use freeze/thaw_super on all nodes

 fs/block_dev.c       |  10 ++++-
 fs/gfs2/glops.c      |  26 ++++++-------
 fs/gfs2/glops.h      |   2 +
 fs/gfs2/incore.h     |  15 +++++---
 fs/gfs2/inode.c      |  40 +++++---------------
 fs/gfs2/log.c        |  29 ++++++---------
 fs/gfs2/main.c       |  11 +++++-
 fs/gfs2/ops_fstype.c |  16 ++------
 fs/gfs2/super.c      | 101 ++++++++++++++++++++++++++++++++++-----------------
 fs/gfs2/super.h      |   1 +
 fs/gfs2/trans.c      |  17 +++++++--
 fs/ioctl.c           |   6 ++-
 include/linux/fs.h   |   2 +
 13 files changed, 154 insertions(+), 122 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2014-10-07  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-06 20:12 [PATCH 0/2] renamed freeze/thaw hooks Benjamin Marzinski
2014-10-06 20:12 ` [PATCH 1/2] fs: add freeze_super/thaw_super fs hooks Benjamin Marzinski
2014-10-07  9:26   ` Jan Kara
2014-10-06 20:12 ` [PATCH 2/2] gfs2: update freeze code to use freeze/thaw_super on all nodes Benjamin Marzinski

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