summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| | | * | | f2fs: fix to initialize min_mtime with ULLONG_MAXChao Yu2018-07-08
| | | * | | f2fs: fix to let checkpoint guarantee atomic page persistenceChao Yu2018-07-08
| | | * | | f2fs: fix to initialize i_current_depth according to inode typeChao Yu2018-07-08
| | | * | | Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc"Chao Yu2018-07-08
| | | * | | f2fs: don't drop any page on f2fs_cp_error() caseJaegeuk Kim2018-07-08
| | | * | | f2fs: fix spelling mistake: "extenstion" -> "extension"Colin Ian King2018-07-08
| | | * | | f2fs: enhance sanity_check_raw_super() to avoid potential overflowsJaegeuk Kim2018-07-08
| | | * | | f2fs: treat volatile file's data as hot oneChao Yu2018-07-08
| | | * | | f2fs: introduce release_discard_addr() for cleanupChao Yu2018-07-08
| | | * | | f2fs: fix potential overflowChao Yu2018-07-08
| | | * | | f2fs: rename dio_rwsem to i_gc_rwsemChao Yu2018-07-08
| | | * | | f2fs: move mnt_want_write_file after range checkYunlei He2018-07-08
| | | * | | f2fs: fix missing clear FI_NO_PREALLOC in some error caseYunlei He2018-07-08
| | | * | | f2fs: enforce fsync_mode=strict for renamed directoryJaegeuk Kim2018-07-08
| | | * | | f2fs: sanity check for total valid node blocksJaegeuk Kim2018-07-08
| | | * | | f2fs: sanity check on sit entryJaegeuk Kim2018-07-08
| | | * | | f2fs: avoid bug_on on corrupted inodeJaegeuk Kim2018-07-08
| | | * | | f2fs: give message and set need_fsck given broken node idJaegeuk Kim2018-07-08
| | | * | | f2fs: clean up commit_inmem_pages()Chao Yu2018-07-08
| | | * | | f2fs: do not check F2FS_INLINE_DOTS in recoverSheng Yong2018-07-08
| | | * | | f2fs: remove duplicated dquot_initialize and fix error handlingSheng Yong2018-07-08
| | | * | | f2fs: stop issue discard if something wrong with f2fsYunlei He2018-07-08
| | | * | | f2fs: fix return value in f2fs_ioc_commit_atomic_writeChao Yu2018-07-08
| | | * | | f2fs: allocate hot_data for atomic write more strictlyYunlei He2018-07-08
| | | * | | f2fs: check if inmem_pages list is empty correctlySheng Yong2018-07-08
| | | * | | f2fs: fix race in between GC and atomic openChao Yu2018-07-08
| | | * | | f2fs: change le32 to le16 of f2fs_inode->i_extra_sizeZhikang Zhang2018-07-08
| | | * | | f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entriesZhikang Zhang2018-07-08
| | | * | | f2fs: correct return value of f2fs_trim_fsChao Yu2018-07-08
| | | * | | f2fs: fix to show missing bits in FS_IOC_GETFLAGSChao Yu2018-07-08
| | | * | | f2fs: remove unneeded F2FS_PROJINHERIT_FLChao Yu2018-07-08
| | | * | | f2fs: don't use GFP_ZERO for page cachesChao Yu2018-07-08
| | | * | | f2fs: issue all big range discards in umount processYunlei He2018-07-08
| | | * | | f2fs: remove redundant block plugChao Yu2018-07-08
| | | * | | f2fs: remove unmatched zero_user_segment when convert inline dentryYunlong Song2018-07-08
| | | * | | f2fs: introduce private inode status mappingChao Yu2018-07-08
| | | * | | fscrypt: log the crypto algorithm implementationsEric Biggers2018-06-28
| | | * | | fscrypt: add Speck128/256 supportEric Biggers2018-06-28
| | | * | | fscrypt: only derive the needed portion of the keyEric Biggers2018-06-28
| | | * | | fscrypt: separate key lookup from key derivationEric Biggers2018-06-28
| | | * | | fscrypt: use a common logging functionEric Biggers2018-06-28
| | | * | | fscrypt: remove internal key size constantsEric Biggers2018-06-28
| | | * | | fscrypt: remove unnecessary check for non-logon key typeEric Biggers2018-06-28
| | | * | | fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers2018-06-28
| | | * | | fscrypt: drop empty name check from fname_decrypt()Eric Biggers2018-06-28
| | | * | | fscrypt: drop max_namelen check from fname_decrypt()Eric Biggers2018-06-28
| | | * | | fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()Eric Biggers2018-06-28
| | | * | | fscrypt: don't clear flags on crypto transformEric Biggers2018-06-28
| | | * | | fscrypt: remove stale comment from fscrypt_d_revalidate()Eric Biggers2018-06-28
| | | * | | fscrypt: remove error messages for skcipher_request_alloc() failureEric Biggers2018-06-28