aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c
AgeCommit message (Expand)Author
2014-03-20f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim
2014-03-20f2fs: avoid to drop nat entries due to the negative nr_shrinkJaegeuk Kim
2014-03-20f2fs: call f2fs_wait_on_page_writeback instead of native functionJaegeuk Kim
2014-03-18f2fs: introduce nr_pages_to_write for segment alignmentJaegeuk Kim
2014-03-18f2fs: increase pages_skipped when skipping writepagesJaegeuk Kim
2014-03-18f2fs: avoid small data writes by skipping writepagesJaegeuk Kim
2014-03-18f2fs: introduce f2fs_has_xattr_block for better readabilityChao Yu
2014-03-12f2fs: introduce f2fs_has_inline_xattr for better readabilityChao Yu
2014-03-11f2fs: recover inline xattr data in roll-forward processChao Yu
2014-03-10f2fs: optimize restore_node_summary slightlyGu Zheng
2014-03-10f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()Gu Zheng
2014-03-10f2fs: update start nid only once each circleGu Zheng
2014-02-28f2fs: fix dirty page accounting when redirtyChao Yu
2014-02-24f2fs: introduce a radix_tree for the free_nid listJaegeuk Kim
2014-02-24f2fs: introduce help macro on_build_free_nids()Gu Zheng
2014-02-24f2fs: fix to mark the checkpointed nat entry correctlyJaegeuk Kim
2014-02-17f2fs: fix the calculation of max_nidsJaegeuk Kim
2014-02-17f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pagesChao Yu
2014-02-17f2fs: fix to recover xattr node blockJaegeuk Kim
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