summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2021-04-10f2fs: clean up build warningsYi Zhuang
2021-04-06f2fs: fix the periodic wakeups of discard threadSahitya Tummala
2021-04-06f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu
2021-04-06f2fs: fix to avoid GC/mmap race with f2fs_truncate()Chao Yu
2021-04-01f2fs: set checkpoint_merge by defaultJaegeuk Kim
2021-03-31f2fs: Fix a hungtask problem in atomic writeYi Zhuang
2021-03-30f2fs: fix to restrict mount condition on readonly block deviceChao Yu
2021-03-30f2fs: introduce gc_merge mount optionChao Yu
2021-03-26f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu
2021-03-26f2fs: fix wrong alloc_type in f2fs_do_replace_blockWang Xiaojun
2021-03-26f2fs: delete empty compress.hChao Yu
2021-03-26f2fs: fix a typo in inode.cRuiqi Gong
2021-03-26f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu
2021-03-25f2fs: fix to update last i_size if fallocate partially succeedsChao Yu
2021-03-25f2fs: fix error path of f2fs_remount()Chao Yu
2021-03-25f2fs: fix wrong comment of nat_tree_lockqiulaibin
2021-03-25f2fs: fix to avoid out-of-bounds memory accessChao Yu
2021-03-25f2fs: don't start checkpoint thread in readonly mountpointChao Yu
2021-03-25f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo
2021-03-25f2fs: add sysfs nodes to get runtime compression statDaeho Jeong
2021-03-25f2fs: fix to use per-inode maxbytes in f2fs_fiemapChengguang Xu
2021-03-23f2fs: fix to align to section for fallocate() on pinned fileChao Yu
2021-03-12f2fs: expose # of overprivision segmentsJaegeuk Kim
2021-03-12f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers
2021-03-12f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King
2021-03-12f2fs: remove unused file_clear_encrypt()Chao Yu
2021-03-12f2fs: check if swapfile is section-allignedhuangjianan@oppo.com
2021-03-12f2fs: fix last_lblock check in check_swap_activate_fasthuangjianan@oppo.com
2021-03-12f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com
2021-03-12f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-03-12f2fs: compress: Allow modular (de)compression algorithmsGeert Uytterhoeven
2021-03-12f2fs: check discard command number before traversing discard pending listChao Yu
2021-03-12f2fs: update comments for explicit memory barrierChao Yu
2021-03-12f2fs: remove unused FORCE_FG_GC macroChao Yu
2021-03-12f2fs: avoid unused f2fs_show_compress_options()Chao Yu
2021-03-12f2fs: fix panic during f2fs_resize_fs()Chao Yu
2021-03-12f2fs: fix to allow migrating fully valid segmentChao Yu
2021-03-12f2fs: fix a spacing coding stylejiahao
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2021-02-12f2fs: give a warning only for readonly partitionJaegeuk Kim
2021-02-08f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim
2021-02-07fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong