Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9bfd61d9755a515fc876aa70717824cea645bffd
/
fs
/
f2fs
/
segment.c
1e78e8b
f2fs: fix data corruption issue with hardware encryption
by Sahitya Tummala
· 6 years ago
2baf078
f2fs: fix to spread clear_cold_data()
by Chao Yu
· 6 years ago
4dada3f
f2fs: use rb_*_cached friends
by Chao Yu
· 6 years ago
4354994
f2fs: checkpoint disabling
by Daniel Rosenberg
· 6 years ago
bab475c
Revert: "f2fs: check last page index in cached bio to decide submission"
by Chao Yu
· 6 years ago
b63e7be
f2fs: add to account meta IO
by Chao Yu
· 6 years ago
edc55aa
f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
by Jaegeuk Kim
· 6 years ago
a7d10cf
f2fs: add new idle interval timing for discard and gc paths
by Sahitya Tummala
· 6 years ago
7c1a000
f2fs: add SPDX license identifiers
by Chao Yu
· 6 years ago
0ded69f
f2fs: avoid wrong decrypted data from disk
by Jaegeuk Kim
· 6 years ago
22d7ea1
Revert "f2fs: use printk_ratelimited for f2fs_msg"
by Chao Yu
· 6 years ago
abde73c
f2fs: fix unnecessary periodic wakeup of discard thread when dev is busy
by Sahitya Tummala
· 6 years ago
7d20c8a
f2fs: fix to avoid NULL pointer dereference on se->discard_map
by Chao Yu
· 6 years ago
6aa58d8
f2fs: readahead encrypted block during GC
by Chao Yu
· 6 years ago
6f8d445
f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
by Jaegeuk Kim
· 6 years ago
853137c
f2fs: fix performance issue observed with multi-thread sequential read
by Jaegeuk Kim
· 6 years ago
7fa750a
f2fs: rework fault injection handling to avoid a warning
by Arnd Bergmann
· 6 years ago
3f16ecd9
f2fs: fix to return success when trimming meta area
by Chao Yu
· 6 years ago
6b9cb12
f2fs: fix use-after-free of dicard command entry
by Chao Yu
· 6 years ago
b83dcfe
f2fs: support discard submission error injection
by Chao Yu
· 6 years ago
35ec7d5
f2fs: split discard command in prior to block layer
by Chao Yu
· 6 years ago
6eae269
f2fs: fix incorrect range->len in f2fs_trim_fs()
by Chao Yu
· 6 years ago
fd8c8ca
f2fs: let checkpoint flush dnode page of regular
by Chao Yu
· 6 years ago
ad6672b
f2fs: issue discard align to section in LFS mode
by Yunlong Song
· 6 years ago
2079f11
f2fs: clean up with f2fs_is_{atomic,volatile}_file()
by Chao Yu
· 6 years ago
7735730
f2fs: fix to propagate error from __get_meta_page()
by Chao Yu
· 6 years ago
20ee438
f2fs: issue small discard by LBA order
by Chao Yu
· 7 years ago
522d171
f2fs: stop issuing discard immediately if there is queued IO
by Chao Yu
· 7 years ago
2482c43
f2fs: detect bug_on in f2fs_wait_discard_bios
by Chao Yu
· 7 years ago
01f9cf6
f2fs: fix to correct return value of f2fs_trim_fs
by Chao Yu
· 7 years ago
67fce70
f2fs: disable f2fs_check_rb_tree_consistence
by Chao Yu
· 7 years ago
e1da787
f2fs: introduce and spread verify_blkaddr
by Chao Yu
· 7 years ago
5a61549
f2fs: don't issue discard commands in online discard is on
by Jaegeuk Kim
· 7 years ago
9d2a789
treewide: Use array_size in f2fs_kvzalloc()
by Kees Cook
· 7 years ago
026f050
treewide: Use array_size() in f2fs_kzalloc()
by Kees Cook
· 7 years ago
a1f72ac2
f2fs: fix to update mtime correctly
by Chao Yu
· 7 years ago
4d57b86
f2fs: clean up symbol namespace
by Chao Yu
· 7 years ago
fe16efe
f2fs: fix to let caller retry allocating block address
by Chao Yu
· 7 years ago
64c74a7
f2fs: fix to don't trigger writeback during recovery
by Chao Yu
· 7 years ago
35a9a76
f2fs: clear discard_wake earlier
by Sheng Yong
· 7 years ago
f9d1dce
f2fs: let discard thread wait a little longer if dev is busy
by Yunlei He
· 7 years ago
2ef79ec
f2fs: avoid stucking GC due to atomic write
by Chao Yu
· 7 years ago
5b0e953
f2fs: introduce sbi->gc_mode to determine the policy
by Jaegeuk Kim
· 7 years ago
107a805
f2fs: keep migration IO order in LFS mode
by Chao Yu
· 7 years ago
e5e5732
f2fs: fix to wait page writeback during revoking atomic write
by Chao Yu
· 7 years ago
7b525dd
f2fs: clean up with is_valid_blkaddr()
by Chao Yu
· 7 years ago
5ad2544
f2fs: fix to initialize min_mtime with ULLONG_MAX
by Chao Yu
· 7 years ago
b4c3ca8
f2fs: treat volatile file's data as hot one
by Chao Yu
· 7 years ago
af8ff65
f2fs: introduce release_discard_addr() for cleanup
by Chao Yu
· 7 years ago
a9af3fd
f2fs: fix potential overflow
by Chao Yu
· 7 years ago
8a29c12
f2fs: sanity check for total valid node blocks
by Jaegeuk Kim
· 7 years ago
b2ca374
f2fs: sanity check on sit entry
by Jaegeuk Kim
· 7 years ago
cf52b27
f2fs: clean up commit_inmem_pages()
by Chao Yu
· 7 years ago
d618477
f2fs: stop issue discard if something wrong with f2fs
by Yunlei He
· 7 years ago
d0891e8
f2fs: check if inmem_pages list is empty correctly
by Sheng Yong
· 7 years ago
56b07e7
f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entries
by Zhikang Zhang
· 7 years ago
3d165dc
f2fs: correct return value of f2fs_trim_fs
by Chao Yu
· 7 years ago
81114ba
f2fs: don't use GFP_ZERO for page caches
by Chao Yu
· 7 years ago
241b493
f2fs: issue all big range discards in umount process
by Yunlei He
· 7 years ago
e555da9
f2fs: run fstrim asynchronously if runtime discard is on
by Jaegeuk Kim
· 7 years ago
cba6084
f2fs: turn down IO priority of discard from background
by Chao Yu
· 7 years ago
377224c
f2fs: don't split checkpoint in fstrim
by Chao Yu
· 7 years ago
8bb4f25
f2fs: issue discard commands proactively in high fs utilization
by Jaegeuk Kim
· 7 years ago
9a99718
f2fs: let fstrim issue discard commands in lower priority
by Jaegeuk Kim
· 7 years ago
17c5003
f2fs: clear PageError on writepage
by Jaegeuk Kim
· 7 years ago
d21b0f2
f2fs: Add a segment type check in inplace write
by Yunlei He
· 7 years ago
63189b7
f2fs: wrap all options with f2fs_sb_info.mount_opt
by Chao Yu
· 7 years ago
5d7881c
f2fs: Don't overwrite all types of node to keep node chain
by Yunlei He
· 7 years ago
b6a06cb
f2fs: support hot file extension
by Chao Yu
· 7 years ago
dee02f0
f2fs: issue discard aggressively in the gc_urgent mode
by Jaegeuk Kim
· 7 years ago
0793962
f2fs: add mount option for segment allocation policy
by Jaegeuk Kim
· 7 years ago
ccd31cb
f2fs: clean up f2fs_sb_has_xxx functions
by Sheng Yong
· 7 years ago
f2e703f
f2fs: support passing down write hints to block layer with F2FS policy
by Hyunchul Lee
· 7 years ago
0cdd319
f2fs: support passing down write hints given by users to block layer
by Hyunchul Lee
· 7 years ago
b94929d
f2fs: fix heap mode to reset it back
by Yunlong Song
· 7 years ago
068c3cd
f2fs: rebuild sit page from sit info in mem
by Yunlei He
· 7 years ago
3b60d80
f2fs: stop issuing discard if fs is readonly
by Chao Yu
· 7 years ago
6819b88
f2fs: clean up duplicated assignment in init_discard_policy
by Chao Yu
· 7 years ago
7950e9a
f2fs: stop gc/discard thread after fs shutdown
by Chao Yu
· 7 years ago
f1d2564
f2fs: handle newly created page when revoking inmem pages
by Daeho Jeong
· 7 years ago
49c60c6
f2fs: avoid high cpu usage in discard thread
by Chao Yu
· 7 years ago
94b1e10
f2fs: make local functions static
by Wei Yongjun
· 7 years ago
2c19050
f2fs: check segment type in __f2fs_replace_block
by Yunlong Song
· 7 years ago
c39a1b3
f2fs: return error during fill_super
by Jaegeuk Kim
· 7 years ago
c376fc0
f2fs: no need return value in restore summary process
by Yunlei He
· 7 years ago
4e6aad2
f2fs: spread f2fs_k{m,z}alloc
by Chao Yu
· 7 years ago
628b3d1
f2fs: inject fault to kvmalloc
by Chao Yu
· 7 years ago
acbf054
f2fs: inject fault to kzalloc
by Chao Yu
· 7 years ago
4f0a03d3
f2fs: apply write hints to select the type of segments for buffered write
by Hyunchul Lee
· 7 years ago
2b60311
f2fs: fix summary info corruption
by Chao Yu
· 7 years ago
0537b81
f2fs: remove dead code in update_meta_page
by Chao Yu
· 7 years ago
3d26fa6
f2fs: use rw_semaphore to protect SIT cache
by Chao Yu
· 7 years ago
65f1b80
Revert "f2fs: handle dirty segments inside refresh_sit_entry"
by Yunlong Song
· 7 years ago
a2a12b6
f2fs: export SSR allocation threshold
by Chao Yu
· 7 years ago
0ea8051
f2fs: give correct trimmed blocks in fstrim
by Chao Yu
· 7 years ago
d62fe97
f2fs: support bio allocation error injection
by Chao Yu
· 7 years ago
dca6951
f2fs: remove several redundant assignments
by Colin Ian King
· 7 years ago
57864ae
f2fs: limit # of inmemory pages
by Jaegeuk Kim
· 7 years ago
cf5c759
f2fs: give up CP_TRIMMED_FLAG if it drops discards
by Chao Yu
· 7 years ago
2ec6f2e
f2fs: trace f2fs_remove_discard
by Chao Yu
· 7 years ago
Next »