index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
lzo
/
lzo1x_compress.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()
Jiangshan Yi
2022-07-30
1
-4
/
+2
*
lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() static
Jason Yan
2020-12-16
1
-1
/
+1
*
lib/lzo: fix ambiguous encoding bug in lzo-rle
Dave Rodgman
2020-06-12
1
-0
/
+13
*
lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rle
Dave Rodgman
2019-09-26
1
-6
/
+8
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
lib/lzo: fix bugs for very short or empty input
Dave Rodgman
2019-04-06
1
-3
/
+6
*
lib/lzo: separate lzo-rle from lzo
Dave Rodgman
2019-03-08
1
-9
/
+33
*
lib/lzo: implement run-length encoding
Dave Rodgman
2019-03-08
1
-11
/
+89
*
lib/lzo: Update LZO compression to current upstream version
Markus F.X.J. Oberhumer
2013-02-20
1
-141
/
+194
*
lzo: add some missing casts
Richard Purdie
2007-08-01
1
-3
/
+3
*
Add LZO1X algorithm to the kernel
Richard Purdie
2007-07-11
1
-0
/
+226