summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)AuthorLines
2016-03-17f2fs: submit node page write bios when really requiredJaegeuk Kim-11/+1
2016-03-17f2fs: add missing argument to f2fs_setxattr stubArnd Bergmann-1/+2
2016-03-17f2fs: fix to avoid unneeded unlock_new_inodeChao Yu-3/+3
2016-03-17f2fs: clean up opened code with f2fs_update_dentryChao Yu-16/+6
2016-03-17f2fs: declare static functionsJaegeuk Kim-2/+2
2016-03-17f2fs: use cryptoapi crc32 functionsKeith Mok-24/+45
2016-03-17f2fs: modify the readahead method in ra_node_page()Fan Li-5/+4
2016-03-17f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim-1/+28
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim-1814/+150
2016-03-02f2fs: mutex can't be used by down_write_nest_lock()Yang Shi-3/+1
2016-03-02f2fs: recovery missing dot dentries in root directoryLiu Xue-0/+7
2016-02-26f2fs: fix to avoid deadlock when merging inline dataChao Yu-2/+7
2016-02-26f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu-8/+11
2016-02-26f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu-26/+20
2016-02-26f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu-12/+25
2016-02-25f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu-7/+7
2016-02-23f2fs: avoid hungtask problem caused by losing wake_upYunlei He-1/+1
2016-02-22f2fs: trace old block address for CoWed pageChao Yu-32/+41
2016-02-22f2fs: try to flush inode after merging inline dataChao Yu-1/+2
2016-02-22f2fs: show more info about superblock recoveryChao Yu-2/+4
2016-02-22f2fs: fix the wrong stat count of calling gcChao Yu-1/+3
2016-02-22f2fs: remain last victim segment number ascending orderJaegeuk Kim-2/+6
2016-02-22f2fs: reuse read_inline_data for f2fs_convert_inline_pageShawn Lin-15/+1
2016-02-22f2fs: fix to delete old dirent in converted inline directory in ->renameChao Yu-0/+21
2016-02-22f2fs: detect error of update_dent_inode in ->renameChao Yu-2/+3
2016-02-22f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin-9/+6
2016-02-22f2fs: slightly reorganize read_raw_super_blockShawn Lin-37/+36
2016-02-22f2fs: reorder nat cache lock in cache_nat_entryChao Yu-7/+11
2016-02-22f2fs: split journal cache from curseg cacheChao Yu-38/+77
2016-02-22f2fs: enhance IO path with block plugChao Yu-6/+15
2016-02-22f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu-69/+70
2016-02-22f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlinkChao Yu-46/+48
2016-02-22f2fs crypto: handle unexpected lack of encryption keysChao Yu-2/+7
2016-02-22f2fs crypto: make sure the encryption info is initialized on opendir(2)Chao Yu-0/+8
2016-02-22f2fs: support revoking atomic written pagesChao Yu-36/+92
2016-02-22f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu-46/+70
2016-02-22f2fs: avoid garbage lenghs in dentriesJaegeuk Kim-1/+11
2016-02-22f2fs crypto: sync with ext4's fname paddingJaegeuk Kim-3/+3
2016-02-22f2fs: use correct errnoJaegeuk Kim-1/+1
2016-02-22f2fs crypto: add missing locking for keyring_key accessJaegeuk Kim-0/+4
2016-02-22f2fs crypto: check for too-short encrypted file namesJaegeuk Kim-1/+4
2016-02-22f2fs crypto: f2fs_page_crypto() doesn't need a encryption contextJaegeuk Kim-25/+7
2016-02-22f2fs crypto: fix spelling typo in commentJaegeuk Kim-1/+1
2016-02-22f2fs crypto: replace some BUG_ON()'s with error checksJaegeuk Kim-6/+12
2016-02-22f2fs: increase i_size to avoid missing dataJaegeuk Kim-1/+1
2016-02-22f2fs: preallocate blocks for buffered aio writesJaegeuk Kim-7/+31
2016-02-22f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim-23/+39
2016-02-22f2fs: fix missing skip pages infoYunlei He-6/+9
2016-02-22f2fs: introduce f2fs_submit_merged_bio_condChao Yu-26/+79
2016-02-22f2fs: fix conflict on page->private usageJaegeuk Kim-1/+1