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
/
fs
/
dlm
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-11
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
1
-3
/
+1
2007-02-09
[PATCH] dlm: use kern_recvmsg()
Al Viro
1
-17
/
+6
2007-02-05
[DLM] fix softlockup in dlm_recv
Patrick Caulfield
1
-6
/
+9
2007-02-05
[DLM] zero new user lvbs
David Teigland
1
-2
/
+2
2007-02-05
[DLM/GFS2] indent help text
Randy Dunlap
1
-8
/
+8
2007-02-05
[GFS2/DLM] fix GFS2 circular dependency
Adrian Bunk
1
-2
/
+1
2007-02-05
[GFS2/DLM] use sysfs
Randy Dunlap
1
-0
/
+1
2007-02-05
[DLM] can miss clearing resend flag
David Teigland
1
-0
/
+6
2007-02-05
[DLM] saved dlm message can be dropped
David Teigland
1
-2
/
+2
2007-02-05
[DLM] Make sock_sem into a mutex
Patrick Caulfield
1
-22
/
+22
2007-02-05
[DLM] fix lowcomms receiving
Patrick Caulfield
1
-11
/
+13
2007-02-05
[DLM] lowcomms tidy
Patrick Caulfield
1
-5
/
+2
2007-02-05
[DLM] fix master recovery
David Teigland
1
-1
/
+3
2007-02-05
[DLM] fix user unlocking
David Teigland
3
-12
/
+28
2007-02-05
[DLM] Use workqueues for dlm lowcomms
Patrick Caulfield
2
-284
/
+115
2007-02-05
[DLM] expose dlm_config_info fields in configfs
David Teigland
1
-4
/
+132
2007-02-05
[DLM] add config entry to enable log_debug
David Teigland
3
-7
/
+11
2007-02-05
[DLM] rename dlm_config_info fields
David Teigland
9
-37
/
+38
2007-02-05
[DLM] change some log_error to log_debug
David Teigland
2
-13
/
+13
2007-02-05
[DLM] Fix spin lock already unlocked bug
Patrick Caulfield
1
-0
/
+2
2007-02-05
[DLM] Fix schedule() calls
Patrick Caulfield
2
-4
/
+4
2007-02-05
[DLM] fs/dlm/lowcomms-tcp.c: remove 2 functions
Adrian Bunk
1
-24
/
+0
2007-02-05
[DLM] fix lost flags in stub replies
David Teigland
1
-0
/
+3
2007-02-05
[DLM] fix receive_request() lvb copying
David Teigland
1
-2
/
+6
2007-02-05
[DLM] fix send_args() lvb copying
David Teigland
1
-4
/
+16
2007-02-05
[DLM] add version check
David Teigland
1
-3
/
+11
2007-02-05
[DLM] fix old rcom messages
David Teigland
3
-25
/
+46
2007-02-05
[DLM] fix resend rcom lock
David Teigland
1
-1
/
+9
2006-12-15
[DLM] fix compile warning
Patrick Caulfield
1
-1
/
+1
2006-12-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
15
-189
/
+1463
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-12-07
[DLM] Clean up lowcomms
Patrick Caulfield
4
-357
/
+261
2006-11-30
[DLM] fix format warnings in rcom.c and recoverd.c
Ryusuke Konishi
2
-4
/
+7
2006-11-30
[DLM] don't accept replies to old recovery messages
David Teigland
3
-11
/
+39
2006-11-30
[DLM] fix size of STATUS_REPLY message
David Teigland
1
-1
/
+5
2006-11-30
[DLM] fix add_requestqueue checking nodes list
David Teigland
3
-11
/
+14
2006-11-30
[DLM] Fix DLM config
Patrick Caulfield
1
-1
/
+2
2006-11-30
[DLM] clear sbflags on lock master
David Teigland
1
-0
/
+1
2006-11-30
[DLM] do full recover_locks barrier
David Teigland
1
-1
/
+7
2006-11-30
[DLM] fix stopping unstarted recovery
David Teigland
1
-1
/
+6
2006-11-30
[DLM] fix aborted recovery during node removal
David Teigland
2
-0
/
+15
2006-11-30
[DLM] fix requestqueue race
David Teigland
3
-9
/
+29
2006-11-30
[DLM] status messages ping-pong between unmounted nodes
David Teigland
1
-3
/
+4
2006-11-30
[DLM] res_recover_locks_count not reset when recover_locks is aborted
David Teigland
1
-0
/
+1
2006-11-30
[DLM] Add support for tcp communications
Patrick Caulfield
4
-1
/
+1283
2006-11-06
[DLM] fix oops in kref_put when removing a lockspace
Patrick Caulfield
1
-0
/
+5
2006-11-06
[DLM] Fix kref_put oops
Patrick Caulfield
1
-1
/
+8
2006-10-20
[DLM] fix iovec length in recvmsg
Patrick Caulfield
1
-0
/
+1
2006-10-12
[DLM] fix iovec length in recvmsg
Patrick Caulfield
1
-1
/
+1
2006-10-12
[DLM] Kconfig: don't show an empty DLM menu
Adrian Bunk
1
-2
/
+1
[next]