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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-29
f2fs: fix to do sanity check in update_sit_entry
Zhiguo Niu
1
-2
/
+3
2024-08-29
f2fs: stop checkpoint when get a out-of-bounds segment
Zhiguo Niu
1
-1
/
+11
2024-08-19
f2fs: fix to cover read extent cache access with lock
Chao Yu
3
-35
/
+25
2024-08-19
f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC
Chao Yu
1
-0
/
+10
2024-08-11
f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid
Jaegeuk Kim
1
-0
/
+1
2024-08-11
f2fs: fix to avoid use SSR allocate when do defragment
Zhiguo Niu
1
-1
/
+2
2024-08-03
f2fs: fix to update user block counts in block_operations()
Chao Yu
1
-5
/
+5
2024-08-03
f2fs: fix start segno of large section
Sheng Yong
1
-1
/
+2
2024-08-03
f2fs: fix to truncate preallocated blocks in f2fs_file_open()
Chao Yu
3
-9
/
+42
2024-08-03
f2fs: use meta inode for GC of COW file
Sunmin Jeong
6
-7
/
+23
2024-08-03
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
4
-9
/
+14
2024-08-03
f2fs: fix return value of f2fs_convert_inline_inode()
Chao Yu
1
-2
/
+4
2024-08-03
f2fs: fix to don't dirty inode for readonly filesystem
Chao Yu
1
-0
/
+3
2024-08-03
f2fs: fix to force buffered IO on inline_data inode
Chao Yu
1
-0
/
+2
2024-07-11
f2fs: Add inline to f2fs_build_fault_attr() stub
Nathan Chancellor
1
-2
/
+2
2024-07-11
f2fs: check validation of fault attrs in f2fs_build_fault_attr()
Chao Yu
3
-15
/
+38
2024-06-27
f2fs: don't set RO when shutting down f2fs
Jaegeuk Kim
1
-2
/
+8
2024-06-27
f2fs: remove clear SB_INLINECRYPT flag in default_options
Yunlei He
1
-2
/
+0
2024-06-16
f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
Chao Yu
1
-0
/
+6
2024-06-12
f2fs: use f2fs_{err,info}_ratelimited() for cleanup
Chao Yu
2
-33
/
+26
2024-06-12
f2fs: write missing last sum blk of file pinning section
Daeho Jeong
1
-1
/
+4
2024-06-12
f2fs: fix to add missing iput() in gc_data_segment()
Chao Yu
1
-2
/
+7
2024-06-12
f2fs: compress: don't allow unaligned truncation on released compress inode
Chao Yu
1
-3
/
+8
2024-06-12
f2fs: fix to release node block count in error path of f2fs_new_node_page()
Chao Yu
1
-1
/
+1
2024-06-12
f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...
Chao Yu
1
-0
/
+10
2024-06-12
f2fs: compress: fix error path of inc_valid_block_count()
Chao Yu
1
-7
/
+8
2024-06-12
f2fs: introduce get_available_block_count() for cleanup
Chao Yu
1
-22
/
+27
2024-06-12
f2fs: deprecate io_bits
Jaegeuk Kim
6
-197
/
+10
2024-06-12
f2fs: compress: fix to update i_compr_blocks correctly
Chao Yu
1
-7
/
+14
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
6
-38
/
+154
2024-06-12
f2fs: kill heap-based allocation
Jaegeuk Kim
4
-68
/
+10
2024-06-12
f2fs: separate f2fs_gc_range() to use GC for a range
Daeho Jeong
1
-21
/
+28
2024-06-12
f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
Jaegeuk Kim
12
-136
/
+135
2024-06-12
f2fs: support printk_ratelimited() in f2fs_printk()
Chao Yu
4
-28
/
+38
2024-06-12
f2fs: Clean up errors in segment.h
KaiLong Wang
1
-2
/
+2
2024-06-12
f2fs: fix to check pinfile flag in f2fs_move_file_range()
Chao Yu
1
-1
/
+2
2024-06-12
f2fs: fix to relocate check condition in f2fs_fallocate()
Chao Yu
1
-9
/
+11
2024-06-12
f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()
Chao Yu
1
-8
/
+4
2024-06-12
f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...
Chao Yu
1
-8
/
+4
2024-06-12
f2fs: fix to wait on page writeback in __clone_blkaddrs()
Chao Yu
1
-0
/
+3
2024-06-12
f2fs: multidev: fix to recognize valid zero block address
Chao Yu
1
-1
/
+1
2024-04-03
f2fs: truncate page cache before clearing flags when aborting atomic write
Sunmin Jeong
1
-1
/
+3
2024-04-03
f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag
Sunmin Jeong
1
-0
/
+1
2024-03-27
f2fs: zone: fix to remove pow2 check condition for zoned block device
Chao Yu
1
-5
/
+0
2024-03-27
f2fs: fix to truncate meta inode pages forcely
Chao Yu
3
-6
/
+32
2024-03-27
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
Chao Yu
4
-18
/
+16
2024-03-27
f2fs: compress: fix reserve_cblocks counting error when out of space
Xiuhong Wang
1
-8
/
+7
2024-03-27
f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks
Xiuhong Wang
1
-4
/
+3
2024-03-27
f2fs: ro: compress: fix to avoid caching unaligned extent
Chao Yu
3
-12
/
+24
[next]