summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
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
2021-02-03f2fs: introduce checkpoint_merge mount optionDaeho Jeong
2021-02-02f2fs: relocate inline conversion from mmap() to mkwrite()Chao Yu
2021-02-02f2fs: fix a wrong condition in __submit_bioDehe Gu
2021-02-01f2fs: remove unnecessary initialization in xattr.cLiu Song
2021-02-01f2fs: fix to avoid inconsistent quota dataYi Chen
2021-02-01f2fs: flush data when enabling checkpoint backJaegeuk Kim
2021-01-27f2fs: deprecate f2fs_trace_ioJaegeuk Kim
2021-01-27f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)
2021-01-27f2fs: remove unused stat_{inc, dec}_atomic_writeJack Qiu
2021-01-27f2fs: introduce sb_status sysfs nodeChao Yu
2021-01-27f2fs: fix to use per-inode maxbytesChengguang Xu
2021-01-27f2fs: compress: fix potential deadlockChao Yu
2021-01-27f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu
2021-01-27f2fs: fix null page reference in redirty_blocksDaeho Jeong
2021-01-27f2fs: clean up post-read processingEric Biggers
2021-01-27f2fs: trival cleanup in move_data_block()Chao Yu
2021-01-27f2fs: fix out-of-repair __setattr_copy()Chao Yu
2021-01-27f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap()Chao Yu
2021-01-27f2fs: introduce a new per-sb directory in sysfsChao Yu
2021-01-27f2fs: compress: support compress levelChao Yu
2021-01-27f2fs: compress: deny setting unsupported compress algorithmChao Yu