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.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
/
segment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-30
Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
1
-14
/
+50
2019-11-20
f2fs: Fix deadlock in f2fs_gc() context during atomic files handling
Sahitya Tummala
1
-6
/
+15
2019-11-20
f2fs: show f2fs instance in printk_ratelimited
Chao Yu
1
-4
/
+5
2019-11-07
f2fs: support aligned pinned file
Jaegeuk Kim
1
-4
/
+27
2019-11-07
block: add zone open, close and finish operations
Ajay Joshi
1
-1
/
+2
2019-10-25
f2fs: cache global IPU bio
Chao Yu
1
-0
/
+3
2019-09-16
f2fs: fix to add missing F2FS_IO_ALIGNED() condition
Chao Yu
1
-1
/
+3
2019-09-16
f2fs: avoid infinite GC loop due to stale atomic files
Jaegeuk Kim
1
-21
/
+8
2019-09-07
f2fs: enhance f2fs_is_checkpoint_ready()'s readability
Chao Yu
1
-1
/
+1
2019-08-23
f2fs: Fix indefinite loop in f2fs_gc()
Sahitya Tummala
1
-8
/
+19
2019-08-23
f2fs: allocate memory in batch in build_sit_info()
Chao Yu
1
-28
/
+23
2019-08-23
f2fs: fix to avoid data corruption by forbidding SSR overwrite
Chao Yu
1
-3
/
+5
2019-08-23
Revert "f2fs: avoid out-of-range memory access"
Chao Yu
1
-5
/
+0
2019-08-23
f2fs: cleanup the code in build_sit_entries.
Lihong Kou
1
-2
/
+0
2019-08-23
f2fs: fix to avoid discard command leak
Chao Yu
1
-0
/
+7
2019-07-11
f2fs: avoid out-of-range memory access
Ocean Chen
1
-0
/
+5
2019-07-11
f2fs: fix to avoid long latency during umount
Heng Xiao
1
-0
/
+4
2019-07-03
f2fs: use generic EFSBADCRC/EFSCORRUPTED
Chao Yu
1
-5
/
+5
2019-07-03
f2fs: print kernel message if filesystem is inconsistent
Chao Yu
1
-0
/
+2
2019-07-03
f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
Joe Perches
1
-36
/
+25
2019-07-03
f2fs: ioctl for removing a range from F2FS
Qiuyang Sun
1
-2
/
+37
2019-06-03
f2fs: Add option to limit required GC for checkpoint=disable
Daniel Rosenberg
1
-3
/
+14
2019-06-03
f2fs: Lower threshold for disable_cp_again
Daniel Rosenberg
1
-3
/
+5
2019-05-30
f2fs: add error prints for debugging mount failure
Sahitya Tummala
1
-1
/
+5
2019-05-30
f2fs: fix to do sanity check on segment bitmap of LFS curseg
Chao Yu
1
-0
/
+39
2019-05-23
f2fs: fix to avoid deadloop if data_flush is on
Chao Yu
1
-0
/
+4
2019-05-23
f2fs: add bio cache for IPU
Chao Yu
1
-1
/
+4
2019-05-09
f2fs: fix to avoid potential race on sbi->unusable_block_count access/update
Chao Yu
1
-1
/
+4
2019-05-09
f2fs: introduce DATA_GENERIC_ENHANCE
Chao Yu
1
-2
/
+2
2019-05-09
f2fs: fix to avoid panic in f2fs_inplace_write_data()
Chao Yu
1
-2
/
+7
2019-04-05
f2fs: improve discard handling with multi-device volumes
Damien Le Moal
1
-4
/
+4
2019-04-05
f2fs: Reduce zoned block device memory usage
Damien Le Moal
1
-20
/
+16
2019-04-05
f2fs: Fix use of number of devices
Damien Le Moal
1
-6
/
+7
2019-03-13
f2fs: fix to add refcount once page is tagged PG_private
Chao Yu
1
-6
/
+3
2019-03-13
f2fs: fix to avoid deadlock of atomic file operations
Chao Yu
1
-12
/
+31
2019-03-13
f2fs: fix to update iostat correctly in IPU path
Chao Yu
1
-3
/
+3
2019-03-13
f2fs: make fault injection covering __submit_flush_wait()
Chao Yu
1
-1
/
+5
2019-02-16
f2fs: try to keep CP_TRIMMED_FLAG after successful umount
Jaegeuk Kim
1
-0
/
+2
2019-02-16
f2fs: add quick mode of checkpoint=disable for QA
Jaegeuk Kim
1
-0
/
+3
2019-02-04
f2fs: run discard jobs when put_super
Jaegeuk Kim
1
-1
/
+10
2018-12-27
f2fs: check PageWriteback flag for ordered case
Chao Yu
1
-6
/
+8
2018-12-27
f2fs: fix block address for __check_sit_bitmap
Qiuyang Sun
1
-1
/
+1
2018-12-27
f2fs: flush stale issued discard candidates
Jaegeuk Kim
1
-0
/
+4
2018-12-27
f2fs: correct wrong spelling, issing_*
Jaegeuk Kim
1
-13
/
+13
2018-12-27
f2fs: use kvmalloc, if kmalloc is failed
Jaegeuk Kim
1
-18
/
+18
2018-12-14
f2fs: fix to reorder set_page_dirty and wait_on_page_writeback
Chao Yu
1
-1
/
+2
2018-11-27
f2fs: introduce __is_large_section() for cleanup
Chao Yu
1
-8
/
+8
2018-11-27
f2fs: clean up f2fs_sb_has_##feature_name
Chao Yu
1
-2
/
+2
2018-11-27
f2fs: fix to account preflush command for noflush_merge mode
Chao Yu
1
-0
/
+2
2018-10-23
f2fs: fix data corruption issue with hardware encryption
Sahitya Tummala
1
-0
/
+9
[next]