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: fix slab leak of rpages pointer
Jaegeuk Kim
2020-09-29
1
-1
/
+1
*
f2fs: compress: introduce cic/dic slab cache
Chao Yu
2020-09-29
1
-7
/
+60
*
f2fs: compress: introduce page array slab cache
Chao Yu
2020-09-29
1
-30
/
+86
*
f2fs: change virtual mapping way for compression pages
Daeho Jeong
2020-09-11
1
-10
/
+26
*
f2fs: allocate proper size memory for zstd decompress
Chao Yu
2020-09-11
1
-3
/
+4
*
f2fs: compress: use more readable atomic_t type for {cic,dic}.ref
Chao Yu
2020-09-10
1
-5
/
+5
*
f2fs: compress: remove unneeded code
Chao Yu
2020-09-10
1
-4
/
+0
*
Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-11
1
-25
/
+64
|
\
|
*
f2fs: compress: delay temp page allocation
Chao Yu
2020-07-26
1
-16
/
+21
|
*
f2fs: compress: fix to avoid memory leak on cc->cpages
Chao Yu
2020-07-21
1
-0
/
+2
|
*
f2fs: fix to wait GCed compressed page writeback
Chao Yu
2020-07-08
1
-0
/
+7
|
*
f2fs: fix an oops in f2fs_is_compressed_page
Yu Changchun
2020-07-08
1
-0
/
+7
|
*
f2fs: fix to check page dirty status before writeback
Chao Yu
2020-07-08
1
-0
/
+6
|
*
f2fs: remove the unused compr parameter
Wang Xiaojun
2020-07-08
1
-3
/
+3
|
*
f2fs: shrink node_write lock coverage
Chao Yu
2020-07-08
1
-3
/
+15
|
*
f2fs: add prefix for exported symbols
Chao Yu
2020-07-08
1
-2
/
+2
|
*
f2fs: avoid checkpatch error
Jaegeuk Kim
2020-06-18
1
-1
/
+1
*
|
f2fs: add inline encryption support
Satya Tangirala
2020-07-08
1
-1
/
+1
|
/
*
f2fs: remove unused parameter of f2fs_put_rpages_mapping()
Chao Yu
2020-06-09
1
-4
/
+3
*
f2fs: compress: don't compress any datas after cp stop
Chao Yu
2020-05-28
1
-0
/
+2
*
f2fs: compress: fix zstd data corruption
Chao Yu
2020-05-12
1
-0
/
+7
*
f2fs: compress: let lz4 compressor handle output buffer budget properly
Chao Yu
2020-05-12
1
-6
/
+9
*
f2fs: compress: support lzo-rle compress algorithm
Chao Yu
2020-05-12
1
-0
/
+30
*
f2fs: introduce mempool for {,de}compress intermediate page allocation
Chao Yu
2020-05-12
1
-22
/
+42
*
f2fs: support partial truncation on compressed inode
Chao Yu
2020-05-08
1
-0
/
+49
*
f2fs: fix quota_sync failure due to f2fs_lock_op
Jaegeuk Kim
2020-04-24
1
-3
/
+5
*
f2fs: fix to verify tpage before releasing in f2fs_free_dic()
Chao Yu
2020-04-03
1
-0
/
+2
*
f2fs: clean up dic->tpages assignment
Chao Yu
2020-04-03
1
-7
/
+3
*
f2fs: compress: support zstd compress algorithm
Chao Yu
2020-04-03
1
-0
/
+165
*
f2fs: compress: add .{init,destroy}_decompress_ctx callback
Chao Yu
2020-03-31
1
-6
/
+21
*
f2fs: compress: fix to call missing destroy_compress_ctx()
Chao Yu
2020-03-31
1
-0
/
+2
*
f2fs: clean up {cic,dic}.ref handling
Chao Yu
2020-03-31
1
-10
/
+6
*
f2fs: fix NULL pointer dereference in f2fs_verity_work()
Chao Yu
2020-03-31
1
-0
/
+2
*
f2fs: fix to clear PG_error if fsverity failed
Chao Yu
2020-03-31
1
-8
/
+10
*
f2fs: fix potential deadlock on compressed quota file
Chao Yu
2020-03-31
1
-5
/
+10
*
f2fs: fix to account compressed blocks in f2fs_compressed_blocks()
Chao Yu
2020-03-23
1
-6
/
+22
*
f2fs: fix to avoid triggering IO in write path
Chao Yu
2020-03-19
1
-1
/
+1
*
f2fs: introduce DEFAULT_IO_TIMEOUT
Chao Yu
2020-03-19
1
-1
/
+2
*
f2fs: clean up codes with {f2fs_,}data_blkaddr()
Chao Yu
2020-03-19
1
-4
/
+3
*
f2fs: fix to avoid use-after-free in f2fs_write_multi_pages()
Chao Yu
2020-03-10
1
-1
/
+1
*
f2fs: cover last_disk_size update with spinlock
Chao Yu
2020-03-10
1
-2
/
+2
*
f2fs: fix to avoid potential deadlock
Chao Yu
2020-02-27
1
-3
/
+3
*
f2fs: recycle unused compress_data.chksum feild
Chao Yu
2020-02-27
1
-1
/
+0
*
f2fs: fix to avoid NULL pointer dereference
Chao Yu
2020-02-27
1
-1
/
+2
*
f2fs: fix leaking uninitialized memory in compressed clusters
Eric Biggers
2020-02-27
1
-2
/
+6
*
f2fs: support data compression
Chao Yu
2020-01-18
1
-0
/
+1176