Jaegeuk Kim
|
4ef51a8fcc
f2fs: introduce NODE_MAPPING for code consistency
|
11 年之前 |
Gu Zheng
|
63f5384c9a
f2fs: remove the orphan block page array
|
11 年之前 |
Gu Zheng
|
9df27d982d
f2fs: add help function META_MAPPING
|
11 年之前 |
Gu Zheng
|
17b692f60e
f2fs: use spinlock rather than mutex for better speed
|
11 年之前 |
Gu Zheng
|
c1ef372572
f2fs: move alloc new orphan node out of lock protection region
|
11 年之前 |
Gu Zheng
|
4531929e39
f2fs: move grabing orphan pages out of protection region
|
11 年之前 |
Gu Zheng
|
0d47c1adc2
f2fs: convert max_orphans to a field of f2fs_sb_info
|
11 年之前 |
Jaegeuk Kim
|
5459aa9770
f2fs: write dirty meta pages collectively
|
11 年之前 |
Jaegeuk Kim
|
458e6197c3
f2fs: refactor bio->rw handling
|
11 年之前 |
Jaegeuk Kim
|
6bacf52fb5
f2fs: add unlikely() macro for compiler more aggressively
|
11 年之前 |
Chao Yu
|
cfb271d485
f2fs: add unlikely() macro for compiler optimization
|
11 年之前 |
Jaegeuk Kim
|
93dfe2ac51
f2fs: refactor bio-related operations
|
11 年之前 |
Chao Yu
|
8f99a946f3
f2fs: convert recover_orphan_inodes to void
|
11 年之前 |
Chao Yu
|
6947eea957
f2fs: avoid to calculate incorrect max orphan number
|
11 年之前 |
Jaegeuk Kim
|
f9a4e6df52
f2fs: bug fix on bit overflow from 32bits to 64bits
|
11 年之前 |
Gu Zheng
|
3679556794
f2fs: fix a potential out of range issue
|
11 年之前 |
Changman Lee
|
03232305ff
f2fs: send REQ_META or REQ_PRIO when reading meta area
|
11 年之前 |
Gu Zheng
|
ce3b7d80ed
f2fs: move the list_head initialization into the lock protection region
|
11 年之前 |
Gu Zheng
|
502c6e0bcd
f2fs: simplify write_orphan_inodes for better readable
|
11 年之前 |
Changman Lee
|
fb51b5ef9c
f2fs: cleanup waiting routine for writeback pages in cp
|
12 年之前 |
Jaegeuk Kim
|
5d56b6718a
f2fs: add an option to avoid unnecessary BUG_ONs
|
12 年之前 |
Jaegeuk Kim
|
26c6b88799
f2fs: add tracepoint for set_page_dirty
|
12 年之前 |
Haicheng Li
|
aabe51364f
f2fs: use bool for booleans
|
12 年之前 |
Jaegeuk Kim
|
dcdfff6527
f2fs: clean up several status-related operations
|
12 年之前 |
Gu Zheng
|
7bd59381c8
f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation
|
12 年之前 |
Jaegeuk Kim
|
87a9bd2656
f2fs: avoid to write during the recovery
|
12 年之前 |
Gu Zheng
|
e234088758
f2fs: avoid wait if IO end up when do_checkpoint for better performance
|
12 年之前 |
Gu Zheng
|
e479556bfd
f2fs: use rw_sem instead of fs_lock(locks mutex)
|
12 年之前 |
Russ W. Knize
|
885166c03c
f2fs: don't let the orphan inode counter underflow
|
12 年之前 |
Jaegeuk Kim
|
d71b5564c0
f2fs: introduce cur_cp_version function to reduce code size
|
12 年之前 |