Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1304074

[PATCH v3 0/5] fs, block: handle end of life

From Dan Williams <dan.j.williams@intel.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/5] fs, block: handle end of life
Date 2016-01-08 01:50 +0100
Message-ID <qOtpE-7mS-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Changes since v2 [1]:

1/ Split "block: introduce del_gendisk_queue()" into a patch that
   introduces del_gendisk_queue() with no functional difference to the
   open coded version and "block: introduce force_failure_partition()
   and unmap_dax_inodes()" which adds the new behavior.

2/ Collect Dave's ack on "xfs: unmap dax at shutdown (force_failure)"

---

As mentioned in [PATCH v3 3/5] "block: introduce
force_failure_partition() and unmap_dax_inodes()" historically we have
waited for filesystem specific heuristics to attempt to guess when a
block device is gone.  Sometimes this works, but in other cases the
system can hang waiting for the fs to trigger its shutdown protocol.

Now with DAX we need new actions, like unmapping all inodes, to be taken
upon a device loss event or fs corruption event.

For now, the approach taken in the following patches only affects xfs
and block drivers that are converted to use del_gendisk_queue().  We can
add more filesystems and driver support over time.

---

Dan Williams (5):
      block: prepare for del_gendisk_queue()
      block: introduce del_gendisk_queue()
      block: introduce force_failure_partition() and unmap_dax_inodes()
      xfs: unmap dax at shutdown (force_failure)
      block, xfs: implement 'force_failure' notifications


 block/genhd.c                |   87 +++++++++++++++++++++++++++++++++++-------
 drivers/block/brd.c          |    9 +---
 drivers/nvdimm/pmem.c        |    3 -
 drivers/s390/block/dcssblk.c |    6 +--
 fs/block_dev.c               |   22 +++++++++++
 fs/inode.c                   |   28 ++++++++++++++
 fs/xfs/xfs_fsops.c           |    9 ++++
 fs/xfs/xfs_super.c           |    8 ++++
 include/linux/fs.h           |    3 +
 include/linux/genhd.h        |    1 
 10 files changed, 150 insertions(+), 26 deletions(-)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/5] fs, block: handle end of life Dan Williams <dan.j.williams@intel.com> - 2016-01-08 01:50 +0100
  [PATCH v3 4/5] xfs: unmap dax at shutdown (force_failure) Dan Williams <dan.j.williams@intel.com> - 2016-01-08 01:50 +0100
  [PATCH v3 2/5] block: introduce del_gendisk_queue() Dan Williams <dan.j.williams@intel.com> - 2016-01-08 01:50 +0100
  [PATCH v3 3/5] block: introduce force_failure_partition() and  unmap_dax_inodes() Dan Williams <dan.j.williams@intel.com> - 2016-01-08 01:50 +0100
  [PATCH v3 5/5] block, xfs: implement 'force_failure' notifications Dan Williams <dan.j.williams@intel.com> - 2016-01-08 01:50 +0100

csiph-web