summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2024-04-03f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong
2024-04-03f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong
2024-03-26f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu
2024-03-26f2fs: fix to truncate meta inode pages forcelyChao Yu
2024-03-26f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu
2024-03-26f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang
2024-03-26f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang
2024-03-26f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu
2024-03-26f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu
2024-03-26f2fs: check number of blocks in a current sectionJaegeuk Kim
2024-03-26f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu
2024-03-26f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu
2024-03-26f2fs: fix to create selinux label during whiteout initializationChao Yu
2024-03-26f2fs: fix to avoid potential panic during recoveryChao Yu
2024-03-26f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu
2024-03-26f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi
2024-03-26f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu
2024-03-26f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu
2024-03-26f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu
2024-03-26f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu
2024-03-26f2fs: introduce get_dnode_addr() to clean up codesChao Yu
2024-03-26f2fs: delete obsolete FI_DROP_CACHEChao Yu
2024-03-26f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu
2024-03-26f2fs: compress: fix to check unreleased compressed clusterSheng Yong
2024-03-26f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu
2024-03-26f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu
2024-03-26quota: Properly annotate i_dquot arrays with __rcuJan Kara
2024-02-05f2fs: fix to tag gcing flag on page during block migrationChao Yu
2024-02-05f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim
2024-02-05f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu
2024-01-25f2fs: fix to check return value of f2fs_recover_xattr_dataZhiguo Niu
2024-01-25f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu
2024-01-25f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu
2024-01-25f2fs: fix to wait on block writeback for post_read caseChao Yu
2024-01-25f2fs: Restrict max filesize for 16K f2fsDaniel Rosenberg
2024-01-25f2fs: fix to avoid dirent corruptionChao Yu
2024-01-20f2fs: explicitly null-terminate the xattr listEric Biggers
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-04Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-28f2fs: Convert to bdev_open_by_dev/path()Jan Kara
2023-10-22f2fs: finish previous checkpoints before returning from remountDaeho Jeong
2023-10-19f2fs: fix error handling of __get_node_pageZhiguo Niu
2023-10-19f2fs: do not return EFSCORRUPTED, but try to run online repairJaegeuk Kim
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton
2023-10-16f2fs: fix error path of __f2fs_build_free_nidsZhiguo Niu