summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* f2fs: align memory boundary for bitopsJaegeuk Kim2018-04-08
* f2fs: remove unneeded set_cold_node()Chao Yu2018-04-08
* f2fs: add nowait aio supportHyunchul Lee2018-04-08
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-04-08
* f2fs: Don't overwrite all types of node to keep node chainYunlei He2018-04-08
* f2fs: introduce mount option for fsync modeJunling Zheng2018-04-08
* f2fs: fix to restore old mount option in ->remount_fsChao Yu2018-04-08
* f2fs: wrap sb_rdonly with f2fs_readonlyChao Yu2018-04-08
* f2fs: avoid selinux denial on CAP_SYS_RESOURCEJaegeuk Kim2018-04-08
* f2fs: support hot file extensionChao Yu2018-04-08
* f2fs: fix to avoid race in between atomic write and background GCChao Yu2018-04-08
* f2fs: do gc in greedy mode for whole range if gc_urgent mode is setJaegeuk Kim2018-04-08
* f2fs: issue discard aggressively in the gc_urgent modeJaegeuk Kim2018-04-08
* f2fs: set readdir_ra by defaultJaegeuk Kim2018-04-08
* f2fs: add auto tuning for small devicesJaegeuk Kim2018-04-08
* f2fs: add mount option for segment allocation policyJaegeuk Kim2018-04-08
* f2fs: don't stop GC if GC is contendedJaegeuk Kim2018-04-08
* f2fs: expose extension_list sysfs entryChao Yu2018-04-08
* f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu2018-04-08
* f2fs: introduce sb_lock to make encrypt pwsalt update exclusiveChao Yu2018-04-08
* f2fs: remove redundant initialization of pointer 'p'Colin Ian King2018-04-08
* f2fs: flush cp pack except cp pack 2 page at firstGao Xiang2018-04-08
* f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong2018-04-08
* f2fs: remove redundant check of page type when submit bioTiezhu Yang2018-04-08
* f2fs: fix to handle looped node chain during recoveryChao Yu2018-04-08
* f2fs: handle quota for orphan inodesJaegeuk Kim2018-04-08
* f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee2018-04-08
* f2fs: support passing down write hints given by users to block layerHyunchul Lee2018-04-08
* f2fs: fix to clear CP_TRIMMED_FLAGChao Yu2018-04-08
* f2fs: support large nat bitmapChao Yu2018-04-08
* f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu2018-04-08
* f2fs: restrict inline_xattr_size configurationChao Yu2018-04-08
* f2fs: fix heap mode to reset it backYunlong Song2018-04-08
* f2fs: fix potential corruption in area before F2FS_SUPER_OFFSETSheng Yong2018-04-08
* fscrypt: fix build with pre-4.6 gcc versionsEric Biggers2018-04-08
* fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers2018-04-08
* fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesEric Biggers2018-04-08
* fscrypt: calculate NUL-padding length in one place onlyEric Biggers2018-04-08
* fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers2018-04-08
* fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers2018-04-08
* f2fs: switch to fscrypt_get_symlink()Eric Biggers2018-04-08
* f2fs: switch to fscrypt ->symlink() helper functionsEric Biggers2018-04-08
* fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers2018-04-08
* fscrypt: new helper functions for ->symlink()Eric Biggers2018-04-08
* fscrypt: trim down fscrypt.h includesEric Biggers2018-04-08
* fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers2018-04-08
* fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers2018-04-08
* fscrypt: move fscrypt_operations declaration to fscrypt_supp.hEric Biggers2018-04-08
* fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versionsEric Biggers2018-04-08
* fscrypt: move fscrypt_ctx declaration to fscrypt_supp.hEric Biggers2018-04-08