index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
*
drbd: Converted drbd_try_outdate_peer() from mdev to tconn
Philipp Reisner
2012-11-08
*
drbd: Rename the DCBP_* functions to dcbp_* and move them to where they are used
Andreas Gruenbacher
2012-11-08
*
drbd: Make _drbd_send_bitmap() static
Andreas Gruenbacher
2012-11-08
*
drbd: Move drbd_send_ping() and drbd_send_ping_ack() to drbd_main.c
Andreas Gruenbacher
2012-11-08
*
drbd: Always use the same protocol version for the same peer
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_connected(): Return an error code upon failure.
Andreas Gruenbacher
2012-11-08
*
drbd: Introduce and use drbd_recv_all_warn()
Andreas Gruenbacher
2012-11-08
*
drbd: Get rid of typedef drbd_work_cb
Andreas Gruenbacher
2012-11-08
*
drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarity
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_may_do_local_read(): Use bool/true/false
Andreas Gruenbacher
2012-11-08
*
drbd: Remove unnecessary assertion
Andreas Gruenbacher
2012-11-08
*
drbd: Remove duplicate initialization
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_bm_read() never returns a positive value through drbd_bitmap_io()
Andreas Gruenbacher
2012-11-08
*
drbd: Make all command handlers return 0 upon success and an error code other...
Andreas Gruenbacher
2012-11-08
*
drbd: Add drbd_recv_all(): Receive an entire buffer
Andreas Gruenbacher
2012-11-08
*
drbd: send_bitmap_rle_or_plain(): Error handling cleanup
Andreas Gruenbacher
2012-11-08
*
drbd: recv_resync_read(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: recv_dless_read(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_drain_block(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_recv_header(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: decode_header(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_process_done_ee(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: Make all worker callbacks return 0 upon success and an error code other...
Andreas Gruenbacher
2012-11-08
*
drbd: Temporarily change the return type of all worker callbacks
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_short_cmd(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_dblock(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: _drbd_send_bio(), _drbd_send_zc_bio(): Return 0 upon success and an err...
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_block(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: _drbd_send_zc_ee(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: _drbd_send_page(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: _drbd_no_send_page(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_oos(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_drequest_csum(): Return 0 upon success and an error code othe...
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_drequest(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_ov_request(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_ack_ex(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_ack_{dp,rp}(): Return void: the result is never used
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_ack(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: _drbd_send_ack(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_b_ack(): Return void: the result is never used
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_sr_reply(): Return void: the result is never used
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_state_req(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: conn_send_state_req(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: _conn_send_state_req(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_sizes(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never used
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_uuids() and its variants: Return 0 upon success and an error ...
Andreas Gruenbacher
2012-11-08
*
drbd: drbd_send_protocol(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
[next]