Jaegeuk Kim
|
ec325b5270
f2fs: handle bug cases by letting fsck.f2fs initiate
|
11 years ago |
Jaegeuk Kim
|
05796763b8
f2fs: add BUG cases to initiate fsck.f2fs
|
11 years ago |
Jaegeuk Kim
|
9850cf4a89
f2fs: need fsck.f2fs when f2fs_bug_on is triggered
|
11 years ago |
Jaegeuk Kim
|
4081363fbe
f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB
|
11 years ago |
Jaegeuk Kim
|
202095a7a0
f2fs: remove rewrite_node_page
|
11 years ago |
arter97
|
e1c4204520
f2fs: fix typo
|
11 years ago |
Chao Yu
|
b65ee14818
f2fs: use for_each_set_bit to simplify the code
|
11 years ago |
Dongho Sim
|
33be828ada
f2fs: remove redundant lines in allocate_data_block
|
11 years ago |
Jaegeuk Kim
|
24a9ee0fa3
f2fs: add tracepoint for f2fs_issue_flush
|
11 years ago |
Jaegeuk Kim
|
cf2271e781
f2fs: avoid retrying wrong recovery routine when error was occurred
|
11 years ago |
Jaegeuk Kim
|
0f7b2abd18
f2fs: add nobarrier mount option
|
11 years ago |
Chao Yu
|
6b2920a513
f2fs: use inner macro and function to clean up codes
|
11 years ago |
Fabian Frederick
|
b434babf85
f2fs: replace count*size kzalloc by kcalloc
|
11 years ago |
Chao Yu
|
50e1f8d221
f2fs: avoid to access NULL pointer in issue_flush_thread
|
11 years ago |
Chao Yu
|
8bc6f60e3f
f2fs: remove unused variables in f2fs_sm_info
|
11 years ago |
Chao Yu
|
adf8d90b6a
f2fs: avoid to use slab memory in f2fs_issue_flush for efficiency
|
11 years ago |
Gu Zheng
|
2163d19815
f2fs: introduce help function {create,destroy}_flush_cmd_control
|
11 years ago |
Gu Zheng
|
a688b9d9e5
f2fs: introduce struct flush_cmd_control to wrap the flush_merge fields
|
11 years ago |
Gu Zheng
|
876dc59eb1
f2fs: add the flush_merge handle in the remount flow
|
11 years ago |
Jaegeuk Kim
|
1e87a78d95
f2fs: avoid to conduct roll-forward due to the remained garbage blocks
|
11 years ago |
Gu Zheng
|
b270ad6f0a
f2fs: enable flush_merge only in f2fs is not read-only
|
11 years ago |
Gu Zheng
|
197d46476c
f2fs: use __GFP_ZERO to avoid appending set-NULL
|
11 years ago |
Gu Zheng
|
a4ed23f2f1
f2fs: put the bio when issue_flush completed
|
11 years ago |
Jaegeuk Kim
|
6b4afdd794
f2fs: introduce f2fs_issue_flush to avoid redundant flush issue
|
11 years ago |
Jaegeuk Kim
|
ce23447fe5
f2fs: fix to cover io->bio with io_rwsem
|
11 years ago |
Chao Yu
|
2d7b822ad9
f2fs: use list_for_each_entry{_safe} for simplyfying code
|
11 years ago |
Chao Yu
|
df0f8dc0e1
f2fs: avoid unnecessary bio submit when wait page writeback
|
11 years ago |
Jaegeuk Kim
|
58c410351e
f2fs: change reclaim rate in percentage
|
11 years ago |
Chao Yu
|
e4fc5fbfc9
f2fs: avoid to return incorrect errno of read_normal_summaries
|
11 years ago |
Gu Zheng
|
d653788a43
f2fs: optimize restore_node_summary slightly
|
11 years ago |