| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-11 | f2fs: add time stats of checkpoint for debug | Chao Yu | 1 | -0/+46 |
| 2025-08-11 | f2fs: dump more information when checkpoint was blocked for long time | Chao Yu | 1 | -0/+7 |
| 2025-07-22 | f2fs: Add folio counterparts to page_private_flags functions | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-07-22 | f2fs: Add fio->folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-05-28 | f2fs: introduce is_{meta,node}_folio | Chao Yu | 1 | -2/+2 |
| 2025-05-27 | f2fs: add f2fs_bug_on() to detect potential bug | Chao Yu | 1 | -1/+3 |
| 2025-05-27 | f2fs: remove unused sbi argument from checksum functions | Eric Biggers | 1 | -7/+6 |
| 2025-05-08 | f2fs: remove wbc->for_reclaim handling | Christoph Hellwig | 1 | -12/+2 |
| 2025-05-08 | f2fs: return bool from __f2fs_write_meta_folio | Christoph Hellwig | 1 | -11/+11 |
| 2025-04-28 | f2fs: Convert f2fs_get_meta_page_retry() to f2fs_get_meta_folio_retry() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Use a folio in f2fs_get_valid_checkpoint() | Matthew Wilcox (Oracle) | 1 | -19/+19 |
| 2025-04-28 | f2fs: Use a folio in validate_checkpoint() | Matthew Wilcox (Oracle) | 1 | -14/+14 |
| 2025-04-28 | f2fs: Use a folio in f2fs_recover_orphan_inodes() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2025-04-28 | f2fs: Add f2fs_get_meta_folio() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Use a folio in write_orphan_inodes() | Matthew Wilcox (Oracle) | 1 | -11/+10 |
| 2025-04-28 | f2fs: Use a folio in f2fs_ra_meta_pages_cond() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2025-04-28 | f2fs: Use a folio in f2fs_ra_meta_pages() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2025-04-28 | f2fs: Convert f2fs_get_tmp_page() to f2fs_get_tmp_folio() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Convert __get_meta_page() to __get_meta_folio() | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2025-04-28 | f2fs: Use f2fs_folio_wait_writeback() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2025-04-28 | f2fs: Convert __f2fs_write_meta_page() to __f2fs_write_meta_folio() | Matthew Wilcox (Oracle) | 1 | -7/+6 |
| 2025-04-28 | f2fs: Use a folio in commit_checkpoint() | Matthew Wilcox (Oracle) | 1 | -10/+8 |
| 2025-04-28 | f2fs: Add f2fs_grab_meta_folio() | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2025-04-10 | f2fs: fix to update injection attrs according to fault_option | Chao Yu | 1 | -1/+1 |
| 2025-03-11 | f2fs: Remove f2fs_write_meta_page() | Matthew Wilcox (Oracle) | 1 | -7/+0 |
| 2025-03-11 | Revert "f2fs: rebuild nat_bits during umount" | Chao Yu | 1 | -15/+6 |
| 2025-03-05 | f2fs: set highest IO priority for checkpoint thread | Jaegeuk Kim | 1 | -1/+1 |
| 2025-03-04 | f2fs: Use a folio throughout __get_meta_page() | Matthew Wilcox (Oracle) | 1 | -13/+13 |
| 2025-02-10 | f2fs: quota: fix to avoid warning in dquot_writeback_dquots() | Chao Yu | 1 | -6/+9 |
| 2024-11-01 | f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason() | Chao Yu | 1 | -1/+1 |
| 2024-09-06 | f2fs: convert f2fs_handle_page_eio() to use folio | Chao Yu | 1 | -1/+1 |
| 2024-09-06 | f2fs: convert __f2fs_write_meta_page() to use folio | Chao Yu | 1 | -6/+7 |
| 2024-09-06 | f2fs: convert f2fs_do_write_meta_page() to use folio | Chao Yu | 1 | -1/+1 |
| 2024-08-21 | f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITS | Zhiguo Niu | 1 | -1/+1 |
| 2024-07-10 | f2fs: fix to update user block counts in block_operations() | Chao Yu | 1 | -5/+5 |
| 2024-06-18 | f2fs: enable atgc dynamically if conditions are met | Zhiguo Niu | 1 | -0/+1 |
| 2024-04-25 | f2fs: fix false alarm on invalid block address | Jaegeuk Kim | 1 | -4/+5 |
| 2024-04-19 | f2fs: convert f2fs__page tracepoint class to use folio | Chao Yu | 1 | -2/+2 |
| 2024-03-12 | f2fs: unify the error handling of f2fs_is_valid_blkaddr | Zhiguo Niu | 1 | -18/+22 |
| 2024-03-12 | f2fs: fix to truncate meta inode pages forcely | Chao Yu | 1 | -2/+3 |
| 2024-02-27 | f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC | Jaegeuk Kim | 1 | -5/+5 |
| 2024-02-05 | f2fs: introduce FAULT_BLKADDR_CONSISTENCE | Chao Yu | 1 | -4/+15 |
| 2023-08-14 | f2fs: fix to account cp stats correctly | Chao Yu | 1 | -1/+1 |
| 2023-05-08 | f2fs: support errors=remount-ro|continue|panic mountoption | Chao Yu | 1 | -5/+2 |
| 2023-04-18 | f2fs: relax sanity check if checkpoint is corrupted | Jaegeuk Kim | 1 | -0/+10 |
| 2023-04-12 | f2fs: add radix_tree_preload_end in error case | Yohan Joung | 1 | -0/+1 |
| 2023-04-12 | f2fs: fix to recover quota data correctly | Chao Yu | 1 | -22/+1 |
| 2023-04-10 | f2fs: fix to drop all dirty pages during umount() if cp_error is set | Chao Yu | 1 | -2/+10 |
| 2023-04-10 | f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only() | Chao Yu | 1 | -1/+1 |
| 2023-03-29 | f2fs: convert to use bitmap API | Yangtao Li | 1 | -1/+1 |
| 2023-03-29 | f2fs: make f2fs_sync_inode_meta() static | Li Zetao | 1 | -1/+1 |
| 2023-02-27 | Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -21/+16 |
| 2023-02-07 | f2fs: fix typos in comments | Jinyoung CHOI | 1 | -2/+2 |
| 2023-02-02 | f2fs: convert f2fs_sync_meta_pages() to use filemap_get_folios_tag() | Vishal Moola (Oracle) | 1 | -23/+26 |
| 2023-02-02 | f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info | Chao Yu | 1 | -3/+3 |
| 2023-02-02 | f2fs: simplify do_checkpoint | Christoph Hellwig | 1 | -12/+10 |
| 2023-01-11 | f2fs: merge f2fs_show_injection_info() into time_to_inject() | Yangtao Li | 1 | -4/+1 |
| 2022-11-01 | f2fs: fix return val in f2fs_start_ckpt_thread() | Yangtao Li | 1 | -1/+3 |
| 2022-11-01 | f2fs: support fault injection for f2fs_is_valid_blkaddr() | Chao Yu | 1 | -0/+5 |
| 2022-10-04 | f2fs: support recording stop_checkpoint reason into super_block | Chao Yu | 1 | -3/+7 |
| 2022-10-04 | f2fs: fix to account FS_CP_DATA_IO correctly | Chao Yu | 1 | -4/+9 |
| 2022-10-04 | f2fs: fix to do sanity check on destination blkaddr during recovery | Chao Yu | 1 | -1/+9 |
| 2022-10-04 | f2fs: fix wrong dirty page count when race between mmap and fallocate. | Shuqi Zhang | 1 | -2/+1 |
| 2022-09-12 | f2fs: flush pending checkpoints when freezing super | Jaegeuk Kim | 1 | -6/+18 |
| 2022-08-29 | f2fs: iostat: support accounting compressed IO | Chao Yu | 1 | -2/+3 |
| 2022-08-02 | f2fs: Convert to filemap_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -3/+1 |
| 2022-05-31 | Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -12/+4 |
| 2022-05-12 | f2fs: kill volatile write support | Jaegeuk Kim | 1 | -3/+1 |
| 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 | -7/+1 |
| 2022-05-06 | f2fs: remove WARN_ON in f2fs_is_valid_blkaddr | Dongliang Mu | 1 | -2/+2 |
| 2022-04-20 | f2fs: fix wrong condition check when failing metapage read | Jaegeuk Kim | 1 | -3/+3 |
| 2022-04-01 | f2fs: Get the superblock from the mapping instead of the page | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -15/+16 |
| 2022-03-21 | f2fs: fix to do sanity check on .cp_pack_total_block_count | Chao Yu | 1 | -3/+5 |
| 2022-03-15 | f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-03-15 | f2fs: Convert f2fs_set_meta_page_dirty to f2fs_dirty_meta_folio | Matthew Wilcox (Oracle) | 1 | -12/+13 |
| 2022-03-15 | f2fs: Convert invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-04 | f2fs: avoid an infinite loop in f2fs_sync_dirty_inodes | Jaegeuk Kim | 1 | -0/+7 |
| 2022-02-12 | f2fs: add a way to limit roll forward recovery time | Jaegeuk Kim | 1 | -0/+1 |
| 2022-02-03 | f2fs: adjust readahead block number during recovery | Chao Yu | 1 | -2/+6 |
| 2022-01-24 | f2fs: move f2fs to use reader-unfair rwsems | Tim Murray | 1 | -17/+17 |
| 2022-01-04 | f2fs: fix to check available space of CP area correctly in update_ckpt_flags() | Chao Yu | 1 | -2/+2 |
| 2022-01-04 | f2fs: do not bother checkpoint by f2fs_get_node_info | Jaegeuk Kim | 1 | -1/+1 |
| 2021-10-29 | f2fs: support fault injection for dquot_initialize() | Chao Yu | 1 | -1/+1 |
| 2021-09-16 | f2fs: avoid attaching SB_ACTIVE flag during mount | Chao Yu | 1 | -3/+0 |
| 2021-09-16 | f2fs: quota: fix potential deadlock | Chao Yu | 1 | -1/+2 |
| 2021-08-23 | f2fs: rebuild nat_bits during umount | Chao Yu | 1 | -6/+15 |
| 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 | -1/+2 |
| 2021-08-05 | f2fs: avoid unneeded memory allocation in __add_ino_entry() | Chao Yu | 1 | -5/+17 |
| 2021-08-03 | f2fs: fix to stop filesystem update once CP failed | Chao Yu | 1 | -3/+9 |
| 2021-05-14 | f2fs: restructure f2fs page.private layout | Chao Yu | 1 | -2/+2 |
| 2021-05-04 | Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+7 |
| 2021-04-10 | f2fs: clean up build warnings | Yi Zhuang | 1 | -0/+1 |
| 2021-03-12 | f2fs: update comments for explicit memory barrier | Chao Yu | 1 | -1/+5 |
| 2021-03-12 | f2fs: fix a spacing coding style | jiahao | 1 | -1/+1 |
| 2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig | 1 | -1/+1 |
| 2021-02-08 | f2fs: don't grab superblock freeze for flush/ckpt thread | Jaegeuk Kim | 1 | -4/+0 |
| 2021-02-03 | f2fs: add ckpt_thread_ioprio sysfs node | Daeho Jeong | 1 | -1/+2 |
| 2021-02-03 | f2fs: introduce checkpoint_merge mount option | Daeho Jeong | 1 | -0/+177 |
| 2021-01-27 | f2fs: deprecate f2fs_trace_io | Jaegeuk Kim | 1 | -3/+0 |
| 2020-12-17 | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+29 |
| 2020-12-03 | f2fs: avoid race condition for shrinker count | Jaegeuk Kim | 1 | -1/+1 |
| 2020-12-02 | f2fs: fix kbytes written stat for multi-device case | Chao Yu | 1 | -4/+23 |
| 2020-12-02 | f2fs: change to use rwsem for cp_mutex | Sahitya Tummala | 1 | -4/+4 |
| 2020-12-02 | f2fs: Remove the redundancy initialization | Zhang Qilong | 1 | -1/+1 |
| 2020-12-01 | f2fs: remove a few bd_part checks | Christoph Hellwig | 1 | -4/+1 |
| 2020-10-13 | f2fs: handle errors of f2fs_get_meta_page_nofail | Jaegeuk Kim | 1 | -1/+1 |
| 2020-09-29 | f2fs: fix to check segment boundary during SIT page readahead | Chao Yu | 1 | -0/+2 |
| 2020-09-29 | f2fs: add trace exit in exception path | Zhang Qilong | 1 | -1/+5 |
| 2020-09-11 | f2fs: support age threshold based garbage collection | Chao Yu | 1 | -2/+2 |
| 2020-09-10 | f2fs: introduce inmem curseg | Chao Yu | 1 | -1/+6 |
| 2020-08-03 | f2fs: prepare a waiter before entering io_schedule | Jaegeuk Kim | 1 | -2/+2 |
| 2020-08-03 | f2fs: fix deadlock between quota writes and checkpoint | Jaegeuk Kim | 1 | -0/+2 |
| 2020-08-03 | f2fs: correct comment of f2fs_exist_written_data | Jack Qiu | 1 | -1/+1 |
| 2020-07-26 | f2fs: space related cleanup | Jack Qiu | 1 | -1/+1 |
| 2020-07-08 | f2fs: don't keep meta inode pages used for compressed block migration | Chao Yu | 1 | -2/+3 |
| 2020-06-08 | f2fs: don't return vmalloc() memory from f2fs_kmalloc() | Eric Biggers | 1 | -2/+2 |
| 2020-05-18 | f2fs: flush dirty meta pages when flushing them | Jaegeuk Kim | 1 | -0/+3 |
| 2020-05-11 | f2fs: refactor resize_fs to avoid meta updates in progress | Jaegeuk Kim | 1 | -2/+4 |
| 2020-05-11 | f2fs: Avoid double lock for cp_rwsem during checkpoint | Sayali Lokhande | 1 | -0/+5 |
| 2020-05-11 | f2fs: remove blk_plugging in block_operations | Jaegeuk Kim | 1 | -8/+3 |
| 2020-04-17 | f2fs: support read iostat | Chao Yu | 1 | -0/+5 |
| 2020-04-17 | f2fs: fix to handle error path of f2fs_ra_meta_pages() | Chao Yu | 1 | -2/+3 |
| 2020-03-22 | f2fs: Add a new CP flag to help fsck fix resize SPO issues | Sahitya Tummala | 1 | -2/+6 |
| 2020-03-19 | f2fs: introduce DEFAULT_IO_TIMEOUT | Chao Yu | 1 | -1/+1 |
| 2020-03-10 | f2fs: fix inconsistent comments | Chao Yu | 1 | -14/+4 |
| 2020-02-27 | f2fs: fix the panic in do_checkpoint() | Sahitya Tummala | 1 | -9/+7 |
| 2020-01-15 | f2fs: don't keep META_MAPPING pages used for moving verity file blocks | Eric Biggers | 1 | -3/+3 |
| 2019-11-19 | f2fs: show f2fs instance in printk_ratelimited | Chao Yu | 1 | -1/+1 |
| 2019-07-02 | f2fs: add a rw_sem to cover quota flag changes | Jaegeuk Kim | 1 | -22/+19 |
| 2019-07-02 | f2fs: use generic EFSBADCRC/EFSCORRUPTED | Chao Yu | 1 | -3/+9 |
| 2019-07-02 | f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() | Joe Perches | 1 | -20/+14 |
| 2019-07-02 | f2fs: ioctl for removing a range from F2FS | Qiuyang Sun | 1 | -1/+2 |
| 2019-05-23 | f2fs: fix to check layout on last valid checkpoint park | Chao Yu | 1 | -11/+0 |
| 2019-05-23 | f2fs: link f2fs quota ops for sysfile | Jaegeuk Kim | 1 | -4/+2 |
| 2019-05-08 | f2fs: fix to avoid potential race on sbi->unusable_block_count access/update | Chao Yu | 1 | -0/+4 |
| 2019-05-08 | f2fs: introduce DATA_GENERIC_ENHANCE | Chao Yu | 1 | -6/+37 |
| 2019-05-08 | f2fs: fix to be aware of readonly device in write_checkpoint() | Chao Yu | 1 | -4/+3 |
| 2019-05-08 | f2fs: fix to skip recovery on readonly device | Chao Yu | 1 | -0/+6 |
| 2019-05-08 | f2fs: relocate chksum_offset for large_nat_bitmap feature | Chao Yu | 1 | -0/+11 |
| 2019-05-08 | f2fs: allow unfixed f2fs_checkpoint.checksum_offset | Chao Yu | 1 | -6/+21 |
| 2019-05-08 | f2fs: fix wrong __is_meta_io() macro | Chao Yu | 1 | -2/+2 |
| 2019-04-05 | f2fs: fix potential recursive call when enabling data_flush | Chao Yu | 1 | -4/+2 |
| 2019-03-12 | f2fs: fix to add refcount once page is tagged PG_private | Chao Yu | 1 | -2/+2 |
| 2019-03-05 | f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAG | Jaegeuk Kim | 1 | -2/+4 |
| 2019-02-15 | f2fs: sync filesystem after roll-forward recovery | Jaegeuk Kim | 1 | -2/+3 |
| 2019-02-15 | f2fs: add quick mode of checkpoint=disable for QA | Jaegeuk Kim | 1 | -0/+5 |
| 2018-12-26 | f2fs: check PageWriteback flag for ordered case | Chao Yu | 1 | -5/+3 |
| 2018-12-26 | f2fs: clean up checkpoint flow | Chao Yu | 1 | -13/+5 |
| 2018-12-26 | f2fs: use kvmalloc, if kmalloc is failed | Jaegeuk Kim | 1 | -1/+1 |
| 2018-12-14 | f2fs: fix to reorder set_page_dirty and wait_on_page_writeback | Chao Yu | 1 | -3/+4 |
| 2018-11-26 | f2fs: clean up f2fs_sb_has_##feature_name | Chao Yu | 1 | -1/+1 |
| 2018-10-22 | f2fs: guarantee journalled quota data by checkpoint | Chao Yu | 1 | -4/+58 |
| 2018-10-16 | f2fs: checkpoint disabling | Daniel Rosenberg | 1 | -0/+12 |
| 2018-09-30 | Revert: "f2fs: check last page index in cached bio to decide submission" | Chao Yu | 1 | -2/+1 |
| 2018-09-28 | f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO | Jaegeuk Kim | 1 | -5/+5 |
| 2018-09-12 | f2fs: add SPDX license identifiers | Chao Yu | 1 | -4/+1 |
| 2018-09-11 | f2fs: fix to flush all dirty inodes recovered in readonly fs | Chao Yu | 1 | -0/+2 |
| 2018-08-14 | f2fs: rework fault injection handling to avoid a warning | Arnd Bergmann | 1 | -2/+1 |
| 2018-08-13 | f2fs: support fault_type mount option | Chao Yu | 1 | -1/+1 |
| 2018-08-10 | f2fs: fix invalid memory access | Chao Yu | 1 | -5/+6 |
| 2018-08-10 | f2fs: fix to avoid broken of dnode block list | Chao Yu | 1 | -3/+5 |
| 2018-08-10 | f2fs: fix to do sanity check with cp_pack_start_sum | Chao Yu | 1 | -4/+4 |
| 2018-08-01 | f2fs: don't keep meta pages used for block migration | Chao Yu | 1 | -0/+8 |
| 2018-08-01 | f2fs: quota: fix incorrect comments | Sheng Yong | 1 | -1/+4 |
| 2018-08-01 | f2fs: fix to propagate error from __get_meta_page() | Chao Yu | 1 | -14/+41 |
| 2018-08-01 | f2fs: fix to do sanity check with block address in main area | Chao Yu | 1 | -3/+19 |
| 2018-07-27 | f2fs: introduce and spread verify_blkaddr | Chao Yu | 1 | -2/+8 |
| 2018-07-27 | f2fs: fix a hungtask problem caused by congestion_wait | Yunlei He | 1 | -4/+2 |
| 2018-07-27 | f2fs: don't acquire orphan ino during recovery | Chao Yu | 1 | -7/+1 |
| 2018-07-27 | f2fs: indicate shutdown f2fs to allow unmount successfully | Jaegeuk Kim | 1 | -0/+1 |
| 2018-07-27 | f2fs: keep meta pages in cp_error state | Jaegeuk Kim | 1 | -15/+13 |
| 2018-06-12 | treewide: Use array_size() in f2fs_kzalloc() | Kees Cook | 1 | -1/+2 |
| 2018-06-04 | f2fs: let sync node IO interrupt async one | Chao Yu | 1 | -0/+2 |
| 2018-06-04 | f2fs: fix to update mtime correctly | Chao Yu | 1 | -1/+1 |
| 2018-05-31 | f2fs: clean up symbol namespace | Chao Yu | 1 | -66/+68 |
| 2018-05-31 | f2fs: clean up with is_valid_blkaddr() | Chao Yu | 1 | -2/+2 |
| 2018-05-31 | f2fs: remove duplicated dquot_initialize and fix error handling | Sheng Yong | 1 | -2/+3 |
| 2018-05-31 | f2fs: don't use GFP_ZERO for page caches | Chao Yu | 1 | -1/+3 |
| 2018-05-02 | Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer" | Jaegeuk Kim | 1 | -1/+1 |
| 2018-03-18 | f2fs: check blkaddr more accuratly before issue a bio | Yunlei He | 1 | -0/+2 |
| 2018-03-13 | f2fs: flush cp pack except cp pack 2 page at first | Gao Xiang | 1 | -23/+46 |
| 2018-03-13 | f2fs: handle quota for orphan inodes | Jaegeuk Kim | 1 | -12/+16 |
| 2018-03-13 | f2fs: fix to clear CP_TRIMMED_FLAG | Chao Yu | 1 | -0/+2 |
| 2018-01-22 | f2fs: allow to recover node blocks given updated checkpoint | Jaegeuk Kim | 1 | -0/+1 |
| 2018-01-22 | f2fs: drop page cache after fs shutdown | Chao Yu | 1 | -2/+5 |
| 2018-01-02 | f2fs: inject fault to kzalloc | Chao Yu | 1 | -1/+1 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -5/+5 |
| 2017-11-16 | Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -15/+49 |
| 2017-11-15 | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman | 1 | -1/+1 |
| 2017-11-15 | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() | Jan Kara | 1 | -1/+1 |
| 2017-11-15 | f2fs: simplify page iteration loops | Jan Kara | 1 | -8/+5 |
| 2017-11-10 | f2fs: avoid opened loop codes in __add_ino_entry | Chao Yu | 1 | -6/+4 |
| 2017-11-05 | f2fs: remove unneeded semicolon | Chao Yu | 1 | -1/+1 |
| 2017-11-05 | f2fs: support quota sys files | Jaegeuk Kim | 1 | -2/+7 |
| 2017-11-05 | f2fs: stop all the operations by cp_error flag | Jaegeuk Kim | 1 | -1/+0 |
| 2017-10-10 | f2fs: fix to flush multiple device in checkpoint | Chao Yu | 1 | -0/+6 |
| 2017-10-10 | f2fs: enhance multiple device flush | Chao Yu | 1 | -5/+31 |