summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-3/+5
* fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+1
* f2fs: Convert f2fs_write_begin() to use a folioMatthew Wilcox (Oracle)2024-08-071-31/+35
* f2fs: Convert f2fs_write_end() to use a folioMatthew Wilcox (Oracle)2024-08-071-6/+8
* f2fs: use meta inode for GC of COW fileSunmin Jeong2024-07-111-1/+1
* f2fs: use meta inode for GC of atomic fileSunmin Jeong2024-07-111-2/+2
* f2fs: fix null reference error when checking end of zoneDaejun Park2024-07-111-1/+3
* f2fs: clean up set REQ_RAHEAD given racJaegeuk Kim2024-06-181-6/+11
* Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-201-99/+132
|\
| * f2fs: initialize last_block_in_bio variableWu Bo2024-05-151-10/+13
| * f2fs: fix block migration when section is not aligned to pow2Wu Bo2024-05-091-9/+8
| * f2fs: zone: fix to don't trigger OPU on pinfile for direct IOChao Yu2024-04-291-2/+3
| * f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu2024-04-291-1/+2
| * f2fs: convert f2fs__page tracepoint class to use folioChao Yu2024-04-191-5/+5
| * f2fs: convert f2fs_read_inline_data() to use folioChao Yu2024-04-191-6/+5
| * f2fs: convert f2fs_read_single_page() to use folioChao Yu2024-04-191-13/+14
| * f2fs: convert f2fs_mpage_readpages() to use folioChao Yu2024-04-191-40/+40
| * f2fs: assign the write hint per stream by defaultJaegeuk Kim2024-04-191-0/+2
| * f2fs: use folio_test_writebackJaegeuk Kim2024-04-121-2/+1
| * f2fs: support to map continuous holes or preallocated addressChao Yu2024-03-301-6/+23
| * f2fs: multidev: fix to recognize valid zero block addressChao Yu2024-03-301-1/+1
| * f2fs: introduce map_is_mergeable() for cleanupChao Yu2024-03-261-6/+17
* | f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folioMatthew Wilcox (Oracle)2024-05-061-2/+3
|/
* f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu2024-03-131-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-061-4/+4
* f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu2024-02-061-2/+1
* f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu2024-02-061-2/+3
* f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu2024-02-061-1/+2
* f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu2024-02-061-8/+9
* Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-121-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-201-1/+1
|/
* f2fs: Support Block Size == Page SizeDaniel Rosenberg2023-10-051-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