aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05f2fs: don't check inode's checksum if it was dirtied or writebackedJaegeuk Kim1-1/+1
2017-09-05f2fs: don't need to update inode checksum for recoveryJaegeuk Kim1-2/+0
2017-08-29f2fs: return error when accessing insane flie offsetJaegeuk Kim1-1/+5
2017-08-09f2fs: add app/fs io statChao Yu1-6/+9
2017-08-03f2fs: support inode checksumChao Yu1-0/+7
2017-08-03f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song1-6/+10
2017-07-31f2fs: support project quotaChao Yu1-1/+6
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu1-2/+5
2017-07-26f2fs: alloc new nids for xattr block in recoveryYunlei He1-13/+15
2017-07-26f2fs: remove unused input parameterYunlei He1-4/+3
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-29/+38
2017-07-08f2fs: support plain user/group quotaChao Yu1-5/+4
2017-07-07f2fs: don't count inode block in in-memory inode.i_blocksChao Yu1-10/+6
2017-07-07f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu1-0/+3
2017-07-04f2fs: measure inode.i_blocks as generic filesystemChao Yu1-1/+1
2017-07-04f2fs: fix to avoid panic when encountering corrupt nodeChao Yu1-3/+11
2017-07-04f2fs: don't track newly allocated nat entry in listChao Yu1-6/+10
2017-05-23f2fs: declare load_free_nid_bitmap staticHou Pengyang1-1/+1
2017-05-23f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim1-6/+5
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-3/+3
2017-05-03f2fs: fix a mount fail for wrong next_scan_nidYunlei He1-0/+3
2017-04-25f2fs: seperate read nat page from nat_tree_lockYunlei He1-3/+8
2017-04-12f2fs: fix not to set fsync/dentry markJaegeuk Kim1-0/+3
2017-04-10f2fs: guard macro variables with bracesTomohiro Kusumi1-1/+1
2017-03-25f2fs: allow write page cache when writting cpYunlei He1-6/+6
2017-03-24f2fs: fix race condition in between free nid allocator/initializerChao Yu1-18/+45
2017-03-21f2fs: more reasonable mem_size calculating of ino_entryKinglong Mee1-2/+3
2017-03-21f2fs: cover update_free_nid_bitmap with nid_list_lockChao Yu1-16/+11
2017-03-21f2fs: drop duplicate radix tree lookup of nat_entry_setKinglong Mee1-12/+6
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 Yu1-6/+27
2017-03-20f2fs: use __set{__clear}_bit_leJaegeuk Kim1-9/+9
2017-03-20f2fs: declare static functionsJaegeuk Kim1-3/+4
2017-02-28f2fs: avoid to flush nat journal entriesJaegeuk Kim1-1/+1
2017-02-27f2fs: use MAX_FREE_NIDS for the free nids targetKinglong Mee1-5/+3
2017-02-27f2fs: introduce free nid bitmapChao Yu1-10/+115
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee1-4/+1
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu1-1/+3
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim1-16/+172
2017-02-23f2fs: avoid reading NAT page by get_node_infoJaegeuk Kim1-7/+9
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu1-12/+17
2017-02-23f2fs: check last page index in cached bio to decide submissionJaegeuk Kim1-5/+7
2017-02-23f2fs: check io submission more preciselyJaegeuk Kim1-8/+19
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim1-3/+7
2017-02-23f2fs: move write_node_page above fsync_node_pagesJaegeuk Kim1-67/+73
2017-02-22f2fs: check in-memory nat version bitmapChao Yu1-0/+11
2017-01-29f2fs: don't cache nat entry if out of memoryChao Yu1-7/+20
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-85/+141
2016-11-25f2fs: fix to account total free nid correctlyChao Yu1-5/+29