index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-20
14
-349
/
+630
|
\
|
*
f2fs: initialize last_block_in_bio variable
Wu Bo
2024-05-15
1
-10
/
+13
|
*
f2fs: Add inline to f2fs_build_fault_attr() stub
Nathan Chancellor
2024-05-15
1
-2
/
+2
|
*
f2fs: fix to add missing iput() in gc_data_segment()
Chao Yu
2024-05-11
1
-2
/
+7
|
*
f2fs: allow dirty sections with zero valid block for checkpoint disabled
Daeho Jeong
2024-05-11
1
-2
/
+4
|
*
f2fs: compress: don't allow unaligned truncation on released compress inode
Chao Yu
2024-05-10
1
-3
/
+8
|
*
f2fs: fix to release node block count in error path of f2fs_new_node_page()
Chao Yu
2024-05-10
1
-1
/
+1
|
*
f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...
Chao Yu
2024-05-10
1
-0
/
+10
|
*
f2fs: compress: fix error path of inc_valid_block_count()
Chao Yu
2024-05-10
1
-7
/
+8
|
*
f2fs: compress: fix typo in f2fs_reserve_compress_blocks()
Chao Yu
2024-05-10
1
-1
/
+1
|
*
f2fs: compress: fix to update i_compr_blocks correctly
Chao Yu
2024-05-10
1
-7
/
+14
|
*
f2fs: check validation of fault attrs in f2fs_build_fault_attr()
Chao Yu
2024-05-09
3
-15
/
+38
|
*
f2fs: fix to limit gc_pin_file_threshold
Chao Yu
2024-05-09
4
-7
/
+16
|
*
f2fs: remove unused GC_FAILURE_PIN
Chao Yu
2024-05-09
4
-22
/
+13
|
*
f2fs: use f2fs_{err,info}_ratelimited() for cleanup
Chao Yu
2024-05-09
2
-33
/
+26
|
*
f2fs: fix block migration when section is not aligned to pow2
Wu Bo
2024-05-09
1
-9
/
+8
|
*
f2fs: zone: fix to don't trigger OPU on pinfile for direct IO
Chao Yu
2024-04-29
1
-2
/
+3
|
*
f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
Chao Yu
2024-04-29
1
-0
/
+6
|
*
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
2024-04-29
4
-6
/
+15
|
*
f2fs: remove redundant parameter in is_next_segment_free()
Yifan Zhao
2024-04-29
1
-3
/
+2
|
*
f2fs: use helper to print zone condition
Wu Bo
2024-04-25
1
-14
/
+3
|
*
f2fs: fix false alarm on invalid block address
Jaegeuk Kim
2024-04-25
1
-4
/
+5
|
*
f2fs: clear writeback when compression failed
Jaegeuk Kim
2024-04-25
1
-2
/
+38
|
*
f2fs: remove unnecessary block size check in init_f2fs_fs()
Chao Yu
2024-04-19
1
-6
/
+0
|
*
f2fs: fix comment in sanity_check_raw_super()
Chao Yu
2024-04-19
1
-1
/
+1
|
*
f2fs: convert f2fs__page tracepoint class to use folio
Chao Yu
2024-04-19
3
-9
/
+9
|
*
f2fs: convert f2fs_read_inline_data() to use folio
Chao Yu
2024-04-19
3
-25
/
+24
|
*
f2fs: convert f2fs_read_single_page() to use folio
Chao Yu
2024-04-19
1
-13
/
+14
|
*
f2fs: convert f2fs_mpage_readpages() to use folio
Chao Yu
2024-04-19
1
-40
/
+40
|
*
f2fs: assign the write hint per stream by default
Jaegeuk Kim
2024-04-19
4
-7
/
+89
|
*
f2fs: allow direct io of pinned files for zoned storage
Daeho Jeong
2024-04-14
1
-1
/
+2
|
*
f2fs: prevent writing without fallocate() for pinned files
Daeho Jeong
2024-04-14
1
-9
/
+16
|
*
f2fs: use folio_test_writeback
Jaegeuk Kim
2024-04-12
8
-13
/
+13
|
*
f2fs: add REQ_TIME time update for some user behaviors
Zhiguo Niu
2024-04-12
1
-3
/
+12
|
*
f2fs: write missing last sum blk of file pinning section
Daeho Jeong
2024-04-12
1
-0
/
+2
|
*
f2fs: don't set RO when shutting down f2fs
Jaegeuk Kim
2024-04-12
1
-2
/
+8
|
*
f2fs: fix to check pinfile flag in f2fs_move_file_range()
Chao Yu
2024-04-12
1
-1
/
+2
|
*
f2fs: fix to relocate check condition in f2fs_fallocate()
Chao Yu
2024-04-12
1
-9
/
+11
|
*
f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()
Chao Yu
2024-04-12
1
-8
/
+4
|
*
f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...
Chao Yu
2024-04-12
1
-8
/
+4
|
*
f2fs: fix zoned block device information initialization
Wenjie Qi
2024-04-09
2
-0
/
+28
|
*
f2fs: fix to adjust appropirate defragment pg_end
Zhiguo Niu
2024-04-02
1
-5
/
+7
|
*
f2fs: remove clear SB_INLINECRYPT flag in default_options
Yunlei He
2024-03-29
1
-2
/
+0
|
*
f2fs: fix to wait on page writeback in __clone_blkaddrs()
Chao Yu
2024-03-29
1
-0
/
+3
|
*
f2fs: support to map continuous holes or preallocated address
Chao Yu
2024-03-29
1
-6
/
+23
|
*
f2fs: multidev: fix to recognize valid zero block address
Chao Yu
2024-03-29
1
-1
/
+1
|
*
f2fs: introduce map_is_mergeable() for cleanup
Chao Yu
2024-03-26
1
-6
/
+17
|
*
f2fs: fix to detect inconsistent nat entry during truncation
Chao Yu
2024-03-26
1
-1
/
+11
|
*
f2fs: Prevent s_writer rw_sem count mismatch in f2fs_evict_inode
Yeongjin Gil
2024-03-26
1
-2
/
+5
|
*
f2fs: support .shutdown in f2fs_sops
Chao Yu
2024-03-26
3
-27
/
+51
[next]