Skip to content

Commit

Permalink
f2fs: add address space operations for data
Browse files Browse the repository at this point in the history
This adds address space operations for data.

- F2FS supports readpages(), writepages(), and direct_IO().

- Because of out-of-place writes, f2fs_direct_IO() does not write data in place.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
  • Loading branch information
Jaegeuk Kim committed Dec 11, 2012
1 parent fbfa2cc commit eb47b80
Showing 1 changed file with 701 additions and 0 deletions.
Loading

0 comments on commit eb47b80

Please sign in to comment.