Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
435f2a1b58ac8f50894f23549c97791085f7cba2
/
fs
/
f2fs
/
segment.c
435f2a1
f2fs: no need to check other dirty_segmap when the seg has been found
by Haicheng Li
· 11 years ago
cffbfa6
f2fs: use true and false for boolean value
by Haicheng Li
· 11 years ago
e234088
f2fs: avoid wait if IO end up when do_checkpoint for better performance
by Gu Zheng
· 11 years ago
cc7b1bb
f2fs: avoid allocating failure in bio_alloc
by Chao Yu
· 11 years ago
7b40527
f2fs: fix a compound statement label error
by Gu Zheng
· 11 years ago
41dfde1
f2fs: clean up the needless end 'return' of void function
by Gu Zheng
· 11 years ago
a569469
f2fs: fix a deadlock in fsync
by Jin Xu
· 11 years ago
d8207f6
f2fs: move bio_private allocation out of f2fs_bio_alloc()
by Gu Zheng
· 11 years ago
763bfe1
f2fs: remove reusing any prefree segments
by Jaegeuk Kim
· 11 years ago
8736fbf
f2fs: optimize the init_dirty_segmap function
by Namjae Jeon
· 11 years ago
354a339
f2fs: recover wrong pino after checkpoint during fsync
by Jaegeuk Kim
· 11 years ago
8d8451a
f2fs: make locate_dirty_segment() as static
by Haicheng Li
· 11 years ago
e79efe3
f2fs: remove unnecessary parameter "offset" from __add_sum_entry()
by Haicheng Li
· 11 years ago
35b09d8
f2fs: push some variables to debug part
by Namjae Jeon
· 11 years ago
81fb5e8
f2fs: remove unecessary variable and code
by Haicheng Li
· 11 years ago
ac5d156
f2fs: modify the number of issued pages to merge IOs
by Jaegeuk Kim
· 12 years ago
8680441
f2fs: add REQ_META about metadata requests for submit
by Namjae Jeon
· 12 years ago
6ec178d
f2fs: add tracepoints for write page operations
by Namjae Jeon
· 12 years ago
b2f2c39
f2fs: fix the bitmap consistency of dirty segments
by Jaegeuk Kim
· 12 years ago
6037468
f2fs: allocate remained free segments in the LFS mode
by Jaegeuk Kim
· 12 years ago
5ec4e49
f2fs: change GC bitmaps to apply the section granularity
by Jaegeuk Kim
· 12 years ago
33afa7f
f2fs: allocate new segment aligned with sections
by Jaegeuk Kim
· 12 years ago
53cf952
f2fs: introduce TOTAL_SECS macro
by Jaegeuk Kim
· 12 years ago
79b5793
f2fs: use kmemdup
by Alexandru Gheorghiu
· 12 years ago
4372752
f2fs: clarify and enhance the f2fs_gc flow
by Jaegeuk Kim
· 12 years ago
577e349
f2fs: prevent checkpoint once any IO failure is detected
by Jaegeuk Kim
· 12 years ago
408e937
f2fs: revisit the f2fs_gc flow
by Jaegeuk Kim
· 12 years ago
344324f
f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_info
by Namjae Jeon
· 12 years ago
029cd28
f2fs: fix equation of has_not_enough_free_secs()
by Jaegeuk Kim
· 12 years ago
12a6714
f2fs: return a default value for non-void function
by Jaegeuk Kim
· 12 years ago
690e4a3
f2fs: add missing #include <linux/prefetch.h>
by Geert Uytterhoeven
· 12 years ago
dfb7c0c
f2fs: remove set_page_dirty for atomic f2fs_end_io_write
by Jaegeuk Kim
· 12 years ago
3cd8a23
f2fs: cleanup the f2fs_bio_alloc routine
by Jaegeuk Kim
· 12 years ago
c212991
f2fs: rewrite f2fs_bio_alloc to make it simpler
by Namjae Jeon
· 12 years ago
1042d60
f2fs: remove unneeded initialization
by Namjae Jeon
· 12 years ago
0a8165d
f2fs: adjust kernel coding style
by Jaegeuk Kim
· 12 years ago
25ca923
f2fs: fix endian conversion bugs reported by sparse
by Jaegeuk Kim
· 12 years ago
351df4b
f2fs: add segment operations
by Jaegeuk Kim
· 12 years ago