summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter2017-11-111-2/+4
* libceph: NULL deref on crush_decode() error pathDan Carpenter2017-09-151-0/+1
* libceph: force GFP_NOIO for socket allocationsIlya Dryomov2017-07-181-0/+6
* libceph: don't set weight to IN when OSD is destroyedIlya Dryomov2017-07-181-1/+0
* libceph: verify authorize reply on connectIlya Dryomov2017-03-161-0/+13
* libceph: apply new_state before new_up_client on incrementalsIlya Dryomov2016-11-201-43/+113
* libceph: set 'exists' flag for newly up osdYan, Zheng2016-11-201-1/+1
* libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-06-156-55/+55
* libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov2016-06-151-2/+3
* libceph: don't bail early from try_read() when skipping a messageIlya Dryomov2016-03-081-2/+2
* crush: fix a bug in tree bucket decodeIlya Dryomov2015-07-151-1/+1
* libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov2015-06-021-11/+20
* crush: ensuring at most num-rep osds are selectedIlya Dryomov2015-05-201-4/+12
* libceph: fix double __remove_osd() problemIlya Dryomov2015-03-021-8/+18
* libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov2015-03-021-2/+2
* libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov2015-03-021-0/+2
* libceph: do not crash on large auth ticketsIlya Dryomov2014-11-271-37/+132
* libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov2014-11-171-1/+5
* libceph: do not hard code max auth ticket lenIlya Dryomov2014-09-171-35/+29
* libceph: add process_one_ticket() helperIlya Dryomov2014-09-171-104/+124
* libceph: gracefully handle large reply messages from the monSage Weil2014-09-171-0/+8
* libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov2014-09-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-123-7/+153
|\
| * libceph: add ceph_monc_wait_osdmap()Ilya Dryomov2014-06-061-0/+27
| * libceph: mon_get_version request infrastructureIlya Dryomov2014-06-063-5/+122
| * libceph: recognize poolop requests in debugfsIlya Dryomov2014-06-061-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+1
|\ \
| * | ceph: remove bogus externstephen hemminger2014-06-111-1/+1
| |/
* | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-122-1/+24
|\|
| * crush: decode and initialize chooseleaf_vary_rIlya Dryomov2014-05-161-0/+5
| * libceph: fix corruption when using page_count 0 page in rbdChunwei Chen2014-05-161-1/+19
* | ceph_sync_read: stop poking into iov_iter gutsAl Viro2014-05-061-31/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-05-051-4/+5
|\
| * libceph: fix non-default values check in apply_primary_affinity()Ilya Dryomov2014-04-281-4/+5
* | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-04-075-316/+864
|\|
| * libceph: dump pool {read,write}_tier to debugfsIlya Dryomov2014-04-041-3/+3
| * libceph: output primary affinity values on osdmap updatesIlya Dryomov2014-04-041-0/+2
| * libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Ilya Dryomov2014-04-041-75/+4
| * libceph: add support for osd primary affinityIlya Dryomov2014-04-041-0/+68
| * libceph: add support for primary_temp mappingsIlya Dryomov2014-04-041-1/+6
| * libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov2014-04-042-14/+16
| * libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov2014-04-041-13/+38
| * libceph: introduce apply_temps() helperIlya Dryomov2014-04-041-0/+52
| * libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpersIlya Dryomov2014-04-041-0/+76
| * libceph: primary_affinity decode bitsIlya Dryomov2014-04-041-0/+72
| * libceph: primary_affinity infrastructureIlya Dryomov2014-04-042-2/+50
| * libceph: primary_temp decode bitsIlya Dryomov2014-04-041-0/+69
| * libceph: primary_temp infrastructureIlya Dryomov2014-04-042-1/+16
| * libceph: generalize ceph_pg_mappingIlya Dryomov2014-04-042-6/+6