index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
zlib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-17
btrfs: move zero filling of compressed read bios into common code
Christoph Hellwig
1
-2
/
+0
2023-01-25
btrfs: zlib: zero-initialize zlib workspace
Alexander Potapenko
1
-1
/
+1
2022-12-05
btrfs: constify input buffer parameter in compression code
David Sterba
1
-1
/
+1
2022-12-05
btrfs: zlib: use copy_page for full page copy
David Sterba
1
-2
/
+2
2022-07-25
btrfs: zlib: replace kmap() with kmap_local_page() in zlib_decompress_bio()
Fabio M. De Francesco
1
-5
/
+5
2022-07-25
btrfs: zlib: replace kmap() with kmap_local_page() in zlib_compress_pages()
Fabio M. De Francesco
1
-19
/
+13
2021-10-29
Revert "btrfs: compression: drop kmap/kunmap from zlib"
David Sterba
1
-11
/
+25
2021-08-23
btrfs: rework btrfs_decompress_buf2page()
Qu Wenruo
1
-8
/
+4
2021-08-23
btrfs: compression: drop kmap/kunmap from zlib
David Sterba
1
-25
/
+11
2021-08-23
btrfs: drop from __GFP_HIGHMEM all allocations
David Sterba
1
-3
/
+3
2021-05-05
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
1
-4
/
+1
2021-02-26
btrfs: use memcpy_[to|from]_page() and kmap_local_page()
Ira Weiny
1
-3
/
+2
2020-01-31
btrfs: use larger zlib buffer for s390 hardware compression
Mikhail Zaslonko
1
-35
/
+100
2019-11-18
btrfs: compression: inline free_workspace
David Sterba
1
-1
/
+0
2019-11-18
btrfs: compression: inline alloc_workspace
David Sterba
1
-1
/
+0
2019-11-18
btrfs: compression: pass type to btrfs_get_workspace
David Sterba
1
-1
/
+1
2019-11-18
btrfs: compression: inline put_workspace
David Sterba
1
-6
/
+0
2019-11-18
btrfs: compression: inline get_workspace
David Sterba
1
-1
/
+0
2019-11-18
btrfs: compression: export alloc/free/get/put callbacks of all algos
David Sterba
1
-4
/
+4
2019-11-18
btrfs: compression: inline cleanup_workspace_manager
David Sterba
1
-6
/
+0
2019-11-18
btrfs: compression: let workspace manager cleanup take only the type
David Sterba
1
-1
/
+1
2019-11-18
btrfs: compression: inline init_workspace_manager
David Sterba
1
-6
/
+0
2019-11-18
btrfs: compression: let workspace manager init take only the type
David Sterba
1
-1
/
+1
2019-11-18
btrfs: compression: attach workspace manager to the ops
David Sterba
1
-0
/
+1
2019-11-18
btrfs: switch compression callbacks to direct calls
David Sterba
1
-3
/
+0
2019-11-18
btrfs: export compression and decompression callbacks
David Sterba
1
-12
/
+7
2019-09-09
btrfs: compression: replace set_level callbacks by a common helper
David Sterba
1
-9
/
+0
2019-09-09
btrfs: define compression levels statically
David Sterba
1
-0
/
+2
2019-02-25
btrfs: change set_level() to bound the level passed in
Dennis Zhou
1
-8
/
+10
2019-02-25
btrfs: plumb level through the compression interface
Dennis Zhou
1
-3
/
+4
2019-02-25
btrfs: move to function pointers for get/put workspaces
Dennis Zhou
1
-0
/
+26
2019-02-25
btrfs: add helpers for compression type and level
Dennis Zhou
1
-1
/
+1
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+1
2017-11-01
btrfs: allow to set compression level for zlib
David Sterba
1
-1
/
+14
2017-06-19
btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspace
David Sterba
1
-3
/
+3
2017-06-19
btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspace
David Sterba
1
-2
/
+2
2017-06-19
btrfs: reduce arguments for decompress_bio ops
Anand Jain
1
-4
/
+6
2017-02-28
btrfs: derive maximum output size in the compression implementation
David Sterba
1
-2
/
+2
2017-02-28
btrfs: merge nr_pages input and output parameter in compress_pages
David Sterba
1
-1
/
+1
2017-02-28
btrfs: merge length input and output parameter in compress_pages
David Sterba
1
-1
/
+2
2016-11-30
btrfs: use bio iterators for the decompression handlers
Christoph Hellwig
1
-10
/
+5
2016-11-30
btrfs: Call kunmap if zlib_inflateInit2 fails
Nick Terrell
1
-0
/
+1
2016-09-26
btrfs: convert printk(KERN_* to use pr_* calls
Jeff Mahoney
1
-4
/
+4
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-19
/
+19
2015-02-16
btrfs: constify structs with op functions or static definitions
David Sterba
1
-1
/
+1
2014-11-30
btrfs: zero out left over bytes after processing compression streams
Chris Mason
1
-2
/
+18
2014-09-17
btrfs compression: merge inflate and deflate z_streams
Sergey Senozhatsky
1
-70
/
+68
2014-09-17
btrfs: use DIV_ROUND_UP instead of open-coded variants
David Sterba
1
-2
/
+1
2014-07-03
btrfs: use E2BIG instead of EIO if compression does not help
David Sterba
1
-1
/
+1
2014-06-09
btrfs: return errno instead of -1 from compression
Zach Brown
1
-13
/
+13
[next]