aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-20f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu1-78/+47
2017-03-20f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu3-6/+30
2017-03-20f2fs: use __set{__clear}_bit_leJaegeuk Kim2-10/+10
2017-03-20f2fs: declare static functionsJaegeuk Kim1-3/+4
2017-03-20f2fs: don't overwrite node block by SSRJaegeuk Kim1-0/+6
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-5/+5
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-5/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-752/+1858
2017-02-28f2fs: avoid to flush nat journal entriesJaegeuk Kim1-1/+1
2017-02-27f2fs: avoid to issue redundant discard commandsJaegeuk Kim1-0/+2
2017-02-27f2fs: fix a plint compile warningHou Pengyang1-1/+1
2017-02-27f2fs: add f2fs_drop_inode tracepointHou Pengyang1-2/+5
2017-02-27f2fs: Fix zoned block device supportMasato Suzuki1-23/+44
2017-02-27f2fs: remove redundant set_page_dirty()Yunlei He1-2/+1
2017-02-27f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu1-1/+1
2017-02-27f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu1-1/+1
2017-02-27f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyChao Yu1-1/+2
2017-02-27f2fs: use MAX_FREE_NIDS for the free nids targetKinglong Mee1-5/+3
2017-02-27f2fs: introduce free nid bitmapChao Yu3-10/+119
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee4-19/+15
2017-02-27f2fs: update the comment of default nr_pages to skippingKinglong Mee1-2/+2
2017-02-27f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee1-3/+0
2017-02-27f2fs: Don't update the xattr data that same as the existKinglong Mee1-4/+16
2017-02-27f2fs: kill __is_extent_sameChao Yu2-12/+3
2017-02-27f2fs: avoid bggc->fggc when enough free segments are avaliable after cpHou Pengyang1-8/+9
2017-02-27f2fs: select target segment with closer temperature in SSR modeChao Yu1-6/+17
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu8-13/+32
2017-02-27f2fs: no need lock_op in f2fs_write_inline_dataYunlei He1-2/+5
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim5-20/+230
2017-02-27f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He2-12/+12
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-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-4/+3
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