All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v3][RFC] fsfreeze: from uninterruptible to killable
@ 2013-04-13 10:34 Marco Stornelli
  0 siblings, 0 replies; only message in thread
From: Marco Stornelli @ 2013-04-13 10:34 UTC (permalink / raw)
  To: Linux FS Devel; +Cc: Linux Kernel, Jan Kara, Al Viro

Hi,

I rebased the work on top of -next and I applied a Jan's comment about __sb_start_write.
I did some basic tests and they are ok.

Open points:
- without change mnt_want_write several paths are still blocking paths;
- page_mkwrite still call blocking variant of __sb_start_write.

Any comments are welcome.

Regards.

Marco Stornelli (3):
  fsfreeze: wait in killable state in __sb_start_write
  fsfreeze: added new file_start_write_killable
  fsfreeze: use sb_start_write_killable instead of sb_start_write

 drivers/block/loop.c |    4 +++-
 fs/aio.c             |    7 +++++--
 fs/coda/file.c       |    4 +++-
 fs/open.c            |    8 ++++++--
 fs/read_write.c      |   28 +++++++++++++++++-----------
 fs/splice.c          |    4 +++-
 fs/super.c           |   24 ++++++++++++++++++------
 include/linux/fs.h   |   36 ++++++++++++++++++++++++++++++------
 8 files changed, 85 insertions(+), 30 deletions(-)

-- 
1.7.3.4
---


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-13 10:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-13 10:34 [PATCH 0/3 v3][RFC] fsfreeze: from uninterruptible to killable Marco Stornelli

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.