index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
node.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-21
Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-53
/
+59
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+6
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
1
-1
/
+1
2026-04-02
f2fs: fix data loss caused by incorrect use of nat_entry flag
Yongpeng Yang
1
-0
/
+3
2026-04-02
f2fs: fix inline data not being written to disk in writeback path
Yongpeng Yang
1
-1
/
+1
2026-04-02
f2fs: fix fsck inconsistency caused by FGGC of node block
Yongpeng Yang
1
-14
/
+13
2026-04-02
f2fs: fix fsck inconsistency caused by incorrect nat_entry flag usage
Yongpeng Yang
1
-9
/
+5
2026-04-02
f2fs: refactor node footer flag setting related code
Yongpeng Yang
1
-1
/
+1
2026-04-02
f2fs: refactor f2fs_move_node_folio function
Yongpeng Yang
1
-22
/
+32
2026-03-24
f2fs: use more generic f2fs_stop_checkpoint()
Chao Yu
1
-1
/
+1
2026-03-24
f2fs: drop unused ri parameter from truncate_partial_nodes()
Yongpeng Yang
1
-5
/
+3
2026-03-24
f2fs: drop unused sbi parameter from f2fs_in_warm_node_list()
Yongpeng Yang
1
-2
/
+2
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-5
/
+5
2026-03-06
vfs: widen inode hash/lookup functions to u64
Jeff Layton
1
-1
/
+1
2026-02-17
f2fs: stop using writeback internals for dirty_exceeded checks
Kundan Kumar
1
-2
/
+2
2026-01-27
f2fs: optimize NAT block loading during checkpoint write
Yongpeng Yang
1
-1
/
+13
2026-01-17
f2fs: detect more inconsistent cases in sanity_check_node_footer()
Chao Yu
1
-3
/
+12
2026-01-17
f2fs: fix to do sanity check on node footer in {read,write}_end_io
Chao Yu
1
-9
/
+11
2026-01-17
f2fs: fix to do sanity check on node footer in __write_node_folio()
Chao Yu
1
-1
/
+5
2026-01-17
f2fs: support non-4KB block size without packed_ssa feature
Daeho Jeong
1
-6
/
+6
2026-01-07
f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomi...
Yongpeng Yang
1
-4
/
+10
2026-01-07
f2fs: trace elapsed time for node_write lock
Chao Yu
1
-4
/
+5
2026-01-01
f2fs: fix to do sanity check on nat entry of quota inode
Chao Yu
1
-0
/
+11
2025-09-09
f2fs: avoid unnecessary folio_clear_uptodate() for cleanup
Chao Yu
1
-1
/
+1
2025-08-28
f2fs: fix to do sanity check on node footer for non inode dnode
Chao Yu
1
-19
/
+39
2025-08-20
f2fs: fix to detect potential corrupted nid in free_nid_list
Chao Yu
1
-1
/
+16
2025-07-28
f2fs: directly add newly allocated pre-dirty nat entry to dirty set list
wangzijie
1
-8
/
+21
2025-07-28
f2fs: avoid redundant clean nat entry move in lru list
wangzijie
1
-12
/
+15
2025-07-22
f2fs: fix to avoid out-of-boundary access in dnode page
Chao Yu
1
-0
/
+10
2025-07-22
f2fs: Pass a folio to F2FS_NODE()
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-07-22
f2fs: Pass the nat_blk to __update_nat_bits()
Matthew Wilcox (Oracle)
1
-3
/
+2
2025-07-22
f2fs: Convert get_next_nat_page() to get_next_nat_folio()
Matthew Wilcox (Oracle)
1
-10
/
+10
2025-07-22
f2fs: Add folio counterparts to page_private_flags functions
Matthew Wilcox (Oracle)
1
-5
/
+5
2025-07-22
f2fs: Pass a folio to IS_INODE()
Matthew Wilcox (Oracle)
1
-8
/
+6
2025-07-22
f2fs: Pass a folio to ofs_of_node()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-07-22
f2fs: Pass a folio to IS_DNODE()
Matthew Wilcox (Oracle)
1
-8
/
+7
2025-07-22
f2fs: Pass a folio to is_cold_node()
Matthew Wilcox (Oracle)
1
-6
/
+6
2025-07-22
f2fs: Add fio->folio
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
-3
/
+3
2025-07-22
f2fs: Pass a folio to cpver_of_node()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-07-22
f2fs: Pass a folio to fill_node_footer()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-07-22
f2fs: Pass a folio to set_cold_node()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-07-22
f2fs: Pass a folio to get_nid()
Matthew Wilcox (Oracle)
1
-9
/
+9
2025-07-22
f2fs: Pass a folio to f2fs_inode_chksum_set()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-07-22
f2fs: Pass a folio to set_fsync_mark()
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-07-22
f2fs: Pass a folio to set_dentry_mark()
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-07-22
f2fs: Pass a folio to nid_of_node()
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-07-22
f2fs: Pass a folio to ino_of_node()
Matthew Wilcox (Oracle)
1
-12
/
+12
[next]