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