summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2017-02-27f2fs: update the comment of default nr_pages to skippingKinglong Mee
2017-02-27f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee
2017-02-27f2fs: Don't update the xattr data that same as the existKinglong Mee
2017-02-27f2fs: kill __is_extent_sameChao Yu
2017-02-27f2fs: avoid bggc->fggc when enough free segments are avaliable after cpHou Pengyang
2017-02-27f2fs: select target segment with closer temperature in SSR modeChao Yu
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu
2017-02-27f2fs: no need lock_op in f2fs_write_inline_dataYunlei He
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim
2017-02-27f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He
2017-02-27f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee
2017-02-27f2fs: remove unsafe bitmap checkingHou Pengyang
2017-02-27f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang
2017-02-27f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gcYunlong Song
2017-02-27f2fs: check discard alignment only for SEQWRITE zonesJaegeuk Kim
2017-02-27f2fs: wait for discard completion after submissionJaegeuk Kim
2017-02-27f2fs: much larger batched trim_fs jobJaegeuk Kim
2017-02-27f2fs: avoid very large discard commandJaegeuk Kim
2017-02-24f2fs: do SSR for node segments more aggresivelyJaegeuk Kim
2017-02-24f2fs: find data segments across all the typesJaegeuk Kim
2017-02-24f2fs: do SSR in higher priorityJaegeuk Kim
2017-02-24f2fs: do SSR for data when there is enough free spaceYunlong Song
2017-02-24f2fs: node segment is prior to data segment selected victimHou Pengyang
2017-02-24f2fs: put allocate_segment after refresh_sit_entryYunlong Song
2017-02-23f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang
2017-02-23f2fs: do not wait for writeback in write_beginJaegeuk Kim
2017-02-23f2fs: replace __get_victim by dirty_segments in FG_GCYunlei He
2017-02-23f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim
2017-02-23f2fs: show actual device info in tracepointsJaegeuk Kim
2017-02-23f2fs: use SSR for warm node as wellJaegeuk Kim
2017-02-23f2fs: enable inline_xattr by defaultChao Yu
2017-02-23f2fs: introduce noinline_xattr mount optionChao Yu
2017-02-23f2fs: avoid reading NAT page by get_node_infoJaegeuk Kim
2017-02-23f2fs: remove build_free_nids() during checkpointJaegeuk Kim
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu
2017-02-23f2fs: super: constify fscrypt_operations structureBhumika Goyal
2017-02-23f2fs: show checkpoint version at mount timeJaegeuk Kim
2017-02-23f2fs: remove preflush for nobarrier caseJaegeuk Kim
2017-02-23f2fs: check last page index in cached bio to decide submissionJaegeuk Kim
2017-02-23f2fs: check io submission more preciselyJaegeuk Kim
2017-02-23f2fs: call internal __write_data_page directlyJaegeuk Kim
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim
2017-02-23f2fs: move write_node_page above fsync_node_pagesJaegeuk Kim
2017-02-23f2fs: move flush tracepointJaegeuk Kim
2017-02-22f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim
2017-02-22f2fs: fix 446 coding style warnings in f2fs.hDongOh Shin
2017-02-22f2fs: fix 3 coding style errors in f2fs.hDongOh Shin
2017-02-22f2fs: declare missing static functionJaegeuk Kim
2017-02-22f2fs: show the fault injection mount optionKaixu Xia
2017-02-22f2fs: fix null pointer dereference when issuing flush in ->fsyncChao Yu