summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* fs,block: yield devices earlyChristian Brauner2024-03-271-1/+1
* Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-1819-824/+999
|\
| * f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu2024-03-141-1/+2
| * f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong2024-03-141-1/+3
| * f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong2024-03-141-0/+1
| * f2fs: prevent atomic write on pinned fileDaeho Jeong2024-03-121-1/+2
| * f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu2024-03-124-27/+45
| * f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu2024-03-127-62/+29
| * f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu2024-03-121-5/+0
| * f2fs: fix to truncate meta inode pages forcelyChao Yu2024-03-123-6/+32
| * f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang2024-03-121-8/+7
| * f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang2024-03-121-4/+3
| * f2fs: add a proc entry show disk layoutJaegeuk Kim2024-03-061-0/+46
| * f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu2024-03-048-41/+41
| * f2fs: fix to check return value of f2fs_gc_rangeZhiguo Niu2024-03-042-5/+11
| * f2fs: fix to check return value __allocate_new_segmentZhiguo Niu2024-03-043-4/+7
| * f2fs: fix to do sanity check in update_sit_entryZhiguo Niu2024-03-041-2/+3
| * f2fs: fix to reset fields for unloaded cursegChao Yu2024-03-041-4/+15
| * f2fs: clean up new_curseg()Chao Yu2024-03-041-9/+14
| * f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate()Chao Yu2024-03-041-2/+2
| * f2fs: fix blkofs_end correctly in f2fs_migrate_blocks()Chao Yu2024-03-041-2/+3
| * f2fs: ro: don't start discard thread for readonly imageChao Yu2024-03-041-0/+6
| * f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu2024-03-043-12/+24
| * f2fs: fix to check return value in f2fs_insert_range()Chao Yu2024-03-041-1/+3
| * f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu2024-03-041-2/+2
| * f2fs: allow to mount if cap is 100Jaegeuk Kim2024-03-041-0/+3
| * f2fs: print zone status in string and some logJaegeuk Kim2024-03-042-7/+24
| * f2fs: fix write pointers all the timeJaegeuk Kim2024-02-292-12/+14
| * f2fs: check number of blocks in a current sectionJaegeuk Kim2024-02-291-9/+8
| * f2fs: prevent an f2fs_gc loop during disable_checkpointJaegeuk Kim2024-02-291-0/+1
| * f2fs: introduce FAULT_NO_SEGMENTChao Yu2024-02-293-0/+7
| * f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu2024-02-291-4/+8
| * f2fs: fix to handle segment allocation failure correctlyChao Yu2024-02-295-12/+57
| * f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu2024-02-291-1/+11
| * f2fs: delete f2fs_get_new_segment() declarationChao Yu2024-02-291-2/+0
| * f2fs: introduce get_available_block_count() for cleanupChao Yu2024-02-271-22/+27
| * f2fs: support file pinning for zoned devicesDaeho Jeong2024-02-276-38/+154
| * f2fs: kill heap-based allocationJaegeuk Kim2024-02-274-68/+10
| * f2fs: support SEEK_DATA and SEEK_HOLE for compression filesDaeho Jeong2024-02-271-3/+18
| * f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu2024-02-271-2/+8
| * f2fs: Use folio in f2fs_read_merkle_tree_pageHuangXiaojia2024-02-271-7/+9
| * f2fs: fix to create selinux label during whiteout initializationChao Yu2024-02-273-11/+22
| * f2fs: separate f2fs_gc_range() to use GC for a rangeDaeho Jeong2024-02-271-21/+28
| * f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim2024-02-2712-136/+135
| * f2fs: deprecate io_bitsJaegeuk Kim2024-02-206-197/+10
| * f2fs: fix to avoid potential panic during recoveryChao Yu2024-02-052-17/+21
| * f2fs: use IS_INODE replace IS_DNODE in f2fs_flush_inline_dataZhiguo Niu2024-02-051-1/+1
| * f2fs: compress: remove some redundant codes in f2fs_cache_compressed_pageZhiguo Niu2024-02-051-4/+0
| * f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu2024-02-051-2/+11
| * f2fs: use f2fs_err_ratelimited() to avoid redundant logsChao Yu2024-02-051-3/+6