summaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
AgeCommit message (Expand)Author
2015-01-29mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-01-23f2fs: drop obsolete node page when it is truncatedJaegeuk Kim
2014-01-22f2fs: introduce NODE_MAPPING for code consistencyJaegeuk Kim
2014-01-22f2fs: add help function META_MAPPINGGu Zheng
2014-01-20f2fs: clean checkpatch warningsChris Fries
2014-01-08f2fs: improve write performance under frequent fsync callsJaegeuk Kim
2014-01-06f2fs: fix truncate_partial_nodes bugshifei10.ge
2013-12-26f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim
2013-12-23f2fs: update several commentsChao Yu
2013-12-23f2fs: remove the rw_flag domain from f2fs_io_infoGu Zheng
2013-12-23f2fs: refactor bio->rw handlingJaegeuk Kim
2013-12-23f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim
2013-12-23f2fs: add unlikely() macro for compiler optimizationChao Yu
2013-12-23f2fs: use inner macro GFP_F2FS_ZERO for simplificationChao Yu
2013-12-23f2fs: readahead contiguous pages for restore_node_summaryChao Yu
2013-12-23f2fs: refactor bio-related operationsJaegeuk Kim
2013-12-23f2fs: use true and false for boolean variableChao Yu
2013-12-23f2fs: send REQ_META or REQ_PRIO when reading meta areaChangman Lee
2013-12-23f2fs: merge read IOs at ra_nat_pages()Jaegeuk Kim
2013-12-23f2fs: convert inc/dec_valid_node_count to inc/dec one countGu Zheng
2013-12-23f2fs: convert remove_inode_page to voidGu Zheng
2013-11-04f2fs: remove unnecessary TestClearPageError when wait pages writebackChao Yu
2013-10-31f2fs: avoid to wait all the node blocks during fsyncJaegeuk Kim
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim
2013-10-25f2fs: add tracepoint for set_page_dirtyJaegeuk Kim
2013-10-25f2fs: introduce f2fs_balance_fs_bg for some background jobsJaegeuk Kim
2013-10-25f2fs: reclaim prefree segments periodicallyJaegeuk Kim
2013-10-25f2fs: use bool for booleansHaicheng Li
2013-10-22f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache alloca...Gu Zheng
2013-10-18f2fs: avoid to write during the recoveryJaegeuk Kim
2013-09-05f2fs: merge more bios of node block writesJaegeuk Kim
2013-08-26f2fs: support the inline xattrsJaegeuk Kim
2013-08-26f2fs: add the truncate_xattr_node functionJaegeuk Kim
2013-08-26f2fs: reserve the xattr space dynamicallyJaegeuk Kim
2013-08-19f2fs: alloc_page() doesn't return an ERR_PTRDan Carpenter
2013-08-12f2fs: should cover i_xattr_nid with its xattr node page lockJaegeuk Kim
2013-08-12f2fs: check the free space first in new_node_pageJaegeuk Kim
2013-08-12f2fs: clean up the needless end 'return' of void functionGu Zheng
2013-07-30f2fs: introduce help function F2FS_NODE()Gu Zheng
2013-07-02Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2013-06-11f2fs: support xattr security labelsJaegeuk Kim
2013-05-28f2fs: add debug msgs in the recovery routineJaegeuk Kim
2013-05-28f2fs: update inode page after creationJaegeuk Kim
2013-05-28f2fs: skip get_node_page if locked node page is passedJaegeuk Kim
2013-05-28f2fs: fix inconsistency of block count during recoveryJaegeuk Kim
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-08f2fs: cover free_nid management with spin_lockJaegeuk Kim
2013-05-08f2fs: optimize scan_nat_page()Haicheng Li
2013-05-08f2fs: code cleanup for scan_nat_page() and build_free_nids()Haicheng Li
2013-05-08f2fs: bugfix for alloc_nid_failed()Haicheng Li