summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: explicitly null-terminate the xattr listEric Biggers2024-01-201-0/+6
* f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu2024-01-101-1/+1
* f2fs: set the default compress_level on ioctlJaegeuk Kim2024-01-101-0/+9
* f2fs: assign default compression levelJaegeuk Kim2024-01-103-7/+10
* f2fs: convert to use bitmap APIYangtao Li2024-01-1010-46/+44
* f2fs: clean up i_compress_flag and i_compress_level usageChao Yu2024-01-103-12/+19
* f2fs: avoid format-overflow warningSu Hui2023-11-281-1/+1
* f2fs: do not return EFSCORRUPTED, but try to run online repairJaegeuk Kim2023-11-282-8/+16
* f2fs: fix error handling of __get_node_pageZhiguo Niu2023-11-281-1/+2
* f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu2023-11-201-0/+1
* f2fs: compress: fix to avoid redundant compress extensionChao Yu2023-11-201-0/+33
* f2fs: compress: fix to avoid use-after-free on dicChao Yu2023-11-201-1/+3
* f2fs: compress: fix deadloop in f2fs_write_cache_pages()Chao Yu2023-11-201-2/+18
* f2fs: convert f2fs_write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-11-201-26/+58
* f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim2023-10-061-6/+2
* f2fs: optimize iteration over sparse directoriesChao Yu2023-10-064-19/+41
* f2fs: avoid false alarm of circular lockingJaegeuk Kim2023-09-192-10/+17
* f2fs: flush inode if atomic file is abortedJaegeuk Kim2023-09-191-0/+2
* Revert "f2fs: fix to do sanity check on extent cache correctly"Chao Yu2023-09-131-6/+6
* f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo2023-09-131-5/+5
* f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONEDYangtao Li2023-09-131-6/+5
* f2fs: fix to avoid mmap vs set_compress_option caseChao Yu2023-09-132-6/+20
* Revert "f2fs: fix to do sanity check on direct node in truncate_dnode()"Greg Kroah-Hartman2023-08-273-12/+8
* Revert "f2fs: fix to set flush_merge opt and show noflush_merge"Greg Kroah-Hartman2023-08-271-11/+2
* Revert "f2fs: don't reset unchangable mount option in f2fs_remount()"Greg Kroah-Hartman2023-08-271-18/+12
* f2fs: don't reset unchangable mount option in f2fs_remount()Chao Yu2023-08-111-12/+18
* f2fs: fix to set flush_merge opt and show noflush_mergeYangtao Li2023-08-111-2/+11
* f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu2023-08-113-8/+12
* f2fs: fix deadlock in i_xattr_sem and inode page lockJaegeuk Kim2023-07-232-3/+12
* f2fs: fix the wrong condition to determine atomic contextJaegeuk Kim2023-07-231-1/+1
* Revert "f2fs: fix potential corruption when moving a directory"Jan Kara2023-07-191-15/+1
* f2fs: fix error path handling in truncate_dnode()Chao Yu2023-07-191-1/+3
* f2fs: check return value of freeze_super()Chao Yu2023-07-191-1/+3
* f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu2023-07-193-5/+20
* f2fs: fix potential deadlock due to unpaired node_write lock useChao Yu2023-07-192-6/+8
* f2fs: do not allow to defragment files have FI_COMPRESS_RELEASEDYangtao Li2023-07-191-0/+6
* f2fs: fix to check readonly condition correctlyChao Yu2023-05-242-1/+6
* f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2023-05-242-3/+12
* f2fs: Fix system crash due to lack of free space in LFSYonggil Song2023-05-243-11/+40
* f2fs: inode: fix to do sanity check on extent cache correctlyChao Yu2023-05-173-16/+32
* f2fs: fix to do sanity check on extent cache correctlyChao Yu2023-05-171-6/+6
* f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim2023-05-175-115/+93
* f2fs: allocate the extent_cache by defaultJaegeuk Kim2023-05-174-24/+27
* f2fs: refactor extent_cache to support for read and moreJaegeuk Kim2023-05-1710-281/+434
* f2fs: remove unnecessary __init_extent_treeJaegeuk Kim2023-05-171-16/+5
* f2fs: move internal functions into extent_cache.cJaegeuk Kim2023-05-172-76/+81
* f2fs: specify extent cache for read explicitlyJaegeuk Kim2023-05-177-18/+18
* f2fs: fix potential corruption when moving a directoryJaegeuk Kim2023-05-171-1/+15
* f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockJaegeuk Kim2023-05-171-1/+1
* f2fs: fix to check return value of inc_valid_block_count()Chao Yu2023-05-111-1/+7