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