aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-26f2fs: add REQ_META about metadata requests for submitNamjae Jeon1-0/+3
2013-04-26f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim7-10/+36
2013-04-26f2fs: avoid frequent background GCJaegeuk Kim2-6/+9
2013-04-23f2fs: add tracepoints to debug checkpoint requestNamjae Jeon2-0/+31
2013-04-23f2fs: add tracepoints for write page operationsNamjae Jeon2-0/+72
2013-04-23f2fs: add tracepoints to debug the block allocationNamjae Jeon3-0/+67
2013-04-23f2fs: add tracepoints for GC threadsNamjae Jeon2-0/+80
2013-04-23f2fs: add tracepoint for tracing the page i/oNamjae Jeon2-2/+84
2013-04-23f2fs: add tracepoints for truncate operationNamjae Jeon3-2/+203
2013-04-23f2fs: add tracepoints for sync & inode operationsNamjae Jeon5-4/+219
2013-04-23f2fs: make is_multimedia_file code align with its nameNamjae Jeon1-4/+4
2013-04-22f2fs: fix error return code in f2fs_fill_super()Wei Yongjun1-1/+2
2013-04-09f2fs: fix typo mistakesNamjae Jeon2-2/+2
2013-04-09f2fs: write checkpoint before starting FG_GCJaegeuk Kim1-1/+3
2013-04-09f2fs: fix the logic of IS_DNODE()Zhihui Zhang1-1/+1
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim12-242/+248
2013-04-09f2fs: move f2fs_balance_fs from truncate to punch_holeJason Hrycay1-2/+3
2013-04-03f2fs: reduce redundant spin_lock operationsJaegeuk Kim1-6/+11
2013-04-03f2fs: update f2fs.txt related with discard at mkfsChangman Lee1-1/+3
2013-04-03f2fs: add NULL pointer checkP J P1-0/+4
2013-04-03f2fs: fix the bitmap consistency of dirty segmentsJaegeuk Kim1-5/+18
2013-04-03f2fs: avoid race for summary informationJaegeuk Kim3-10/+7
2013-04-03f2fs: allocate remained free segments in the LFS modeJaegeuk Kim1-0/+13
2013-04-03f2fs: check completion of foreground GCJaegeuk Kim1-12/+34
2013-04-03f2fs: change GC bitmaps to apply the section granularityJaegeuk Kim7-59/+68
2013-04-03f2fs: allocate new segment aligned with sectionsJaegeuk Kim1-1/+2
2013-04-03f2fs: remove redundant lock_page callsJaegeuk Kim2-15/+28
2013-04-03f2fs: introduce TOTAL_SECS macroJaegeuk Kim3-14/+13
2013-04-03f2fs: do not use duplicate names in a macroJaegeuk Kim1-7/+7
2013-03-31f2fs: use kmemdupAlexandru Gheorghiu2-9/+6
2013-03-27f2fs: fix to give correct parent inode number for roll forwardJaegeuk Kim4-25/+28
2013-03-27f2fs: remain nat cache entries for further free nid allocationJaegeuk Kim1-2/+2
2013-03-27f2fs: do not skip writing file meta during fsyncJaegeuk Kim4-15/+0
2013-03-27f2fs: fix the recovery flow to handle errors correctlyJaegeuk Kim3-21/+36
2013-03-20f2fs: fix typo in commentsMasanari Iida3-3/+3
2013-03-20f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inodeNamjae Jeon2-3/+10
2013-03-20f2fs: fix return values from validate superblockNamjae Jeon1-4/+7
2013-03-20f2fs: reorganize f2fs_setxattrNamjae Jeon1-8/+10
2013-03-20f2fs: notify when discard is not supportedNamjae Jeon1-0/+9
2013-03-20f2fs: fix to call WRITE_FLUSH at the end of fsyncJaegeuk Kim1-0/+2
2013-03-20f2fs: fix not to allocate max_nidJaegeuk Kim1-0/+2
2013-03-20f2fs: fix return value of releasepage for node and dataJaegeuk Kim2-11/+2
2013-03-20f2fs: scan next nat page to reuse free nids in thereJaegeuk Kim1-1/+2
2013-03-20f2fs: should check the node page was truncated firstJaegeuk Kim1-7/+8
2013-03-20f2fs: reduce unncessary locking pages during readJaegeuk Kim4-68/+91
2013-03-18f2fs: avoid extra ++ while returning from get_node_pathNamjae Jeon1-7/+6
2013-03-18f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim4-10/+14
2013-03-18f2fs: optimize and change return path in lookup_free_nid_listNamjae Jeon1-4/+3
2013-03-18f2fs: optimize get node page readahead partNamjae Jeon1-7/+6
2013-03-18f2fs: check the level before calling get_nid functionChangman Lee1-1/+2