linux/fs/erofs
Al Viro 5a19095103 use less confusing names for iov_iter direction initializers
[ Upstream commit de4eda9de2 ]

READ/WRITE proved to be actively confusing - the meanings are
"data destination, as used with read(2)" and "data source, as
used with write(2)", but people keep interpreting those as
"we read data from it" and "we write data to it", i.e. exactly
the wrong way.

Call them ITER_DEST and ITER_SOURCE - at least that is harder
to misinterpret...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Stable-dep-of: 6dd88fd59d ("vhost-scsi: unbreak any layout for response")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-09 11:28:04 +01:00
..
compress.h
data.c
decompressor_lzma.c
decompressor.c
dir.c
erofs_fs.h
fscache.c use less confusing names for iov_iter direction initializers 2023-02-09 11:28:04 +01:00
inode.c
internal.h erofs: check the uniqueness of fsid in shared domain in advance 2022-12-31 13:31:59 +01:00
Kconfig
Makefile
namei.c
pcpubuf.c
super.c erofs: clean up parsing of fscache related options 2023-02-06 08:06:32 +01:00
sysfs.c erofs: fix use-after-free of fsid and domain_id string 2022-11-10 09:53:20 +08:00
tagptr.h
utils.c
xattr.c
xattr.h
zdata.c erofs: fix kvcalloc() misuse with __GFP_NOFAIL 2023-02-01 08:34:07 +01:00
zdata.h
zmap.c erofs/zmap.c: Fix incorrect offset calculation 2023-02-06 08:06:31 +01:00