Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3c29568768dfe6965ca51e1a78f9f31ebc0c500a
/
fs
/
f2fs
/
segment.h
a125702
Revert "f2fs: do not skip dentry block writes"
by Jaegeuk Kim
· 9 years ago
6aefd93
f2fs: introduce background_gc=sync mount option
by Jaegeuk Kim
· 9 years ago
90b803e
f2fs: do not skip dentry block writes
by Jaegeuk Kim
· 9 years ago
4c27839
f2fs: avoid a build warning
by Jaegeuk Kim
· 9 years ago
decd36b
f2fs: remove inmem radix tree
by Chao Yu
· 9 years ago
7a04f64
f2fs: unify f2fs_bug_on when check blocks and segment
by Liu Xue
· 9 years ago
e4bc13a
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
66114ca
writeback: separate out include/linux/backing-dev-defs.h
by Tejun Heo
· 10 years ago
a88a341
writeback: move bandwidth related fields from backing_dev_info into bdi_writeback
by Tejun Heo
· 10 years ago
a66cdd9
f2fs: introduce discard_map for f2fs_trim_fs
by Jaegeuk Kim
· 10 years ago
7fd9701
f2fs: reduce searching region of segmap when set free section
by Wanpeng Li
· 10 years ago
1a118cc
f2fs: use spinlock for segmap_lock instead of rwlock
by Chao Yu
· 10 years ago
60a3b78
f2fs: avoid variable length array
by Jaegeuk Kim
· 10 years ago
caf0047
f2fs: merge flags in struct f2fs_sb_info
by Chao Yu
· 10 years ago
510184c
f2fs: do not skip any writes under memory pressure
by Jaegeuk Kim
· 10 years ago
c6ac4c0
f2fs: introduce f2fs_change_bit to simplify the change bit logic
by Gu Zheng
· 10 years ago
88b88a6
f2fs: support atomic writes
by Jaegeuk Kim
· 10 years ago
8a21984
f2fs: potential shift wrapping buf in f2fs_trim_fs()
by Dan Carpenter
· 10 years ago
7cd8558
f2fs: check the use of macros on block counts and addresses
by Jaegeuk Kim
· 10 years ago
95dd897
f2fs: use more free segments until SSR is activated
by Jaegeuk Kim
· 10 years ago
9b5f136
f2fs: change the ipu_policy option to enable combinations
by Jaegeuk Kim
· 10 years ago
55cf9cb
f2fs: support large sector size
by Chao Yu
· 10 years ago
90a893c
f2fs: use MAX_BIO_BLOCKS(sbi)
by Jaegeuk Kim
· 10 years ago
4c521f49
f2fs: use meta_inode cache to improve roll-forward speed
by Jaegeuk Kim
· 10 years ago
c1ce1b0
f2fs: give an option to enable in-place-updates during fsync to users
by Jaegeuk Kim
· 10 years ago
184a5cd
f2fs: refactor flush_sit_entries codes for reducing SIT writes
by Chao Yu
· 10 years ago
d3a14af
f2fs: remove unneeded sit_i in macro SIT_BLOCK_OFFSET/START_SEGNO
by Chao Yu
· 10 years ago
0579676
f2fs: add BUG cases to initiate fsck.f2fs
by Jaegeuk Kim
· 10 years ago
4081363
f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB
by Jaegeuk Kim
· 10 years ago
e1c4204
f2fs: fix typo
by arter97
· 10 years ago
ea1aa12
f2fs: enable in-place-update for fdatasync
by Jaegeuk Kim
· 10 years ago
f1121ab
f2fs: reduce searching region of segmap when free section
by Chao Yu
· 10 years ago
58c4103
f2fs: change reclaim rate in percentage
by Jaegeuk Kim
· 11 years ago
50c8cdb
f2fs: introduce nr_pages_to_write for segment alignment
by Jaegeuk Kim
· 11 years ago
87d6f89
f2fs: avoid small data writes by skipping writepages
by Jaegeuk Kim
· 11 years ago
8b8343f
f2fs: implement a lock-free stat_show
by Jaegeuk Kim
· 11 years ago
491c085
f2fs: clean up with a macro
by Jaegeuk Kim
· 11 years ago
6c311ec
f2fs: clean checkpatch warnings
by Chris Fries
· 11 years ago
216fbd6
f2fs: introduce sysfs entry to control in-place-update policy
by Jaegeuk Kim
· 11 years ago
cfb271d
f2fs: add unlikely() macro for compiler optimization
by Chao Yu
· 11 years ago
187b5b8
f2fs: remove the own bi_private allocation
by Jaegeuk Kim
· 11 years ago
aac4404
f2fs: correct type of wait in struct bio_private
by Chao Yu
· 11 years ago
f9a4e6d
f2fs: bug fix on bit overflow from 32bits to 64bits
by Jaegeuk Kim
· 11 years ago
74de593
f2fs: read contiguous sit entry pages by merging for mount performance
by Chao Yu
· 11 years ago
61ae45c
f2fs: simplify IS_DATASEG and IS_NODESEG macro
by Changman Lee
· 11 years ago
44c60bf
f2fs: check all ones or zeros bitmap with bitops for better mount performance
by Chao Yu
· 11 years ago
5d56b67
f2fs: add an option to avoid unnecessary BUG_ONs
by Jaegeuk Kim
· 11 years ago
81eb8d6
f2fs: reclaim prefree segments periodically
by Jaegeuk Kim
· 11 years ago
cc7b1bb
f2fs: avoid allocating failure in bio_alloc
by Chao Yu
· 11 years ago
a26b7c8
f2fs: optimize gc for better performance
by Jin Xu
· 11 years ago
222cbdc
f2fs: avoid an overflow during utilization calculation
by Jaegeuk Kim
· 11 years ago
c34e333
f2fs: trigger GC when there are prefree segments
by Jaegeuk Kim
· 11 years ago
ac5d156
f2fs: modify the number of issued pages to merge IOs
by Jaegeuk Kim
· 12 years ago
6224da8
f2fs: fix typo mistakes
by Namjae Jeon
· 12 years ago
5ec4e49
f2fs: change GC bitmaps to apply the section granularity
by Jaegeuk Kim
· 12 years ago
53cf952
f2fs: introduce TOTAL_SECS macro
by Jaegeuk Kim
· 12 years ago
5c773ba
f2fs: do not use duplicate names in a macro
by Jaegeuk Kim
· 12 years ago
12fc760
f2fs: fix overflow when calculating utilization on 32-bit
by Changman Lee
· 12 years ago
4372752
f2fs: clarify and enhance the f2fs_gc flow
by Jaegeuk Kim
· 12 years ago
b1f1daf
f2fs: optimize the return condition for has_not_enough_free_secs
by Namjae Jeon
· 12 years ago
5ac206c
f2fs: make an accessor to get sections for particular block type
by Namjae Jeon
· 12 years ago
029cd28
f2fs: fix equation of has_not_enough_free_secs()
by Jaegeuk Kim
· 12 years ago
3cd8a23
f2fs: cleanup the f2fs_bio_alloc routine
by Jaegeuk Kim
· 12 years ago
0a8165d
f2fs: adjust kernel coding style
by Jaegeuk Kim
· 12 years ago
39a53e0
f2fs: add superblock and major in-memory structure
by Jaegeuk Kim
· 12 years ago