summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
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-15f2fs: 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-05f2fs: shrink extent_cache entriesJaegeuk Kim1-1/+2
2015-08-05f2fs: 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-03f2fs: fix to return exact trimmed sizeJaegeuk Kim1-1/+1
2015-06-02f2fs: hide common code in f2fs_replace_blockChao Yu1-1/+17
2015-06-02f2fs: introduce update_meta_pageChao Yu1-10/+15
2015-06-02f2fs crypto: zero next free dnode blockChao Yu1-1/+1
2015-06-02f2fs crypto: shrink size of the f2fs_crypto_ctx structureJaegeuk Kim1-1/+1
2015-06-02f2fs: cleanup a confusing indentDan Carpenter1-2/+2
2015-06-02f2fs: avoid buggy functionsJaegeuk Kim1-0/+18
2015-06-02f2fs: do not issue next dnode discard redundantlyJaegeuk Kim1-1/+14
2015-05-29f2fs crypto: add encryption support in read/write pathsJaegeuk Kim1-4/+20
2015-05-29f2fs: introduce f2fs_replace_block() for reuseChao Yu1-7/+24
2015-05-29f2fs: issue discard with finally produced len and minlenJaegeuk Kim1-8/+6
2015-05-29f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim1-28/+43
2015-05-29f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim1-18/+20
2015-04-11f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim1-0/+4
2015-04-11f2fs: fix to cover sentry_lock for block allocationJaegeuk Kim1-1/+1
2015-04-11f2fs: fix to issue small discard in real-time mode discardChao Yu1-1/+1
2015-04-11f2fs: don't need to collect dirty sit entries and flush journal when there's ...Wanpeng Li1-3/+3
2015-03-03f2fs: enable rb-tree extent cacheChao Yu1-0/+3
2015-02-12f2fs: use spinlock for segmap_lock instead of rwlockChao Yu1-3/+3
2015-02-12f2fs: avoid variable length arrayJaegeuk Kim1-2/+8
2015-02-12f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim1-4/+4
2015-02-12f2fs: introduce a batched trimJaegeuk Kim1-5/+12
2015-02-12f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim1-6/+5
2015-01-10f2fs: align direct_io'ed data to sectionJaegeuk Kim1-8/+19
2015-01-10f2fs: clean up to remove parameterJaegeuk Kim1-0/+1
2015-01-10f2fs: add block count by in-place-update in stat infoChangman Lee1-0/+1
2015-01-10f2fs: activate f2fs_trace_pidJaegeuk Kim1-0/+2
2015-01-10f2fs: use f2fs_io_info to clean up messy parameters during IO pathJaegeuk Kim1-15/+13
2015-01-10f2fs: readahead contiguous current summary blocks in checkpointChao Yu1-3/+18
2015-01-10f2fs: remove unnecessary call to invalidate inmemory pagesJaegeuk Kim1-17/+0
2015-01-10f2fs: fix small discards not to issue redundantlyJaegeuk Kim1-3/+5
2015-01-10f2fs: change atomic and volatile write policiesJaegeuk Kim1-1/+1
2015-01-10f2fs: don't need to call lock_op and lock_page for abortJaegeuk Kim1-15/+20
2015-01-10f2fs: fix wrong condition check to trigger f2fs_sync_fsJaegeuk Kim1-1/+1
2014-12-08f2fs: count the number of inmemory pagesJaegeuk Kim1-0/+3
2014-12-08f2fs: set page private for inmemory pages for truncationJaegeuk Kim1-0/+2
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim1-3/+2
2014-11-24f2fs: fix livelock calling f2fs_iget during f2fs_evict_inodeJaegeuk Kim1-1/+10
2014-11-24f2fs: fix wrong data structure when create slabChangman Lee1-1/+1
2014-11-07f2fs: control the memory footprint used by ino entriesJaegeuk Kim1-1/+2