]> Pileus Git - ~andy/linux/history - net/ceph/messenger.c
libceph: allocate ceph message data with a slab allocator
[~andy/linux] / net / ceph / messenger.c
2013-05-02 Alex Elderlibceph: allocate ceph message data with a slab allocator
2013-05-02 Alex Elderlibceph: allocate ceph messages with a slab allocator
2013-05-02 Alex Elderlibceph: fix two messenger bugs
2013-05-02 Alex Elderlibceph: add, don't set data for a message
2013-05-02 Alex Elderlibceph: implement multiple data items in a message
2013-05-02 Alex Elderlibceph: replace message data pointer with list
2013-05-02 Alex Elderlibceph: have cursor point to data
2013-05-02 Alex Elderlibceph: move cursor into message
2013-05-02 Alex Elderlibceph: record bio length
2013-05-02 Alex Elderlibceph: skip message if too big to receive
2013-05-02 Alex Elderlibceph: fix possible CONFIG_BLOCK build problem
2013-05-02 Alex Elderlibceph: provide data length when preparing message
2013-05-02 Alex Elderlibceph: record message data length
2013-05-02 Alex Elderlibceph: account for alignment in pages cursor
2013-05-02 Alex Elderlibceph: page offset must be less than page size
2013-05-02 Alex Elderlibceph: fix broken data length assertions
2013-05-02 Alex Elderlibceph: make message data be a pointer
2013-05-02 Alex Elderlibceph: use only ceph_msg_data_advance()
2013-05-02 Alex Elderlibceph: don't add to crc unless data sent
2013-05-02 Alex Elderlibceph: kill last of ceph_msg_pos
2013-05-02 Alex Elderlibceph: kill most of ceph_msg_pos
2013-05-02 Alex Elderlibceph: use cursor resid for loop condition
2013-05-02 Alex Elderlibceph: collapse all data items into one
2013-05-02 Alex Elderlibceph: get rid of read helpers
2013-05-02 Alex Elderlibceph: no outbound zero data
2013-05-02 Alex Elderlibceph: use cursor for inbound data pages
2013-05-02 Alex Elderlibceph: kill ceph message bio_iter, bio_seg
2013-05-02 Alex Elderlibceph: use cursor for bio reads
2013-05-02 Alex Elderlibceph: record residual bytes for all message data...
2013-05-02 Alex Elderlibceph: drop pages parameter
2013-05-02 Alex Elderlibceph: initialize data fields on last msg put
2013-05-02 Sage Weillibceph: clear messenger auth_retry flag when we authen...
2013-05-02 Sage Weillibceph: implement RECONNECT_SEQ feature
2013-05-02 Alex Elderlibceph: more cleanup of write_partial_msg_pages()
2013-05-02 Alex Elderlibceph: kill message trail
2013-05-02 Alex Elderlibceph: implement pages array cursor
2013-05-02 Alex Elderlibceph: implement bio message data item cursor
2013-05-02 Alex Elderlibceph: use data cursor for message pagelist
2013-05-02 Alex Elderlibceph: prepare for other message data item types
2013-05-02 Alex Elderlibceph: start defining message data cursor
2013-05-02 Alex Elderlibceph: abstract message data
2013-05-02 Alex Elderlibceph: be explicit about message data representation
2013-05-02 Alex Elderlibceph: define ceph_msg_has_*() data macros
2013-05-02 Alex Elderlibceph: define and use ceph_crc32c_page()
2013-05-02 Alex Elderlibceph: define and use ceph_tcp_recvpage()
2013-05-02 Alex Elderlibceph: encapsulate reading message data
2013-05-02 Alex Elderlibceph: small write_partial_msg_pages() refactor
2013-05-02 Alex Elderlibceph: consolidate message prep code
2013-05-02 Alex Elderlibceph: use local variables for message positions
2013-05-02 Alex Elderlibceph: don't clear bio_iter in prepare_write_message()
2013-05-02 Alex Elderlibceph: activate message data assignment checks
2013-05-02 Alex Elderlibceph: record message data byte length
2013-05-02 Alex Elderceph: only set message data pointers if non-empty
2013-05-02 Alex Elderlibceph: isolate other message data fields
2013-05-02 Alex Elderlibceph: set page info with byte length
2013-05-02 Alex Elderlibceph: isolate message page field manipulation
2013-05-02 Alex Elderlibceph: simplify new message initialization
2013-05-02 Alex Elderlibceph: advance pagelist with list_rotate_left()
2013-05-02 Alex Elderlibceph: define and use in_msg_pos_next()
2013-05-02 Alex Elderlibceph: kill args in read_partial_message_bio()
2013-05-02 Alex Elderlibceph: change type of ceph_tcp_sendpage() "more"
2013-05-02 Alex Elderlibceph: minor byte order problems in read_partial_mess...
2013-05-02 Alex Elderlibceph: define CEPH_MSG_MAX_MIDDLE_LEN
2013-05-02 Alex Elderlibceph: clean up skipped message logic
2013-05-02 Alex Elderlibceph: define mds_alloc_msg() method
2013-05-02 Alex Elderlibceph: drop mutex while allocating a message
2013-05-02 Alex Elderlibceph: kill ceph_msg->pagelist_count
2013-05-02 Alex Elderlibceph: distinguish page array and pagelist count
2013-05-02 Alex Elderlibceph: make ceph_msg->bio_seg be unsigned
2013-04-22 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2013-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-04-18 Linus TorvaldsMerge branch 'for_linus' of git://cavan.codon.org.uk...
2013-04-17 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-04-14 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2013-04-14 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-04-12 John W. LinvilleMerge branch 'for-john' of git://x-git.kernel.org/pub...
2013-04-10 Linus TorvaldsMerge tag 'stable/for-linus-3.9-rc6-tag' of git://git...
2013-04-10 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2013-04-08 John W. LinvilleMerge branch 'for-john' of git://git.kernel.org/pub...
2013-04-03 John W. LinvilleMerge branch 'for-john' of git://git.kernel.org/pub...
2013-04-01 John W. LinvilleMerge branch 'for-john' of git://git.kernel.org/pub...
2013-04-01 John W. LinvilleMerge branch 'for-john' of git://git.kernel.org/pub...
2013-03-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-03-29 Jiri KosinaMerge tag v3.9-rc1 into for-3.9/upstream-fixes
2013-03-28 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2013-03-27 Linus TorvaldsMerge tag 'stable/for-linus-3.9-rc4-tag' of git://git...
2013-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-03-27 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2013-03-27 John W. LinvilleMerge branch 'for-john' of git://git.kernel.org/pub...
2013-03-26 Mark BrownMerge remote-tracking branch 'asoc/fix/si476x' into...
2013-03-26 Mark BrownMerge remote-tracking branch 'asoc/fix/dapm' into asoc...
2013-03-25 John W. LinvilleMerge branch 'for-john' of git://git.kernel.org/pub...
2013-03-23 Linus TorvaldsMerge tag 'md-3.9-fixes' of git://neil.brown.name/md
2013-03-22 Linus TorvaldsMerge git://git.infradead.org/users/willy/linux-nvme
2013-03-22 Russell KingMerge branch 'kvm-arm/vgic-fixes' of git://git.kernel...
2013-03-22 Jens AxboeMerge branch 'stable/for-jens-3.9' of git://git.kernel...
2013-03-22 Linus TorvaldsMerge tag 'ext4_for_linue' of git://git.kernel.org...
2013-03-18 Mauro Carvalho ChehabMerge tag 'v3.9-rc3' into v4l_for_linus
2013-03-18 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2013-03-18 Ingo MolnarMerge tag 'perf-urgent-for-mingo' of git://git.kernel...
next