linux/fs/f2fs
Gu Zheng 940a6d34b3 f2fs: move all the bio initialization into __bio_alloc
Move all the bio initialization into __bio_alloc, and some minor cleanups are
also added.

v3:
  Use 'bool' rather than 'int' as Kim suggested.

v2:
  Use 'is_read' rather than 'rw' as Yu Chao suggested.
  Remove the needless initialization of bio->bi_private.

Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
2013-12-23 10:18:07 +09:00
..
acl.c
acl.h
checkpoint.c f2fs: write dirty meta pages collectively 2013-12-23 10:18:07 +09:00
data.c f2fs: move all the bio initialization into __bio_alloc 2013-12-23 10:18:07 +09:00
debug.c f2fs: replace the debugfs_root with f2fs_debugfs_root 2013-12-23 10:18:05 +09:00
dir.c f2fs: add unlikely() macro for compiler optimization 2013-12-23 10:18:06 +09:00
f2fs.h f2fs: introduce a new direct_IO write path 2013-12-23 10:18:07 +09:00
file.c f2fs: add unlikely() macro for compiler more aggressively 2013-12-23 10:18:06 +09:00
gc.c f2fs: refactor bio->rw handling 2013-12-23 10:18:06 +09:00
gc.h
hash.c
inode.c f2fs: add an option to avoid unnecessary BUG_ONs 2013-10-29 15:44:38 +09:00
Kconfig
Makefile
namei.c
node.c f2fs: refactor bio->rw handling 2013-12-23 10:18:06 +09:00
node.h
recovery.c f2fs: add unlikely() macro for compiler more aggressively 2013-12-23 10:18:06 +09:00
segment.c f2fs: introduce a new direct_IO write path 2013-12-23 10:18:07 +09:00
segment.h f2fs: introduce sysfs entry to control in-place-update policy 2013-12-23 10:18:07 +09:00
super.c f2fs: introduce sysfs entry to control in-place-update policy 2013-12-23 10:18:07 +09:00
xattr.c f2fs: add unlikely() macro for compiler more aggressively 2013-12-23 10:18:06 +09:00
xattr.h