summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: monitor the number of background checkpointJaegeuk Kim2016-01-111-0/+1
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-111-1/+1
* f2fs: introduce time and interval facilityJaegeuk Kim2016-01-111-1/+1
* f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-081-2/+4
* f2fs: report error of do_checkpointChao Yu2015-12-301-2/+3
* f2fs: support data flush in backgroundChao Yu2015-12-171-1/+4
* f2fs: enhance the bit operation for SSRJaegeuk Kim2015-12-091-30/+20
* f2fs: clean up code with __has_cursum_spaceChao Yu2015-12-041-2/+2
* f2fs: clear page uptodate when dropping cache for atomic writeChao Yu2015-12-041-0/+1
* f2fs: optimize __find_rev_next_bitFan Li2015-12-041-28/+18
* f2fs: fix to clear GCed flag for atomic written pageChao Yu2015-10-221-0/+1
* f2fs: don't need to submit bio on error caseJaegeuk Kim2015-10-211-1/+1
* f2fs: refactor __find_rev_next_{zero}_bitJaegeuk Kim2015-10-211-57/+49
* f2fs crypto: fix racing of accessing encrypted page amongChao Yu2015-10-131-0/+17
* f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu2015-10-121-3/+3
* f2fs: don't tag REQ_META for temporary non-meta pagesChao Yu2015-10-121-0/+3
* f2fs: fix SSA updates resulting in corruptionJaegeuk Kim2015-10-121-1/+32
* f2fs: introduce a periodic checkpoint flowJaegeuk Kim2015-10-091-1/+3
* f2fs: support synchronous gc in ioctlChao Yu2015-10-091-1/+1
* f2fs: use vmalloc to handle -ENOMEM errorJaegeuk Kim2015-10-091-16/+16
* f2fs: use __GFP_NOFAIL to avoid infinite loopJaegeuk Kim2015-08-241-1/+1
* f2fs: handle failed bio allocationJaegeuk Kim2015-08-201-3/+12
* f2fs: shrink free_nids entriesChao Yu2015-08-201-0/+3
* f2fs: do not assign a new segment for dio under space shortageJaegeuk Kim2015-08-141-1/+2
* f2fs: remove inmem radix treeChao Yu2015-08-111-16/+9
* f2fs: invalidate temporary meta pageChao Yu2015-08-051-3/+6
* f2fs: handle error cases in commit_inmem_pagesJaegeuk Kim2015-08-051-2/+8
* f2fs: shrink extent_cache entriesJaegeuk Kim2015-08-041-1/+2
* f2fs: shrink nat_cache entriesJaegeuk Kim2015-08-041-2/+6
* f2fs: call set_page_dirty to attach i_wb for cgroupJaegeuk Kim2015-07-251-0/+1
* f2fs: fix to return exact trimmed sizeJaegeuk Kim2015-06-021-1/+1
* f2fs: hide common code in f2fs_replace_blockChao Yu2015-06-021-1/+17
* f2fs: introduce update_meta_pageChao Yu2015-06-011-10/+15
* f2fs crypto: zero next free dnode blockChao Yu2015-06-011-1/+1
* f2fs crypto: shrink size of the f2fs_crypto_ctx structureJaegeuk Kim2015-06-011-1/+1
* f2fs: cleanup a confusing indentDan Carpenter2015-06-011-2/+2
* f2fs: avoid buggy functionsJaegeuk Kim2015-06-011-0/+18
* f2fs: do not issue next dnode discard redundantlyJaegeuk Kim2015-06-011-1/+14
* f2fs crypto: add encryption support in read/write pathsJaegeuk Kim2015-05-281-4/+20
* f2fs: introduce f2fs_replace_block() for reuseChao Yu2015-05-281-7/+24
* f2fs: issue discard with finally produced len and minlenJaegeuk Kim2015-05-281-8/+6
* f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim2015-05-281-28/+43
* f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim2015-05-281-18/+20
* f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim2015-04-101-0/+4
* f2fs: fix to cover sentry_lock for block allocationJaegeuk Kim2015-04-101-1/+1
* f2fs: fix to issue small discard in real-time mode discardChao Yu2015-04-101-1/+1
* f2fs: don't need to collect dirty sit entries and flush journal when there's ...Wanpeng Li2015-04-101-3/+3
* f2fs: enable rb-tree extent cacheChao Yu2015-03-031-0/+3
* f2fs: use spinlock for segmap_lock instead of rwlockChao Yu2015-02-111-3/+3
* f2fs: avoid variable length arrayJaegeuk Kim2015-02-111-2/+8
OpenPOWER on IntegriCloud