index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
f2fs: fix wrong block mapping for multi-devices
Jaegeuk Kim
1
-1
/
+1
2025-10-15
f2fs: fix zero-sized extent for precache extents
wangzijie
1
-3
/
+4
2025-10-15
f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()
Chao Yu
1
-1
/
+1
2025-08-15
f2fs: fix to trigger foreground gc during f2fs_map_blocks() in lfs mode
Chao Yu
1
-1
/
+4
2025-08-15
f2fs: vm_unmap_ram() may be called from an invalid context
Jan Prusakowski
1
-1
/
+1
2025-07-10
f2fs: zone: fix to calculate first_zoned_segno correctly
Chao Yu
1
-1
/
+1
2025-06-19
f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()
Chao Yu
1
-1
/
+1
2025-06-19
f2fs: clean up w/ fscrypt_is_bounce_page()
Chao Yu
1
-1
/
+1
2025-01-17
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
1
-3
/
+6
2024-12-14
f2fs: fix to requery extent which cross boundary of inquiry
Chao Yu
1
-5
/
+15
2024-12-14
f2fs: fix to adjust appropriate length for fiemap
Zhiguo Niu
1
-3
/
+3
2024-12-14
f2fs: clean up w/ F2FS_{BLK_TO_BYTES,BTYES_TO_BLK}
Chao Yu
1
-39
/
+29
2024-12-05
f2fs: fix fiemap failure issue when page size is 16KB
Xiuhong Wang
1
-21
/
+1
2024-12-05
f2fs: fix to map blocks correctly for direct write
Chao Yu
1
-1
/
+2
2024-12-05
f2fs: Fix not used variable 'index'
Zeng Heng
1
-2
/
+2
2024-09-25
Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-72
/
+92
2024-09-11
f2fs: avoid unused block when dio write in LFS mode
Daejun Park
1
-0
/
+8
2024-09-07
f2fs: get rid of page->index
Chao Yu
1
-6
/
+6
2024-09-07
f2fs: convert f2fs_write_data_page() to use folio
Chao Yu
1
-4
/
+5
2024-09-07
f2fs: convert f2fs_do_write_data_page() to use folio
Chao Yu
1
-13
/
+13
2024-09-07
f2fs: convert f2fs_write_end() to use folio
Chao Yu
1
-6
/
+7
2024-09-07
f2fs: convert f2fs_write_begin() to use folio
Chao Yu
1
-21
/
+23
2024-09-07
f2fs: convert f2fs_submit_page_read() to use folio
Chao Yu
1
-6
/
+6
2024-09-07
f2fs: convert f2fs_read_multi_pages() to use folio
Chao Yu
1
-12
/
+16
2024-09-07
f2fs: convert f2fs_write_single_data_page() to use folio
Chao Yu
1
-14
/
+15
2024-09-07
f2fs: convert f2fs_write_inline_data() to use folio
Chao Yu
1
-1
/
+1
2024-09-07
f2fs: convert f2fs_clear_page_cache_dirty_tag() to use folio
Chao Yu
1
-2
/
+1
2024-09-07
f2fs: convert f2fs_compress_ctx_add_page() to use folio
Chao Yu
1
-2
/
+2
2024-08-15
f2fs: fix to use per-inode maxbytes and cleanup
Zhiguo Niu
1
-2
/
+2
2024-08-15
f2fs: get rid of buffer_head use
Chao Yu
1
-1
/
+0
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+5
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-08-07
f2fs: Convert f2fs_write_begin() to use a folio
Matthew Wilcox (Oracle)
1
-31
/
+35
2024-08-07
f2fs: Convert f2fs_write_end() to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+8
2024-08-05
f2fs: atomic: fix to avoid racing w/ GC
Chao Yu
1
-1
/
+9
2024-07-11
f2fs: use meta inode for GC of COW file
Sunmin Jeong
1
-1
/
+1
2024-07-11
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
1
-2
/
+2
2024-07-11
f2fs: fix null reference error when checking end of zone
Daejun Park
1
-1
/
+3
2024-06-18
f2fs: clean up set REQ_RAHEAD given rac
Jaegeuk Kim
1
-6
/
+11
2024-05-20
Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-99
/
+132
2024-05-15
f2fs: initialize last_block_in_bio variable
Wu Bo
1
-10
/
+13
2024-05-09
f2fs: fix block migration when section is not aligned to pow2
Wu Bo
1
-9
/
+8
2024-05-06
f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-04-29
f2fs: zone: fix to don't trigger OPU on pinfile for direct IO
Chao Yu
1
-2
/
+3
2024-04-29
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
1
-1
/
+2
2024-04-19
f2fs: convert f2fs__page tracepoint class to use folio
Chao Yu
1
-5
/
+5
2024-04-19
f2fs: convert f2fs_read_inline_data() to use folio
Chao Yu
1
-6
/
+5
2024-04-19
f2fs: convert f2fs_read_single_page() to use folio
Chao Yu
1
-13
/
+14
2024-04-19
f2fs: convert f2fs_mpage_readpages() to use folio
Chao Yu
1
-40
/
+40
2024-04-19
f2fs: assign the write hint per stream by default
Jaegeuk Kim
1
-0
/
+2
[next]