index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-18
md: fix bug due to nested suspend
Mikulas Patocka
1
-3
/
+4
2015-12-18
MD: change journal disk role to disk 0
Shaohua Li
2
-3
/
+7
2015-12-18
md/raid10: fix data corruption and crash during resync
Artur Paszkiewicz
1
-1
/
+3
2015-12-17
dm thin: fix race condition when destroying thin pool workqueue
Nikolay Borisov
1
-2
/
+2
2015-12-14
dm space map metadata: remove unused variable in brb_pop()
Mike Snitzer
1
-3
/
+0
2015-12-10
dm verity: add ignore_zero_blocks feature
Sami Tolvanen
3
-10
/
+88
2015-12-10
dm verity: add support for forward error correction
Sami Tolvanen
6
-7
/
+1038
2015-12-10
dm verity: factor out verity_for_bv_block()
Sami Tolvanen
2
-23
/
+55
2015-12-10
dm verity: factor out structures and functions useful to separate object
Sami Tolvanen
2
-100
/
+128
2015-12-10
dm verity: move dm-verity.c to dm-verity-target.c
Sami Tolvanen
2
-0
/
+1
2015-12-10
dm verity: separate function for parsing opt args
Sami Tolvanen
1
-28
/
+43
2015-12-10
dm verity: clean up duplicate hashing code
Sami Tolvanen
1
-115
/
+147
2015-12-10
dm btree: factor out need_insert() helper
Mike Snitzer
1
-7
/
+10
2015-12-10
dm bufio: use BUG_ON instead of conditional call to BUG
Anup Limbu
1
-2
/
+1
2015-12-10
dm bufio: store stacktrace in buffers to help find buffer leaks
Mikulas Patocka
3
-10
/
+47
2015-12-10
dm bufio: return NULL to improve code clarity
Mikulas Patocka
1
-1
/
+1
2015-12-10
dm block manager: cleanup code that prints stacktrace
Mikulas Patocka
1
-10
/
+1
2015-12-10
dm: don't save and restore bi_private
Mikulas Patocka
3
-12
/
+2
2015-12-10
dm thin metadata: make dm_thin_find_mapped_range() atomic
Joe Thornber
1
-21
/
+43
2015-12-10
dm thin metadata: speed up discard of partially mapped volumes
Joe Thornber
1
-25
/
+41
2015-12-10
dm btree: fix bufio buffer leaks in dm_btree_del() error path
Joe Thornber
1
-1
/
+15
2015-12-09
dm space map metadata: fix ref counting bug when bootstrapping a new space map
Joe Thornber
1
-10
/
+22
2015-12-09
dm thin metadata: fix bug when taking a metadata snapshot
Joe Thornber
1
-0
/
+6
2015-12-08
treewide: Fix typos in printk
Masanari Iida
1
-2
/
+2
2015-12-02
dm thin metadata: fix bug in dm_thin_remove_range()
Joe Thornber
3
-8
/
+115
2015-12-02
dm btree: fix leak of bufio-backed block in btree_split_sibling error path
Mike Snitzer
1
-1
/
+3
2015-11-23
dm thin: fix regression in advertised discard limits
Mike Snitzer
1
-3
/
+2
2015-11-19
dm crypt: fix a possible hang due to race condition on exit
Mikulas Patocka
1
-9
/
+13
2015-11-17
dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path
Junichi Nomura
1
-13
/
+15
2015-11-17
dm: do not reuse dm_blk_ioctl block_device input as local variable
Mike Snitzer
1
-2
/
+3
2015-11-17
dm: fix ioctl retry termination with signal
Junichi Nomura
2
-2
/
+2
2015-11-16
dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...
Mike Snitzer
1
-0
/
+1
2015-11-10
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-9
/
+16
2015-11-10
Merge tag 'md/4.4-rc0-fix' of git://neil.brown.name/md
Linus Torvalds
1
-0
/
+1
2015-11-09
raid5-cache: add crc32c Kconfig dependency
Arnd Bergmann
1
-0
/
+1
2015-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+4
2015-11-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-3
/
+1
2015-11-07
block: change ->make_request_fn() and users to return a queue cookie
Jens Axboe
3
-9
/
+16
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2
-4
/
+4
2015-11-06
bcache: Really show state of work pending bit
Petr Mladek
1
-3
/
+1
2015-11-04
Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
32
-210
/
+327
2015-11-04
Merge tag 'md/4.4' of git://neil.brown.name/md
Linus Torvalds
13
-309
/
+1917
2015-11-04
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-50
/
+57
2015-10-31
Merge tag 'md/4.3-rc7-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-4
/
+5
2015-11-01
MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RW
Song Liu
1
-2
/
+25
2015-11-01
MD: set journal disk ->raid_disk
Shaohua Li
2
-7
/
+26
2015-11-01
MD: kick out journal disk if it's not fresh
Song Liu
1
-1
/
+2
2015-11-01
raid5-cache: start raid5 readonly if journal is missing
Shaohua Li
2
-1
/
+9
2015-11-01
MD: add new bit to indicate raid array with journal
Song Liu
2
-3
/
+8
2015-11-01
raid5-cache: IO error handling
Shaohua Li
3
-2
/
+19
[prev]
[next]