index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
compress.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-03
f2fs: fix to verify tpage before releasing in f2fs_free_dic()
Chao Yu
1
-0
/
+2
2020-04-03
f2fs: clean up dic->tpages assignment
Chao Yu
1
-7
/
+3
2020-04-03
f2fs: compress: support zstd compress algorithm
Chao Yu
1
-0
/
+165
2020-03-30
f2fs: compress: add .{init,destroy}_decompress_ctx callback
Chao Yu
1
-6
/
+21
2020-03-30
f2fs: compress: fix to call missing destroy_compress_ctx()
Chao Yu
1
-0
/
+2
2020-03-30
f2fs: clean up {cic,dic}.ref handling
Chao Yu
1
-10
/
+6
2020-03-30
f2fs: fix NULL pointer dereference in f2fs_verity_work()
Chao Yu
1
-0
/
+2
2020-03-30
f2fs: fix to clear PG_error if fsverity failed
Chao Yu
1
-8
/
+10
2020-03-30
f2fs: fix potential deadlock on compressed quota file
Chao Yu
1
-5
/
+10
2020-03-22
f2fs: fix to account compressed blocks in f2fs_compressed_blocks()
Chao Yu
1
-6
/
+22
2020-03-19
f2fs: fix to avoid triggering IO in write path
Chao Yu
1
-1
/
+1
2020-03-19
f2fs: introduce DEFAULT_IO_TIMEOUT
Chao Yu
1
-1
/
+2
2020-03-19
f2fs: clean up codes with {f2fs_,}data_blkaddr()
Chao Yu
1
-4
/
+3
2020-03-10
f2fs: fix to avoid use-after-free in f2fs_write_multi_pages()
Chao Yu
1
-1
/
+1
2020-03-10
f2fs: cover last_disk_size update with spinlock
Chao Yu
1
-2
/
+2
2020-02-27
f2fs: fix to avoid potential deadlock
Chao Yu
1
-3
/
+3
2020-02-27
f2fs: recycle unused compress_data.chksum feild
Chao Yu
1
-1
/
+0
2020-02-27
f2fs: fix to avoid NULL pointer dereference
Chao Yu
1
-1
/
+2
2020-02-27
f2fs: fix leaking uninitialized memory in compressed clusters
Eric Biggers
1
-2
/
+6
2020-01-17
f2fs: support data compression
Chao Yu
1
-0
/
+1176