aboutsummaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)Author
2015-06-03libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov
2015-03-05libceph: fix double __remove_osd() problemIlya Dryomov
2015-03-05libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov
2015-03-05libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov
2014-11-19libceph: do not crash on large auth ticketsIlya Dryomov
2014-10-31libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov
2014-09-17libceph: gracefully handle large reply messages from the monSage Weil
2014-09-17libceph: do not hard code max auth ticket lenIlya Dryomov
2014-09-17libceph: add process_one_ticket() helperIlya Dryomov
2014-09-17libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov
2014-06-09libceph: fix corruption when using page_count 0 page in rbdChunwei Chen
2014-03-31libceph: fix preallocation check in get_reply()Ilya Dryomov
2014-03-31libceph: rename front to front_len in get_reply()Ilya Dryomov
2014-03-31libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov
2014-03-31libceph: resend all writes after the osdmap loses the full flagJosh Durgin
2014-03-31libceph: block I/O when PAUSE or FULL osd map flags are setJosh Durgin
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-09-09libceph: add function to ensure notifies are completeJosh Durgin
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-09-03libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calcSage Weil
2013-08-27libceph: create_singlethread_workqueue() doesn't return ERR_PTRsDan Carpenter
2013-08-27libceph: potential NULL dereference in ceph_osdc_handle_map()Dan Carpenter
2013-08-27libceph: fix error handling in handle_reply()Dan Carpenter
2013-08-15ceph: punch hole supportLi Wang
2013-08-09ceph: WQ_NON_REENTRANT is meaningless and going awayTejun Heo
2013-08-09libceph: unregister request in __map_request failed and nofail == falsemajianpeng
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet
2013-07-03libceph: call r_unsafe_callback when unsafe reply is receivedYan, Zheng
2013-07-03libceph: Fix NULL pointer dereference in auth client codeTyler Hicks
2013-07-03libceph: fix truncate size calculationYan, Zheng
2013-07-03libceph: fix safe completionYan, Zheng
2013-07-03libceph: print more info for short message headerAlex Elder
2013-07-03libceph: add lingering request reference when registeredAlex Elder
2013-05-17libceph: must hold mutex for reset_changed_osds()Alex Elder
2013-05-13libceph: init sent and completed when startingAlex Elder
2013-05-02libceph: use slab cache for osd client requestsAlex Elder
2013-05-02libceph: allocate ceph message data with a slab allocatorAlex Elder
2013-05-02libceph: allocate ceph messages with a slab allocatorAlex Elder
2013-05-01libceph: create source file "net/ceph/snapshot.c"Alex Elder
2013-05-01libceph: fix byte order mismatchAlex Elder
2013-05-01libceph: support pages for class request dataAlex Elder
2013-05-01libceph: fix two messenger bugsAlex Elder
2013-05-01libceph: support raw data requestsAlex Elder
2013-05-01libceph: clean up osd data field access functionsAlex Elder
2013-05-01libceph: kill off osd data write_request parametersAlex Elder
2013-05-01libceph: change how "safe" callback is usedAlex Elder
2013-05-01libceph: make method call data be a separate data itemAlex Elder
2013-05-01libceph: add, don't set data for a messageAlex Elder
2013-05-01libceph: implement multiple data items in a messageAlex Elder
2013-05-01libceph: replace message data pointer with listAlex Elder