aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-09f2fs: fix small discards not to issue redundantlyJaegeuk Kim1-3/+5
2015-01-09f2fs: change atomic and volatile write policiesJaegeuk Kim1-1/+1
2015-01-09f2fs: don't need to call lock_op and lock_page for abortJaegeuk Kim1-15/+20
2015-01-09f2fs: 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-23f2fs: fix livelock calling f2fs_iget during f2fs_evict_inodeJaegeuk Kim1-1/+10
2014-11-23f2fs: fix wrong data structure when create slabChangman Lee1-1/+1
2014-11-06f2fs: control the memory footprint used by ino entriesJaegeuk Kim1-1/+2
2014-11-05f2fs: disable roll-forward when active_logs = 2Jaegeuk Kim1-2/+2
2014-11-04f2fs: send discard commands in larger extentJaegeuk Kim1-17/+27
2014-11-03f2fs: do not discard data protected by the previous checkpointJaegeuk Kim1-1/+1
2014-11-03f2fs: call write_checkpoint under disabled gcJaegeuk Kim1-0/+2
2014-11-03f2fs: use current_sit_addr to replace the open codeGu Zheng1-11/+1
2014-11-03f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bitGu Zheng1-2/+2
2014-11-03f2fs: avoid returning uninitialized value to userspace from f2fs_trim_fs()Jan Kara1-1/+1
2014-11-03f2fs: avoid build warningJaegeuk Kim1-1/+1
2014-11-03f2fs: invalidate inmemory pageJaegeuk Kim1-0/+16