aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-13f2fs: relocate the tracepoint for background_gcJaegeuk Kim1-3/+3
2015-10-13f2fs crypto: fix racing of accessing encrypted page amongChao Yu1-2/+10
2015-10-12f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu1-1/+1
2015-10-12f2fs: set GFP_NOFS for grab_cache_pageJaegeuk Kim1-3/+3
2015-10-09f2fs: add a tracepoint for background gcJaegeuk Kim1-0/+3
2015-10-09f2fs: introduce background_gc=sync mount optionJaegeuk Kim1-1/+1
2015-10-09f2fs: support synchronous gc in ioctlChao Yu1-8/+13
2015-10-09f2fs: skip searching dirty map if dirty segment is not existChao Yu1-0/+4
2015-10-09f2fs: fix to avoid redundant searching in dirty map during gcChao Yu1-2/+4
2015-10-09f2fs: should get a victim from retrialsJaegeuk Kim1-2/+3
2015-10-09f2fs: fix to correct freed section number during gcChao Yu1-5/+15
2015-08-20f2fs: retry gc if one section is not successfully reclaimedJaegeuk Kim1-26/+20
2015-08-20f2fs: avoid garbage collecting already moved node blocksJaegeuk Kim1-0/+10
2015-08-20f2fs: skip checkpoint if there is no dirty and prefree segmentsJaegeuk Kim1-3/+5
2015-08-05f2fs: use a page temporarily for encrypted gced pageJaegeuk Kim1-1/+4
2015-08-04f2fs: make the function check_dnode have a return type of bool and change it's name to is_aliveNicholas Krause1-6/+6
2015-07-25f2fs: call set_page_dirty to attach i_wb for cgroupJaegeuk Kim1-1/+6
2015-07-25f2fs: handle error cases in move_encrypted_blockJaegeuk Kim1-8/+15
2015-06-01f2fs: fix a deadlock for summary page lock vs. sentry_lockJaegeuk Kim1-1/+10
2015-05-28f2fs crypto: add encryption support in read/write pathsJaegeuk Kim1-1/+78
2015-05-28f2fs: split find_data_page according to specific purposesJaegeuk Kim1-3/+2
2015-05-28f2fs: move get_page for gc victimsJaegeuk Kim1-13/+15
2015-05-28f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim1-1/+3
2015-04-10f2fs: add stat info for moved blocks by background gcChangman Lee1-3/+3
2015-02-11f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim1-2/+1
2015-02-11f2fs: clean up {in,de}create_sleep_timeChao Yu1-4/+4
2015-02-11f2fs: use f2fs_radix_tree_insert to clean codesChao Yu1-5/+2
2015-01-09f2fs: reuse inode_entry_slab in gc procedure for using slab more effectivelyChao Yu1-18/+2
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim1-3/+2
2014-12-05f2fs: call radix_tree_preload before radix_tree_insertJaegeuk Kim1-4/+2
2014-12-02f2fs: more fast lookup for gc_inode listChangman Lee1-19/+29
2014-11-27f2fs: cleanup if-statement of phase in gc_data_segmentChangman Lee1-16/+16
2014-11-19f2fs: avoid unable to restart gc thread in remountChao Yu1-2/+0
2014-11-04f2fs: introduce -o fastboot for reducing booting time onlyJaegeuk Kim1-3/+3
2014-11-03f2fs: remove the seems unneeded argument 'type' from __get_victimGu Zheng1-3/+5
2014-09-30f2fs: check the use of macros on block counts and addressesJaegeuk Kim1-4/+3
2014-09-30f2fs: introduce cp_control structureJaegeuk Kim1-2/+5
2014-09-23f2fs: fix to search whole dirty segmap when get_victimChao Yu1-2/+2
2014-09-16f2fs: expand counting dirty pages in the inode page cacheJaegeuk Kim1-1/+1
2014-09-09f2fs: avoid node page to be written twice in gc_node_segmentHuang Ying1-0/+6
2014-09-02f2fs: reposition unlock_new_inode to prevent accessing invalid inodeChao Yu1-1/+1
2014-08-21f2fs: introduce f2fs_cp_error for readabilityJaegeuk Kim1-1/+1
2014-08-19f2fs: fix typoarter971-2/+2
2014-08-04f2fs: use for_each_set_bit to simplify the codeChao Yu1-5/+2
2014-03-10f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()Gu Zheng1-1/+1
2014-02-27f2fs: readahead contiguous SSA blocks for f2fs_gcChao Yu1-0/+5
2014-02-17f2fs: clean up redundant function callJaegeuk Kim1-6/+1
2014-02-17f2fs: fix f2fs_write_meta_page at no checkpoint statusJaegeuk Kim1-0/+2
2014-01-14f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong1-2/+2
2014-01-08f2fs: add a sysfs entry to control max_victim_searchJaegeuk Kim1-2/+2