summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2017-05-20fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-05-20f2fs: Make flush bios explicitely syncJan Kara
2017-05-20f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim
2017-05-20f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong
2017-05-20f2fs: fix fs corruption due to zero inode pageJaegeuk Kim
2017-05-20Revert "f2fs: put allocate_segment after refresh_sit_entry"Jaegeuk Kim
2017-05-20f2fs: fix wrong max cost initializationJaegeuk Kim
2017-05-14f2fs: sanity check segment countJin Qian
2017-03-20f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu
2017-03-20f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu
2017-03-20f2fs: use __set{__clear}_bit_leJaegeuk Kim
2017-03-20f2fs: declare static functionsJaegeuk Kim
2017-03-20f2fs: don't overwrite node block by SSRJaegeuk Kim
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-02-28f2fs: avoid to flush nat journal entriesJaegeuk Kim
2017-02-27f2fs: avoid to issue redundant discard commandsJaegeuk Kim
2017-02-27f2fs: fix a plint compile warningHou Pengyang
2017-02-27f2fs: add f2fs_drop_inode tracepointHou Pengyang
2017-02-27f2fs: Fix zoned block device supportMasato Suzuki
2017-02-27f2fs: remove redundant set_page_dirty()Yunlei He
2017-02-27f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu
2017-02-27f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu
2017-02-27f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyChao Yu
2017-02-27f2fs: use MAX_FREE_NIDS for the free nids targetKinglong Mee
2017-02-27f2fs: introduce free nid bitmapChao Yu
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee
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-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24f2fs: do SSR for node segments more aggresivelyJaegeuk Kim
2017-02-24f2fs: find data segments across all the typesJaegeuk Kim