aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-02f2fs: use list_for_each_entry{_safe} for simplyfying codeChao Yu1-10/+6
2014-04-02f2fs: avoid free slab cache under spinlockChao Yu1-1/+16
2014-04-01f2fs: return -EIO when node id is not matchedJaegeuk Kim1-2/+1
2014-03-20f2fs: skip unnecessary node writes during fsyncJaegeuk Kim1-9/+28
2014-03-20f2fs: remove unnecessary thresholdJaegeuk Kim1-4/+1
2014-03-20f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim1-3/+20
2014-03-20f2fs: avoid to drop nat entries due to the negative nr_shrinkJaegeuk Kim1-1/+1
2014-03-20f2fs: call f2fs_wait_on_page_writeback instead of native functionJaegeuk Kim1-5/+7
2014-03-18f2fs: introduce nr_pages_to_write for segment alignmentJaegeuk Kim1-5/+3
2014-03-18f2fs: increase pages_skipped when skipping writepagesJaegeuk Kim1-1/+5
2014-03-18f2fs: avoid small data writes by skipping writepagesJaegeuk Kim1-7/+1
2014-03-18f2fs: introduce f2fs_has_xattr_block for better readabilityChao Yu1-2/+2
2014-03-12f2fs: introduce f2fs_has_inline_xattr for better readabilityChao Yu1-1/+1
2014-03-11f2fs: recover inline xattr data in roll-forward processChao Yu1-0/+33
2014-03-10f2fs: optimize restore_node_summary slightlyGu Zheng1-16/+12
2014-03-10f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()Gu Zheng1-2/+2
2014-03-10f2fs: update start nid only once each circleGu Zheng1-5/+3
2014-02-28f2fs: fix dirty page accounting when redirtyChao Yu1-0/+1
2014-02-24f2fs: introduce a radix_tree for the free_nid listJaegeuk Kim1-19/+17
2014-02-24f2fs: introduce help macro on_build_free_nids()Gu Zheng1-3/+3
2014-02-24f2fs: fix to mark the checkpointed nat entry correctlyJaegeuk Kim1-6/+1
2014-02-17f2fs: fix the calculation of max_nidsJaegeuk Kim1-1/+3
2014-02-17f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pagesChao Yu1-37/+1
2014-02-17f2fs: fix to recover xattr node blockJaegeuk Kim1-0/+40
2014-01-23f2fs: drop obsolete node page when it is truncatedJaegeuk Kim1-0/+4
2014-01-22f2fs: introduce NODE_MAPPING for code consistencyJaegeuk Kim1-28/+22
2014-01-22f2fs: add help function META_MAPPINGGu Zheng1-1/+1
2014-01-20f2fs: clean checkpatch warningsChris Fries1-1/+1
2014-01-08f2fs: improve write performance under frequent fsync callsJaegeuk Kim1-1/+6
2014-01-06f2fs: fix truncate_partial_nodes bugshifei10.ge1-6/+7
2013-12-26f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim1-15/+15
2013-12-23f2fs: update several commentsChao Yu1-4/+4
2013-12-23f2fs: remove the rw_flag domain from f2fs_io_infoGu Zheng1-4/+2
2013-12-23f2fs: refactor bio->rw handlingJaegeuk Kim1-6/+16
2013-12-23f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim1-14/+14
2013-12-23f2fs: add unlikely() macro for compiler optimizationChao Yu1-8/+8
2013-12-23f2fs: use inner macro GFP_F2FS_ZERO for simplificationChao Yu1-1/+1
2013-12-23f2fs: readahead contiguous pages for restore_node_summaryChao Yu1-26/+63
2013-12-23f2fs: refactor bio-related operationsJaegeuk Kim1-7/+7
2013-12-23f2fs: use true and false for boolean variableChao Yu1-1/+1
2013-12-23f2fs: send REQ_META or REQ_PRIO when reading meta areaChangman Lee1-2/+2
2013-12-23f2fs: merge read IOs at ra_nat_pages()Jaegeuk Kim1-7/+4
2013-12-23f2fs: convert inc/dec_valid_node_count to inc/dec one countGu Zheng1-3/+3
2013-12-23f2fs: convert remove_inode_page to voidGu Zheng1-8/+4
2013-11-04f2fs: remove unnecessary TestClearPageError when wait pages writebackChao Yu1-3/+4
2013-10-31f2fs: avoid to wait all the node blocks during fsyncJaegeuk Kim1-0/+40
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim1-21/+21
2013-10-25f2fs: add tracepoint for set_page_dirtyJaegeuk Kim1-0/+2
2013-10-25f2fs: introduce f2fs_balance_fs_bg for some background jobsJaegeuk Kim1-7/+3
2013-10-25f2fs: reclaim prefree segments periodicallyJaegeuk Kim1-1/+2