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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-09
f2fs: fix to wait dio completion
Chao Yu
1
-0
/
+13
2024-12-14
f2fs: fix to shrink read extent node in batches
Chao Yu
1
-28
/
+41
2024-12-14
f2fs: print message if fscorrupted was found in f2fs_new_node_page()
Chao Yu
1
-1
/
+6
2024-12-14
f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.
Qi Han
1
-1
/
+3
2024-12-14
f2fs: fix to drop all discards after creating snapshot on lvm device
Chao Yu
2
-0
/
+21
2024-12-09
f2fs: fix to do sanity check on node blkaddr in truncate_node()
Chao Yu
1
-0
/
+10
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-12-09
f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inode
Chao Yu
1
-1
/
+5
2024-12-09
f2fs: fix race in concurrent f2fs_stop_gc_thread
Long Li
1
-3
/
+6
2024-12-09
f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...
Zhiguo Niu
1
-0
/
+2
2024-12-09
f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()
Chao Yu
3
-9
/
+9
2024-12-09
f2fs: check curseg->inited before write_sum_page in change_curseg
Yongpeng Yang
1
-1
/
+2
2024-12-09
f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block
LongPing Wei
1
-1
/
+1
2024-12-09
f2fs: fix to account dirty data in __get_secs_required()
Chao Yu
1
-10
/
+25
2024-12-09
f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...
Qi Han
1
-1
/
+1
2024-10-04
f2fs: fix to check atomic_file in f2fs ioctl interfaces
Chao Yu
1
-1
/
+12
2024-10-04
f2fs: Require FMODE_WRITE for atomic write ioctls
Jann Horn
1
-0
/
+9
2024-10-04
f2fs: avoid potential int overflow in sanity_check_area_boundary()
Nikita Zhandarovich
1
-2
/
+2
2024-10-04
f2fs: prevent possible int overflow in dir_block_index()
Nikita Zhandarovich
1
-1
/
+2
2024-10-04
f2fs: fix several potential integer overflows in file offsets
Nikita Zhandarovich
2
-3
/
+3
2024-10-04
fs: Create a generic is_dot_dotdot() utility
Chuck Lever
1
-11
/
+0
2024-10-04
f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()
Chao Yu
1
-4
/
+6
2024-10-04
f2fs: get rid of online repaire on corrupted directory
Chao Yu
2
-79
/
+0
2024-10-04
f2fs: clean up w/ dotdot_name
Chao Yu
1
-3
/
+2
2024-10-04
f2fs: prevent atomic file from being dirtied before commit
Daeho Jeong
3
-1
/
+14
2024-10-04
f2fs: compress: don't redirty sparse cluster during {,de}compress
Yeongjin Gil
3
-26
/
+61
2024-10-04
f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
Chao Yu
2
-30
/
+35
2024-10-04
f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()
Chao Yu
3
-4
/
+11
2024-10-04
f2fs: support .shutdown in f2fs_sops
Chao Yu
3
-27
/
+51
2024-10-04
f2fs: atomic: fix to truncate pagecache before on-disk metadata truncation
Chao Yu
1
-0
/
+4
2024-10-04
f2fs: fix to wait page writeback before setting gcing flag
Chao Yu
1
-0
/
+4
2024-10-04
f2fs: Create COW inode from parent dentry for atomic write
Yeongjin Gil
1
-9
/
+3
2024-10-04
f2fs: fix to avoid racing in between read and OPU dio write
Chao Yu
1
-0
/
+4
2024-10-04
f2fs: reduce expensive checkpoint trigger frequency
Chao Yu
3
-2
/
+17
2024-10-04
f2fs: atomic: fix to avoid racing w/ GC
Chao Yu
2
-2
/
+16
2024-09-08
f2fs: fix to do sanity check on blocks for inline_data inode
Chao Yu
3
-3
/
+21
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
[next]