aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: add an sysfs entry to control the directory levelJaegeuk Kim2015-05-023-0/+17
* f2fs: update documents and a MAINTAINERS entryJaegeuk Kim2015-05-023-0/+37
* f2fs: introduce large directory supportJaegeuk Kim2015-05-025-12/+20
* f2fs: remove costly bit operations for f2fs_find_entryJaegeuk Kim2015-05-021-15/+17
* f2fs: implement a lock-free stat_showJaegeuk Kim2015-05-023-42/+6
* f2fs: introduce a radix_tree for the free_nid listJaegeuk Kim2015-05-022-19/+18
* f2fs: introduce help macro on_build_free_nids()Gu Zheng2015-05-022-4/+3
* f2fs: fix to mark the checkpointed nat entry correctlyJaegeuk Kim2015-05-022-8/+9
* f2fs: fix to do build_stat prior to the recovery procedureJaegeuk Kim2015-05-021-24/+24
* f2fs: fix not to write data pages on the page reclaiming pathJaegeuk Kim2015-05-021-23/+15
* f2fs: fix the calculation of max_nidsJaegeuk Kim2015-05-021-1/+3
* f2fs: show counts of checkpoint in statusChangman Lee2015-05-023-1/+5
* f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pagesChao Yu2015-05-024-79/+90
* f2fs: use inode mutex to keep atomicity of f2fs_fallocChao Yu2015-05-021-0/+5
* f2fs: clean up redundant function callJaegeuk Kim2015-05-025-18/+10
* f2fs: fix f2fs_write_meta_page at no checkpoint statusJaegeuk Kim2015-05-022-8/+23
* f2fs: fix to truncate dentry pages in the error caseJaegeuk Kim2015-05-021-0/+4
* f2fs: fix a build warningJaegeuk Kim2015-05-021-11/+8
* f2fs: clean up with a macroJaegeuk Kim2015-05-023-9/+8
* f2fs: fix the potential mismatch between dir's i_size and i_blocksJaegeuk Kim2015-05-021-4/+4
* f2fs: remove the ugly pointer conversionJaegeuk Kim2015-05-022-4/+8
* f2fs: fix to recover xattr node blockJaegeuk Kim2015-05-023-0/+44
* f2fs: handle dirty segments inside refresh_sit_entryJaegeuk Kim2015-05-022-14/+11
* f2fs: update_inode_page should be done all the timeJaegeuk Kim2015-05-023-12/+22
* f2fs: backport k3.0 re-add start/end params to f2fs_sync_fileHashcode2015-05-022-2/+7
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2015-05-0271-167/+463
* f2fs: fix k3.0 merge by removing extra balance_fs and checkHashcode2015-05-021-5/+0
* f2fs: drop obsolete node page when it is truncatedJaegeuk Kim2015-05-021-0/+4
* f2fs: introduce NODE_MAPPING for code consistencyJaegeuk Kim2015-05-024-31/+30
* f2fs: remove the orphan block page arrayGu Zheng2015-05-021-3/+4
* f2fs: add help function META_MAPPINGGu Zheng2015-05-025-8/+13
* f2fs: move a branch for code redabilityJaegeuk Kim2015-05-021-5/+4
* f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim2015-05-023-5/+8
* f2fs: clean checkpatch warningsChris Fries2015-05-0211-30/+40
* f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH)Changman Lee2015-05-021-1/+1
* f2fs: avoid f2fs_balance_fs call during pageoutJaegeuk Kim2015-05-021-1/+3
* f2fs: add delimiter to seperate name and value in debug phraseChangman Lee2015-05-021-4/+4
* f2fs: use spinlock rather than mutex for better speedGu Zheng2015-05-022-13/+13
* f2fs: move alloc new orphan node out of lock protection regionGu Zheng2015-05-021-6/+9
* f2fs: move grabing orphan pages out of protection regionGu Zheng2015-05-021-7/+9
* f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong2015-05-026-7/+7
* f2fs: add a sysfs entry to control max_victim_searchJaegeuk Kim2015-05-024-3/+12
* f2fs: improve write performance under frequent fsync callsJaegeuk Kim2015-05-024-10/+11
* f2fs: avoid to read inline data except first pageChao Yu2015-05-021-0/+6
* f2fs: avoid to left uninitialized data in page when read inline dataChao Yu2015-05-021-3/+2
* f2fs: fix truncate_partial_nodes bugshifei10.ge2015-05-021-6/+7
* f2fs: handle errors correctly during f2fs_reserve_blockJaegeuk Kim2015-05-023-16/+26
* f2fs: add inline_data recovery routineJaegeuk Kim2015-05-025-5/+58
* f2fs: add the number of inline_data files to status infoJaegeuk Kim2015-05-024-7/+26
* f2fs: refactor f2fs_convert_inline_dataJaegeuk Kim2015-05-024-41/+28