summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c (follow)
Commit message (Expand)AuthorAge
* f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu2019-10-05
* Revert "f2fs: avoid out-of-range memory access"Chao Yu2019-10-05
* f2fs: avoid out-of-range memory accessOcean Chen2019-08-04
* f2fs: introduce and spread verify_blkaddrChao Yu2019-01-26
* f2fs: clean up with is_valid_blkaddr()Chao Yu2019-01-26
* f2fs: sanity check on sit entryJaegeuk Kim2019-01-26
* f2fs: return error during fill_superJaegeuk Kim2019-01-26
* f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2019-01-26
* f2fs: avoid unneeded loop in build_sit_entriesChao Yu2019-01-26
* f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He2018-12-21
* f2fs: fix to don't trigger writeback during recoveryChao Yu2018-08-06
* f2fs: fix to clear GCed flag for atomic written pageChao Yu2015-10-22
* f2fs: don't need to submit bio on error caseJaegeuk Kim2015-10-21
* f2fs: refactor __find_rev_next_{zero}_bitJaegeuk Kim2015-10-21
* f2fs crypto: fix racing of accessing encrypted page amongChao Yu2015-10-13
* f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu2015-10-12
* f2fs: don't tag REQ_META for temporary non-meta pagesChao Yu2015-10-12
* f2fs: fix SSA updates resulting in corruptionJaegeuk Kim2015-10-12
* f2fs: introduce a periodic checkpoint flowJaegeuk Kim2015-10-09
* f2fs: support synchronous gc in ioctlChao Yu2015-10-09
* f2fs: use vmalloc to handle -ENOMEM errorJaegeuk Kim2015-10-09
* f2fs: use __GFP_NOFAIL to avoid infinite loopJaegeuk Kim2015-08-24
* f2fs: handle failed bio allocationJaegeuk Kim2015-08-20
* f2fs: shrink free_nids entriesChao Yu2015-08-20
* f2fs: do not assign a new segment for dio under space shortageJaegeuk Kim2015-08-14
* f2fs: remove inmem radix treeChao Yu2015-08-11
* f2fs: invalidate temporary meta pageChao Yu2015-08-05
* f2fs: handle error cases in commit_inmem_pagesJaegeuk Kim2015-08-05
* f2fs: shrink extent_cache entriesJaegeuk Kim2015-08-04
* f2fs: shrink nat_cache entriesJaegeuk Kim2015-08-04
* f2fs: call set_page_dirty to attach i_wb for cgroupJaegeuk Kim2015-07-25
* f2fs: fix to return exact trimmed sizeJaegeuk Kim2015-06-02
* f2fs: hide common code in f2fs_replace_blockChao Yu2015-06-02
* f2fs: introduce update_meta_pageChao Yu2015-06-01
* f2fs crypto: zero next free dnode blockChao Yu2015-06-01
* f2fs crypto: shrink size of the f2fs_crypto_ctx structureJaegeuk Kim2015-06-01
* f2fs: cleanup a confusing indentDan Carpenter2015-06-01
* f2fs: avoid buggy functionsJaegeuk Kim2015-06-01
* f2fs: do not issue next dnode discard redundantlyJaegeuk Kim2015-06-01
* f2fs crypto: add encryption support in read/write pathsJaegeuk Kim2015-05-28
* f2fs: introduce f2fs_replace_block() for reuseChao Yu2015-05-28
* f2fs: issue discard with finally produced len and minlenJaegeuk Kim2015-05-28
* f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim2015-05-28
* f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim2015-05-28
* f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim2015-04-10
* f2fs: fix to cover sentry_lock for block allocationJaegeuk Kim2015-04-10
* f2fs: fix to issue small discard in real-time mode discardChao Yu2015-04-10
* f2fs: don't need to collect dirty sit entries and flush journal when there's ...Wanpeng Li2015-04-10
* f2fs: enable rb-tree extent cacheChao Yu2015-03-03
* f2fs: use spinlock for segmap_lock instead of rwlockChao Yu2015-02-11