aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/checkpoint.c
AgeCommit message (Expand)Author
2021-02-08f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong
2021-02-03f2fs: introduce checkpoint_merge mount optionDaeho Jeong
2021-01-27f2fs: deprecate f2fs_trace_ioJaegeuk Kim
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim
2020-12-02f2fs: fix kbytes written stat for multi-device caseChao Yu
2020-12-02f2fs: change to use rwsem for cp_mutexSahitya Tummala
2020-12-02f2fs: Remove the redundancy initializationZhang Qilong
2020-12-01f2fs: remove a few bd_part checksChristoph Hellwig
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim
2020-09-29f2fs: fix to check segment boundary during SIT page readaheadChao Yu
2020-09-29f2fs: add trace exit in exception pathZhang Qilong
2020-09-11f2fs: support age threshold based garbage collectionChao Yu
2020-09-10f2fs: introduce inmem cursegChao Yu
2020-08-03f2fs: prepare a waiter before entering io_scheduleJaegeuk Kim
2020-08-03f2fs: fix deadlock between quota writes and checkpointJaegeuk Kim
2020-08-03f2fs: correct comment of f2fs_exist_written_dataJack Qiu
2020-07-26f2fs: space related cleanupJack Qiu
2020-07-08f2fs: don't keep meta inode pages used for compressed block migrationChao Yu
2020-06-08f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers
2020-05-18f2fs: flush dirty meta pages when flushing themJaegeuk Kim
2020-05-11f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim
2020-05-11f2fs: Avoid double lock for cp_rwsem during checkpointSayali Lokhande
2020-05-11f2fs: remove blk_plugging in block_operationsJaegeuk Kim
2020-04-17f2fs: support read iostatChao Yu
2020-04-17f2fs: fix to handle error path of f2fs_ra_meta_pages()Chao Yu
2020-03-22f2fs: Add a new CP flag to help fsck fix resize SPO issuesSahitya Tummala
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu
2020-03-10f2fs: fix inconsistent commentsChao Yu
2020-02-27f2fs: fix the panic in do_checkpoint()Sahitya Tummala
2020-01-15f2fs: don't keep META_MAPPING pages used for moving verity file blocksEric Biggers
2019-11-19f2fs: show f2fs instance in printk_ratelimitedChao Yu
2019-07-02f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches
2019-07-02f2fs: ioctl for removing a range from F2FSQiuyang Sun
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-08f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateChao Yu
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu
2019-05-08f2fs: fix to be aware of readonly device in write_checkpoint()Chao Yu
2019-05-08f2fs: fix to skip recovery on readonly deviceChao Yu
2019-05-08f2fs: relocate chksum_offset for large_nat_bitmap featureChao Yu
2019-05-08f2fs: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu
2019-05-08f2fs: fix wrong __is_meta_io() macroChao Yu
2019-04-05f2fs: fix potential recursive call when enabling data_flushChao Yu
2019-03-12f2fs: fix to add refcount once page is tagged PG_privateChao Yu
2019-03-05f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAGJaegeuk Kim
2019-02-15f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim