aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-6/+4
2019-07-12Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 18-758/+1268
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+4
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Gravatar Damien Le Moal 1-3/+1
2019-07-10f2fs: improve print log in f2fs_sanity_check_ckpt()Gravatar Chao Yu 1-1/+3
2019-07-10f2fs: avoid out-of-range memory accessGravatar Ocean Chen 1-0/+5
2019-07-10f2fs: fix to avoid long latency during umountGravatar Heng Xiao 1-0/+4
2019-07-10f2fs: allow all the users to pin a fileGravatar Jaegeuk Kim 1-3/+0
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Gravatar Tejun Heo 1-2/+2
2019-07-03f2fs: support swap file w/ DIOGravatar Jaegeuk Kim 2-10/+137
2019-07-02f2fs: allocate blocks for pinned fileGravatar Jaegeuk Kim 1-1/+6
2019-07-02f2fs: fix is_idle() check for discard typeGravatar Sahitya Tummala 1-1/+1
2019-07-02f2fs: add a rw_sem to cover quota flag changesGravatar Jaegeuk Kim 3-27/+53
2019-07-02f2fs: set SBI_NEED_FSCK for xattr corruption caseGravatar Chao Yu 1-0/+6
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDGravatar Chao Yu 14-37/+46
2019-07-02f2fs: Use DIV_ROUND_UP() instead of open-codingGravatar Geert Uytterhoeven 3-6/+6
2019-07-02f2fs: print kernel message if filesystem is inconsistentGravatar Chao Yu 1-0/+2
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Gravatar Joe Perches 14-507/+351
2019-07-02f2fs: avoid get_valid_blocks() for cleanupGravatar Chao Yu 1-4/+2
2019-07-02f2fs: ioctl for removing a range from F2FSGravatar Qiuyang Sun 7-5/+260
2019-06-21f2fs: only set project inherit bit for directoryGravatar Wang Shilong 2-1/+3
2019-06-21f2fs: separate f2fs i_flags from fs_flags and ext4 i_flagsGravatar Eric Biggers 2-118/+163
2019-06-21f2fs: replace ktype default_attrs with default_groupsGravatar Kimberly Brown 1-2/+4
2019-06-13f2fs: replace ktype default_attrs with default_groupsGravatar Kimberly Brown 1-2/+4
2019-06-03f2fs: Add option to limit required GC for checkpoint=disableGravatar Daniel Rosenberg 4-25/+73
2019-06-03f2fs: Fix accounting for unusable blocksGravatar Daniel Rosenberg 1-5/+10
2019-06-03f2fs: Fix root reserved on remountGravatar Daniel Rosenberg 1-1/+2
2019-06-03f2fs: Lower threshold for disable_cp_againGravatar Daniel Rosenberg 1-3/+5
2019-05-30f2fs: fix sparse warningGravatar Chao Yu 2-3/+3
2019-05-30f2fs: fix f2fs_show_options to show nodiscard mount optionGravatar Sahitya Tummala 1-0/+2
2019-05-30f2fs: add error prints for debugging mount failureGravatar Sahitya Tummala 2-3/+7
2019-05-30f2fs: fix to do sanity check on segment bitmap of LFS cursegGravatar Chao Yu 1-0/+39
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageGravatar Eric Biggers 1-2/+3
2019-05-28fscrypt: simplify bounce page handlingGravatar Eric Biggers 1-7/+5
2019-05-23f2fs: fix to avoid deadloop if data_flush is onGravatar Chao Yu 4-0/+9
2019-05-23f2fs: always assume that the device is idle under gc_urgentGravatar Park Ju Hyung 1-0/+3
2019-05-23f2fs: add bio cache for IPUGravatar Chao Yu 3-10/+86
2019-05-23f2fs: allow ssr block allocation during checkpoint=disable periodGravatar Jaegeuk Kim 1-1/+2
2019-05-23f2fs: fix to check layout on last valid checkpoint parkGravatar Chao Yu 2-11/+9
2019-05-23f2fs: link f2fs quota ops for sysfileGravatar Jaegeuk Kim 2-8/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 16-299/+623
2019-05-09f2fs: fix to avoid accessing xattr across the boundaryGravatar Randall Huang 2-9/+29
2019-05-08f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateGravatar Chao Yu 3-1/+14
2019-05-08f2fs: add tracepoint for f2fs_filemap_fault()Gravatar Chao Yu 1-0/+2
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEGravatar Chao Yu 10-51/+134
2019-05-08f2fs: fix to handle error in f2fs_disable_checkpoint()Gravatar Chao Yu 1-1/+4
2019-05-08f2fs: remove redundant check in f2fs_file_write_iter()Gravatar Chengguang Xu 1-13/+9
2019-05-08f2fs: fix to be aware of readonly device in write_checkpoint()Gravatar Chao Yu 1-4/+3
2019-05-08f2fs: fix to skip recovery on readonly deviceGravatar Chao Yu 2-4/+17