| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-09 | f2fs: avoid unnecessary folio_clear_uptodate() for cleanup | Chao Yu | 1 | -1/+1 |
| 2025-08-28 | f2fs: fix to do sanity check on node footer for non inode dnode | Chao Yu | 1 | -19/+39 |
| 2025-08-20 | f2fs: fix to detect potential corrupted nid in free_nid_list | Chao Yu | 1 | -1/+16 |
| 2025-07-28 | f2fs: directly add newly allocated pre-dirty nat entry to dirty set list | wangzijie | 1 | -8/+21 |
| 2025-07-28 | f2fs: avoid redundant clean nat entry move in lru list | wangzijie | 1 | -12/+15 |
| 2025-07-22 | f2fs: fix to avoid out-of-boundary access in dnode page | Chao Yu | 1 | -0/+10 |
| 2025-07-22 | f2fs: Pass a folio to F2FS_NODE() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-22 | f2fs: Pass the nat_blk to __update_nat_bits() | Matthew Wilcox (Oracle) | 1 | -3/+2 |
| 2025-07-22 | f2fs: Convert get_next_nat_page() to get_next_nat_folio() | Matthew Wilcox (Oracle) | 1 | -10/+10 |
| 2025-07-22 | f2fs: Add folio counterparts to page_private_flags functions | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2025-07-22 | f2fs: Pass a folio to IS_INODE() | Matthew Wilcox (Oracle) | 1 | -8/+6 |
| 2025-07-22 | f2fs: Pass a folio to ofs_of_node() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-07-22 | f2fs: Pass a folio to IS_DNODE() | Matthew Wilcox (Oracle) | 1 | -8/+7 |
| 2025-07-22 | f2fs: Pass a folio to is_cold_node() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-07-22 | f2fs: Add fio->folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-07-22 | f2fs: Pass a folio to is_fsync_dnode() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_recover_xattr_data() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-22 | f2fs: Pass a folio to cpver_of_node() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to fill_node_footer() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-07-22 | f2fs: Pass a folio to set_cold_node() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-07-22 | f2fs: Pass a folio to get_nid() | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_inode_chksum_set() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to set_fsync_mark() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-22 | f2fs: Pass a folio to set_dentry_mark() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-22 | f2fs: Pass a folio to nid_of_node() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-22 | f2fs: Pass a folio to ino_of_node() | Matthew Wilcox (Oracle) | 1 | -12/+12 |
| 2025-07-22 | f2fs: Pass a folio to F2FS_INODE() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_recover_inode_page() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-09 | f2fs: use kfree() instead of kvfree() to free some memory | Jiazi Li | 1 | -2/+2 |
| 2025-06-23 | f2fs: handle nat.blkaddr corruption in f2fs_get_node_info() | Chao Yu | 1 | -8/+21 |
| 2025-06-10 | f2fs: Fix __write_node_folio() conversion | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2025-05-28 | f2fs: introduce is_{meta,node}_folio | Chao Yu | 1 | -9/+9 |
| 2025-05-27 | f2fs: add f2fs_bug_on() to detect potential bug | Chao Yu | 1 | -2/+5 |
| 2025-05-08 | f2fs: return bool from __write_node_folio | Christoph Hellwig | 1 | -16/+13 |
| 2025-05-08 | f2fs: simplify return value handling in f2fs_fsync_node_pages | Christoph Hellwig | 1 | -12/+11 |
| 2025-05-08 | f2fs: remove wbc->for_reclaim handling | Christoph Hellwig | 1 | -12/+1 |
| 2025-05-08 | f2fs: fix to return correct error number in f2fs_sync_node_pages() | Chao Yu | 1 | -2/+6 |
| 2025-04-28 | f2fs: Convert clear_node_page_dirty() to clear_node_folio_dirty() | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2025-04-28 | f2fs: Use a folio in flush_inline_data() | Matthew Wilcox (Oracle) | 1 | -13/+13 |
| 2025-04-28 | f2fs: Remove f2fs_new_node_page() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Convert fsync_node_entry->page to folio | Matthew Wilcox (Oracle) | 1 | -12/+13 |
| 2025-04-28 | f2fs: Convert dnode_of_data->node_page to node_folio | Matthew Wilcox (Oracle) | 1 | -11/+11 |
| 2025-04-28 | f2fs: Pass a folio to set_nid() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_update_inode() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-04-28 | f2fs: Convert dnode_of_data->inode_page to inode_folio | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2025-04-28 | f2fs: Pass a folio to inline_xattr_addr() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_recover_inline_xattr() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-04-28 | f2fs: Remove f2fs_get_inode_page() | Matthew Wilcox (Oracle) | 1 | -7/+0 |
| 2025-04-28 | f2fs: Use a folio in f2fs_recover_inline_xattr() | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2025-04-28 | f2fs: Remove f2fs_get_xnode_page() | Matthew Wilcox (Oracle) | 1 | -8/+0 |
| 2025-04-28 | f2fs: Pass folios to set_new_dnode() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Use a folio in f2fs_truncate_xattr_node() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-04-28 | f2fs: Use a folio in f2fs_init_inode_metadata() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2025-04-28 | f2fs: Remove f2fs_get_node_page() | Matthew Wilcox (Oracle) | 1 | -8/+0 |
| 2025-04-28 | f2fs: Convert __write_node_page() to __write_node_folio() | Matthew Wilcox (Oracle) | 1 | -13/+12 |
| 2025-04-28 | f2fs: Convert f2fs_move_node_page() to f2fs_move_node_folio() | Matthew Wilcox (Oracle) | 1 | -10/+10 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_ra_node_pages() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-04-28 | f2fs: Use folios in truncate_partial_nodes() | Matthew Wilcox (Oracle) | 1 | -11/+11 |
| 2025-04-28 | f2fs: Use a folio in truncate_nodes() | Matthew Wilcox (Oracle) | 1 | -12/+12 |
| 2025-04-28 | f2fs: Use a folio in truncate_node() | Matthew Wilcox (Oracle) | 1 | -10/+10 |
| 2025-04-28 | f2fs: Use folios in f2fs_get_dnode_of_data() | Matthew Wilcox (Oracle) | 1 | -38/+38 |
| 2025-04-28 | f2fs: Add f2fs_get_node_folio() | Matthew Wilcox (Oracle) | 1 | -0/+5 |
| 2025-04-28 | f2fs: Use a folio in f2fs_recover_xattr_data() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2025-04-28 | f2fs: Add f2fs_get_xnode_folio() | Matthew Wilcox (Oracle) | 1 | -0/+5 |
| 2025-04-28 | f2fs: Use a folio in f2fs_recover_inode_page() | Matthew Wilcox (Oracle) | 1 | -10/+10 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_inode_chksum_verify() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Convert read_node_page() to read_node_folio() | Matthew Wilcox (Oracle) | 1 | -10/+9 |
| 2025-04-28 | f2fs: Use a folio in f2fs_ra_node_page() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2025-04-28 | f2fs: Add f2fs_new_node_folio() | Matthew Wilcox (Oracle) | 1 | -14/+14 |
| 2025-04-28 | f2fs: Pass an address to scan_nat_page() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-04-28 | f2fs: Convert f2fs_get_meta_page_retry() to f2fs_get_meta_folio_retry() | Matthew Wilcox (Oracle) | 1 | -14/+14 |
| 2025-04-28 | f2fs: Use a folio in __get_nat_bitmaps() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-04-28 | f2fs: Use a folio in f2fs_get_node_info() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-04-28 | f2fs: Use a folio in get_next_nat_page() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2025-04-28 | f2fs: Pass a folio to next_blkaddr_of_node() | Matthew Wilcox (Oracle) | 1 | -3/+5 |
| 2025-04-28 | f2fs: Convert f2fs_get_tmp_page() to f2fs_get_tmp_folio() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2025-04-10 | f2fs: remove redundant assignment to variable err | Colin Ian King | 1 | -4/+2 |
| 2025-03-11 | f2fs: Remove f2fs_write_node_page() | Matthew Wilcox (Oracle) | 1 | -8/+0 |
| 2025-03-11 | Revert "f2fs: rebuild nat_bits during umount" | Chao Yu | 1 | -78/+23 |
| 2025-03-11 | f2fs: introduce FAULT_INCONSISTENT_FOOTER | Chao Yu | 1 | -1/+2 |
| 2025-03-11 | f2fs: do sanity check on xattr node footer in f2fs_get_xnode_page() | Chao Yu | 1 | -2/+12 |
| 2025-03-11 | f2fs: do sanity check on inode footer in f2fs_get_inode_page() | Chao Yu | 1 | -18/+39 |
| 2025-03-08 | f2fs: control nat_bits feature via mount option | Chao Yu | 1 | -0/+3 |
| 2025-03-04 | f2fs: Use a folio throughout f2fs_truncate_inode_blocks() | Matthew Wilcox (Oracle) | 1 | -16/+16 |
| 2025-03-04 | f2fs: Add f2fs_get_node_folio() | Matthew Wilcox (Oracle) | 1 | -5/+13 |
| 2025-03-04 | f2fs: Convert f2fs_in_warm_node_list() to take a folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2025-03-04 | f2fs: Use a folio in __get_node_page() | Matthew Wilcox (Oracle) | 1 | -18/+18 |
| 2025-03-04 | f2fs: Return a folio from last_fsync_dnode() | Matthew Wilcox (Oracle) | 1 | -17/+17 |
| 2025-03-04 | f2fs: Convert last_fsync_dnode() to use a folio | Matthew Wilcox (Oracle) | 1 | -16/+16 |
| 2025-03-04 | f2fs: Convert f2fs_fsync_node_pages() to use a folio | Matthew Wilcox (Oracle) | 1 | -24/+24 |
| 2025-03-04 | f2fs: Pass a folio to flush_dirty_inode() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-03-04 | f2fs: Convert f2fs_sync_node_pages() to use a folio | Matthew Wilcox (Oracle) | 1 | -22/+22 |
| 2025-03-04 | f2fs: Convert f2fs_flush_inline_data() to use a folio | Matthew Wilcox (Oracle) | 1 | -18/+13 |
| 2025-03-04 | f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks() | Chao Yu | 1 | -1/+8 |
| 2025-01-13 | f2fs: add parameter @len to f2fs_invalidate_blocks() | Yi Sun | 1 | -2/+2 |
| 2025-01-08 | f2fs: don't call block truncation for aliased file | Jaegeuk Kim | 1 | -2/+3 |
| 2024-12-16 | f2fs: ensure that node info flags are always initialized | Dmitry Antipov | 1 | -0/+1 |
| 2024-11-21 | f2fs: print message if fscorrupted was found in f2fs_new_node_page() | Chao Yu | 1 | -1/+6 |
| 2024-11-01 | f2fs: clean up opened code w/ {get,set}_nid() | Chao Yu | 1 | -7/+4 |
| 2024-11-01 | f2fs: fix to do sanity check on node blkaddr in truncate_node() | Chao Yu | 1 | -0/+10 |
| 2024-09-06 | f2fs: get rid of page->index | Chao Yu | 1 | -2/+2 |
| 2024-09-06 | f2fs: convert read_node_page() to use folio | Chao Yu | 1 | -4/+5 |
| 2024-09-06 | f2fs: convert __write_node_page() to use folio | Chao Yu | 1 | -9/+10 |
| 2024-09-06 | f2fs: convert f2fs_handle_page_eio() to use folio | Chao Yu | 1 | -1/+1 |
| 2024-09-06 | f2fs: convert f2fs_write_inline_data() to use folio | Chao Yu | 1 | -1/+1 |
| 2024-09-06 | f2fs: convert f2fs_clear_page_cache_dirty_tag() to use folio | Chao Yu | 1 | -1/+1 |
| 2024-08-21 | f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITS | Zhiguo Niu | 1 | -2/+2 |
| 2024-08-15 | Revert "f2fs: use flush command instead of FUA for zoned device" | Wenjie Cheng | 1 | -1/+1 |
| 2024-08-05 | f2fs: fix macro definition on_f2fs_build_free_nids | Julian Sun | 1 | -1/+1 |
| 2024-05-10 | f2fs: fix to release node block count in error path of f2fs_new_node_page() | Chao Yu | 1 | -1/+1 |
| 2024-04-19 | f2fs: convert f2fs__page tracepoint class to use folio | Chao Yu | 1 | -2/+2 |
| 2024-04-12 | f2fs: use folio_test_writeback | Jaegeuk Kim | 1 | -1/+1 |
| 2024-03-26 | f2fs: fix to detect inconsistent nat entry during truncation | Chao Yu | 1 | -1/+11 |
| 2024-03-04 | f2fs: ro: compress: fix to avoid caching unaligned extent | Chao Yu | 1 | -6/+14 |
| 2024-02-27 | f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC | Jaegeuk Kim | 1 | -2/+2 |
| 2024-02-05 | f2fs: use IS_INODE replace IS_DNODE in f2fs_flush_inline_data | Zhiguo Niu | 1 | -1/+1 |
| 2023-12-15 | f2fs: fix to check return value of f2fs_recover_xattr_data | Zhiguo Niu | 1 | -3/+3 |
| 2023-10-19 | f2fs: fix error handling of __get_node_page | Zhiguo Niu | 1 | -1/+2 |
| 2023-10-19 | f2fs: do not return EFSCORRUPTED, but try to run online repair | Jaegeuk Kim | 1 | -1/+3 |
| 2023-10-16 | f2fs: fix error path of __f2fs_build_free_nids | Zhiguo Niu | 1 | -2/+9 |
| 2023-10-04 | f2fs: Support Block Size == Page Size | Daniel Rosenberg | 1 | -1/+1 |
| 2023-06-30 | f2fs: fix to do sanity check on direct node in truncate_dnode() | Chao Yu | 1 | -2/+12 |
| 2023-06-30 | f2fs: fix compile warning in f2fs_destroy_node_manager() | Chao Yu | 1 | -6/+8 |
| 2023-06-30 | f2fs: fix error path handling in truncate_dnode() | Chao Yu | 1 | -1/+3 |
| 2023-05-08 | f2fs: remove some dead code | Christophe JAILLET | 1 | -9/+1 |
| 2023-05-08 | f2fs: support errors=remount-ro|continue|panic mountoption | Chao Yu | 1 | -0/+3 |
| 2023-02-27 | Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+2 |
| 2023-02-02 | f2fs: convert last_fsync_dnode() to use filemap_get_folios_tag() | Vishal Moola (Oracle) | 1 | -9/+10 |
| 2023-02-02 | f2fs: convert f2fs_sync_node_pages() to use filemap_get_folios_tag() | Vishal Moola (Oracle) | 1 | -8/+9 |
| 2023-02-02 | f2fs: convert f2fs_flush_inline_data() to use filemap_get_folios_tag() | Vishal Moola (Oracle) | 1 | -8/+9 |
| 2023-02-02 | f2fs: convert f2fs_fsync_node_pages() to use filemap_get_folios_tag() | Vishal Moola (Oracle) | 1 | -9/+10 |
| 2023-02-02 | f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info | Chao Yu | 1 | -1/+1 |
| 2023-01-11 | f2fs: merge f2fs_show_injection_info() into time_to_inject() | Yangtao Li | 1 | -3/+1 |
| 2023-01-06 | f2fs: avoid to check PG_error flag | Chao Yu | 1 | -3/+0 |
| 2022-12-12 | f2fs: add block_age-based extent cache | Jaegeuk Kim | 1 | -4/+6 |
| 2022-12-12 | f2fs: refactor extent_cache to support for read and more | Jaegeuk Kim | 1 | -3/+5 |
| 2022-12-12 | f2fs: specify extent cache for read explicitly | Jaegeuk Kim | 1 | -1/+1 |
| 2022-11-11 | f2fs: allow to read node block after shutdown | Jaegeuk Kim | 1 | -2/+1 |
| 2022-10-04 | f2fs: support recording errors into superblock | Chao Yu | 1 | -0/+2 |
| 2022-10-04 | f2fs: code clean and fix a type error | Zhang Qilong | 1 | -1/+1 |
| 2022-10-04 | f2fs: fix wrong dirty page count when race between mmap and fallocate. | Shuqi Zhang | 1 | -2/+1 |
| 2022-08-29 | f2fs: iostat: support accounting compressed IO | Chao Yu | 1 | -1/+1 |
| 2022-08-08 | Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 1 | -7/+7 |
| 2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -3/+1 |
| 2022-08-02 | f2fs: Convert to filemap_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -3/+1 |
| 2022-07-30 | f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page() | Chao Yu | 1 | -1/+5 |
| 2022-07-14 | fs/f2fs: Use the enum req_op and blk_opf_t types | Bart Van Assche | 1 | -1/+1 |
| 2022-06-28 | f2fs: do not skip updating inode when retrying to flush node page | Jaegeuk Kim | 1 | -6/+2 |
| 2022-06-21 | f2fs: do not count ENOENT for error case | Jaegeuk Kim | 1 | -1/+3 |
| 2022-05-31 | Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -16/+13 |
| 2022-05-12 | f2fs: change the current atomic write way | Daeho Jeong | 1 | -4/+0 |
| 2022-05-09 | f2fs: Convert to release_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-06 | f2fs: avoid infinite loop to flush node pages | Jaegeuk Kim | 1 | -11/+12 |
| 2022-05-06 | f2fs: use flush command instead of FUA for zoned device | Jaegeuk Kim | 1 | -1/+1 |
| 2022-04-01 | f2fs: Get the superblock from the mapping instead of the page | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -14/+15 |
| 2022-03-15 | f2fs: Convert f2fs_set_node_page_dirty to f2fs_dirty_node_folio | Matthew Wilcox (Oracle) | 1 | -13/+14 |
| 2022-03-15 | f2fs: Convert invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-03 | f2fs: fix to avoid potential deadlock | Chao Yu | 1 | -1/+5 |
| 2022-02-12 | f2fs: add a way to limit roll forward recovery time | Jaegeuk Kim | 1 | -0/+2 |
| 2022-01-24 | f2fs: move f2fs to use reader-unfair rwsems | Tim Murray | 1 | -42/+42 |
| 2022-01-19 | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -9/+14 |
| 2022-01-15 | mm: introduce memalloc_retry_wait() | NeilBrown | 1 | -2/+2 |
| 2022-01-04 | f2fs: do not bother checkpoint by f2fs_get_node_info | Jaegeuk Kim | 1 | -9/+10 |
| 2022-01-04 | f2fs: avoid down_write on nat_tree_lock during checkpoint | Jaegeuk Kim | 1 | -0/+4 |
| 2021-09-20 | f2fs: set SBI_NEED_FSCK flag when inconsistent node block found | Weichao Guo | 1 | -0/+1 |
| 2021-08-23 | f2fs: rebuild nat_bits during umount | Chao Yu | 1 | -23/+78 |
| 2021-08-23 | f2fs: separate out iostat feature | Daeho Jeong | 1 | -0/+1 |
| 2021-08-17 | f2fs: support fault injection for f2fs_kmem_cache_alloc() | Chao Yu | 1 | -11/+12 |
| 2021-08-05 | f2fs: extent cache: support unaligned extent | Chao Yu | 1 | -0/+20 |
| 2021-08-02 | f2fs: do not submit NEW_ADDR to read node block | Jaegeuk Kim | 1 | -1/+2 |
| 2021-07-25 | f2fs: don't sleep while grabing nat_tree_lock | Jaegeuk Kim | 1 | -4/+13 |
| 2021-07-06 | f2fs: drop dirty node pages when cp is in error status | Jaegeuk Kim | 1 | -7/+4 |
| 2021-06-23 | f2fs: compress: add compress_inode to cache compressed blocks | Chao Yu | 1 | -0/+14 |
| 2021-05-14 | f2fs: restructure f2fs page.private layout | Chao Yu | 1 | -5/+5 |
| 2021-04-10 | f2fs: clean up build warnings | Yi Zhuang | 1 | -3/+5 |
| 2021-03-26 | f2fs: allow to change discard policy based on cached discard cmds | Sahitya Tummala | 1 | -0/+8 |
| 2021-03-25 | f2fs: fix to avoid out-of-bounds memory access | Chao Yu | 1 | -0/+3 |
| 2021-02-26 | block: Add bio_max_segs | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2021-01-27 | f2fs: deprecate f2fs_trace_io | Jaegeuk Kim | 1 | -2/+0 |
| 2021-01-27 | f2fs: Replace expression with offsetof() | Zheng Yongjun | 1 | -1/+1 |
| 2020-12-08 | f2fs: fix to account inline xattr correctly during recovery | Chao Yu | 1 | -2/+8 |
| 2020-12-03 | f2fs: avoid race condition for shrinker count | Jaegeuk Kim | 1 | -11/+18 |
| 2020-11-02 | f2fs: call f2fs_get_meta_page_retry for nat page | Jaegeuk Kim | 1 | -1/+1 |
| 2020-10-13 | f2fs: handle errors of f2fs_get_meta_page_nofail | Jaegeuk Kim | 1 | -1/+1 |
| 2020-09-29 | f2fs: remove unused check on version_bitmap | Wang Xiaojun | 1 | -3/+0 |
| 2020-09-14 | f2fs: clean up kvfree | Chao Yu | 1 | -1/+1 |
| 2020-09-08 | f2fs: fix indefinite loop scanning for free nid | Sahitya Tummala | 1 | -0/+3 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-07-26 | f2fs: space related cleanup | Jack Qiu | 1 | -2/+2 |
| 2020-07-23 | f2fs: Change the type of f2fs_flush_inline_data() to void | Jia Yang | 1 | -3/+1 |
| 2020-07-21 | f2fs: should avoid inode eviction in synchronous path | Jaegeuk Kim | 1 | -3/+7 |
| 2020-07-08 | f2fs: fix error path in do_recover_data() | Chao Yu | 1 | -2/+4 |
| 2020-07-07 | f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocks | Yubo Feng | 1 | -1/+3 |
| 2020-07-07 | f2fs: remove useless parameter of __insert_free_nid() | Liu Song | 1 | -6/+4 |
| 2020-06-08 | f2fs: don't return vmalloc() memory from f2fs_kmalloc() | Eric Biggers | 1 | -4/+4 |
| 2020-05-24 | f2fs: avoid inifinite loop to wait for flushing node pages at cp_error | Jaegeuk Kim | 1 | -1/+8 |
| 2020-05-11 | f2fs: Avoid double lock for cp_rwsem during checkpoint | Sayali Lokhande | 1 | -2/+49 |
| 2020-05-11 | f2fs: shrink spinlock coverage | Chao Yu | 1 | -10/+15 |
| 2020-04-17 | f2fs: support read iostat | Chao Yu | 1 | -1/+7 |