index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
compress.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: get rid of page->index
Chao Yu
2024-09-07
1
-1
/
+1
*
f2fs: convert f2fs_set_compressed_page() to use folio
Chao Yu
2024-09-07
1
-3
/
+5
*
f2fs: convert f2fs_write_single_data_page() to use folio
Chao Yu
2024-09-07
1
-1
/
+2
*
f2fs: convert f2fs_compress_ctx_add_page() to use folio
Chao Yu
2024-09-07
1
-7
/
+7
*
f2fs: compress: don't redirty sparse cluster during {,de}compress
Yeongjin Gil
2024-08-21
1
-8
/
+28
*
f2fs: clean up set REQ_RAHEAD given rac
Jaegeuk Kim
2024-06-18
1
-1
/
+1
*
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-06
1
-4
/
+0
*
f2fs: support printk_ratelimited() in f2fs_printk()
Chao Yu
2024-02-06
1
-5
/
+5
*
f2fs: compress: fix to cover normal cluster write with cp_rwsem
Chao Yu
2024-02-06
1
-9
/
+18
*
f2fs: compress: fix to guarantee persisting compressed blocks by CP
Chao Yu
2024-02-06
1
-1
/
+3
*
Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-12
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-11
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-03
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-25
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-24
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-30
1
-1
/
+6
*
f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...
Yangtao Li
2023-03-30
1
-0
/
+6
*
f2fs: convert to use bitmap API
Yangtao Li
2023-03-30
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-07
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-15
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-29
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-13
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
[next]