]> nv-tegra.nvidia Code Review - linux-2.6.git/history - net/ceph
netfilter: xt_qtaguid: Allow tracking loopback
[linux-2.6.git] / net / ceph /
2013-08-14 Deepak NibadeMerge branch 'linux-3.4.57' into rel-17
2013-07-13 Tyler Hickslibceph: Fix NULL pointer dereference in auth client...
2013-06-20 Sage Weillibceph: wrap auth methods in a mutex
2013-06-20 Sage Weillibceph: wrap auth ops in wrapper functions
2013-06-20 Sage Weillibceph: add update_authorizer auth method
2013-06-20 Sage Weillibceph: fix authorizer invalidation
2013-06-20 Sage Weillibceph: clear messenger auth_retry flag when we authen...
2013-06-20 Alex Elderlibceph: must hold mutex for reset_changed_osds()
2013-04-03 Ray PoudrierMerge remote-tracking branch 'origin/rel-17' into rel...
2013-03-07 Mandar PadmawarMerge remote-tracking branch 'remotes/origin/dev/snikam...
2013-03-06 Sachin NikamMerge branch 'linux-3.4.35' into rel-17
2013-01-17 Alex Elderrbd: remove linger unconditionally
2013-01-17 Alex Elderceph: don't reference req after put
2013-01-17 Sage Weillibceph: remove 'osdtimeout' option
2013-01-17 Alex Elderlibceph: avoid using freed osd in __kick_osd_requests()
2013-01-17 Sage Weillibceph: fix osdmap decode error paths
2013-01-17 Sage Weillibceph: fix protocol feature mismatch failure path
2013-01-17 Alex Elderlibceph: WARN, don't BUG on unexpected connection states
2013-01-17 Alex Elderlibceph: always reset osds when kicking
2013-01-17 Alex Elderlibceph: move linger requests sooner in kick_requests()
2013-01-17 Alex Elderlibceph: register request before unregister linger
2013-01-17 Alex Elderlibceph: don't use rb_init_node() in ceph_osdc_alloc_re...
2013-01-17 Alex Elderlibceph: init event->node in ceph_osdc_create_event()
2013-01-17 Alex Elderlibceph: init osd->o_node in create_osd()
2013-01-17 Alex Elderlibceph: report connection fault with warning
2013-01-17 Alex Elderlibceph: socket can close in any connection state
2013-01-17 Sage Weilceph: propagate layout error on osd request creation
2012-11-26 Sage Weillibceph: check for invalid mapping
2012-11-26 Sage Weillibceph: avoid NULL kref_put when osd reset races with...
2012-11-26 Alex Elderrbd: reset BACKOFF if unable to re-queue
2012-11-26 Alex Elderlibceph: only kunmap kmapped pages
2012-11-26 Jim Schuttlibceph: avoid truncation due to racing banners
2012-11-26 Sage Weillibceph: delay debugfs initialization until we learn...
2012-11-26 Sylvain Munautlibceph: fix crypto key null deref, memory leak
2012-11-26 Sage Weillibceph: recheck con state after allocating incoming...
2012-11-26 Sage Weillibceph: change ceph_con_in_msg_alloc convention to...
2012-11-26 Sage Weillibceph: avoid dropping con mutex before fault
2012-11-26 Sage Weillibceph: verify state after retaking con lock after...
2012-11-26 Sage Weillibceph: revoke mon_client messages on session restart
2012-11-26 Sage Weillibceph: fix handling of immediate socket connect failure
2012-11-26 Sage Weillibceph: clear all flags on con_close
2012-11-26 Sage Weillibceph: clean up con flags
2012-11-26 Sage Weillibceph: replace connection state bits with states
2012-11-26 Sage Weillibceph: drop unnecessary CLOSED check in socket state...
2012-11-26 Sage Weillibceph: close socket directly from ceph_con_close()
2012-11-26 Sage Weillibceph: drop gratuitous socket close calls in con_work
2012-11-26 Sage Weillibceph: move ceph_con_send() closed check under the...
2012-11-26 Sage Weillibceph: move msgr clear_standby under con mutex protection
2012-11-26 Sage Weillibceph: fix fault locking; close socket on lossy fault
2012-11-26 Sage Weillibceph: reset connection retry on successfully negotiation
2012-11-26 Sage Weillibceph: protect ceph_con_open() with mutex
2012-11-26 Sage Weillibceph: (re)initialize bio_iter on start of message...
2012-11-26 Sage Weillibceph: resubmit linger ops when pg mapping changes
2012-11-26 Sage Weillibceph: fix mutex coverage for ceph_con_close
2012-11-26 Sage Weillibceph: report socket read/write error message
2012-11-26 Guanjun Helibceph: prevent the race of incoming work during teardown
2012-11-26 Sage Weillibceph: initialize msgpool message types
2012-11-26 Sage Weillibceph: allow sock transition from CONNECTING to CLOSED
2012-11-26 Sage Weillibceph: initialize mon_client con only once
2012-11-26 Sage Weillibceph: set peer name on con_open, not init
2012-11-26 Alex Elderlibceph: add some fine ASCII art
2012-11-26 Alex Elderlibceph: small changes to messenger.c
2012-11-26 Alex Elderlibceph: distinguish two phases of connect sequence
2012-11-26 Alex Elderlibceph: separate banner and connect writes
2012-11-26 Alex Elderlibceph: define and use an explicit CONNECTED state
2012-11-26 Alex Elderlibceph: clear NEGOTIATING when done
2012-11-26 Alex Elderlibceph: clear CONNECTING in ceph_con_close()
2012-11-26 Alex Elderlibceph: don't touch con state in con_close_socket()
2012-11-26 Alex Elderlibceph: just set SOCK_CLOSED when state changes
2012-11-26 Alex Elderlibceph: don't change socket state on sock event
2012-11-26 Alex Elderlibceph: SOCK_CLOSED is a flag, not a state
2012-11-26 Alex Elderlibceph: don't use bio_iter as a flag
2012-11-26 Alex Elderlibceph: move init of bio_iter
2012-11-26 Alex Elderlibceph: move init_bio_*() functions up
2012-11-26 Alex Elderlibceph: don't mark footer complete before it is
2012-11-26 Alex Elderlibceph: encapsulate advancing msg page
2012-11-26 Alex Elderlibceph: encapsulate out message data setup
2012-11-26 Sage Weillibceph: drop ceph_con_get/put helpers and nref member
2012-11-26 Sage Weillibceph: use con get/put methods
2012-11-26 Dan Carpenterlibceph: fix NULL dereference in reset_connection()
2012-11-26 Sage Weillibceph: transition socket state prior to actual connect
2012-11-26 Xi Wanglibceph: fix overflow in osdmap_apply_incremental()
2012-11-26 Xi Wanglibceph: fix overflow in osdmap_decode()
2012-11-26 Xi Wanglibceph: fix overflow in __decode_pool_names()
2012-11-26 Alex Elderlibceph: make ceph_con_revoke_message() a msg op
2012-11-26 Alex Elderlibceph: make ceph_con_revoke() a msg operation
2012-11-26 Alex Elderlibceph: have messages take a connection reference
2012-11-26 Alex Elderlibceph: have messages point to their connection
2012-11-26 Alex Elderlibceph: tweak ceph_alloc_msg()
2012-11-26 Alex Elderlibceph: fully initialize connection in con_init()
2012-11-26 Alex Elderlibceph: init monitor connection when opening
2012-11-26 Sage Weillibceph: drop connection refcounting for mon_client
2012-11-26 Alex Elderlibceph: embed ceph connection structure in mon_client
2012-11-26 Alex Elderlibceph: set CLOSED state bit in con_init
2012-11-26 Alex Elderlibceph: provide osd number when creating osd
2012-11-26 Alex Elderlibceph: start tracking connection socket state
2012-11-26 Alex Elderlibceph: start separating connection flags from state
2012-11-26 Alex Elderlibceph: embed ceph messenger structure in ceph_client
2012-11-26 Alex Elderlibceph: rename kvec_reset and kvec_add functions
2012-11-26 Alex Elderlibceph: rename socket callbacks
next