Jaegeuk Kim
|
90a893c749
f2fs: use MAX_BIO_BLOCKS(sbi)
|
11 年之前 |
Jaegeuk Kim
|
c1ce1b02bb
f2fs: give an option to enable in-place-updates during fsync to users
|
11 年之前 |
Gu Zheng
|
721bd4d5c3
f2fs: use lock-less list(llist) to simplify the flush cmd management
|
11 年之前 |
Chao Yu
|
184a5cd2ce
f2fs: refactor flush_sit_entries codes for reducing SIT writes
|
11 年之前 |
Chao Yu
|
d3a14afd5e
f2fs: remove unneeded sit_i in macro SIT_BLOCK_OFFSET/START_SEGNO
|
11 年之前 |
Jaegeuk Kim
|
ec325b5270
f2fs: handle bug cases by letting fsck.f2fs initiate
|
11 年之前 |
Jaegeuk Kim
|
05796763b8
f2fs: add BUG cases to initiate fsck.f2fs
|
11 年之前 |
Jaegeuk Kim
|
9850cf4a89
f2fs: need fsck.f2fs when f2fs_bug_on is triggered
|
11 年之前 |
Jaegeuk Kim
|
4081363fbe
f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB
|
11 年之前 |
Jaegeuk Kim
|
202095a7a0
f2fs: remove rewrite_node_page
|
11 年之前 |
arter97
|
e1c4204520
f2fs: fix typo
|
11 年之前 |
Chao Yu
|
b65ee14818
f2fs: use for_each_set_bit to simplify the code
|
11 年之前 |
Dongho Sim
|
33be828ada
f2fs: remove redundant lines in allocate_data_block
|
11 年之前 |
Jaegeuk Kim
|
24a9ee0fa3
f2fs: add tracepoint for f2fs_issue_flush
|
11 年之前 |
Jaegeuk Kim
|
cf2271e781
f2fs: avoid retrying wrong recovery routine when error was occurred
|
11 年之前 |
Jaegeuk Kim
|
0f7b2abd18
f2fs: add nobarrier mount option
|
11 年之前 |
Chao Yu
|
6b2920a513
f2fs: use inner macro and function to clean up codes
|
11 年之前 |
Fabian Frederick
|
b434babf85
f2fs: replace count*size kzalloc by kcalloc
|
11 年之前 |
Chao Yu
|
50e1f8d221
f2fs: avoid to access NULL pointer in issue_flush_thread
|
11 年之前 |
Chao Yu
|
8bc6f60e3f
f2fs: remove unused variables in f2fs_sm_info
|
11 年之前 |
Chao Yu
|
adf8d90b6a
f2fs: avoid to use slab memory in f2fs_issue_flush for efficiency
|
11 年之前 |
Gu Zheng
|
2163d19815
f2fs: introduce help function {create,destroy}_flush_cmd_control
|
11 年之前 |
Gu Zheng
|
a688b9d9e5
f2fs: introduce struct flush_cmd_control to wrap the flush_merge fields
|
11 年之前 |
Gu Zheng
|
876dc59eb1
f2fs: add the flush_merge handle in the remount flow
|
11 年之前 |
Jaegeuk Kim
|
1e87a78d95
f2fs: avoid to conduct roll-forward due to the remained garbage blocks
|
11 年之前 |
Gu Zheng
|
b270ad6f0a
f2fs: enable flush_merge only in f2fs is not read-only
|
11 年之前 |
Gu Zheng
|
197d46476c
f2fs: use __GFP_ZERO to avoid appending set-NULL
|
11 年之前 |
Gu Zheng
|
a4ed23f2f1
f2fs: put the bio when issue_flush completed
|
11 年之前 |
Jaegeuk Kim
|
6b4afdd794
f2fs: introduce f2fs_issue_flush to avoid redundant flush issue
|
11 年之前 |
Jaegeuk Kim
|
ce23447fe5
f2fs: fix to cover io->bio with io_rwsem
|
11 年之前 |