summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2019-07-18mm: migrate: remove unused mode argumentKeith Busch
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-12Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal
2019-07-10f2fs: improve print log in f2fs_sanity_check_ckpt()Chao Yu
2019-07-10f2fs: avoid out-of-range memory accessOcean Chen
2019-07-10f2fs: fix to avoid long latency during umountHeng Xiao
2019-07-10f2fs: allow all the users to pin a fileJaegeuk Kim
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo
2019-07-03f2fs: support swap file w/ DIOJaegeuk Kim
2019-07-02f2fs: allocate blocks for pinned fileJaegeuk Kim
2019-07-02f2fs: fix is_idle() check for discard typeSahitya Tummala
2019-07-02f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim
2019-07-02f2fs: set SBI_NEED_FSCK for xattr corruption caseChao Yu
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-07-02f2fs: Use DIV_ROUND_UP() instead of open-codingGeert Uytterhoeven
2019-07-02f2fs: print kernel message if filesystem is inconsistentChao Yu
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches
2019-07-02f2fs: avoid get_valid_blocks() for cleanupChao Yu
2019-07-02f2fs: ioctl for removing a range from F2FSQiuyang Sun
2019-06-21f2fs: only set project inherit bit for directoryWang Shilong
2019-06-21f2fs: separate f2fs i_flags from fs_flags and ext4 i_flagsEric Biggers
2019-06-21f2fs: replace ktype default_attrs with default_groupsKimberly Brown
2019-06-13f2fs: replace ktype default_attrs with default_groupsKimberly Brown
2019-06-03f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg
2019-06-03f2fs: Fix accounting for unusable blocksDaniel Rosenberg
2019-06-03f2fs: Fix root reserved on remountDaniel Rosenberg
2019-06-03f2fs: Lower threshold for disable_cp_againDaniel Rosenberg
2019-05-30f2fs: fix sparse warningChao Yu
2019-05-30f2fs: fix f2fs_show_options to show nodiscard mount optionSahitya Tummala
2019-05-30f2fs: add error prints for debugging mount failureSahitya Tummala
2019-05-30f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers
2019-05-28fscrypt: simplify bounce page handlingEric Biggers
2019-05-23f2fs: fix to avoid deadloop if data_flush is onChao Yu
2019-05-23f2fs: always assume that the device is idle under gc_urgentPark Ju Hyung
2019-05-23f2fs: add bio cache for IPUChao Yu
2019-05-23f2fs: allow ssr block allocation during checkpoint=disable periodJaegeuk Kim
2019-05-23f2fs: fix to check layout on last valid checkpoint parkChao Yu
2019-05-23f2fs: link f2fs quota ops for sysfileJaegeuk Kim
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-09f2fs: fix to avoid accessing xattr across the boundaryRandall Huang
2019-05-08f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateChao Yu
2019-05-08f2fs: add tracepoint for f2fs_filemap_fault()Chao Yu
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu
2019-05-08f2fs: fix to handle error in f2fs_disable_checkpoint()Chao Yu
2019-05-08f2fs: remove redundant check in f2fs_file_write_iter()Chengguang Xu
2019-05-08f2fs: fix to be aware of readonly device in write_checkpoint()Chao Yu