summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-27f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee1-1/+1
2017-02-27f2fs: remove unsafe bitmap checkingHou Pengyang1-6/+0
2017-02-27f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang2-5/+5
2017-02-27f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gcYunlong Song1-9/+3
2017-02-27f2fs: check discard alignment only for SEQWRITE zonesJaegeuk Kim1-12/+12
2017-02-27f2fs: wait for discard completion after submissionJaegeuk Kim1-3/+13
2017-02-27f2fs: much larger batched trim_fs jobJaegeuk Kim1-1/+1
2017-02-27f2fs: avoid very large discard commandJaegeuk Kim2-2/+4
2017-02-24f2fs: do SSR for node segments more aggresivelyJaegeuk Kim1-5/+10
2017-02-24f2fs: find data segments across all the typesJaegeuk Kim1-4/+11
2017-02-24f2fs: do SSR in higher priorityJaegeuk Kim1-16/+1
2017-02-24f2fs: do SSR for data when there is enough free spaceYunlong Song1-1/+1
2017-02-24f2fs: node segment is prior to data segment selected victimHou Pengyang1-1/+11
2017-02-24f2fs: put allocate_segment after refresh_sit_entryYunlong Song1-2/+3
2017-02-23f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang3-2/+32
2017-02-23f2fs: do not wait for writeback in write_beginJaegeuk Kim1-1/+6
2017-02-23f2fs: replace __get_victim by dirty_segments in FG_GCYunlei He1-6/+2
2017-02-23f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2-5/+30
2017-02-23f2fs: show actual device info in tracepointsJaegeuk Kim1-5/+5
2017-02-23f2fs: use SSR for warm node as wellJaegeuk Kim1-1/+2
2017-02-23f2fs: enable inline_xattr by defaultChao Yu1-0/+1
2017-02-23f2fs: introduce noinline_xattr mount optionChao Yu1-0/+11
2017-02-23f2fs: avoid reading NAT page by get_node_infoJaegeuk Kim1-7/+9
2017-02-23f2fs: remove build_free_nids() during checkpointJaegeuk Kim1-2/+0
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu6-25/+22
2017-02-23f2fs: super: constify fscrypt_operations structureBhumika Goyal1-2/+2
2017-02-23f2fs: show checkpoint version at mount timeJaegeuk Kim1-0/+2
2017-02-23f2fs: remove preflush for nobarrier caseJaegeuk Kim1-2/+2
2017-02-23f2fs: check last page index in cached bio to decide submissionJaegeuk Kim5-35/+40
2017-02-23f2fs: check io submission more preciselyJaegeuk Kim3-14/+37
2017-02-23f2fs: call internal __write_data_page directlyJaegeuk Kim1-2/+8
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim2-4/+9
2017-02-23f2fs: move write_node_page above fsync_node_pagesJaegeuk Kim1-67/+73
2017-02-23f2fs: move flush tracepointJaegeuk Kim1-3/+3
2017-02-23f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim2-3/+5
2017-02-23f2fs: fix 446 coding style warnings in f2fs.hDongOh Shin1-228/+270
2017-02-23f2fs: fix 3 coding style errors in f2fs.hDongOh Shin1-3/+3
2017-02-23f2fs: declare missing static functionJaegeuk Kim1-2/+2
2017-02-23f2fs: show the fault injection mount optionKaixu Xia1-0/+5
2017-02-23f2fs: fix null pointer dereference when issuing flush in ->fsyncChao Yu1-1/+4
2017-02-23f2fs: fix to avoid overflow when left shifting page offsetChao Yu1-2/+3
2017-02-23f2fs: enhance lookup xattrChao Yu2-18/+121
2017-02-23f2fs: fix a dead loop in f2fs_fiemap()Wei Fang1-1/+1
2017-02-23f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim3-2/+13
2017-02-23f2fs: show # of on-going flush and discard biosJaegeuk Kim3-3/+17
2017-02-23f2fs: add a kernel thread to issue discard commands asynchronouslyJaegeuk Kim2-31/+109
2017-02-23f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim4-22/+69
2017-02-23f2fs: reorganize stat informationJaegeuk Kim1-4/+4
2017-02-23f2fs: clean up flush/discard command namingsJaegeuk Kim3-61/+59
2017-02-23f2fs: check in-memory sit version bitmapChao Yu2-4/+30