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
/
drivers
/
block
/
zram
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-3
/
+3
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-4
/
+4
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-8
/
+5
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-1
/
+1
2023-05-31
zram: use __bio_add_page for adding single page to bio
Johannes Thumshirn
1
-1
/
+1
2023-05-06
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+0
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-246
/
+137
2023-04-25
block/drivers: remove dead clear of random flag
Chaitanya Kulkarni
1
-1
/
+0
2023-04-18
zram: return errors from read_from_bdev_sync
Christoph Hellwig
1
-3
/
+4
2023-04-18
zram: fix synchronous reads
Christoph Hellwig
1
-38
/
+22
2023-04-18
zram: don't return errors from read_from_bdev_async
Christoph Hellwig
1
-12
/
+4
2023-04-18
zram: pass a page to read_from_bdev
Christoph Hellwig
1
-27
/
+16
2023-04-18
zram: refactor zram_bdev_write
Christoph Hellwig
1
-19
/
+19
2023-04-18
zram: don't pass a bvec to __zram_bvec_write
Christoph Hellwig
1
-10
/
+4
2023-04-18
zram: refactor zram_bdev_read
Christoph Hellwig
1
-20
/
+20
2023-04-18
zram: directly call zram_read_page in writeback_store
Christoph Hellwig
1
-10
/
+4
2023-04-18
zram: rename __zram_bvec_read to zram_read_page
Christoph Hellwig
1
-4
/
+4
2023-04-18
zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}
Christoph Hellwig
1
-12
/
+5
2023-04-18
zram: refactor highlevel read and write handling
Christoph Hellwig
1
-28
/
+30
2023-04-18
zram: return early on error in zram_bvec_rw
Christoph Hellwig
1
-9
/
+9
2023-04-18
zram: move discard handling to zram_submit_bio
Christoph Hellwig
1
-10
/
+13
2023-04-18
zram: simplify bvec iteration in __zram_make_request
Christoph Hellwig
1
-31
/
+11
2023-04-18
zram: make zram_bio_discard more self-contained
Christoph Hellwig
1
-9
/
+7
2023-04-18
zram: remove valid_io_request
Christoph Hellwig
2
-34
/
+1
2023-04-18
zram: always compile read_from_bdev_sync
Christoph Hellwig
1
-12
/
+6
2023-04-18
zram: fix up permission for the hot_add sysfs file
Greg Kroah-Hartman
1
-1
/
+3
2023-03-29
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
1
-6
/
+5
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
1
-1
/
+0
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-64
/
+5
2023-02-03
zram: use bvec_set_page to initialize bvecs
Christoph Hellwig
1
-11
/
+4
2023-02-02
block: remove ->rw_page
Christoph Hellwig
1
-60
/
+1
2023-01-18
zram: correctly handle all next_arg() cases
Sergey Senozhatsky
1
-2
/
+2
2023-01-18
zram: fix typos in comments
JeongHyeon Lee
1
-2
/
+2
2022-11-30
zram: remove unused stats fields
Sergey Senozhatsky
2
-4
/
+0
2022-11-30
zram: add incompressible flag to read_block_state()
Sergey Senozhatsky
1
-2
/
+4
2022-11-30
zram: add incompressible writeback
Sergey Senozhatsky
1
-6
/
+12
2022-11-30
zram: add algo parameter support to zram_recompress()
Sergey Senozhatsky
2
-9
/
+46
2022-11-30
zram: remove redundant checks from zram_recompress()
Sergey Senozhatsky
1
-6
/
+2
2022-11-30
zram: add size class equals check into recompression
Alexey Romanov
1
-1
/
+10
2022-11-30
zram: use IS_ERR_VALUE() to check for zs_malloc() errors
Sergey Senozhatsky
1
-3
/
+3
2022-11-30
zram: clarify writeback_store() comment
Sergey Senozhatsky
1
-2
/
+6
2022-11-30
zram: add recompress flag to read_block_state()
Sergey Senozhatsky
1
-2
/
+3
2022-11-30
zram: introduce recompress sysfs knob
Sergey Senozhatsky
3
-3
/
+277
2022-11-30
zram: factor out WB and non-WB zram read functions
Sergey Senozhatsky
1
-23
/
+49
2022-11-30
zram: add recompression algorithm sysfs knob
Sergey Senozhatsky
1
-19
/
+105
2022-11-30
zram: preparation for multi-zcomp support
Sergey Senozhatsky
4
-32
/
+80
2022-11-08
zram: use try_cmpxchg in update_used_max
Uros Bizjak
1
-8
/
+5
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-23
/
+3
2022-10-12
zram: always expose rw_page
Brian Geffon
1
-23
/
+3
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-22
/
+31
[next]