linux_dsm_epyc7002/fs/exofs
Jeff Layton 3b49c9a1e9 fs: convert a pile of fsync routines to errseq_t based reporting
This patch converts most of the in-kernel filesystems that do writeback
out of the pagecache to report errors using the errseq_t-based
infrastructure that was recently added. This allows them to report
errors once for each open file description.

Most filesystems have a fairly straightforward fsync operation. They
call filemap_write_and_wait_range to write back all of the data and
wait on it, and then (sometimes) sync out the metadata.

For those filesystems this is a straightforward conversion from calling
filemap_write_and_wait_range in their fsync operation to calling
file_write_and_wait_range.

Acked-by: Jan Kara <jack@suse.cz>
Acked-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2017-08-01 08:39:29 -04:00
..
BUGS
common.h
dir.c mm: drop "wait" parameter from write_one_page() 2017-07-05 18:44:22 -04:00
exofs.h exofs: Convert to separately allocated bdi 2017-04-20 12:09:55 -06:00
file.c fs: convert a pile of fsync routines to errseq_t based reporting 2017-08-01 08:39:29 -04:00
inode.c exofs: don't mess with simple_write_{begin,end} 2016-12-10 14:25:19 -05:00
Kbuild
Kconfig
Kconfig.ore
namei.c Merge remote-tracking branch 'ovl/rename2' into for-linus 2016-10-10 23:02:51 -04:00
ore_raid.c
ore_raid.h
ore.c block, fs, mm, drivers: use bio set/get op accessors 2016-06-07 13:41:38 -06:00
super.c exofs: Convert to separately allocated bdi 2017-04-20 12:09:55 -06:00
sys.c locking/atomic, kref: Add kref_read() 2017-01-14 11:37:18 +01:00