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