index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
/
messenger.c
Age
Commit message (
Expand
)
Author
2012-03-22
libceph: isolate kmap() call in write_partial_msg_pages()
Alex Elder
2012-03-22
libceph: rename "page_shift" variable to something sensible
Alex Elder
2012-03-22
libceph: get rid of zero_page_address
Alex Elder
2012-03-22
libceph: only call kernel_sendpage() via helper
Alex Elder
2012-03-22
libceph: use kernel_sendpage() for sending zeroes
Alex Elder
2012-03-22
libceph: fix inverted crc option logic
Alex Elder
2012-03-22
libceph: some simple changes
Alex Elder
2012-03-22
libceph: small refactor in write_partial_kvec()
Alex Elder
2012-03-22
libceph: do crc calculations outside loop
Alex Elder
2012-03-22
libceph: separate CRC calculation from byte swapping
Alex Elder
2012-03-22
libceph: use "do" in CRC-related Boolean variables
Alex Elder
2012-03-22
libceph: a few small changes
Alex Elder
2012-03-22
libceph: make ceph_tcp_connect() return int
Alex Elder
2012-03-22
libceph: encapsulate some messenger cleanup code
Alex Elder
2012-03-22
libceph: make ceph_msgr_wq private
Alex Elder
2012-03-22
libceph: encapsulate connection kvec operations
Alex Elder
2012-03-22
libceph: move prepare_write_banner()
Alex Elder
2012-03-22
ceph: eliminate some abusive casts
Alex Elder
2012-03-22
ceph: eliminate some needless casts
Alex Elder
2012-03-22
ceph: kill addr_str_lock spinlock; use atomic instead
Alex Elder
2012-03-22
ceph: make use of "else" where appropriate
Alex Elder
2012-03-22
ceph: use a shared zero page rather than one per messenger
Alex Elder
2012-03-22
net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socke...
Jim Schutt
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-25
ceph: use kernel DNS resolver
Noah Watkins
2011-10-25
libceph: warn on msg allocation failures
Sage Weil
2011-10-25
libceph: don't complain on msgpool alloc failures
Sage Weil
2011-09-16
libceph: initialize ack_stamp to avoid unnecessary connection reset
Jim Schutt
2011-07-26
libceph: don't time out osd requests that haven't been received
Sage Weil
2011-05-19
libceph: add missing breaks in addr_set_port
Sage Weil
2011-05-19
libceph: fix TAG_WAIT case
Sage Weil
2011-05-19
libceph: use snprintf for unknown addrs
Sage Weil
2011-05-19
libceph: fix uninitialized value when no get_authorizer method is set
Sage Weil
2011-05-19
libceph: handle connection reopen race with callbacks
Sage Weil
2011-05-03
libceph: fix ceph_msg_new error path
Henry C Chang
2011-03-04
libceph: fix msgr standby handling
Sage Weil
2011-03-04
libceph: fix msgr keepalive flag
Sage Weil
2011-03-04
libceph: fix msgr backoff
Sage Weil
2011-03-03
libceph: retry after authorization failure
Sage Weil
2011-01-25
libceph: fix socket write error handling
Sage Weil
2011-01-25
libceph: fix socket read error handling
Sage Weil
2011-01-12
net/ceph: make ceph_msgr_wq non-reentrant
Tejun Heo
2010-12-14
ceph: fix msgr_init error path
Sage Weil
2010-11-09
ceph: explicitly specify page alignment in network messages
Sage Weil
2010-11-01
ceph: fix small seq message skipping
Sage Weil
2010-10-20
ceph: factor out libceph from Ceph file system
Yehuda Sadeh