All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Remove AS_EIO and AS_ENOSPC
@ 2023-01-09  5:18 ` Matthew Wilcox (Oracle)
  0 siblings, 0 replies; 38+ messages in thread
From: Matthew Wilcox (Oracle) @ 2023-01-09  5:18 UTC (permalink / raw)
  Cc: Matthew Wilcox (Oracle),
	Jeff Layton, linux-fsdevel, linux-mm, linux-kernel,
	Christoph Hellwig

Finish the work of converting every user to the "new" wb_err
infrastructure.  This will clash with Christoph's patch series to remove
folio_write_one(), so I'll redo this after that patch series goes in.

Matthew Wilcox (Oracle) (11):
  memory-failure: Remove comment referencing AS_EIO
  filemap: Remove filemap_check_and_keep_errors()
  f2fs: Convert f2fs_wait_on_node_pages_writeback() to errseq
  fuse: Convert fuse_flush() to use file_check_and_advance_wb_err()
  page-writeback: Convert folio_write_one() to use an errseq
  filemap: Convert filemap_write_and_wait_range() to use errseq
  filemap: Convert filemap_fdatawait_range() to errseq
  cifs: Remove call to filemap_check_wb_err()
  mm: Remove AS_EIO and AS_ENOSPC
  mm: Remove filemap_fdatawait_range_keep_errors()
  mm: Remove filemap_fdatawait_keep_errors()

 block/bdev.c            |   8 +--
 fs/btrfs/extent_io.c    |   6 +--
 fs/cifs/file.c          |   8 ++-
 fs/f2fs/data.c          |   2 +-
 fs/f2fs/node.c          |   4 +-
 fs/fs-writeback.c       |   7 +--
 fs/fuse/file.c          |   3 +-
 fs/jbd2/commit.c        |  12 ++---
 fs/xfs/scrub/bmap.c     |   2 +-
 include/linux/pagemap.h |  23 ++------
 mm/filemap.c            | 113 +++++++---------------------------------
 mm/memory-failure.c     |  28 ----------
 mm/page-writeback.c     |  17 +++---
 13 files changed, 51 insertions(+), 182 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2023-01-17  2:55 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-09  5:18 [PATCH 00/11] Remove AS_EIO and AS_ENOSPC Matthew Wilcox (Oracle)
2023-01-09  5:18 ` Matthew Wilcox (Oracle)
2023-01-09  5:18 ` [PATCH 01/11] memory-failure: Remove comment referencing AS_EIO Matthew Wilcox (Oracle)
2023-01-09  5:18   ` Matthew Wilcox (Oracle)
2023-01-12  8:31   ` Christoph Hellwig
2023-01-09  5:18 ` [PATCH 02/11] filemap: Remove filemap_check_and_keep_errors() Matthew Wilcox (Oracle)
2023-01-09  5:18   ` Matthew Wilcox (Oracle)
2023-01-09 13:48   ` Jeff Layton
2023-01-09 14:02     ` Matthew Wilcox
2023-01-09 14:31       ` Jeff Layton
2023-01-09 15:02         ` Matthew Wilcox
2023-01-09  5:18 ` [PATCH 03/11] f2fs: Convert f2fs_wait_on_node_pages_writeback() to errseq Matthew Wilcox (Oracle)
2023-01-09  5:18   ` Matthew Wilcox (Oracle)
2023-01-09  5:18 ` [PATCH 04/11] fuse: Convert fuse_flush() to use file_check_and_advance_wb_err() Matthew Wilcox (Oracle)
2023-01-09  5:18   ` Matthew Wilcox (Oracle)
2023-01-09 15:25   ` Jeff Layton
2023-01-09  5:18 ` [PATCH 05/11] page-writeback: Convert folio_write_one() to use an errseq Matthew Wilcox (Oracle)
2023-01-09  5:18   ` Matthew Wilcox (Oracle)
2023-01-09  5:18 ` [PATCH 06/11] filemap: Convert filemap_write_and_wait_range() to use errseq Matthew Wilcox (Oracle)
2023-01-09  5:18   ` Matthew Wilcox (Oracle)
2023-01-17  2:55   ` kernel test robot
2023-01-09  5:18 ` [PATCH 07/11] filemap: Convert filemap_fdatawait_range() to errseq Matthew Wilcox (Oracle)
2023-01-09  5:18   ` Matthew Wilcox (Oracle)
2023-01-09  5:18 ` [PATCH 08/11] cifs: Remove call to filemap_check_wb_err() Matthew Wilcox (Oracle)
2023-01-09  5:18   ` Matthew Wilcox (Oracle)
2023-01-09 14:42   ` Jeff Layton
2023-01-09 15:07     ` Matthew Wilcox
2023-01-09 15:14     ` Jeff Layton
2023-01-09 15:30       ` Matthew Wilcox
2023-01-09 15:43         ` Jeff Layton
2023-01-09  5:18 ` [PATCH 09/11] mm: Remove AS_EIO and AS_ENOSPC Matthew Wilcox (Oracle)
2023-01-09  5:18   ` Matthew Wilcox (Oracle)
2023-01-09  5:18 ` [PATCH 10/11] mm: Remove filemap_fdatawait_range_keep_errors() Matthew Wilcox (Oracle)
2023-01-09  5:18   ` Matthew Wilcox (Oracle)
2023-01-09  5:18 ` [PATCH 11/11] mm: Remove filemap_fdatawait_keep_errors() Matthew Wilcox (Oracle)
2023-01-09  5:18   ` Matthew Wilcox (Oracle)
2023-01-09 15:31 ` [PATCH 00/11] Remove AS_EIO and AS_ENOSPC Jeff Layton
2023-01-12  8:30 ` Christoph Hellwig

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.