summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: validate con->state at the top of try_write()Ilya Dryomov2018-05-021-0/+7
* libceph: NULL deref on crush_decode() error pathDan Carpenter2018-04-131-0/+1
* libceph: don't set weight to IN when OSD is destroyedIlya Dryomov2017-04-181-1/+0
* libceph: verify authorize reply on connectIlya Dryomov2017-01-151-0/+13
* libceph: apply new_state before new_up_client on incrementalsIlya Dryomov2016-08-071-43/+113
* libceph: set 'exists' flag for newly up osdYan, Zheng2016-08-071-1/+1
* libceph: don't bail early from try_read() when skipping a messageIlya Dryomov2016-03-101-2/+2
* crush: ensuring at most num-rep osds are selectedIlya Dryomov2015-06-151-4/+12
* Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov2015-06-091-2/+0
* Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov2015-06-091-11/+20
* Revert "libceph: use memalloc flags for net IO"Ilya Dryomov2015-04-161-8/+1
* libceph: fix double __remove_osd() problemIlya Dryomov2015-03-061-8/+18
* libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov2014-11-131-2/+2
* libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov2014-11-131-0/+2
* libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov2014-11-131-0/+1
* libceph: do not crash on large auth ticketsIlya Dryomov2014-11-131-37/+132
* libceph: eliminate unnecessary allocation in process_one_ticket()Ilya Dryomov2014-10-311-15/+10
* libceph: use memalloc flags for net IOMike Christie2014-10-301-1/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-10-159-228/+153
|\
| * libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov2014-10-141-1/+5
| * libceph: separate multiple ops with commas in debugfs outputIlya Dryomov2014-10-141-1/+2
| * libceph: sync osd op definitions in rados.hIlya Dryomov2014-10-142-132/+8
| * libceph: reference counting pagelistYan, Zheng2014-10-142-5/+6
| * libceph: don't try checking queue_work() return valueIlya Dryomov2014-10-141-10/+5
| * libceph: Convert pr_warning to pr_warnJoe Perches2014-10-145-37/+39
| * libceph: fix a use after free issue in osdmap_set_max_osdLi RongQing2014-10-141-16/+16
| * libceph: select CRYPTO_CBC in addition to CRYPTO_AESIlya Dryomov2014-10-141-0/+1
| * libceph: resend lingering requests with a new tidIlya Dryomov2014-10-141-19/+54
| * libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov2014-10-141-7/+17
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-1/+0
|\ \ | |/ |/|
| * KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-1/+0
* | libceph: do not hard code max auth ticket lenIlya Dryomov2014-09-101-35/+29
* | libceph: add process_one_ticket() helperIlya Dryomov2014-09-101-104/+124
* | libceph: gracefully handle large reply messages from the monSage Weil2014-09-101-0/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-08-132-55/+121
|\ \ | |/ |/|
| * libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov2014-08-091-1/+1
| * libceph: drop osd ref when canceling con workIlya Dryomov2014-07-081-4/+10
| * libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov2014-07-081-10/+0
| * libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov2014-07-081-6/+25
| * libceph: fix linger request check in __unregister_request()Ilya Dryomov2014-07-081-1/+1
| * libceph: unregister only registered linger requestsIlya Dryomov2014-07-081-5/+14
| * libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov2014-07-081-0/+2
| * libceph: harden ceph_osdc_request_release() a bitIlya Dryomov2014-07-081-0/+7
| * libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov2014-07-081-4/+22
| * libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov2014-07-081-9/+22
| * libceph: add maybe_move_osd_to_lru() and switch to itIlya Dryomov2014-07-081-12/+14
| * libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_itemIlya Dryomov2014-07-081-4/+4
* | KEYS: Ceph: Use user_match()David Howells2014-07-221-6/+2
* | KEYS: Ceph: Use key preparsingDavid Howells2014-07-221-9/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-123-7/+153
|\