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.19.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-7.0.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-10-10
f2fs: forcibly migrate to secure space for zoned device file pinning
Daeho Jeong
1
-2
/
+1
2024-10-10
f2fs: do FG_GC when GC boosting is required for zoned devices
Daeho Jeong
2
-7
/
+18
2024-10-10
f2fs: increase BG GC migration window granularity when boosted for zoned devices
Daeho Jeong
2
-2
/
+11
2024-10-10
f2fs: introduce migration_window_granularity
Daeho Jeong
5
-10
/
+33
2024-10-10
f2fs: make BG GC more aggressive for zoned devices
Daeho Jeong
4
-6
/
+65
2024-10-10
f2fs: fix to don't panic system for no free segment fault injection
Chao Yu
1
-3
/
+3
2024-10-10
f2fs: add write priority option based on zone UFS
Liao Yuanhong
4
-1
/
+44
2024-10-04
f2fs: fix to check atomic_file in f2fs ioctl interfaces
Chao Yu
1
-1
/
+12
2024-10-04
f2fs: check discard support for conventional zones
Shin'ichiro Kawasaki
1
-0
/
+7
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
f2fs: fix to wait dio completion
Chao Yu
1
-0
/
+13
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: 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: fix to avoid use-after-free in f2fs_stop_gc_thread()
Chao Yu
3
-4
/
+11
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-07-24
Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-222
/
+326
2024-07-15
Merge tag 'vfs-6.11.casefold' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-93
/
+55
2024-07-11
f2fs: clean up addrs_per_{inode,block}()
Chao Yu
1
-13
/
+7
2024-07-11
f2fs: clean up F2FS_I()
Chao Yu
5
-93
/
+88
2024-07-11
f2fs: use meta inode for GC of COW file
Sunmin Jeong
6
-7
/
+23
2024-07-11
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
4
-9
/
+14
2024-07-11
f2fs: only fragment segment in the same section
Sheng Yong
1
-3
/
+11
2024-07-11
f2fs: fix to update user block counts in block_operations()
Chao Yu
1
-5
/
+5
2024-07-11
f2fs: remove unreachable lazytime mount option parsing
Eric Sandeen
1
-10
/
+0
2024-07-11
f2fs: fix null reference error when checking end of zone
Daejun Park
1
-1
/
+3
2024-07-09
f2fs: fix start segno of large section
Sheng Yong
1
-1
/
+2
2024-06-27
vfs: rename parent_ino to d_parent_ino and make it use RCU
Mateusz Guzik
1
-1
/
+1
2024-06-25
f2fs: Use in_group_or_capable() helper
Youling Tang
2
-5
/
+2
2024-06-24
f2fs: remove redundant sanity check in sanity_check_inode()
Chao Yu
1
-4
/
+0
2024-06-22
f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid
Jaegeuk Kim
1
-0
/
+1
2024-06-18
f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtie
Zhiguo Niu
1
-8
/
+16
2024-06-18
f2fs: clean up set REQ_RAHEAD given rac
Jaegeuk Kim
3
-8
/
+13
2024-06-18
f2fs: enable atgc dynamically if conditions are met
Zhiguo Niu
3
-3
/
+26
2024-06-12
f2fs: fix to truncate preallocated blocks in f2fs_file_open()
Chao Yu
3
-9
/
+42
2024-06-12
f2fs: fix to cover read extent cache access with lock
Chao Yu
3
-35
/
+25
2024-06-12
f2fs: fix return value of f2fs_convert_inline_inode()
Chao Yu
1
-2
/
+4
2024-06-12
f2fs: use new ioprio Macro to get ckpt thread ioprio level
Zhiguo Niu
1
-6
/
+6
2024-06-12
f2fs: fix to don't dirty inode for readonly filesystem
Chao Yu
1
-0
/
+3
2024-06-12
f2fs: fix to avoid use SSR allocate when do defragment
Zhiguo Niu
1
-1
/
+2
2024-06-12
f2fs: fix to force buffered IO on inline_data inode
Chao Yu
1
-0
/
+2
[next]