summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu2024-03-121-19/+3
* 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: fix to handle segment allocation failure correctlyChao Yu2024-02-291-2/+5
* f2fs: support file pinning for zoned devicesDaeho Jeong2024-02-271-19/+39
* f2fs: deprecate io_bitsJaegeuk Kim2024-02-201-71/+2
* f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi2024-02-051-4/+4
* f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu2024-02-051-2/+1
* f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu2024-02-051-2/+3
* f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu2024-02-051-1/+2
* f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu2024-02-051-8/+9
* Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-111-31/+17
|\
| * f2fs: fix to wait on block writeback for post_read caseChao Yu2023-12-111-3/+4
| * f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu2023-12-111-5/+3
| * f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu2023-12-111-7/+6
| * f2fs: introduce get_dnode_addr() to clean up codesChao Yu2023-12-111-9/+2
| * f2fs: delete obsolete FI_DROP_CACHEChao Yu2023-12-111-3/+0
| * f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu2023-12-111-2/+0
| * f2fs: use shared inode lock during f2fs_fiemap()Chao Yu2023-11-171-2/+2
* | block: remove support for the host aware zone modelChristoph Hellwig2023-12-191-1/+1
|/
* f2fs: Support Block Size == Page SizeDaniel Rosenberg2023-10-041-1/+1
* f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file()Chao Yu2023-09-121-0/+5
* f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is onChao Yu2023-09-121-3/+1
* f2fs: compress: fix to avoid use-after-free on dicChao Yu2023-09-121-1/+3
* f2fs: compress: fix deadloop in f2fs_write_cache_pages()Chao Yu2023-09-121-2/+18
* f2fs: fix error path of f2fs_submit_page_read()Chao Yu2023-08-231-0/+3
* f2fs: increase usage of folio_next_index() helperMinjie Du2023-08-141-2/+1
* f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim2023-08-141-6/+2
* f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-261-1/+0
* f2fs: fix potential deadlock due to unpaired node_write lock useChao Yu2023-06-121-3/+4
* f2fs: maintain six open zones for zoned devicesDaeho Jeong2023-05-231-0/+58
* f2fs: remove redundant goto statement in f2fs_read_single_page()Li Zetao2023-05-081-1/+0
* f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu2023-05-081-0/+4
* f2fs: use cow inode data when updating atomic writeDaeho Jeong2023-04-241-5/+10
* f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim2023-04-181-0/+4
* f2fs: remove folio_detach_private() in .invalidate_folio and .release_folioChao Yu2023-04-171-23/+2
* f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2023-04-101-1/+2
* f2fs: fix to avoid use-after-free for cached IPU bioChao Yu2023-04-101-1/+4
* f2fs: remove else in f2fs_write_cache_pages()Yangtao Li2023-03-291-5/+2
* f2fs: convert to use bitmap APIYangtao Li2023-03-291-6/+6
* Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-271-311/+313
|\
| * f2fs: fix typos in commentsJinyoung CHOI2023-02-071-4/+4
| * f2fs: fix kernel crash due to null io->bioJaegeuk Kim2023-02-071-0/+4
| * f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_un...Yangtao Li2023-02-071-2/+2
| * f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers2023-02-051-3/+3
| * f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu2023-02-021-5/+5
| * f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li2023-01-111-6/+2
| * f2fs: avoid to check PG_error flagChao Yu2023-01-061-2/+0
| * f2fs: introduce IS_F2FS_IPU_* macroYangtao Li2023-01-061-15/+10
| * f2fs: refactor the hole reporting and allocation logic in f2fs_map_blocksChristoph Hellwig2023-01-061-57/+56