aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim1-3/+13
2016-04-12f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim1-3/+7
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds2-44/+72
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov11-92/+92
2016-03-30f2fs: retrieve IO write stat from the right placeShuoran Liu1-1/+1
2016-03-30f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim1-6/+6
2016-03-28f2fs: cover large section in sanity check of superJaegeuk Kim1-37/+65
2016-03-17f2fs: submit node page write bios when really requiredJaegeuk Kim1-11/+1
2016-03-17f2fs: add missing argument to f2fs_setxattr stubArnd Bergmann1-1/+2
2016-03-17f2fs: fix to avoid unneeded unlock_new_inodeChao Yu1-3/+3
2016-03-17f2fs: clean up opened code with f2fs_update_dentryChao Yu1-16/+6
2016-03-17f2fs: declare static functionsJaegeuk Kim1-2/+2
2016-03-17f2fs: use cryptoapi crc32 functionsKeith Mok4-24/+45
2016-03-17f2fs: modify the readahead method in ra_node_page()Fan Li1-5/+4
2016-03-17f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim3-1/+28
2016-03-17fs 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-25f2fs: 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-22f2fs: trace old block address for CoWed pageChao Yu8-32/+41
2016-02-22f2fs: try to flush inode after merging inline dataChao Yu1-1/+2
2016-02-22f2fs: show more info about superblock recoveryChao Yu1-2/+4
2016-02-22f2fs: fix the wrong stat count of calling gcChao Yu1-1/+3
2016-02-22f2fs: remain last victim segment number ascending orderJaegeuk Kim1-2/+6
2016-02-22f2fs: reuse read_inline_data for f2fs_convert_inline_pageShawn Lin1-15/+1
2016-02-22f2fs: fix to delete old dirent in converted inline directory in ->renameChao Yu1-0/+21
2016-02-22f2fs: detect error of update_dent_inode in ->renameChao Yu1-2/+3
2016-02-22f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin3-9/+6
2016-02-22f2fs: slightly reorganize read_raw_super_blockShawn Lin1-37/+36
2016-02-22f2fs: reorder nat cache lock in cache_nat_entryChao Yu1-7/+11
2016-02-22f2fs: split journal cache from curseg cacheChao Yu4-38/+77
2016-02-22f2fs: enhance IO path with block plugChao Yu2-6/+15
2016-02-22f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu5-69/+70
2016-02-22f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlinkChao Yu3-46/+48
2016-02-22f2fs crypto: handle unexpected lack of encryption keysChao Yu2-2/+7
2016-02-22f2fs crypto: make sure the encryption info is initialized on opendir(2)Chao Yu1-0/+8
2016-02-22f2fs: support revoking atomic written pagesChao Yu6-36/+92
2016-02-22f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu5-46/+70
2016-02-22f2fs: avoid garbage lenghs in dentriesJaegeuk Kim1-1/+11
2016-02-22f2fs crypto: sync with ext4's fname paddingJaegeuk Kim1-3/+3
2016-02-22f2fs: use correct errnoJaegeuk Kim1-1/+1
2016-02-22f2fs crypto: add missing locking for keyring_key accessJaegeuk Kim1-0/+4
2016-02-22f2fs crypto: check for too-short encrypted file namesJaegeuk Kim1-1/+4
2016-02-22f2fs crypto: f2fs_page_crypto() doesn't need a encryption contextJaegeuk Kim3-25/+7
2016-02-22f2fs crypto: fix spelling typo in commentJaegeuk Kim1-1/+1