summaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
AgeCommit message (Expand)Author
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-07-08f2fs: support plain user/group quotaChao Yu
2017-07-07f2fs: don't count inode block in in-memory inode.i_blocksChao Yu
2017-07-07f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu
2017-07-04f2fs: measure inode.i_blocks as generic filesystemChao Yu
2017-07-04f2fs: fix to avoid panic when encountering corrupt nodeChao Yu
2017-07-04f2fs: don't track newly allocated nat entry in listChao Yu
2017-05-23f2fs: declare load_free_nid_bitmap staticHou Pengyang
2017-05-23f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-03f2fs: fix a mount fail for wrong next_scan_nidYunlei He
2017-04-25f2fs: seperate read nat page from nat_tree_lockYunlei He
2017-04-12f2fs: fix not to set fsync/dentry markJaegeuk Kim
2017-04-10f2fs: guard macro variables with bracesTomohiro Kusumi
2017-03-25f2fs: allow write page cache when writting cpYunlei He
2017-03-24f2fs: fix race condition in between free nid allocator/initializerChao Yu
2017-03-21f2fs: more reasonable mem_size calculating of ino_entryKinglong Mee
2017-03-21f2fs: cover update_free_nid_bitmap with nid_list_lockChao Yu
2017-03-21f2fs: drop duplicate radix tree lookup of nat_entry_setKinglong Mee
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-02-28f2fs: avoid to flush nat journal entriesJaegeuk Kim
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: show simple call stack in fault injection messageChao Yu
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim
2017-02-23f2fs: avoid reading NAT page by get_node_infoJaegeuk Kim
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu
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: avoid out-of-order execution of atomic writesJaegeuk Kim
2017-02-23f2fs: move write_node_page above fsync_node_pagesJaegeuk Kim
2017-02-22f2fs: check in-memory nat version bitmapChao Yu
2017-01-29f2fs: don't cache nat entry if out of memoryChao Yu
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2016-11-25f2fs: fix to account total free nid correctlyChao Yu
2016-11-25f2fs: fix an infinite loop when flush nodes in cpYunlei He
2016-11-23f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim
2016-11-23f2fs: declare static function for __build_free_nidsJaegeuk Kim
2016-11-23f2fs: don't interrupt free nids building during nid allocationChao Yu
2016-11-23f2fs: clean up free nid list operationsJaegeuk Kim
2016-11-23f2fs: split free nid listChao Yu
2016-11-23f2fs: fix sparse warningsEric Biggers
2016-11-23f2fs: fix error handling in fsync_node_pagesChao Yu
2016-11-23f2fs: give a chance to detach from dirty listChao Yu
2016-11-23f2fs: exclude free nids building and allocationChao Yu