linux-stable/drivers/nvme
Al Viro de4eda9de2 use less confusing names for iov_iter direction initializers
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>
2022-11-25 13:01:55 -05:00
..
common treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
host use less confusing names for iov_iter direction initializers 2022-11-25 13:01:55 -05:00
target use less confusing names for iov_iter direction initializers 2022-11-25 13:01:55 -05:00
Kconfig nvme: implement In-Band authentication 2022-08-02 17:14:49 -06:00
Makefile nvme: implement In-Band authentication 2022-08-02 17:14:49 -06:00