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