index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
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-08-25
f2fs: fix to avoid potential deadloop in f2fs_fsync_node_pages()
Chao Yu
1
-0
/
+5
2026-08-21
f2fs: use f2fs_{down, up}_(read, write}_trace() for nat_tree_lock
Chao Yu
1
-30
/
+41
2026-08-07
f2fs: fix to pass folio->index to f2fs_sanity_check_node_footer()
Chao Yu
1
-1
/
+1
2026-08-05
f2fs: fix to clear dirty flag on folio in error path
Chao Yu
1
-1
/
+1
2026-08-05
f2fs: fix to return -EFSCORRUPTED in f2fs_get_node_info() correctly
Chao Yu
1
-0
/
+1
2026-06-22
f2fs: fix to do sanity check on f2fs_get_node_folio_ra()
Chao Yu
1
-1
/
+5
2026-06-22
f2fs: pass correct iostat type for single node writes
Wenjie Qi
1
-1
/
+1
2026-06-22
f2fs: annotate lockless NAT counter reads
Cen Zhang
1
-1
/
+5
2026-05-22
f2fs: support to report fserror
Chao Yu
1
-0
/
+8
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
[next]