Yuan Zhong
|
5514f0aadd
f2fs: remove the needless parameter of f2fs_wait_on_page_writeback
|
11 years ago |
Jaegeuk Kim
|
a8865372a8
f2fs: handle errors correctly during f2fs_reserve_block
|
11 years ago |
Jaegeuk Kim
|
9e09fc855d
f2fs: refactor f2fs_convert_inline_data
|
11 years ago |
Jaegeuk Kim
|
26f466f4a9
f2fs: call f2fs_put_page at the error case
|
11 years ago |
Huajun Li
|
9ffe0fb5f3
f2fs: handle inline data operations
|
12 years ago |
Jaegeuk Kim
|
944fcfc184
f2fs: check the blocksize before calling generic_direct_IO path
|
11 years ago |
Jaegeuk Kim
|
1ec79083b2
f2fs: should put the dnode when NEW_ADDR is detected
|
11 years ago |
Chao Yu
|
4f4124d0b9
f2fs: update several comments
|
11 years ago |
Gu Zheng
|
7e8f23081a
f2fs: remove the rw_flag domain from f2fs_io_info
|
11 years ago |
Gu Zheng
|
940a6d34b3
f2fs: move all the bio initialization into __bio_alloc
|
11 years ago |
Jaegeuk Kim
|
bfad7c2d40
f2fs: introduce a new direct_IO write path
|
11 years ago |
Jaegeuk Kim
|
76130ccabc
f2fs: fix the location of tracepoint
|
11 years ago |
Jaegeuk Kim
|
458e6197c3
f2fs: refactor bio->rw handling
|
11 years ago |
Fan Li
|
63a0b7cb33
f2fs: merge pages with the same sync_mode flag
|
11 years ago |
Jaegeuk Kim
|
6bacf52fb5
f2fs: add unlikely() macro for compiler more aggressively
|
11 years ago |
Chao Yu
|
cfb271d485
f2fs: add unlikely() macro for compiler optimization
|
11 years ago |
Jaegeuk Kim
|
93dfe2ac51
f2fs: refactor bio-related operations
|
11 years ago |
Chao Yu
|
1069bbf7b9
f2fs: check return value of f2fs_readpage in find_data_page
|
11 years ago |
Jaegeuk Kim
|
f9a4e6df52
f2fs: bug fix on bit overflow from 32bits to 64bits
|
11 years ago |
Huajun Li
|
b600965c43
f2fs: add a new function: f2fs_reserve_block()
|
12 years ago |
Chao Yu
|
d4d288bc72
f2fs: adds a tracepoint for f2fs_submit_read_bio
|
12 years ago |
Chao Yu
|
87b8872d5b
f2fs: adds a tracepoint for submit_read_page
|
12 years ago |
Chao Yu
|
924b720b58
f2fs: add a new function to support for merging contiguous read
|
12 years ago |
Jaegeuk Kim
|
c11abd1a80
f2fs: disable the extent cache ops on high fragmented files
|
12 years ago |
Jaegeuk Kim
|
971767caf6
f2fs: use sbi->write_mutex for write bios
|
12 years ago |
Chao Yu
|
75c3c8bc88
f2fs: use f2fs_put_page to release page for uniform style
|
12 years ago |
Kent Overstreet
|
4f024f3797
block: Abstract out bvec iterator
|
12 years ago |
Kent Overstreet
|
2c30c71bd6
block: Convert various code to bio_for_each_segment()
|
12 years ago |
Jaegeuk Kim
|
5d56b6718a
f2fs: add an option to avoid unnecessary BUG_ONs
|
12 years ago |
Jaegeuk Kim
|
26c6b88799
f2fs: add tracepoint for set_page_dirty
|
12 years ago |