index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-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
2024-12-09
f2fs: fix null reference error when checking end of zone
Daejun Park
1
-1
/
+3
2024-12-09
f2fs: fix fiemap failure issue when page size is 16KB
Xiuhong Wang
1
-21
/
+1
2024-10-04
f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
Chao Yu
1
-3
/
+1
2024-10-04
f2fs: atomic: fix to avoid racing w/ GC
Chao Yu
1
-1
/
+9
2024-08-03
f2fs: use meta inode for GC of COW file
Sunmin Jeong
1
-1
/
+1
2024-08-03
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
1
-2
/
+2
2024-06-12
f2fs: deprecate io_bits
Jaegeuk Kim
1
-71
/
+2
2024-06-12
f2fs: fix block migration when section is not aligned to pow2
Wu Bo
1
-9
/
+8
2024-06-12
f2fs: support file pinning for zoned devices
Daeho Jeong
1
-19
/
+39
2024-06-12
f2fs: multidev: fix to recognize valid zero block address
Chao Yu
1
-1
/
+1
2024-03-26
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
Chao Yu
1
-5
/
+3
2024-03-26
f2fs: fix NULL pointer dereference in f2fs_submit_page_write()
Wenjie Qi
1
-4
/
+4
2024-03-26
f2fs: zone: fix to wait completion of last bio in zone correctly
Chao Yu
1
-2
/
+1
2024-03-26
f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
Chao Yu
1
-2
/
+3
2024-03-26
f2fs: update blkaddr in __set_data_blkaddr() for cleanup
Chao Yu
1
-7
/
+6
2024-03-26
f2fs: introduce get_dnode_addr() to clean up codes
Chao Yu
1
-9
/
+2
2024-03-26
f2fs: delete obsolete FI_DROP_CACHE
Chao Yu
1
-3
/
+0
2024-03-26
f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
Chao Yu
1
-2
/
+0
2024-03-26
f2fs: compress: fix to cover normal cluster write with cp_rwsem
Chao Yu
1
-1
/
+2
2024-03-26
f2fs: compress: fix to guarantee persisting compressed blocks by CP
Chao Yu
1
-8
/
+9
2024-01-25
f2fs: fix to wait on block writeback for post_read case
Chao Yu
1
-3
/
+4
2023-11-20
f2fs: compress: fix to avoid use-after-free on dic
Chao Yu
1
-1
/
+3
2023-11-20
f2fs: compress: fix deadloop in f2fs_write_cache_pages()
Chao Yu
1
-2
/
+18
2023-08-23
f2fs: fix error path of f2fs_submit_page_read()
Chao Yu
1
-0
/
+3
2023-08-14
f2fs: increase usage of folio_next_index() helper
Minjie Du
1
-2
/
+1
2023-08-14
f2fs: get out of a repeat loop when getting a locked data page
Jaegeuk Kim
1
-6
/
+2
2023-06-26
f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
1
-1
/
+0
2023-06-12
f2fs: fix potential deadlock due to unpaired node_write lock use
Chao Yu
1
-3
/
+4
2023-05-23
f2fs: maintain six open zones for zoned devices
Daeho Jeong
1
-0
/
+58
2023-05-08
f2fs: remove redundant goto statement in f2fs_read_single_page()
Li Zetao
1
-1
/
+0
2023-05-08
f2fs: support errors=remount-ro|continue|panic mountoption
Chao Yu
1
-0
/
+4
2023-04-24
f2fs: use cow inode data when updating atomic write
Daeho Jeong
1
-5
/
+10
2023-04-18
f2fs: relax sanity check if checkpoint is corrupted
Jaegeuk Kim
1
-0
/
+4
2023-04-17
f2fs: remove folio_detach_private() in .invalidate_folio and .release_folio
Chao Yu
1
-23
/
+2
2023-04-10
f2fs: fix to drop all dirty pages during umount() if cp_error is set
Chao Yu
1
-1
/
+2
2023-04-10
f2fs: fix to avoid use-after-free for cached IPU bio
Chao Yu
1
-1
/
+4
2023-03-29
f2fs: remove else in f2fs_write_cache_pages()
Yangtao Li
1
-5
/
+2
2023-03-29
f2fs: convert to use bitmap API
Yangtao Li
1
-6
/
+6
2023-02-27
Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-311
/
+313
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-26
/
+58
2023-02-20
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
1
-2
/
+1
2023-02-07
f2fs: fix typos in comments
Jinyoung CHOI
1
-4
/
+4
2023-02-07
f2fs: fix kernel crash due to null io->bio
Jaegeuk Kim
1
-0
/
+4
[next]