summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
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
2015-01-09f2fs: fix small discards not to issue redundantlyJaegeuk Kim
2015-01-09f2fs: change atomic and volatile write policiesJaegeuk Kim
2015-01-09f2fs: don't need to call lock_op and lock_page for abortJaegeuk Kim
2015-01-09f2fs: fix wrong condition check to trigger f2fs_sync_fsJaegeuk Kim
2014-12-08f2fs: count the number of inmemory pagesJaegeuk Kim
2014-12-08f2fs: set page private for inmemory pages for truncationJaegeuk Kim
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim
2014-11-23f2fs: fix livelock calling f2fs_iget during f2fs_evict_inodeJaegeuk Kim
2014-11-23f2fs: fix wrong data structure when create slabChangman Lee
2014-11-06f2fs: control the memory footprint used by ino entriesJaegeuk Kim
2014-11-05f2fs: disable roll-forward when active_logs = 2Jaegeuk Kim
2014-11-04f2fs: send discard commands in larger extentJaegeuk Kim
2014-11-03f2fs: do not discard data protected by the previous checkpointJaegeuk Kim
2014-11-03f2fs: call write_checkpoint under disabled gcJaegeuk Kim
2014-11-03f2fs: use current_sit_addr to replace the open codeGu Zheng
2014-11-03f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bitGu Zheng
2014-11-03f2fs: avoid returning uninitialized value to userspace from f2fs_trim_fs()Jan Kara
2014-11-03f2fs: avoid build warningJaegeuk Kim
2014-11-03f2fs: invalidate inmemory pageJaegeuk Kim
2014-11-03f2fs: do not make dirty any inmemory pagesJaegeuk Kim