summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorLines
2015-02-11f2fs: use spinlock for segmap_lock instead of rwlockChao Yu-3/+3
2015-02-11f2fs: avoid variable length arrayJaegeuk Kim-2/+8
2015-02-11f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim-4/+4
2015-02-11f2fs: introduce a batched trimJaegeuk Kim-5/+12
2015-02-11f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim-6/+5
2015-01-09f2fs: align direct_io'ed data to sectionJaegeuk Kim-8/+19
2015-01-09f2fs: clean up to remove parameterJaegeuk Kim-0/+1
2015-01-09f2fs: add block count by in-place-update in stat infoChangman Lee-0/+1
2015-01-09f2fs: activate f2fs_trace_pidJaegeuk Kim-0/+2
2015-01-09f2fs: use f2fs_io_info to clean up messy parameters during IO pathJaegeuk Kim-15/+13
2015-01-09f2fs: readahead contiguous current summary blocks in checkpointChao Yu-3/+18
2015-01-09f2fs: remove unnecessary call to invalidate inmemory pagesJaegeuk Kim-17/+0
2015-01-09f2fs: fix small discards not to issue redundantlyJaegeuk Kim-3/+5
2015-01-09f2fs: change atomic and volatile write policiesJaegeuk Kim-1/+1
2015-01-09f2fs: don't need to call lock_op and lock_page for abortJaegeuk Kim-15/+20
2015-01-09f2fs: fix wrong condition check to trigger f2fs_sync_fsJaegeuk Kim-1/+1
2014-12-08f2fs: count the number of inmemory pagesJaegeuk Kim-0/+3
2014-12-08f2fs: set page private for inmemory pages for truncationJaegeuk Kim-0/+2
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim-3/+2
2014-11-23f2fs: fix livelock calling f2fs_iget during f2fs_evict_inodeJaegeuk Kim-1/+10
2014-11-23f2fs: fix wrong data structure when create slabChangman Lee-1/+1
2014-11-06f2fs: control the memory footprint used by ino entriesJaegeuk Kim-1/+2
2014-11-05f2fs: disable roll-forward when active_logs = 2Jaegeuk Kim-2/+2
2014-11-04f2fs: send discard commands in larger extentJaegeuk Kim-17/+27
2014-11-03f2fs: do not discard data protected by the previous checkpointJaegeuk Kim-1/+1
2014-11-03f2fs: call write_checkpoint under disabled gcJaegeuk Kim-0/+2
2014-11-03f2fs: use current_sit_addr to replace the open codeGu Zheng-11/+1
2014-11-03f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bitGu Zheng-2/+2
2014-11-03f2fs: avoid returning uninitialized value to userspace from f2fs_trim_fs()Jan Kara-1/+1
2014-11-03f2fs: avoid build warningJaegeuk Kim-1/+1
2014-11-03f2fs: invalidate inmemory pageJaegeuk Kim-0/+16
2014-11-03f2fs: do not make dirty any inmemory pagesJaegeuk Kim-1/+13
2014-10-06f2fs: support atomic writesJaegeuk Kim-0/+63
2014-09-30f2fs: check the use of macros on block counts and addressesJaegeuk Kim-47/+38
2014-09-30f2fs: introduce FITRIM in f2fs_ioctlJaegeuk Kim-10/+94
2014-09-23f2fs: change the ipu_policy option to enable combinationsJaegeuk Kim-1/+1
2014-09-23f2fs: support large sector sizeChao Yu-2/+2
2014-09-23f2fs: use MAX_BIO_BLOCKS(sbi)Jaegeuk Kim-1/+1
2014-09-16f2fs: give an option to enable in-place-updates during fsync to usersJaegeuk Kim-1/+2
2014-09-09f2fs: use lock-less list(llist) to simplify the flush cmd managementGu Zheng-20/+9
2014-09-09f2fs: refactor flush_sit_entries codes for reducing SIT writesChao Yu-61/+166
2014-09-09f2fs: remove unneeded sit_i in macro SIT_BLOCK_OFFSET/START_SEGNOChao Yu-2/+2
2014-09-09f2fs: handle bug cases by letting fsck.f2fs initiateJaegeuk Kim-1/+9
2014-09-09f2fs: add BUG cases to initiate fsck.f2fsJaegeuk Kim-2/+2
2014-09-09f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim-8/+9
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim-8/+6
2014-08-21f2fs: remove rewrite_node_pageJaegeuk Kim-49/+0
2014-08-19f2fs: fix typoarter97-2/+2
2014-08-04f2fs: use for_each_set_bit to simplify the codeChao Yu-9/+4
2014-07-30f2fs: remove redundant lines in allocate_data_blockDongho Sim-3/+0