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
/
net
/
ceph
/
messenger.c
Commit message (
Expand
)
Author
Age
...
*
libceph: use data cursor for message pagelist
Alex Elder
2013-05-02
*
libceph: prepare for other message data item types
Alex Elder
2013-05-02
*
libceph: start defining message data cursor
Alex Elder
2013-05-02
*
libceph: abstract message data
Alex Elder
2013-05-02
*
libceph: be explicit about message data representation
Alex Elder
2013-05-02
*
libceph: define ceph_msg_has_*() data macros
Alex Elder
2013-05-02
*
libceph: define and use ceph_crc32c_page()
Alex Elder
2013-05-02
*
libceph: define and use ceph_tcp_recvpage()
Alex Elder
2013-05-02
*
libceph: encapsulate reading message data
Alex Elder
2013-05-02
*
libceph: small write_partial_msg_pages() refactor
Alex Elder
2013-05-02
*
libceph: consolidate message prep code
Alex Elder
2013-05-02
*
libceph: use local variables for message positions
Alex Elder
2013-05-02
*
libceph: don't clear bio_iter in prepare_write_message()
Alex Elder
2013-05-02
*
libceph: activate message data assignment checks
Alex Elder
2013-05-02
*
libceph: record message data byte length
Alex Elder
2013-05-02
*
ceph: only set message data pointers if non-empty
Alex Elder
2013-05-02
*
libceph: isolate other message data fields
Alex Elder
2013-05-02
*
libceph: set page info with byte length
Alex Elder
2013-05-02
*
libceph: isolate message page field manipulation
Alex Elder
2013-05-02
*
libceph: simplify new message initialization
Alex Elder
2013-05-02
*
libceph: advance pagelist with list_rotate_left()
Alex Elder
2013-05-02
*
libceph: define and use in_msg_pos_next()
Alex Elder
2013-05-02
*
libceph: kill args in read_partial_message_bio()
Alex Elder
2013-05-02
*
libceph: change type of ceph_tcp_sendpage() "more"
Alex Elder
2013-05-02
*
libceph: minor byte order problems in read_partial_message()
Alex Elder
2013-05-02
*
libceph: define CEPH_MSG_MAX_MIDDLE_LEN
Alex Elder
2013-05-02
*
libceph: clean up skipped message logic
Alex Elder
2013-05-02
*
libceph: define mds_alloc_msg() method
Alex Elder
2013-05-02
*
libceph: drop mutex while allocating a message
Alex Elder
2013-05-02
*
libceph: kill ceph_msg->pagelist_count
Alex Elder
2013-05-02
*
libceph: distinguish page array and pagelist count
Alex Elder
2013-05-02
*
libceph: make ceph_msg->bio_seg be unsigned
Alex Elder
2013-05-02
*
libceph: use a do..while loop in con_work()
Alex Elder
2013-02-25
*
libceph: use a flag to indicate a fault has occurred
Alex Elder
2013-02-25
*
libceph: separate non-locked fault handling
Alex Elder
2013-02-25
*
libceph: encapsulate connection backoff
Alex Elder
2013-02-25
*
libceph: eliminate sparse warnings
Alex Elder
2013-02-25
*
libceph: define connection flag helpers
Alex Elder
2013-02-25
*
libceph: fix messenger CONFIG_BLOCK dependencies
Alex Elder
2013-02-13
*
libceph: fix protocol feature mismatch failure path
Sage Weil
2012-12-27
*
libceph: WARN, don't BUG on unexpected connection states
Alex Elder
2012-12-27
*
libceph: report connection fault with warning
Alex Elder
2012-12-20
*
libceph: socket can close in any connection state
Alex Elder
2012-12-17
*
libceph: avoid NULL kref_put from NULL alloc_msg return
Sage Weil
2012-10-26
*
rbd: define common queue_con_delay()
Alex Elder
2012-10-10
*
rbd: let con_work() handle backoff
Alex Elder
2012-10-10
*
rbd: reset BACKOFF if unable to re-queue
Alex Elder
2012-10-10
*
libceph: only kunmap kmapped pages
Alex Elder
2012-09-21
*
libceph: avoid truncation due to racing banners
Jim Schutt
2012-08-21
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2012-07-31
|
\
[prev]
[next]