aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: introduce free nid bitmapChao Yu2017-04-133-10/+119
* f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee2017-04-134-19/+15
* f2fs: update the comment of default nr_pages to skippingKinglong Mee2017-04-131-2/+2
* f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee2017-04-131-3/+0
* f2fs: Don't update the xattr data that same as the existKinglong Mee2017-04-131-4/+16
* f2fs: kill __is_extent_sameChao Yu2017-04-132-12/+3
* f2fs: avoid bggc->fggc when enough free segments are avaliable after cpHou Pengyang2017-04-131-8/+9
* f2fs: select target segment with closer temperature in SSR modeChao Yu2017-04-131-6/+17
* f2fs: show simple call stack in fault injection messageChao Yu2017-04-138-13/+32
* fscrypt: catch fscrypto_get_policy in v4.10-rc6Jaegeuk Kim2017-04-132-21/+6
* f2fs: use __clear_bit_leJaegeuk Kim2017-04-131-1/+1
* f2fs: no need lock_op in f2fs_write_inline_dataYunlei He2017-04-131-2/+5
* f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim2017-04-135-20/+230
* f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He2017-04-132-12/+12
* f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee2017-04-131-1/+1
* f2fs: remove unsafe bitmap checkingHou Pengyang2017-04-131-6/+0
* f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang2017-04-132-5/+5
* f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gcYunlong Song2017-04-131-9/+3
* f2fs: do SSR for node segments more aggresivelyJaegeuk Kim2017-04-131-5/+10
* f2fs: check discard alignment only for SEQWRITE zonesJaegeuk Kim2017-04-131-12/+12
* f2fs: wait for discard completion after submissionJaegeuk Kim2017-04-131-3/+13
* f2fs: much larger batched trim_fs jobJaegeuk Kim2017-04-131-1/+1
* f2fs: avoid very large discard commandJaegeuk Kim2017-04-132-2/+4
* f2fs: find data segments across all the typesJaegeuk Kim2017-04-131-4/+11
* f2fs: do SSR in higher priorityJaegeuk Kim2017-04-131-16/+1
* f2fs: do SSR for data when there is enough free spaceYunlong Song2017-04-131-1/+1
* f2fs: node segment is prior to data segment selected victimHou Pengyang2017-04-131-1/+11
* f2fs: put allocate_segment after refresh_sit_entryYunlong Song2017-04-131-2/+3
* f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang2017-04-133-2/+32
* f2fs: do not wait for writeback in write_beginJaegeuk Kim2017-04-131-1/+5
* f2fs: replace __get_victim by dirty_segments in FG_GCYunlei He2017-04-131-6/+2
* f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2017-04-132-5/+30
* f2fs: show actual device info in tracepointsJaegeuk Kim2017-04-131-5/+5
* f2fs: use SSR for warm node as wellJaegeuk Kim2017-04-131-1/+2
* f2fs: enable inline_xattr by defaultChao Yu2017-04-131-0/+1
* f2fs: introduce noinline_xattr mount optionChao Yu2017-04-131-0/+11
* f2fs: avoid reading NAT page by get_node_infoJaegeuk Kim2017-04-131-7/+9
* f2fs: remove build_free_nids() during checkpointJaegeuk Kim2017-04-131-2/+0
* f2fs: change recovery policy of xattr node blockChao Yu2017-04-136-25/+22
* f2fs: super: constify fscrypt_operations structureBhumika Goyal2017-04-131-2/+2
* f2fs: show checkpoint version at mount timeJaegeuk Kim2017-04-131-0/+2
* f2fs: remove preflush for nobarrier caseJaegeuk Kim2017-04-131-2/+2
* f2fs: check last page index in cached bio to decide submissionJaegeuk Kim2017-04-135-35/+40
* f2fs: check io submission more preciselyJaegeuk Kim2017-04-133-14/+37
* f2fs: fix missing bio_alloc(1)Jaegeuk Kim2017-04-131-1/+1
* f2fs: call internal __write_data_page directlyJaegeuk Kim2017-04-131-2/+8
* f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim2017-04-132-4/+9
* f2fs: move write_node_page above fsync_node_pagesJaegeuk Kim2017-04-131-67/+73
* f2fs: move flush tracepointJaegeuk Kim2017-04-131-3/+3
* f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim2017-04-132-3/+5