index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
checkpoint.c
Age
Commit message (
Expand
)
Author
2024-07-10
f2fs: fix to update user block counts in block_operations()
Chao Yu
2024-06-18
f2fs: enable atgc dynamically if conditions are met
Zhiguo Niu
2024-04-25
f2fs: fix false alarm on invalid block address
Jaegeuk Kim
2024-04-19
f2fs: convert f2fs__page tracepoint class to use folio
Chao Yu
2024-03-12
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
2024-03-12
f2fs: fix to truncate meta inode pages forcely
Chao Yu
2024-02-27
f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
Jaegeuk Kim
2024-02-05
f2fs: introduce FAULT_BLKADDR_CONSISTENCE
Chao Yu
2023-08-14
f2fs: fix to account cp stats correctly
Chao Yu
2023-05-08
f2fs: support errors=remount-ro|continue|panic mountoption
Chao Yu
2023-04-18
f2fs: relax sanity check if checkpoint is corrupted
Jaegeuk Kim
2023-04-12
f2fs: add radix_tree_preload_end in error case
Yohan Joung
2023-04-12
f2fs: fix to recover quota data correctly
Chao Yu
2023-04-10
f2fs: fix to drop all dirty pages during umount() if cp_error is set
Chao Yu
2023-04-10
f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only()
Chao Yu
2023-03-29
f2fs: convert to use bitmap API
Yangtao Li
2023-03-29
f2fs: make f2fs_sync_inode_meta() static
Li Zetao
2023-02-27
Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-07
f2fs: fix typos in comments
Jinyoung CHOI
2023-02-02
f2fs: convert f2fs_sync_meta_pages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
2023-02-02
f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info
Chao Yu
2023-02-02
f2fs: simplify do_checkpoint
Christoph Hellwig
2023-01-11
f2fs: merge f2fs_show_injection_info() into time_to_inject()
Yangtao Li
2022-11-01
f2fs: fix return val in f2fs_start_ckpt_thread()
Yangtao Li
2022-11-01
f2fs: support fault injection for f2fs_is_valid_blkaddr()
Chao Yu
2022-10-04
f2fs: support recording stop_checkpoint reason into super_block
Chao Yu
2022-10-04
f2fs: fix to account FS_CP_DATA_IO correctly
Chao Yu
2022-10-04
f2fs: fix to do sanity check on destination blkaddr during recovery
Chao Yu
2022-10-04
f2fs: fix wrong dirty page count when race between mmap and fallocate.
Shuqi Zhang
2022-09-12
f2fs: flush pending checkpoints when freezing super
Jaegeuk Kim
2022-08-29
f2fs: iostat: support accounting compressed IO
Chao Yu
2022-08-02
f2fs: Convert to filemap_migrate_folio()
Matthew Wilcox (Oracle)
2022-05-31
Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-05-12
f2fs: kill volatile write support
Jaegeuk Kim
2022-05-09
f2fs: Convert to release_folio
Matthew Wilcox (Oracle)
2022-05-06
f2fs: avoid infinite loop to flush node pages
Jaegeuk Kim
2022-05-06
f2fs: remove WARN_ON in f2fs_is_valid_blkaddr
Dongliang Mu
2022-04-20
f2fs: fix wrong condition check when failing metapage read
Jaegeuk Kim
2022-04-01
f2fs: Get the superblock from the mapping instead of the page
Matthew Wilcox (Oracle)
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-21
f2fs: fix to do sanity check on .cp_pack_total_block_count
Chao Yu
2022-03-15
f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folio
Matthew Wilcox (Oracle)
2022-03-15
f2fs: Convert f2fs_set_meta_page_dirty to f2fs_dirty_meta_folio
Matthew Wilcox (Oracle)
2022-03-15
f2fs: Convert invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-03-04
f2fs: avoid an infinite loop in f2fs_sync_dirty_inodes
Jaegeuk Kim
2022-02-12
f2fs: add a way to limit roll forward recovery time
Jaegeuk Kim
2022-02-03
f2fs: adjust readahead block number during recovery
Chao Yu
2022-01-24
f2fs: move f2fs to use reader-unfair rwsems
Tim Murray
2022-01-04
f2fs: fix to check available space of CP area correctly in update_ckpt_flags()
Chao Yu
2022-01-04
f2fs: do not bother checkpoint by f2fs_get_node_info
Jaegeuk Kim
[next]