aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-02f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim3-27/+53
2019-07-02f2fs: set SBI_NEED_FSCK for xattr corruption caseChao Yu1-0/+6
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu14-37/+46
2019-07-02f2fs: Use DIV_ROUND_UP() instead of open-codingGeert Uytterhoeven3-6/+6
2019-07-02f2fs: print kernel message if filesystem is inconsistentChao Yu1-0/+2
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches14-507/+351
2019-07-02f2fs: avoid get_valid_blocks() for cleanupChao Yu1-4/+2
2019-07-02f2fs: ioctl for removing a range from F2FSQiuyang Sun7-5/+260
2019-06-21f2fs: only set project inherit bit for directoryWang Shilong2-1/+3
2019-06-21f2fs: separate f2fs i_flags from fs_flags and ext4 i_flagsEric Biggers2-118/+163
2019-06-21f2fs: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-06-13f2fs: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-06-03f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg4-25/+73
2019-06-03f2fs: Fix accounting for unusable blocksDaniel Rosenberg1-5/+10
2019-06-03f2fs: Fix root reserved on remountDaniel Rosenberg1-1/+2
2019-06-03f2fs: Lower threshold for disable_cp_againDaniel Rosenberg1-3/+5
2019-05-30f2fs: fix sparse warningChao Yu2-3/+3
2019-05-30f2fs: fix f2fs_show_options to show nodiscard mount optionSahitya Tummala1-0/+2
2019-05-30f2fs: add error prints for debugging mount failureSahitya Tummala2-3/+7
2019-05-30f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu1-0/+39
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers1-2/+3
2019-05-28fscrypt: simplify bounce page handlingEric Biggers1-7/+5
2019-05-23f2fs: fix to avoid deadloop if data_flush is onChao Yu4-0/+9
2019-05-23f2fs: always assume that the device is idle under gc_urgentPark Ju Hyung1-0/+3
2019-05-23f2fs: add bio cache for IPUChao Yu3-10/+86
2019-05-23f2fs: allow ssr block allocation during checkpoint=disable periodJaegeuk Kim1-1/+2
2019-05-23f2fs: fix to check layout on last valid checkpoint parkChao Yu2-11/+9
2019-05-23f2fs: link f2fs quota ops for sysfileJaegeuk Kim2-8/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds16-299/+623
2019-05-09f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2-9/+29
2019-05-08f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateChao Yu3-1/+14
2019-05-08f2fs: add tracepoint for f2fs_filemap_fault()Chao Yu1-0/+2
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu10-51/+134
2019-05-08f2fs: fix to handle error in f2fs_disable_checkpoint()Chao Yu1-1/+4
2019-05-08f2fs: remove redundant check in f2fs_file_write_iter()Chengguang Xu1-13/+9
2019-05-08f2fs: fix to be aware of readonly device in write_checkpoint()Chao Yu1-4/+3
2019-05-08f2fs: fix to skip recovery on readonly deviceChao Yu2-4/+17
2019-05-08f2fs: fix to consider multiple device for readonly checkChao Yu2-1/+15
2019-05-08f2fs: relocate chksum_offset for large_nat_bitmap featureChao Yu2-1/+16
2019-05-08f2fs: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu1-6/+21
2019-05-08f2fs: Replace spaces with tabYoungjun Yoo1-1/+1
2019-05-08f2fs: insert space before the open parenthesis '('Youngjun Yoo1-1/+1
2019-05-08f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu5-11/+19
2019-05-08f2fs: introduce f2fs_read_single_page() for cleanupChao Yu1-96/+118
2019-05-08f2fs: mark is_extension_exist() inlinePark Ju Hyung1-1/+1
2019-05-08f2fs: fix to set FI_UPDATE_WRITE correctlyChao Yu1-1/+2
2019-05-08f2fs: fix to avoid panic in f2fs_inplace_write_data()Chao Yu1-2/+7
2019-05-08f2fs: fix to do sanity check on valid block count of segmentChao Yu1-2/+1
2019-05-08f2fs: fix to do sanity check on valid node/block countChao Yu1-1/+20