aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-0258-138/+398
* 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-024-3/+57
* 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
* f2fs: call f2fs_put_page at the error caseJaegeuk Kim2015-05-021-1/+3
* f2fs: convert inline_data for punch_holeJaegeuk Kim2015-05-021-19/+3
* f2fs: don't need to get f2fs_lock_op for the inline_data testJaegeuk Kim2015-05-021-5/+4
* f2fs: handle inline data operationsHuajun Li2015-05-022-8/+86
* f2fs: key functions to handle inline dataHuajun Li2015-05-023-1/+185
* f2fs: convert max_orphans to a field of f2fs_sb_infoGu Zheng2015-05-022-10/+11
* f2fs: check the blocksize before calling generic_direct_IO pathJaegeuk Kim2015-05-021-0/+22
* f2fs: should put the dnode when NEW_ADDR is detectedJaegeuk Kim2015-05-021-2/+7
* f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim2015-05-025-29/+28
* f2fs: check filename length in recover_dentryChao Yu2015-05-022-3/+6
* f2fs: avoid to set wrong pino of inode when rename dirChao Yu2015-05-022-3/+2
* f2fs: update several commentsChao Yu2015-05-025-14/+22
* f2fs: remove the rw_flag domain from f2fs_io_infoGu Zheng2015-05-025-16/+7
* f2fs: move all the bio initialization into __bio_allocGu Zheng2015-05-021-50/+42
* f2fs: write dirty meta pages collectivelyJaegeuk Kim2015-05-021-3/+4
* block: separate priority boosting from REQ_METAChristoph Hellwig2015-05-028-13/+15
* block: remove READ_META and WRITE_METAChristoph Hellwig2015-05-025-7/+7
* f2fs: introduce a new direct_IO write pathJaegeuk Kim2015-05-023-48/+129
* f2fs: introduce sysfs entry to control in-place-update policyJaegeuk Kim2015-05-024-6/+47
* f2fs: missing kmem_cache_destroy for discard_entryChangman Lee2015-05-021-0/+1