aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-10f2fs: clean up build warningsYi Zhuang14-11/+44
2021-04-06f2fs: fix the periodic wakeups of discard threadSahitya Tummala1-7/+14
2021-04-06f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu1-3/+3
2021-04-06f2fs: fix to avoid GC/mmap race with f2fs_truncate()Chao Yu1-1/+6
2021-04-01f2fs: set checkpoint_merge by defaultJaegeuk Kim1-0/+1
2021-03-31f2fs: Fix a hungtask problem in atomic writeYi Zhuang1-13/+17
2021-03-30f2fs: fix to restrict mount condition on readonly block deviceChao Yu1-4/+12
2021-03-30f2fs: introduce gc_merge mount optionChao Yu5-8/+59
2021-03-26f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu1-0/+4
2021-03-26f2fs: fix wrong alloc_type in f2fs_do_replace_blockWang Xiaojun1-0/+3
2021-03-26f2fs: delete empty compress.hChao Yu1-0/+0
2021-03-26f2fs: fix a typo in inode.cRuiqi Gong1-1/+1
2021-03-26f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala3-1/+11
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu4-24/+55
2021-03-25f2fs: fix to update last i_size if fallocate partially succeedsChao Yu1-11/+11
2021-03-25f2fs: fix error path of f2fs_remount()Chao Yu1-13/+34
2021-03-25f2fs: fix wrong comment of nat_tree_lockqiulaibin1-1/+1
2021-03-25f2fs: fix to avoid out-of-bounds memory accessChao Yu1-0/+3
2021-03-25f2fs: don't start checkpoint thread in readonly mountpointChao Yu1-5/+5
2021-03-25f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo2-2/+5
2021-03-25f2fs: add sysfs nodes to get runtime compression statDaeho Jeong3-0/+58
2021-03-25f2fs: fix to use per-inode maxbytes in f2fs_fiemapChengguang Xu1-0/+10
2021-03-23f2fs: fix to align to section for fallocate() on pinned fileChao Yu3-19/+36
2021-03-12f2fs: expose # of overprivision segmentsJaegeuk Kim1-0/+9
2021-03-12f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers1-21/+54
2021-03-12f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King1-1/+2
2021-03-12f2fs: remove unused file_clear_encrypt()Chao Yu1-3/+8
2021-03-12f2fs: check if swapfile is section-allignedhuangjianan@oppo.com1-21/+88
2021-03-12f2fs: fix last_lblock check in check_swap_activate_fasthuangjianan@oppo.com1-1/+1
2021-03-12f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com2-3/+2
2021-03-12f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva1-2/+3
2021-03-12f2fs: compress: Allow modular (de)compression algorithmsGeert Uytterhoeven1-9/+7
2021-03-12f2fs: check discard command number before traversing discard pending listChao Yu1-0/+2
2021-03-12f2fs: update comments for explicit memory barrierChao Yu2-2/+10
2021-03-12f2fs: remove unused FORCE_FG_GC macroChao Yu1-2/+0
2021-03-12f2fs: avoid unused f2fs_show_compress_options()Chao Yu1-0/+2
2021-03-12f2fs: fix panic during f2fs_resize_fs()Chao Yu1-0/+13
2021-03-12f2fs: fix to allow migrating fully valid segmentChao Yu5-16/+20
2021-03-12f2fs: fix a spacing coding stylejiahao1-1/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig5-8/+8
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+2
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)2-3/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds6-35/+45
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-3/+0
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds4-49/+6
2021-02-21Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+11
2021-02-12f2fs: give a warning only for readonly partitionJaegeuk Kim1-5/+3
2021-02-08f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim3-8/+4
2021-02-07fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers1-0/+11
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong3-1/+58