summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2015-10-22f2fs: fix to clear GCed flag for atomic written pageChao Yu
2015-10-21f2fs: don't need to submit bio on error caseJaegeuk Kim
2015-10-21f2fs: refactor __find_rev_next_{zero}_bitJaegeuk 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: don't tag REQ_META for temporary non-meta pagesChao Yu
2015-10-12f2fs: fix SSA updates resulting in corruptionJaegeuk Kim
2015-10-09f2fs: introduce a periodic checkpoint flowJaegeuk Kim
2015-10-09f2fs: support synchronous gc in ioctlChao Yu
2015-10-09f2fs: use vmalloc to handle -ENOMEM errorJaegeuk Kim
2015-08-24f2fs: use __GFP_NOFAIL to avoid infinite loopJaegeuk Kim
2015-08-20f2fs: handle failed bio allocationJaegeuk Kim
2015-08-20f2fs: shrink free_nids entriesChao Yu
2015-08-14f2fs: do not assign a new segment for dio under space shortageJaegeuk Kim
2015-08-11f2fs: remove inmem radix treeChao Yu
2015-08-05f2fs: invalidate temporary meta pageChao Yu
2015-08-05f2fs: handle error cases in commit_inmem_pagesJaegeuk Kim
2015-08-04f2fs: shrink extent_cache entriesJaegeuk Kim
2015-08-04f2fs: shrink nat_cache entriesJaegeuk Kim
2015-07-25f2fs: call set_page_dirty to attach i_wb for cgroupJaegeuk Kim
2015-06-02f2fs: fix to return exact trimmed sizeJaegeuk Kim
2015-06-02f2fs: hide common code in f2fs_replace_blockChao Yu
2015-06-01f2fs: introduce update_meta_pageChao Yu
2015-06-01f2fs crypto: zero next free dnode blockChao Yu
2015-06-01f2fs crypto: shrink size of the f2fs_crypto_ctx structureJaegeuk Kim
2015-06-01f2fs: cleanup a confusing indentDan Carpenter
2015-06-01f2fs: avoid buggy functionsJaegeuk Kim
2015-06-01f2fs: do not issue next dnode discard redundantlyJaegeuk Kim
2015-05-28f2fs crypto: add encryption support in read/write pathsJaegeuk Kim
2015-05-28f2fs: introduce f2fs_replace_block() for reuseChao Yu
2015-05-28f2fs: issue discard with finally produced len and minlenJaegeuk Kim
2015-05-28f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim
2015-05-28f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim
2015-04-10f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim
2015-04-10f2fs: fix to cover sentry_lock for block allocationJaegeuk Kim
2015-04-10f2fs: fix to issue small discard in real-time mode discardChao Yu
2015-04-10f2fs: don't need to collect dirty sit entries and flush journal when there's ...Wanpeng Li
2015-03-03f2fs: enable rb-tree extent cacheChao Yu
2015-02-11f2fs: use spinlock for segmap_lock instead of rwlockChao Yu
2015-02-11f2fs: avoid variable length arrayJaegeuk Kim
2015-02-11f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim
2015-02-11f2fs: introduce a batched trimJaegeuk Kim
2015-02-11f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim
2015-01-09f2fs: align direct_io'ed data to sectionJaegeuk Kim
2015-01-09f2fs: clean up to remove parameterJaegeuk Kim
2015-01-09f2fs: add block count by in-place-update in stat infoChangman Lee
2015-01-09f2fs: activate f2fs_trace_pidJaegeuk Kim
2015-01-09f2fs: use f2fs_io_info to clean up messy parameters during IO pathJaegeuk Kim
2015-01-09f2fs: readahead contiguous current summary blocks in checkpointChao Yu
2015-01-09f2fs: remove unnecessary call to invalidate inmemory pagesJaegeuk Kim