Age | Commit message (Expand) | Author |
2016-02-04 | libceph: MOSDOpReply v7 encoding | Ilya Dryomov |
2015-11-02 | libceph: clear msg->con in ceph_msg_release() only | Ilya Dryomov |
2015-11-02 | libceph: msg signing callouts don't need con argument | Ilya Dryomov |
2015-11-02 | libceph: evaluate osd_req_op_data() arguments only once | Ioana Ciornei |
2015-11-02 | libceph: remove con argument in handle_reply() | Shraddha Barke |
2015-10-16 | rbd: use writefull op for object size writes | Ilya Dryomov |
2015-09-09 | libceph: check data_len in ->alloc_msg() | Ilya Dryomov |
2015-06-25 | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov |
2015-06-25 | libceph: allow setting osd_req_op's flags | Yan, Zheng |
2015-06-25 | libceph: properly release STAT request's raw_data_in | Yan, Zheng |
2015-05-20 | Revert "libceph: clear r_req_lru_item in __unregister_linger_request()" | Ilya Dryomov |
2015-05-20 | libceph: request a new osdmap if lingering request maps to no osd | Ilya Dryomov |
2015-02-19 | libceph: kfree() in put_osd() shouldn't depend on authorizer | Ilya Dryomov |
2015-02-19 | libceph: fix double __remove_osd() problem | Ilya Dryomov |
2014-12-17 | libceph: specify position of extent operation | Yan, Zheng |
2014-12-17 | libceph: add CREATE osd operation support | Yan, Zheng |
2014-12-17 | libceph: add SETXATTR/CMPXATTR osd operations support | Yan, Zheng |
2014-12-17 | libceph: message signature support | Yan, Zheng |
2014-11-13 | libceph: change from BUG to WARN for __remove_osd() asserts | Ilya Dryomov |
2014-11-13 | libceph: clear r_req_lru_item in __unregister_linger_request() | Ilya Dryomov |
2014-11-13 | libceph: unlink from o_linger_requests when clearing r_osd | Ilya Dryomov |
2014-10-14 | libceph: sync osd op definitions in rados.h | Ilya Dryomov |
2014-10-14 | libceph: don't try checking queue_work() return value | Ilya Dryomov |
2014-10-14 | libceph: Convert pr_warning to pr_warn | Joe Perches |
2014-10-14 | libceph: resend lingering requests with a new tid | Ilya Dryomov |
2014-10-14 | libceph: abstract out ceph_osd_request enqueue logic | Ilya Dryomov |
2014-07-08 | libceph: nuke ceph_osdc_unregister_linger_request() | Ilya Dryomov |
2014-07-08 | libceph: introduce ceph_osdc_cancel_request() | Ilya Dryomov |
2014-07-08 | libceph: fix linger request check in __unregister_request() | Ilya Dryomov |
2014-07-08 | libceph: unregister only registered linger requests | Ilya Dryomov |
2014-07-08 | libceph: assert both regular and lingering lists in __remove_osd() | Ilya Dryomov |
2014-07-08 | libceph: harden ceph_osdc_request_release() a bit | Ilya Dryomov |
2014-07-08 | libceph: move and add dout()s to ceph_osdc_request_{get,put}() | Ilya Dryomov |
2014-07-08 | libceph: add maybe_move_osd_to_lru() and switch to it | Ilya Dryomov |
2014-07-08 | libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item | Ilya Dryomov |
2014-06-11 | ceph: remove bogus extern | stephen hemminger |
2014-04-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2014-04-05 | libceph: return primary from ceph_calc_pg_acting() | Ilya Dryomov |
2014-04-05 | libceph: split osdmap allocation and decode steps | Ilya Dryomov |
2014-04-03 | libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op | Ilya Dryomov |
2014-04-03 | libceph: encode CEPH_OSD_OP_FLAG_* op flags | Ilya Dryomov |
2014-02-13 | net: remove unnecessary return's | stephen hemminger |
2014-02-07 | libceph: take map_sem for read in handle_reply() | Ilya Dryomov |
2014-02-07 | libceph: factor out logic from ceph_osdc_start_request() | Ilya Dryomov |
2014-02-03 | libceph: fix error handling in ceph_osdc_init() | Ilya Dryomov |
2014-01-27 | libceph: follow redirect replies from osds | Ilya Dryomov |
2014-01-27 | libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} | Ilya Dryomov |
2014-01-27 | libceph: follow {read,write}_tier fields on osd request submission | Ilya Dryomov |
2014-01-27 | libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg() | Ilya Dryomov |
2014-01-27 | libceph: introduce and start using oid abstraction | Ilya Dryomov |