summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to clear page private flagChao Yu2016-05-031-0/+1
* f2fs: don't invalidate atomic page if successfulJaegeuk Kim2016-04-151-2/+3
* f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2016-04-151-0/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-8/+8
* f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu2016-02-261-4/+2Star
* f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu2016-02-261-2/+1Star
* f2fs: trace old block address for CoWed pageChao Yu2016-02-231-4/+6
* f2fs: split journal cache from curseg cacheChao Yu2016-02-231-24/+61
* f2fs: enhance IO path with block plugChao Yu2016-02-231-2/+7
* f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu2016-02-231-27/+27
* f2fs: support revoking atomic written pagesChao Yu2016-02-231-33/+85
* f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu2016-02-231-40/+63
* f2fs: use correct errnoJaegeuk Kim2016-02-231-1/+1
* f2fs: introduce f2fs_submit_merged_bio_condChao Yu2016-02-231-3/+3
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-231-4/+8
* f2fs: correct search area in get_new_segmentChao Yu2016-02-231-3/+2Star
* f2fs: flush dirty nat entries when exceeding thresholdChao Yu2016-02-231-1/+2
* f2fs: relocate is_merged_pageChao Yu2016-02-231-38/+0Star
* f2fs: monitor the number of background checkpointJaegeuk Kim2016-01-121-0/+1
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-121-1/+1
* f2fs: introduce time and interval facilityJaegeuk Kim2016-01-121-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/+20Star
* 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/+18Star
* 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-221-1/+1
* f2fs: refactor __find_rev_next_{zero}_bitJaegeuk Kim2015-10-221-57/+49Star
* 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-101-1/+3
* f2fs: support synchronous gc in ioctlChao Yu2015-10-101-1/+1
* f2fs: use vmalloc to handle -ENOMEM errorJaegeuk Kim2015-10-101-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-151-1/+2
* f2fs: remove inmem radix treeChao Yu2015-08-111-16/+9Star
* 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-031-1/+1
* f2fs: hide common code in f2fs_replace_blockChao Yu2015-06-021-1/+17