summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
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/fsc...Linus Torvalds1-0/+11
2021-02-13f2fs: give a warning only for readonly partitionJaegeuk Kim1-5/+3
2021-02-09f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim3-8/+4
2021-02-08fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers1-0/+11
2021-02-04f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong3-1/+58
2021-02-04f2fs: introduce checkpoint_merge mount optionDaeho Jeong4-8/+266
2021-02-02f2fs: relocate inline conversion from mmap() to mkwrite()Chao Yu1-6/+4
2021-02-02f2fs: fix a wrong condition in __submit_bioDehe Gu1-1/+1
2021-02-02f2fs: remove unnecessary initialization in xattr.cLiu Song1-4/+4
2021-02-02f2fs: fix to avoid inconsistent quota dataYi Chen2-0/+8
2021-02-02f2fs: flush data when enabling checkpoint backJaegeuk Kim1-0/+3
2021-01-28f2fs: deprecate f2fs_trace_ioJaegeuk Kim10-239/+0
2021-01-28f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)3-28/+0
2021-01-28f2fs: remove unused stat_{inc, dec}_atomic_writeJack Qiu1-2/+0
2021-01-28f2fs: introduce sb_status sysfs nodeChao Yu1-0/+8
2021-01-28f2fs: fix to use per-inode maxbytesChengguang Xu4-9/+16
2021-01-28f2fs: compress: fix potential deadlockChao Yu3-6/+11
2021-01-28f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu1-0/+8
2021-01-28f2fs: fix null page reference in redirty_blocksDaeho Jeong1-2/+4
2021-01-28f2fs: clean up post-read processingEric Biggers3-264/+297
2021-01-28f2fs: trival cleanup in move_data_block()Chao Yu1-5/+3
2021-01-28f2fs: fix out-of-repair __setattr_copy()Chao Yu1-1/+2
2021-01-28f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap()Chao Yu1-0/+1
2021-01-28f2fs: introduce a new per-sb directory in sysfsChao Yu2-6/+68
2021-01-28f2fs: compress: support compress levelChao Yu4-5/+144
2021-01-28f2fs: compress: deny setting unsupported compress algorithmChao Yu1-0/+16
2021-01-28f2fs: relocate f2fs_precache_extents()Chao Yu1-1/+2
2021-01-28f2fs: enforce the immutable flag on open filesChao Yu1-0/+17
2021-01-28f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu3-10/+35
2021-01-28f2fs: fix to set inode->i_mode correctly for posix_acl_update_modeWeichao Guo1-0/+1
2021-01-28f2fs: Replace expression with offsetof()Zheng Yongjun1-1/+1
2021-01-28f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim1-2/+2
2021-01-27f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig3-27/+4
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig3-13/+3
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig1-11/+1
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-361/+853
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds5-28/+10
2020-12-10f2fs: compress: fix compression chksumChao Yu2-2/+1
2020-12-10f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu1-5/+4
2020-12-09f2fs: fix race of pending_pages in decompressionDaeho Jeong3-13/+48
2020-12-09f2fs: fix to account inline xattr correctly during recoveryChao Yu1-2/+8
2020-12-09f2fs: inline: fix wrong inline inode statJack Qiu1-0/+2
2020-12-09f2fs: inline: correct comment in f2fs_recover_inline_dataJack Qiu1-1/+1
2020-12-09f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()Yangtao Li1-7/+0
2020-12-09f2fs: convert to F2FS_*_INO macroYangtao Li1-3/+3
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim3-0/+6
2020-12-07f2fs: don't allow any writes on readonly mountJaegeuk Kim1-1/+2
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim6-24/+36
2020-12-03f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILEDaeho Jeong1-0/+185