index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
debug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-28
f2fs: embed f2fs_gc_kthread in f2fs_sb_info
Chao Yu
1
-4
/
+0
2026-03-24
f2fs: Add defrag_blocks sysfs node
liujinbao1
1
-0
/
+1
2026-01-27
f2fs: check skipped write in f2fs_enable_checkpoint()
Chao Yu
1
-0
/
+1
2025-12-04
f2fs: support to show curseg.next_blkoff in debugfs
Chao Yu
1
-10
/
+19
2025-07-09
f2fs: introduce is_cur{seg,sec}()
Chao Yu
1
-2
/
+2
2025-06-23
f2fs: fix to avoid invalid wait context issue
Chao Yu
1
-10
/
+7
2025-02-13
f2fs: keep POSIX_FADV_NOREUSE ranges
Jaegeuk Kim
1
-0
/
+3
2024-11-01
f2fs: fix typos
Andrew Kreimer
1
-2
/
+2
2024-11-01
f2fs: multidevice: add stats in debugfs
Chao Yu
1
-0
/
+107
2024-08-21
f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITS
Zhiguo Niu
1
-1
/
+1
2024-03-04
f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
Chao Yu
1
-4
/
+3
2024-02-27
f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
Jaegeuk Kim
1
-3
/
+3
2023-08-14
f2fs: fix to account cp stats correctly
Chao Yu
1
-1
/
+8
2023-08-14
f2fs: fix to account gc stats correctly
Chao Yu
1
-6
/
+18
2023-04-12
f2fs: fix to recover quota data correctly
Chao Yu
1
-0
/
+1
2023-03-29
f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show()
Yangtao Li
1
-18
/
+18
2023-02-14
f2fs: replace si->sbi w/ sbi in stat_show()
Yangtao Li
1
-21
/
+23
2023-02-14
f2fs: export ipu policy in debugfs
Yangtao Li
1
-0
/
+24
2022-12-12
f2fs: fix some format WARNING in debug.c and sysfs.c
Yangtao Li
1
-22
/
+23
2022-12-12
f2fs: add block_age-based extent cache
Jaegeuk Kim
1
-0
/
+21
2022-12-12
f2fs: refactor extent_cache to support for read and more
Jaegeuk Kim
1
-21
/
+44
2022-10-07
f2fs: change to use atomic_t type form sbi.atomic_files
Chao Yu
1
-1
/
+2
2022-10-07
f2fs: account swapfile inodes
Chao Yu
1
-0
/
+4
2022-10-04
f2fs: code clean and fix a type error
Zhang Qilong
1
-1
/
+1
2022-07-30
f2fs: adjust zone capacity when considering valid block count
Jaegeuk Kim
1
-1
/
+1
2022-05-12
f2fs: kill volatile write support
Jaegeuk Kim
1
-8
/
+2
2022-05-12
f2fs: change the current atomic write way
Daeho Jeong
1
-10
/
+2
2022-03-17
f2fs: introduce gc_urgent_mid mode
Daeho Jeong
1
-1
/
+3
2022-03-17
f2fs: use spin_lock to avoid hang
Jaegeuk Kim
1
-7
/
+10
2022-03-11
f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fs
Jaegeuk Kim
1
-0
/
+1
2022-02-12
f2fs: add a way to limit roll forward recovery time
Jaegeuk Kim
1
-0
/
+3
2021-08-17
f2fs: convert S_IRUGO to 0444
Yangtao Li
1
-1
/
+1
2021-08-13
f2fs: improve sbi status info in debugfs/f2fs/status
Yangtao Li
1
-5
/
+26
2021-08-02
f2fs: show sbi status in debugfs/f2fs/status
Jaegeuk Kim
1
-2
/
+3
2021-07-13
f2fs: add sysfs nodes to get GC info for each GC mode
Daeho Jeong
1
-0
/
+9
2021-06-23
f2fs: compress: add compress_inode to cache compressed blocks
Chao Yu
1
-0
/
+13
2021-04-10
f2fs: clean up build warnings
Yi Zhuang
1
-0
/
+3
2021-02-03
f2fs: introduce checkpoint_merge mount option
Daeho Jeong
1
-0
/
+12
2020-12-03
f2fs: avoid race condition for shrinker count
Jaegeuk Kim
1
-5
/
+6
2020-09-14
f2fs: clean up kvfree
Chao Yu
1
-1
/
+1
2020-09-11
f2fs: change compr_blocks of superblock info to 64bit
Daeho Jeong
1
-3
/
+3
2020-09-11
f2fs: support age threshold based garbage collection
Chao Yu
1
-0
/
+4
2020-09-10
f2fs: introduce inmem curseg
Chao Yu
1
-1
/
+5
2020-07-07
f2fs: show more debug info for per-temperature log
Chao Yu
1
-12
/
+52
2020-03-19
f2fs: show mounted time
Jaegeuk Kim
1
-0
/
+3
2020-01-23
f2fs: Add f2fs stats to sysfs
Hridya Valsaraju
1
-36
/
+43
2020-01-17
f2fs: support data compression
Chao Yu
1
-0
/
+6
2020-01-15
f2fs: cleanup duplicate stats for atomic files
Sahitya Tummala
1
-2
/
+1
2019-08-23
fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()
Jia-Ju Bai
1
-2
/
+2
2019-07-02
f2fs: ioctl for removing a range from F2FS
Qiuyang Sun
1
-0
/
+7
[next]