index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
scompress.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-21
crypto: remove nth_page() usage within SG entry
David Hildenbrand
1
-4
/
+4
2025-05-05
crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT
Herbert Xu
1
-1
/
+1
2025-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-3
/
+2
2025-04-25
crypto: scompress - increment scomp_scratch_users when already allocated
Sabrina Dubroca
1
-3
/
+2
2025-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-4
/
+4
2025-04-23
crypto: scomp - Fix off-by-one bug when calculating last page
Herbert Xu
1
-5
/
+5
2025-04-16
crypto: api - Add support for duplicating algorithms before registration
Herbert Xu
1
-0
/
+1
2025-04-16
crypto: acomp - Simplify folio handling
Herbert Xu
1
-8
/
+2
2025-04-16
crypto: acomp - Remove request chaining
Herbert Xu
1
-16
/
+2
2025-04-12
crypto: scomp - Fix wild memory accesses in scomp_free_streams
Herbert Xu
1
-3
/
+4
2025-04-09
crypto: scomp - Fix null-pointer deref when freeing streams
Herbert Xu
1
-0
/
+3
2025-04-07
crypto: scomp - Drop the dst scratch buffer
Herbert Xu
1
-54
/
+44
2025-04-07
crypto: acomp - Move scomp stream allocation code into acomp
Herbert Xu
1
-121
/
+12
2025-04-07
crypto: scomp - Allocate per-cpu buffer on first use of each CPU
Herbert Xu
1
-41
/
+158
2025-03-21
crypto: scompress - Fix incorrect stream freeing
Herbert Xu
1
-1
/
+1
2025-03-21
crypto: scompress - Fix scratch allocation failure handling
Herbert Xu
1
-1
/
+5
2025-03-21
crypto: acomp - Add support for folios
Herbert Xu
1
-26
/
+46
2025-03-21
crypto: scomp - Add chaining and virtual address support
Herbert Xu
1
-30
/
+64
2025-03-21
crypto: scomp - Remove support for some non-trivial SG lists
Herbert Xu
1
-54
/
+73
2025-03-15
crypto: scomp - Disable BH when taking per-cpu spin lock
Herbert Xu
1
-2
/
+2
2025-03-15
crypto: acomp - Move stream management into scomp layer
Herbert Xu
1
-32
/
+58
2024-04-02
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
1
-3
/
+0
2024-03-13
Revert "crypto: remove CONFIG_CRYPTO_STATS"
Herbert Xu
1
-2
/
+6
2024-03-08
crypto: scomp - remove memcpy if sg_nents is 1 and pages are lowmem
Barry Song
1
-7
/
+29
2024-03-01
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
1
-6
/
+2
2023-12-29
crypto: scomp - fix req->dst buffer overflow
Chengming Zhou
1
-0
/
+6
2023-05-02
crypto: api - Fix CRYPTO_USER checks for report function
Ondrej Mosnacek
1
-1
/
+1
2023-03-14
crypto: api - Check CRYPTO_USER instead of NET for report
Herbert Xu
1
-8
/
+4
2023-03-14
crypto: acomp - Count error stats differently
Herbert Xu
1
-12
/
+15
2019-12-20
crypto: algapi - make unregistration functions return void
Eric Biggers
1
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-04-18
crypto: scompress - initialize per-CPU variables on each CPU
Sebastian Andrzej Siewior
1
-2
/
+2
2019-04-08
crypto: scompress - Use per-CPU struct instead multiple variables
Sebastian Andrzej Siewior
1
-71
/
+54
2019-04-08
crypto: scompress - return proper error code for allocation failure
Sebastian Andrzej Siewior
1
-1
/
+3
2018-11-09
crypto: user - clean up report structure copying
Eric Biggers
1
-7
/
+4
2018-01-06
crypto: scompress - use sgl_alloc() and sgl_free()
Bart Van Assche
1
-49
/
+2
2017-08-03
crypto: scompress - defer allocation of scratch buffer to first use
Ard Biesheuvel
1
-29
/
+17
2017-08-03
crypto: scompress - free partially allocated scratch buffers on failure
Ard Biesheuvel
1
-1
/
+4
2017-08-03
crypto: scompress - don't sleep with preemption disabled
Ard Biesheuvel
1
-3
/
+1
2017-04-24
crypto: scomp - allow registration of multiple scomps
Giovanni Cabiddu
1
-0
/
+29
2017-01-13
crypto: Replaced gcc specific attributes with macros from compiler.h
Gideon Israel Dsouza
1
-1
/
+2
2016-10-25
crypto: acomp - add driver-side scomp interface
Giovanni Cabiddu
1
-0
/
+356