index
:
Linux Stable
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.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
/
compress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: compress: don't redirty sparse cluster during {,de}compress
Yeongjin Gil
2024-10-04
1
-8
/
+28
*
f2fs: use f2fs_{err,info}_ratelimited() for cleanup
Chao Yu
2024-05-09
1
-30
/
+24
*
f2fs: clear writeback when compression failed
Jaegeuk Kim
2024-04-25
1
-2
/
+38
*
f2fs: use folio_test_writeback
Jaegeuk Kim
2024-04-12
1
-1
/
+1
*
f2fs: ro: compress: fix to avoid caching unaligned extent
Chao Yu
2024-03-04
1
-4
/
+6
*
f2fs: compress: remove some redundant codes in f2fs_cache_compressed_page
Zhiguo Niu
2024-02-05
1
-4
/
+0
*
f2fs: support printk_ratelimited() in f2fs_printk()
Chao Yu
2024-02-05
1
-5
/
+5
*
f2fs: compress: fix to cover normal cluster write with cp_rwsem
Chao Yu
2024-02-05
1
-9
/
+18
*
f2fs: compress: fix to guarantee persisting compressed blocks by CP
Chao Yu
2024-02-05
1
-1
/
+3
*
Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-11
1
-3
/
+3
|
\
|
*
f2fs: fix to tag gcing flag on page during block migration
Chao Yu
2023-12-11
1
-1
/
+3
|
*
f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
Chao Yu
2023-12-11
1
-2
/
+0
*
|
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
2023-12-10
1
-1
/
+1
|
/
*
f2fs: avoid format-overflow warning
Su Hui
2023-10-09
1
-1
/
+1
*
f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
Chao Yu
2023-09-12
1
-27
/
+34
*
Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-09-02
1
-13
/
+1
|
\
|
*
f2fs: don't handle error case of f2fs_compress_alloc_page()
Chao Yu
2023-08-14
1
-13
/
+1
*
|
filemap: Add fgf_t typedef
Matthew Wilcox (Oracle)
2023-07-24
1
-1
/
+1
|
/
*
f2fs: add helper to check compression level
Sheng Yong
2023-06-26
1
-0
/
+27
*
f2fs: assign default compression level
Jaegeuk Kim
2023-06-26
1
-2
/
+1
*
f2fs: flush error flags in workqueue
Chao Yu
2023-06-12
1
-1
/
+1
*
f2fs: fix potential deadlock due to unpaired node_write lock use
Chao Yu
2023-06-12
1
-3
/
+4
*
f2fs: fix the wrong condition to determine atomic context
Jaegeuk Kim
2023-05-23
1
-1
/
+1
*
f2fs: merge lz4hc_compress_pages() to lz4_compress_pages()
Yangtao Li
2023-04-10
1
-22
/
+8
*
f2fs: fix scheduling while atomic in decompression path
Jaegeuk Kim
2023-03-29
1
-1
/
+6
*
f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...
Yangtao Li
2023-03-29
1
-0
/
+6
*
f2fs: convert to use bitmap API
Yangtao Li
2023-03-29
1
-2
/
+2
*
f2fs: fix typos in comments
Jinyoung CHOI
2023-02-07
1
-1
/
+1
*
f2fs: clean up i_compress_flag and i_compress_level usage
Chao Yu
2023-02-02
1
-5
/
+3
*
f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info
Chao Yu
2023-02-02
1
-2
/
+3
*
f2fs: mark f2fs_init_compress_mempool w/ __init
Yangtao Li
2023-01-11
1
-1
/
+1
*
f2fs: start freeing cluster pages from the unused number
Zhang Qilong
2023-01-11
1
-3
/
+1
*
f2fs: split __submit_bio
Christoph Hellwig
2023-01-06
1
-1
/
+1
*
f2fs: fix to support .migrate_folio for compressed inode
Chao Yu
2023-01-04
1
-0
/
+1
*
Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-12-14
1
-41
/
+7
|
\
|
*
f2fs: do some cleanup for f2fs module init
Yangtao Li
2022-12-08
1
-40
/
+6
|
*
f2fs: set zstd compress level correctly
Sheng Yong
2022-11-28
1
-1
/
+1
*
|
fsverity: stop using PG_error to track error status
Eric Biggers
2022-11-28
1
-33
/
+31
|
/
*
f2fs: support recording errors into superblock
Chao Yu
2022-10-04
1
-0
/
+2
*
f2fs: remove redundant check in f2fs_sanity_check_cluster
Zhang Qilong
2022-10-04
1
-11
/
+9
*
f2fs: use COMPRESS_MAPPING to get compress cache mapping
Zhang Qilong
2022-10-04
1
-1
/
+1
*
f2fs: simplify code in f2fs_prepare_decomp_mem
Zhang Qilong
2022-09-12
1
-6
/
+2
*
Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2022-08-08
1
-76
/
+153
|
\
|
*
f2fs: use onstack pages instead of pvec
Fengnan Chang
2022-08-05
1
-4
/
+4
|
*
f2fs: intorduce f2fs_all_cluster_page_ready
Fengnan Chang
2022-08-05
1
-7
/
+14
|
*
f2fs: handle decompress only post processing in softirq
Daeho Jeong
2022-08-05
1
-68
/
+135
|
*
f2fs: initialize page_array_entry slab only if compression feature is on
Chao Yu
2022-06-28
1
-0
/
+3
*
|
f2fs: Convert f2fs_invalidate_compress_pages() to use filemap_get_folios()
Matthew Wilcox (Oracle)
2022-06-29
1
-20
/
+15
|
/
*
f2fs: Convert to release_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
*
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-1
/
+1
|
\
[next]