linux/fs/hpfs
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
..
Kconfig
Makefile
alloc.c hpfs: add fstrim support 2015-07-09 13:35:30 -07:00
anode.c
buffer.c hpfs: support hotfixes 2015-09-03 11:55:30 -07:00
dentry.c get rid of 'parent' argument of ->d_compare() 2016-07-31 16:37:25 -04:00
dir.c hpfs: switch to ->iterate_shared() 2016-05-12 19:47:13 -04:00
dnode.c hpfs: handle allocation failures in hpfs_add_pos() 2016-05-12 19:35:57 -04:00
ea.c
file.c fs: convert a pile of fsync routines to errseq_t based reporting 2017-08-01 08:39:29 -04:00
hpfs.h
hpfs_fn.h sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 2017-03-02 08:42:32 +01:00
inode.c fs: Give dentry to inode_change_ok() instead of inode 2016-09-22 10:56:19 +02:00
map.c hpfs: missing endianness annotation 2016-01-04 10:29:03 -05:00
name.c
namei.c fs: rename "rename2" i_op to "rename" 2016-09-27 11:03:58 +02:00
super.c hpfs: implement the show_options method 2016-05-28 16:50:24 -07:00