index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
node.c
Age
Commit message (
Expand
)
Author
Lines
2025-06-10
f2fs: Fix __write_node_folio() conversion
Matthew Wilcox (Oracle)
-1
/
+0
2025-05-28
f2fs: introduce is_{meta,node}_folio
Chao Yu
-9
/
+9
2025-05-27
f2fs: add f2fs_bug_on() to detect potential bug
Chao Yu
-2
/
+5
2025-05-08
f2fs: return bool from __write_node_folio
Christoph Hellwig
-16
/
+13
2025-05-08
f2fs: simplify return value handling in f2fs_fsync_node_pages
Christoph Hellwig
-12
/
+11
2025-05-08
f2fs: remove wbc->for_reclaim handling
Christoph Hellwig
-12
/
+1
2025-05-08
f2fs: fix to return correct error number in f2fs_sync_node_pages()
Chao Yu
-2
/
+6
2025-04-28
f2fs: Convert clear_node_page_dirty() to clear_node_folio_dirty()
Matthew Wilcox (Oracle)
-8
/
+8
2025-04-28
f2fs: Use a folio in flush_inline_data()
Matthew Wilcox (Oracle)
-13
/
+13
2025-04-28
f2fs: Remove f2fs_new_node_page()
Matthew Wilcox (Oracle)
-2
/
+2
2025-04-28
f2fs: Convert fsync_node_entry->page to folio
Matthew Wilcox (Oracle)
-12
/
+13
2025-04-28
f2fs: Convert dnode_of_data->node_page to node_folio
Matthew Wilcox (Oracle)
-11
/
+11
2025-04-28
f2fs: Pass a folio to set_nid()
Matthew Wilcox (Oracle)
-5
/
+5
2025-04-28
f2fs: Pass a folio to f2fs_update_inode()
Matthew Wilcox (Oracle)
-3
/
+3
2025-04-28
f2fs: Convert dnode_of_data->inode_page to inode_folio
Matthew Wilcox (Oracle)
-7
/
+7
2025-04-28
f2fs: Pass a folio to inline_xattr_addr()
Matthew Wilcox (Oracle)
-2
/
+2
2025-04-28
f2fs: Pass a folio to f2fs_recover_inline_xattr()
Matthew Wilcox (Oracle)
-3
/
+3
2025-04-28
f2fs: Remove f2fs_get_inode_page()
Matthew Wilcox (Oracle)
-7
/
+0
2025-04-28
f2fs: Use a folio in f2fs_recover_inline_xattr()
Matthew Wilcox (Oracle)
-8
/
+8
2025-04-28
f2fs: Remove f2fs_get_xnode_page()
Matthew Wilcox (Oracle)
-8
/
+0
2025-04-28
f2fs: Pass folios to set_new_dnode()
Matthew Wilcox (Oracle)
-2
/
+2
2025-04-28
f2fs: Use a folio in f2fs_truncate_xattr_node()
Matthew Wilcox (Oracle)
-6
/
+6
2025-04-28
f2fs: Use a folio in f2fs_init_inode_metadata()
Matthew Wilcox (Oracle)
-4
/
+4
2025-04-28
f2fs: Remove f2fs_get_node_page()
Matthew Wilcox (Oracle)
-8
/
+0
2025-04-28
f2fs: Convert __write_node_page() to __write_node_folio()
Matthew Wilcox (Oracle)
-13
/
+12
2025-04-28
f2fs: Convert f2fs_move_node_page() to f2fs_move_node_folio()
Matthew Wilcox (Oracle)
-10
/
+10
2025-04-28
f2fs: Pass a folio to f2fs_ra_node_pages()
Matthew Wilcox (Oracle)
-6
/
+6
2025-04-28
f2fs: Use folios in truncate_partial_nodes()
Matthew Wilcox (Oracle)
-11
/
+11
2025-04-28
f2fs: Use a folio in truncate_nodes()
Matthew Wilcox (Oracle)
-12
/
+12
2025-04-28
f2fs: Use a folio in truncate_node()
Matthew Wilcox (Oracle)
-10
/
+10
2025-04-28
f2fs: Use folios in f2fs_get_dnode_of_data()
Matthew Wilcox (Oracle)
-38
/
+38
2025-04-28
f2fs: Add f2fs_get_node_folio()
Matthew Wilcox (Oracle)
-0
/
+5
2025-04-28
f2fs: Use a folio in f2fs_recover_xattr_data()
Matthew Wilcox (Oracle)
-7
/
+7
2025-04-28
f2fs: Add f2fs_get_xnode_folio()
Matthew Wilcox (Oracle)
-0
/
+5
2025-04-28
f2fs: Use a folio in f2fs_recover_inode_page()
Matthew Wilcox (Oracle)
-10
/
+10
2025-04-28
f2fs: Pass a folio to f2fs_inode_chksum_verify()
Matthew Wilcox (Oracle)
-2
/
+2
2025-04-28
f2fs: Convert read_node_page() to read_node_folio()
Matthew Wilcox (Oracle)
-10
/
+9
2025-04-28
f2fs: Use a folio in f2fs_ra_node_page()
Matthew Wilcox (Oracle)
-7
/
+7
2025-04-28
f2fs: Add f2fs_new_node_folio()
Matthew Wilcox (Oracle)
-14
/
+14
2025-04-28
f2fs: Pass an address to scan_nat_page()
Matthew Wilcox (Oracle)
-3
/
+3
2025-04-28
f2fs: Convert f2fs_get_meta_page_retry() to f2fs_get_meta_folio_retry()
Matthew Wilcox (Oracle)
-14
/
+14
2025-04-28
f2fs: Use a folio in __get_nat_bitmaps()
Matthew Wilcox (Oracle)
-6
/
+6
2025-04-28
f2fs: Use a folio in f2fs_get_node_info()
Matthew Wilcox (Oracle)
-6
/
+6
2025-04-28
f2fs: Use a folio in get_next_nat_page()
Matthew Wilcox (Oracle)
-5
/
+5
2025-04-28
f2fs: Pass a folio to next_blkaddr_of_node()
Matthew Wilcox (Oracle)
-3
/
+5
2025-04-28
f2fs: Convert f2fs_get_tmp_page() to f2fs_get_tmp_folio()
Matthew Wilcox (Oracle)
-5
/
+5
2025-04-10
f2fs: remove redundant assignment to variable err
Colin Ian King
-4
/
+2
2025-03-11
f2fs: Remove f2fs_write_node_page()
Matthew Wilcox (Oracle)
-8
/
+0
2025-03-11
Revert "f2fs: rebuild nat_bits during umount"
Chao Yu
-78
/
+23
2025-03-11
f2fs: introduce FAULT_INCONSISTENT_FOOTER
Chao Yu
-1
/
+2
[next]