| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | f2fs: support to report fserror | Chao Yu | 1 | -0/+2 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -5/+5 |
| 2026-01-17 | f2fs: support non-4KB block size without packed_ssa feature | Daeho Jeong | 1 | -3/+3 |
| 2026-01-07 | f2fs: trace elapsed time for cp_global_sem lock | Chao Yu | 1 | -2/+3 |
| 2025-12-04 | f2fs: simplify list initialization in f2fs_recover_fsync_data() | Baolin Liu | 1 | -6/+3 |
| 2025-12-04 | f2fs: revert summary entry count from 2048 to 512 in 16kb block support | Daeho Jeong | 1 | -1/+1 |
| 2025-12-04 | f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes() | Chao Yu | 1 | -8/+12 |
| 2025-08-28 | f2fs: fix to do sanity check on node footer for non inode dnode | Chao Yu | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to IS_INODE() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2025-07-22 | f2fs: Pass a folio to ADDRS_PER_PAGE() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-07-22 | f2fs: Pass a folio to ofs_of_node() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2025-07-22 | f2fs: Pass a folio to is_dent_dnode() | 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 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to fill_node_footer() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass folios to copy_node_footer() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to is_recoverable_dnode() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-22 | f2fs: Pass a folio to nid_of_node() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to ino_of_node() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 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 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to recover_quota_data() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-22 | f2fs: Pass a folio to recover_inode() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-07-22 | f2fs: Pass a folio to recover_dentry() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2025-06-30 | f2fs: account and print more stats during recovery | Chao Yu | 1 | -7/+31 |
| 2025-04-28 | f2fs: Convert dnode_of_data->node_page to node_folio | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_recover_inline_data() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_delete_entry() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to __f2fs_find_entry() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-04-28 | f2fs: Convert dnode_of_data->inode_page to inode_folio | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_recover_inline_xattr() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to do_recover_data() | Matthew Wilcox (Oracle) | 1 | -15/+15 |
| 2025-04-28 | f2fs: Use a folio in check_index_in_prev_nodes() | Matthew Wilcox (Oracle) | 1 | -8/+7 |
| 2025-04-28 | f2fs: Use a folio in check_index_in_prev_nodes() | Matthew Wilcox (Oracle) | 1 | -6/+7 |
| 2025-04-28 | f2fs: Pass a folio to next_blkaddr_of_node() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2025-04-28 | f2fs: Convert f2fs_get_tmp_page() to f2fs_get_tmp_folio() | Matthew Wilcox (Oracle) | 1 | -42/+44 |
| 2025-01-22 | f2fs: fix to avoid changing 'check only' behaior of recovery | Zhiguo Niu | 1 | -3/+1 |
| 2024-11-21 | f2fs: fix changing cursegs if recovery fails on zoned device | Sheng Yong | 1 | -7/+2 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-07-23 | Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+6 |
| 2024-07-10 | f2fs: clean up F2FS_I() | Chao Yu | 1 | -5/+6 |
| 2024-06-07 | f2fs: Simplify the handling of cached casefolded names | Gabriel Krisman Bertazi | 1 | -8/+1 |
| 2024-05-09 | f2fs: remove unused GC_FAILURE_PIN | Chao Yu | 1 | -2/+1 |
| 2024-03-12 | f2fs: unify the error handling of f2fs_is_valid_blkaddr | Zhiguo Niu | 1 | -4/+0 |
| 2024-03-04 | f2fs: fix to check return value __allocate_new_segment | Zhiguo Niu | 1 | -1/+1 |
| 2024-02-29 | f2fs: fix write pointers all the time | Jaegeuk Kim | 1 | -8/+7 |
| 2024-02-27 | f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC | Jaegeuk Kim | 1 | -1/+1 |
| 2024-02-05 | f2fs: fix to avoid potential panic during recovery | Chao Yu | 1 | -17/+16 |
| 2023-12-04 | f2fs: fix write pointers on zoned device after roll forward | Jaegeuk Kim | 1 | -0/+2 |
| 2023-11-17 | f2fs: fix to check return value of f2fs_reserve_new_block() | Chao Yu | 1 | -6/+17 |
| 2023-10-18 | f2fs: convert to new timestamp accessors | Jeff Layton | 1 | -4/+4 |
| 2023-09-02 | Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
| 2023-08-14 | f2fs: fix to account cp stats correctly | Chao Yu | 1 | -0/+1 |
| 2023-07-24 | f2fs: convert to ctime accessor functions | Jeff Layton | 1 | -2/+2 |
| 2023-06-26 | f2fs: remove redundant assignment to variable err | Colin Ian King | 1 | -3/+1 |
| 2023-06-12 | f2fs: Detect looped node chain efficiently | Chunhai Guo | 1 | -20/+51 |
| 2023-04-12 | f2fs: fix to recover quota data correctly | Chao Yu | 1 | -16/+1 |
| 2023-01-19 | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | quota: port to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2022-12-08 | f2fs: do some cleanup for f2fs module init | Yangtao Li | 1 | -3/+1 |
| 2022-10-04 | f2fs: support recording errors into superblock | Chao Yu | 1 | -0/+6 |
| 2022-10-04 | f2fs: fix to do sanity check on summary info | Chao Yu | 1 | -3/+12 |
| 2022-10-04 | f2fs: fix to do sanity check on destination blkaddr during recovery | Chao Yu | 1 | -0/+8 |
| 2022-06-26 | attr: port attribute changes to new types | Christian Brauner | 1 | -4/+4 |
| 2022-06-26 | quota: port quota helpers mount ids | Christian Brauner | 1 | -1/+1 |
| 2022-03-22 | Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -5/+30 |
| 2022-02-12 | f2fs: add a way to limit roll forward recovery time | Jaegeuk Kim | 1 | -0/+4 |
| 2022-02-03 | f2fs: adjust readahead block number during recovery | Chao Yu | 1 | -3/+24 |
| 2022-02-01 | Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
| 2022-01-24 | f2fs: move f2fs to use reader-unfair rwsems | Tim Murray | 1 | -2/+2 |
| 2022-01-20 | unicode: clean up the Kconfig symbol confusion | Christoph Hellwig | 1 | -2/+2 |
| 2022-01-19 | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2022-01-15 | mm: introduce memalloc_retry_wait() | NeilBrown | 1 | -3/+3 |
| 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 | -3/+3 |
| 2021-09-16 | f2fs: avoid attaching SB_ACTIVE flag during mount | Chao Yu | 1 | -6/+2 |
| 2021-08-17 | f2fs: support fault injection for f2fs_kmem_cache_alloc() | Chao Yu | 1 | -1/+2 |
| 2021-06-23 | f2fs: introduce f2fs_casefolded_name slab cache | Chao Yu | 1 | -1/+5 |
| 2021-05-14 | f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances | Chao Yu | 1 | -9/+14 |
| 2021-04-10 | f2fs: clean up build warnings | Yi Zhuang | 1 | -1/+2 |
| 2020-12-02 | f2fs: change to use rwsem for cp_mutex | Sahitya Tummala | 1 | -2/+2 |
| 2020-12-02 | f2fs: Handle casefolding with Encryption | Daniel Rosenberg | 1 | -1/+11 |
| 2020-07-08 | f2fs: fix error path in do_recover_data() | Chao Yu | 1 | -2/+8 |
| 2020-07-07 | f2fs: split f2fs_allocate_new_segments() | Chao Yu | 1 | -1/+1 |
| 2020-05-11 | f2fs: rework filename handling | Eric Biggers | 1 | -10/+41 |
| 2020-03-19 | f2fs: introduce DEFAULT_IO_TIMEOUT | Chao Yu | 1 | -2/+3 |
| 2020-03-19 | f2fs: clean up codes with {f2fs_,}data_blkaddr() | Chao Yu | 1 | -4/+3 |
| 2020-01-15 | f2fs: Check write pointer consistency of open zones | Shin'ichiro Kawasaki | 1 | -2/+18 |
| 2019-11-07 | f2fs: support aligned pinned file | Jaegeuk Kim | 1 | -1/+1 |
| 2019-07-02 | f2fs: use generic EFSBADCRC/EFSCORRUPTED | Chao Yu | 1 | -3/+3 |
| 2019-07-02 | f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() | Joe Perches | 1 | -22/+15 |
| 2019-05-08 | f2fs: introduce DATA_GENERIC_ENHANCE | Chao Yu | 1 | -0/+12 |
| 2019-05-08 | f2fs: fix to avoid panic in do_recover_data() | Chao Yu | 1 | -1/+9 |
| 2019-05-08 | f2fs: fix error path of recovery | Chao Yu | 1 | -4/+11 |
| 2018-12-26 | f2fs: check PageWriteback flag for ordered case | Chao Yu | 1 | -1/+1 |
| 2018-11-26 | f2fs: clean up f2fs_sb_has_##feature_name | Chao Yu | 1 | -1/+1 |
| 2018-10-22 | f2fs: fix to keep project quota consistent | Chao Yu | 1 | -2/+10 |
| 2018-10-22 | f2fs: guarantee journalled quota data by checkpoint | Chao Yu | 1 | -3/+40 |
| 2018-10-22 | f2fs: cleanup dirty pages if recover failed | Sheng Yong | 1 | -11/+21 |
| 2018-10-22 | f2fs: fix to recover inode->i_flags of inode block during POR | Chao Yu | 1 | -0/+1 |
| 2018-09-28 | f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO | Jaegeuk Kim | 1 | -0/+2 |
| 2018-09-26 | f2fs: mark inode dirty explicitly in recover_inode() | Chao Yu | 1 | -0/+2 |
| 2018-09-26 | f2fs: fix to recover inode's i_gc_failures during POR | Chao Yu | 1 | -0/+2 |
| 2018-09-26 | f2fs: fix to recover inode's i_flags during POR | Chao Yu | 1 | -0/+1 |
| 2018-09-26 | f2fs: fix to recover inode's project id during POR | Chao Yu | 1 | -0/+13 |
| 2018-09-20 | f2fs: fix to recover inode's uid/gid during POR | Chao Yu | 1 | -0/+2 |
| 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 | -5/+9 |
| 2018-08-14 | f2fs: rework fault injection handling to avoid a warning | Arnd Bergmann | 1 | -3/+2 |
| 2018-08-01 | f2fs: fix wrong kernel message when recover fsync data on ro fs | Yunlei He | 1 | -1/+2 |
| 2018-08-01 | f2fs: fix to propagate error from __get_meta_page() | Chao Yu | 1 | -1/+12 |
| 2018-08-01 | f2fs: fix to detect looped node chain correctly | Chao Yu | 1 | -2/+2 |
| 2018-07-27 | f2fs: introduce and spread verify_blkaddr | Chao Yu | 1 | -3/+3 |
| 2018-05-31 | f2fs: clean up symbol namespace | Chao Yu | 1 | -31/+32 |
| 2018-05-31 | f2fs: clean up with is_valid_blkaddr() | Chao Yu | 1 | -3/+3 |
| 2018-05-31 | f2fs: do not check F2FS_INLINE_DOTS in recover | Sheng Yong | 1 | -2/+0 |
| 2018-03-13 | f2fs: fix to handle looped node chain during recovery | Chao Yu | 1 | -0/+14 |
| 2018-03-13 | f2fs: don't put dentry page in pagecache into highmem | Yunlong Song | 1 | -6/+5 |
| 2018-01-22 | f2fs: recover some i_inline flags | Jaegeuk Kim | 1 | -2/+19 |
| 2018-01-02 | f2fs: remove unused parameter | Sheng Yong | 1 | -3/+3 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -5/+5 |
| 2017-11-05 | f2fs: support quota sys files | Jaegeuk Kim | 1 | -2/+6 |
| 2017-08-21 | f2fs: check hot_data for roll-forward recovery | Jaegeuk Kim | 1 | -1/+1 |
| 2017-08-21 | f2fs: let fill_super handle roll-forward errors | Jaegeuk Kim | 1 | -2/+0 |
| 2017-08-21 | f2fs: support journalled quota | Chao Yu | 1 | -8/+64 |
| 2017-07-31 | f2fs: enhance on-disk inode structure scalability | Chao Yu | 1 | -3/+4 |
| 2017-04-18 | f2fs: avoid dirty node pages in check_only recovery | Jaegeuk Kim | 1 | -3/+5 |
| 2017-02-23 | f2fs: change recovery policy of xattr node block | Chao Yu | 1 | -5/+3 |
| 2017-02-22 | f2fs: fix to avoid overflow when left shifting page offset | Chao Yu | 1 | -2/+3 |
| 2017-01-29 | f2fs: remove unused values in recover_fsync_data | Yunlei He | 1 | -4/+0 |
| 2016-11-29 | f2fs: do not activate auto_recovery for fallocated i_size | Jaegeuk Kim | 1 | -3/+8 |
| 2016-11-25 | f2fs: do not recover i_size if it's valid | Jaegeuk Kim | 1 | -1/+1 |
| 2016-11-23 | Revert "f2fs: do not recover from previous remained wrong dnodes" | Chao Yu | 1 | -30/+1 |
| 2016-11-23 | f2fs: fix wrong i_atime recovery | Chao Yu | 1 | -2/+2 |
| 2016-09-30 | f2fs: introduce cp_lock to protect updating of ckpt_flags | Chao Yu | 1 | -1/+1 |
| 2016-09-30 | f2fs: put directory inodes before checkpoint in roll-forward recovery | Jaegeuk Kim | 1 | -1/+3 |
| 2016-09-30 | f2fs: use crc and cp version to determine roll-forward recovery | Jaegeuk Kim | 1 | -30/+6 |
| 2016-09-13 | f2fs: avoid ENOMEM during roll-forward recovery | Jaegeuk Kim | 1 | -13/+21 |
| 2016-09-12 | f2fs: add common iget in add_fsync_inode | Jaegeuk Kim | 1 | -26/+17 |
| 2016-09-07 | f2fs: add roll-forward recovery process for encrypted dentry | Shuoran Liu | 1 | -10/+13 |
| 2016-09-07 | f2fs: support async discard | Chao Yu | 1 | -0/+2 |
| 2016-07-20 | f2fs: handle error case with f2fs_bug_on | Jaegeuk Kim | 1 | -0/+2 |
| 2016-07-20 | f2fs: fix to report error number of f2fs_find_entry | Chao Yu | 1 | -2/+5 |
| 2016-06-13 | f2fs: introduce mode=lfs mount option | Jaegeuk Kim | 1 | -1/+5 |
| 2016-06-02 | f2fs: avoid unnecessary updating inode during fsync | Jaegeuk Kim | 1 | -0/+3 |
| 2016-06-02 | f2fs: remove syncing inode page in all the cases | Jaegeuk Kim | 1 | -3/+0 |
| 2016-06-02 | f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync | Jaegeuk Kim | 1 | -1/+1 |
| 2016-05-20 | f2fs: avoid ENOSPC fault in the recovery process | Jaegeuk Kim | 1 | -0/+4 |
| 2016-05-18 | f2fs: use percpu_counter for alloc_valid_block_count | Jaegeuk Kim | 1 | -2/+3 |
| 2016-05-11 | f2fs: avoid f2fs_bug_on during recovery | Jaegeuk Kim | 1 | -2/+1 |
| 2016-05-07 | f2fs: fix inode cache leak | Chao Yu | 1 | -25/+31 |
| 2016-05-07 | f2fs: remove unneeded readahead in find_fsync_dnodes | Chao Yu | 1 | -2/+0 |
| 2016-05-03 | f2fs: factor out fsync inode entry operations | Chao Yu | 1 | -21/+38 |
| 2016-04-26 | f2fs: set fsync mark only for the last dnode | Jaegeuk Kim | 1 | -6/+3 |
| 2016-04-15 | f2fs: give -EINVAL for norecovery and rw mount | Jaegeuk Kim | 1 | -4/+7 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
| 2016-02-22 | f2fs: support revoking atomic written pages | Chao Yu | 1 | -1/+1 |
| 2016-02-22 | f2fs: remove unneeded pointer conversion | Chao Yu | 1 | -6/+4 |
| 2016-02-22 | f2fs: use wait_for_stable_page to avoid contention | Jaegeuk Kim | 1 | -1/+1 |
| 2015-12-30 | f2fs: report error of do_checkpoint | Chao Yu | 1 | -1/+1 |
| 2015-12-04 | f2fs: clean up argument of recover_data | Chao Yu | 1 | -4/+3 |
| 2015-12-04 | f2fs: do not recover from previous remained wrong dnodes | Jaegeuk Kim | 1 | -1/+30 |
| 2015-10-12 | f2fs: support lower priority asynchronous readahead in ra_meta_pages | Chao Yu | 1 | -1/+1 |
| 2015-10-12 | f2fs: don't tag REQ_META for temporary non-meta pages | Chao Yu | 1 | -2/+2 |
| 2015-10-09 | f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data() | Chao Yu | 1 | -6/+1 |
| 2015-10-09 | f2fs: fix overflow of size calculation | Chao Yu | 1 | -1/+1 |
| 2015-08-20 | f2fs: do not write any node pages related to orphan inodes | Jaegeuk Kim | 1 | -3/+1 |
| 2015-08-05 | f2fs: recover invalid/reserved block address for fsynced file | Chao Yu | 1 | -4/+24 |
| 2015-08-05 | f2fs: invalidate temporary meta page | Chao Yu | 1 | -1/+10 |
| 2015-06-02 | f2fs: hide common code in f2fs_replace_block | Chao Yu | 1 | -7/+2 |
| 2015-05-28 | f2fs crypto: add filename encryption for roll-forward recovery | Jaegeuk Kim | 1 | -1/+12 |
| 2015-05-28 | f2fs: introduce f2fs_replace_block() for reuse | Chao Yu | 1 | -1/+1 |
| 2015-05-07 | f2fs: use is_valid_blkaddr to verify blkaddr for readability | Chao Yu | 1 | -3/+3 |
| 2015-04-16 | f2fs: pass checkpoint reason on roll-forward recovery | Jaegeuk Kim | 1 | -1/+1 |
| 2015-04-10 | f2fs: do not recover wrong data index | Jaegeuk Kim | 1 | -1/+3 |
| 2015-04-10 | f2fs: do not increase link count during recovery | Jaegeuk Kim | 1 | -8/+3 |
| 2015-04-10 | f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries | Jaegeuk Kim | 1 | -1/+1 |
| 2015-04-10 | f2fs: fix mismatching lock and unlock pages for roll-forward recovery | Jaegeuk Kim | 1 | -17/+31 |
| 2015-04-10 | f2fs: split set_data_blkaddr from f2fs_update_extent_cache | Chao Yu | 1 | -0/+1 |
| 2015-03-03 | f2fs: avoid wrong error during recovery | Jaegeuk Kim | 1 | -1/+3 |
| 2015-03-03 | f2fs: remove obsolete code | Jaegeuk Kim | 1 | -2/+0 |
| 2015-03-03 | f2fs: introduce universal lookup/update interface for extent cache | Chao Yu | 1 | -1/+1 |
| 2015-02-11 | f2fs: merge flags in struct f2fs_sb_info | Chao Yu | 1 | -2/+2 |
| 2015-02-11 | f2fs: leave comment for code readability | Jaegeuk Kim | 1 | -0/+4 |
| 2015-01-09 | f2fs: clean up to remove parameter | Jaegeuk Kim | 1 | -1/+2 |
| 2014-12-08 | f2fs: avoid to ra unneeded blocks in recover flow | Chao Yu | 1 | -2/+8 |
| 2014-11-23 | f2fs: introduce f2fs_dentry_kunmap to clean up | Jaegeuk Kim | 1 | -2/+1 |
| 2014-11-03 | f2fs: enable inline dir handling | Chao Yu | 1 | -1/+2 |
| 2014-11-03 | f2fs: export dir operations for inline dir | Chao Yu | 1 | -1/+1 |
| 2014-09-30 | f2fs: check the use of macros on block counts and addresses | Jaegeuk Kim | 1 | -5/+3 |
| 2014-09-30 | f2fs: introduce cp_control structure | Jaegeuk Kim | 1 | -1/+4 |
| 2014-09-23 | f2fs: remove redundant operation during roll-forward recovery | Jaegeuk Kim | 1 | -24/+19 |
| 2014-09-23 | f2fs: fix roll-forward missing scenarios | Jaegeuk Kim | 1 | -11/+60 |
| 2014-09-23 | f2fs: use meta_inode cache to improve roll-forward speed | Jaegeuk Kim | 1 | -33/+23 |
| 2014-09-16 | f2fs: fix double lock for inode page during roll-foward recovery | Jaegeuk Kim | 1 | -7/+21 |
| 2014-09-09 | f2fs: need fsck.f2fs when f2fs_bug_on is triggered | Jaegeuk Kim | 1 | -4/+4 |
| 2014-09-03 | f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB | Jaegeuk Kim | 1 | -1/+1 |
| 2014-08-21 | f2fs: remove rewrite_node_page | Jaegeuk Kim | 1 | -2/+0 |
| 2014-08-21 | f2fs: prevent checkpoint during roll-forward | Jaegeuk Kim | 1 | -0/+8 |
| 2014-08-19 | f2fs: avoid bug_on when error is occurred | Jaegeuk Kim | 1 | -1/+2 |