aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: retrieve IO write stat from the right placeShuoran Liu2017-04-131-1/+1
* f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim2017-04-131-6/+6
* f2fs: cover large section in sanity check of superJaegeuk Kim2017-04-131-37/+65
* f2fs/crypto: fix xts_tweak initializationLinus Torvalds2017-04-131-1/+1
* f2fs: submit node page write bios when really requiredJaegeuk Kim2017-04-131-11/+1
* f2fs: add missing argument to f2fs_setxattr stubArnd Bergmann2017-04-131-1/+2
* f2fs: fix to avoid unneeded unlock_new_inodeChao Yu2017-04-131-3/+3
* f2fs: clean up opened code with f2fs_update_dentryChao Yu2017-04-131-16/+6
* f2fs: declare static functionsJaegeuk Kim2017-04-131-2/+2
* f2fs: use cryptoapi crc32 functionsKeith Mok2017-04-134-24/+50
* f2fs: modify the readahead method in ra_node_page()Fan Li2017-04-131-5/+4
* f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim2017-04-133-1/+28
* f2fs: define not-set fallocate flagsJaegeuk Kim2017-04-131-0/+6
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2017-04-1321-1315/+1167
* f2fs: mutex can't be used by down_write_nest_lock()Yang Shi2017-04-131-2/+1
* f2fs: recovery missing dot dentries in root directoryLiu Xue2017-04-131-0/+7
* f2fs: fix to avoid deadlock when merging inline dataChao Yu2017-04-131-2/+7
* f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu2017-04-134-8/+11
* f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu2017-04-137-26/+20
* f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu2017-04-133-9/+24
* f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu2017-04-133-7/+7
* f2fs: avoid hungtask problem caused by losing wake_upYunlei He2017-04-131-1/+1
* f2fs: trace old block address for CoWed pageChao Yu2017-04-138-32/+41
* f2fs: try to flush inode after merging inline dataChao Yu2017-04-131-1/+2
* f2fs: show more info about superblock recoveryChao Yu2017-04-131-2/+4
* f2fs: fix the wrong stat count of calling gcChao Yu2017-04-131-1/+3
* f2fs: remain last victim segment number ascending orderJaegeuk Kim2017-04-131-2/+6
* f2fs: reuse read_inline_data for f2fs_convert_inline_pageShawn Lin2017-04-131-15/+1
* f2fs: fix to delete old dirent in converted inline directory in ->renameChao Yu2017-04-131-0/+21
* f2fs: detect error of update_dent_inode in ->renameChao Yu2017-04-131-2/+3
* f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin2017-04-133-9/+6
* f2fs: slightly reorganize read_raw_super_blockShawn Lin2017-04-131-37/+36
* f2fs: reorder nat cache lock in cache_nat_entryChao Yu2017-04-131-7/+11
* f2fs: split journal cache from curseg cacheChao Yu2017-04-134-38/+77
* f2fs: enhance IO path with block plugChao Yu2017-04-132-6/+15
* f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu2017-04-135-69/+70
* f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlinkChao Yu2017-04-133-46/+48
* f2fs crypto: handle unexpected lack of encryption keysChao Yu2017-04-132-2/+7
* f2fs crypto: make sure the encryption info is initialized on opendir(2)Chao Yu2017-04-131-0/+8
* f2fs: support revoking atomic written pagesChao Yu2017-04-136-36/+92
* f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu2017-04-135-46/+70
* f2fs: avoid garbage lenghs in dentriesJaegeuk Kim2017-04-131-1/+10
* f2fs crypto: sync with ext4's fname paddingJaegeuk Kim2017-04-131-3/+3
* f2fs: use correct errnoJaegeuk Kim2017-04-131-1/+1
* f2fs crypto: add missing locking for keyring_key accessJaegeuk Kim2017-04-131-0/+4
* f2fs crypto: check for too-short encrypted file namesJaegeuk Kim2017-04-131-1/+4
* f2fs crypto: f2fs_page_crypto() doesn't need a encryption contextJaegeuk Kim2017-04-133-25/+7
* f2fs crypto: fix spelling typo in commentJaegeuk Kim2017-04-131-1/+1
* f2fs crypto: replace some BUG_ON()'s with error checksJaegeuk Kim2017-04-133-6/+12
* f2fs: increase i_size to avoid missing dataJaegeuk Kim2017-04-131-1/+1