summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-18fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim15-1814/+150
2016-03-02f2fs: mutex can't be used by down_write_nest_lock()Yang Shi1-3/+1
2016-03-02f2fs: recovery missing dot dentries in root directoryLiu Xue1-0/+7
2016-02-26f2fs: fix to avoid deadlock when merging inline dataChao Yu1-2/+7
2016-02-26f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu4-8/+11
2016-02-26f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu7-26/+20
2016-02-26f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu3-12/+25
2016-02-26f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu3-7/+7
2016-02-23f2fs: avoid hungtask problem caused by losing wake_upYunlei He1-1/+1
2016-02-23f2fs: trace old block address for CoWed pageChao Yu8-32/+41
2016-02-23f2fs: try to flush inode after merging inline dataChao Yu1-1/+2
2016-02-23f2fs: show more info about superblock recoveryChao Yu1-2/+4
2016-02-23f2fs: fix the wrong stat count of calling gcChao Yu1-1/+3
2016-02-23f2fs: remain last victim segment number ascending orderJaegeuk Kim1-2/+6
2016-02-23f2fs: reuse read_inline_data for f2fs_convert_inline_pageShawn Lin1-15/+1
2016-02-23f2fs: fix to delete old dirent in converted inline directory in ->renameChao Yu1-0/+21
2016-02-23f2fs: detect error of update_dent_inode in ->renameChao Yu1-2/+3
2016-02-23f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin3-9/+6
2016-02-23f2fs: slightly reorganize read_raw_super_blockShawn Lin1-37/+36
2016-02-23f2fs: reorder nat cache lock in cache_nat_entryChao Yu1-7/+11
2016-02-23f2fs: split journal cache from curseg cacheChao Yu4-38/+77
2016-02-23f2fs: enhance IO path with block plugChao Yu2-6/+15
2016-02-23f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu5-69/+70
2016-02-23f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlinkChao Yu3-46/+48
2016-02-23f2fs crypto: handle unexpected lack of encryption keysChao Yu2-2/+7
2016-02-23f2fs crypto: make sure the encryption info is initialized on opendir(2)Chao Yu1-0/+8
2016-02-23f2fs: support revoking atomic written pagesChao Yu6-36/+92
2016-02-23f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu5-46/+70
2016-02-23f2fs: avoid garbage lenghs in dentriesJaegeuk Kim1-1/+11
2016-02-23f2fs crypto: sync with ext4's fname paddingJaegeuk Kim1-3/+3
2016-02-23f2fs: use correct errnoJaegeuk Kim1-1/+1
2016-02-23f2fs crypto: add missing locking for keyring_key accessJaegeuk Kim1-0/+4
2016-02-23f2fs crypto: check for too-short encrypted file namesJaegeuk Kim1-1/+4
2016-02-23f2fs crypto: f2fs_page_crypto() doesn't need a encryption contextJaegeuk Kim3-25/+7
2016-02-23f2fs crypto: fix spelling typo in commentJaegeuk Kim1-1/+1
2016-02-23f2fs crypto: replace some BUG_ON()'s with error checksJaegeuk Kim3-6/+12
2016-02-23f2fs: increase i_size to avoid missing dataJaegeuk Kim1-1/+1
2016-02-23f2fs: preallocate blocks for buffered aio writesJaegeuk Kim2-7/+31
2016-02-23f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim3-23/+39
2016-02-23f2fs: fix missing skip pages infoYunlei He3-6/+9
2016-02-23f2fs: introduce f2fs_submit_merged_bio_condChao Yu5-26/+79
2016-02-23f2fs: fix conflict on page->private usageJaegeuk Kim1-1/+1
2016-02-23f2fs: flush bios to handle cp_error in put_superJaegeuk Kim1-0/+7
2016-02-23f2fs: wait on page's writeback in writepages pathJaegeuk Kim2-3/+6
2016-02-23f2fs: speed up handling holes in fiemapChao Yu3-10/+28
2016-02-23f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu3-2/+40
2016-02-23f2fs: remove unneeded pointer conversionChao Yu7-33/+28
2016-02-23f2fs: simplify __allocate_data_blocksChao Yu1-56/+4
2016-02-23f2fs: simplify f2fs_map_blocksChao Yu1-69/+32
2016-02-23f2fs: introduce lifetime write IO statisticsShuoran Liu3-2/+59