aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)Author
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-07-22f2fs: get victim segment again after new cpYunlei He
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim
2016-07-15f2fs: fix to avoid data update racing between GC and DIOChao Yu
2016-07-08f2fs: fix to redirty page if fail to gc data pageChao Yu
2016-07-08f2fs: fix to detect truncation prior rather than EIO during readChao Yu
2016-06-08f2fs: skip clean segment for gcJaegeuk Kim
2016-06-08f2fs: drop any block pluggingJaegeuk Kim
2016-06-07f2fs: use bio op accessorsMike Christie
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-07f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim
2016-04-27f2fs: move node pages only in victim section during GCChao Yu
2016-04-26f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim
2016-02-26f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu
2016-02-26f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu
2016-02-22f2fs: trace old block address for CoWed pageChao Yu
2016-02-22f2fs: fix the wrong stat count of calling gcChao Yu
2016-02-22f2fs: remain last victim segment number ascending orderJaegeuk Kim
2016-02-22f2fs: remove unneeded pointer conversionChao Yu
2016-02-22f2fs: avoid unnecessary search while finding victim in gcFan Li
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim
2016-02-22f2fs: enhance foreground GCChao Yu
2016-02-22f2fs: fix to overcome inline_data floodsJaegeuk Kim
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim
2015-12-30f2fs: let user being aware of IO errorChao Yu
2015-12-04f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu
2015-10-13f2fs: relocate the tracepoint for background_gcJaegeuk Kim
2015-10-13f2fs crypto: fix racing of accessing encrypted page amongChao Yu
2015-10-12f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu
2015-10-12f2fs: set GFP_NOFS for grab_cache_pageJaegeuk Kim
2015-10-09f2fs: add a tracepoint for background gcJaegeuk Kim
2015-10-09f2fs: introduce background_gc=sync mount optionJaegeuk Kim
2015-10-09f2fs: support synchronous gc in ioctlChao Yu
2015-10-09f2fs: skip searching dirty map if dirty segment is not existChao Yu
2015-10-09f2fs: fix to avoid redundant searching in dirty map during gcChao Yu
2015-10-09f2fs: should get a victim from retrialsJaegeuk Kim
2015-10-09f2fs: fix to correct freed section number during gcChao Yu
2015-08-20f2fs: retry gc if one section is not successfully reclaimedJaegeuk Kim
2015-08-20f2fs: avoid garbage collecting already moved node blocksJaegeuk Kim
2015-08-20f2fs: skip checkpoint if there is no dirty and prefree segmentsJaegeuk Kim
2015-08-05f2fs: use a page temporarily for encrypted gced pageJaegeuk Kim
2015-08-04f2fs: make the function check_dnode have a return type of bool and change it'...Nicholas Krause
2015-07-25f2fs: call set_page_dirty to attach i_wb for cgroupJaegeuk Kim
2015-07-25f2fs: handle error cases in move_encrypted_blockJaegeuk Kim
2015-06-01f2fs: fix a deadlock for summary page lock vs. sentry_lockJaegeuk Kim
2015-05-28f2fs crypto: add encryption support in read/write pathsJaegeuk Kim
2015-05-28f2fs: split find_data_page according to specific purposesJaegeuk Kim
2015-05-28f2fs: move get_page for gc victimsJaegeuk Kim
2015-05-28f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim