summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2017-03-21f2fs: show more precise message on orphan recovery failureJaegeuk Kim
2017-03-21f2fs: remove dead macro PGOFS_OF_NEXT_DNODEKinglong Mee
2017-03-21f2fs: drop duplicate radix tree lookup of nat_entry_setKinglong Mee
2017-03-21f2fs: make sure trace all f2fs_issue_flushKinglong Mee
2017-03-21f2fs: don't allow volatile writes for non-regular fileChao Yu
2017-03-21f2fs: don't allow atomic writes for not regular filesJaegeuk Kim
2017-03-21f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim
2017-03-21f2fs: build stat_info before orphan inode recoveryJaegeuk Kim
2017-03-21f2fs: fix the fault of calculating blkstart twiceKinglong Mee
2017-03-21f2fs: fix the fault of checking F2FS_LINK_MAX for rename inodeKinglong Mee
2017-03-21f2fs: don't allow to get pino when filename is encryptedJaegeuk Kim
2017-03-21f2fs: fix wrong error injection for evict_inodeJaegeuk Kim
2017-03-21f2fs: le32_to_cpu for ckpt->cp_pack_total_block_countKinglong Mee
2017-03-21f2fs: le16_to_cpu for xattr->e_value_sizeJaegeuk Kim
2017-03-21f2fs: don't need to invalidate wrong node pageJaegeuk Kim
2017-03-21f2fs: fix an error return value in truncate_partial_data_pageYunlei He
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