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
/
dlm
/
midcomms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-14
fs: dlm: add send ack threshold and append acks to msgs
Alexander Aring
1
-45
/
+31
2023-06-14
fs: dlm: handle sequence numbers as atomic
Alexander Aring
1
-15
/
+25
2023-06-14
fs: dlm: filter ourself midcomms calls
Alexander Aring
1
-9
/
+0
2023-06-14
fs: dlm: revert check required context while close
Alexander Aring
1
-3
/
+0
2023-01-23
fs: dlm: remove unnecessary waker_up() calls
Alexander Aring
1
-2
/
+0
2023-01-23
fs: dlm: move state change into else branch
Alexander Aring
1
-3
/
+4
2023-01-23
fs: dlm: remove newline in log_print
Alexander Aring
1
-4
/
+4
2023-01-23
fs: dlm: reduce the shutdown timeout to 5 secs
Alexander Aring
1
-2
/
+2
2023-01-23
fs: dlm: wait until all midcomms nodes detect version
Alexander Aring
1
-0
/
+23
2023-01-23
fs: dlm: ignore unexpected non dlm opts msgs
Alexander Aring
1
-10
/
+2
2023-01-23
fs: dlm: bring back previous shutdown handling
Alexander Aring
1
-13
/
+7
2023-01-23
fs: dlm: send FIN ack back in right cases
Alexander Aring
1
-4
/
+5
2023-01-23
fs: dlm: move sending fin message into state change handling
Alexander Aring
1
-24
/
+9
2023-01-23
fs: dlm: don't set stop rx flag after node reset
Alexander Aring
1
-2
/
+1
2023-01-23
fs: dlm: fix race setting stop tx flag
Alexander Aring
1
-1
/
+1
2023-01-23
fs: dlm: be sure to call dlm_send_queue_flush()
Alexander Aring
1
-0
/
+1
2023-01-23
fs: dlm: fix use after free in midcomms commit
Alexander Aring
1
-0
/
+7
2022-11-21
fs: dlm: parallelize lowcomms socket handling
Alexander Aring
1
-12
/
+33
2022-11-21
fs: dlm: remove socket shutdown handling
Alexander Aring
1
-2
/
+4
2022-11-21
fs: dlm: add midcomms init/start functions
Alexander Aring
1
-1
/
+16
2022-11-21
fs: dlm: add dst nodeid for msg tracing
Alexander Aring
1
-4
/
+6
2022-11-08
fs: dlm: use WARN_ON_ONCE() instead of WARN_ON()
Alexander Aring
1
-9
/
+9
2022-11-08
fs: dlm: allow different allocation context per _create_message
Alexander Aring
1
-1
/
+1
2022-11-08
fd: dlm: trace send/recv of dlm message and rcom
Alexander Aring
1
-4
/
+41
2022-11-08
fs: dlm: use packet in dlm_mhandle
Alexander Aring
1
-3
/
+3
2022-04-06
dlm: check required context while close
Alexander Aring
1
-0
/
+3
2022-04-06
dlm: move conversion to compile time
Alexander Aring
1
-10
/
+10
2022-04-06
dlm: use __le types for dlm header
Alexander Aring
1
-16
/
+12
2022-04-06
dlm: add __CHECKER__ for false positives
Alexander Aring
1
-0
/
+10
2021-12-07
fs: dlm: memory cache for midcomms hotpath
Alexander Aring
1
-6
/
+15
2021-11-05
fs: dlm:Remove unneeded semicolon
Zhang Mingyu
1
-1
/
+1
2021-11-02
fs: dlm: add debugfs rawmsg send functionality
Alexander Aring
1
-0
/
+48
2021-11-02
fs: dlm: let handle callback data as void
Alexander Aring
1
-1
/
+3
2021-11-02
fs: dlm: move version conversion to compile time
Alexander Aring
1
-3
/
+3
2021-11-02
fs: dlm: debug improvements print nodeid
Alexander Aring
1
-2
/
+2
2021-08-19
fs: dlm: implement delayed ack handling
Alexander Aring
1
-8
/
+48
2021-06-11
fs: dlm: invalid buffer access in lookup error
Alexander Aring
1
-2
/
+17
2021-06-11
fs: dlm: fix race in mhandle deletion
Alexander Aring
1
-14
/
+21
2021-06-02
fs: dlm: rename socket and app buffer defines
Alexander Aring
1
-2
/
+2
2021-05-26
fs: dlm: Fix spelling mistake "stucked" -> "stuck"
Colin Ian King
1
-2
/
+2
2021-05-25
fs: dlm: add midcomms debugfs functionality
Alexander Aring
1
-0
/
+27
2021-05-25
fs: dlm: add reliable connection if reconnect
Alexander Aring
1
-44
/
+1246
2021-05-25
fs: dlm: make buffer handling per msg
Alexander Aring
1
-2
/
+5
2021-05-25
fs: dlm: add more midcomms hooks
Alexander Aring
1
-1
/
+30
2021-03-09
fs: dlm: remove unaligned memory access handling
Alexander Aring
1
-14
/
+12
2021-03-09
fs: dlm: check on minimum msglen size
Alexander Aring
1
-3
/
+4
2020-09-29
fs: dlm: rework receive handling
Alexander Aring
1
-83
/
+53
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193
Thomas Gleixner
1
-3
/
+1
2008-12-23
dlm: fix up memory allocation flags
Steven Whitehouse
1
-1
/
+1
2008-02-04
dlm: dlm_process_incoming_buffer() fixes
Al Viro
1
-13
/
+20
[next]