Age | Commit message (Expand) | Author | Files | Lines |
2017-11-21 | Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 4 | -4/+18 |
2017-11-17 | Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -2/+2 |
2017-11-13 | libceph: don't WARN() if user tries to add invalid key | Eric Biggers | 1 | -1/+3 |
2017-11-13 | ceph: mark expected switch fall-throughs | Gustavo A. R. Silva | 3 | -3/+15 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 25 | -0/+25 |
2017-09-23 | ceph: use get_user_pages_fast() | Al Viro | 1 | -2/+2 |
2017-09-19 | libceph: don't allow bidirectional swap of pg-upmap-items | Ilya Dryomov | 1 | -10/+25 |
2017-09-06 | ceph: more accurate statfs | Douglas Fuller | 1 | -1/+5 |
2017-09-06 | ceph: nuke startsync op | Yanhu Cao | 1 | -5/+0 |
2017-08-01 | libceph: make RECOVERY_DELETES feature create a new interval | Ilya Dryomov | 2 | -1/+9 |
2017-08-01 | libceph: upmap semantic changes | Ilya Dryomov | 1 | -28/+11 |
2017-08-01 | crush: assume weight_set != null imples weight_set_size > 0 | Ilya Dryomov | 2 | -1/+5 |
2017-08-01 | libceph: fallback for when there isn't a pool-specific choose_arg | Ilya Dryomov | 1 | -1/+11 |
2017-08-01 | libceph: don't call ->reencode_message() more than once per message | Ilya Dryomov | 1 | -3/+3 |
2017-08-01 | libceph: make encode_request_*() work with r_mempool requests | Ilya Dryomov | 1 | -3/+6 |
2017-07-17 | libceph: potential NULL dereference in ceph_msg_data_create() | Dan Carpenter | 1 | -2/+4 |
2017-07-17 | libceph: don't call encode_request_finish() on MOSDBackoff messages | Ilya Dryomov | 1 | -1/+4 |
2017-07-17 | libceph: use alloc_pg_mapping() in __decode_pg_upmap_items() | Ilya Dryomov | 1 | -1/+1 |
2017-07-17 | libceph: set -EINVAL in one place in crush_decode() | Ilya Dryomov | 1 | -11/+12 |
2017-07-17 | libceph: NULL deref on osdmap_apply_incremental() error path | Dan Carpenter | 1 | -3/+3 |
2017-07-15 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+5 |
2017-07-07 | libceph: osd_state is 32 bits wide in luminous | Ilya Dryomov | 2 | -10/+21 |
2017-07-07 | crush: remove an obsolete comment | Ilya Dryomov | 1 | -5/+0 |
2017-07-07 | crush: crush_init_workspace starts with struct crush_work | Ilya Dryomov | 1 | -1/+1 |
2017-07-07 | libceph, crush: per-pool crush_choose_arg_map for crush_do_rule() | Ilya Dryomov | 2 | -3/+200 |
2017-07-07 | crush: implement weight and id overrides for straw2 | Ilya Dryomov | 2 | -19/+57 |
2017-07-07 | libceph: apply_upmap() | Ilya Dryomov | 1 | -2/+95 |
2017-07-07 | libceph: compute actual pgid in ceph_pg_to_up_acting_osds() | Ilya Dryomov | 1 | -6/+6 |
2017-07-07 | libceph: pg_upmap[_items] infrastructure | Ilya Dryomov | 2 | -3/+155 |
2017-07-07 | libceph: ceph_decode_skip_* helpers | Ilya Dryomov | 1 | -22/+3 |
2017-07-07 | libceph: kill __{insert,lookup,remove}_pg_mapping() | Ilya Dryomov | 1 | -72/+15 |
2017-07-07 | libceph: introduce and switch to decode_pg_mapping() | Ilya Dryomov | 1 | -67/+83 |
2017-07-07 | libceph: don't pass pgid by value | Ilya Dryomov | 1 | -10/+10 |
2017-07-07 | libceph: respect RADOS_BACKOFF backoffs | Ilya Dryomov | 4 | -0/+684 |
2017-07-07 | libceph: avoid unnecessary pi lookups in calc_target() | Ilya Dryomov | 2 | -28/+34 |
2017-07-07 | libceph: use target pi for calc_target() calculations | Ilya Dryomov | 1 | -1/+8 |
2017-07-07 | libceph: always populate t->target_{oid,oloc} in calc_target() | Ilya Dryomov | 1 | -11/+4 |
2017-07-07 | libceph: make sure need_resend targets reflect latest map | Ilya Dryomov | 2 | -9/+26 |
2017-07-07 | libceph: delete from need_resend_linger before check_linger_pool_dne() | Ilya Dryomov | 1 | -0/+1 |
2017-07-07 | libceph: resend on PG splits if OSD has RESEND_ON_SPLIT | Ilya Dryomov | 2 | -11/+17 |
2017-07-07 | libceph: drop need_resend from calc_target() | Ilya Dryomov | 1 | -7/+11 |
2017-07-07 | libceph: MOSDOp v8 encoding (actual spgid + full hash) | Ilya Dryomov | 1 | -19/+134 |
2017-07-07 | libceph: ceph_connection_operations::reencode_message() method | Ilya Dryomov | 1 | -2/+5 |
2017-07-07 | libceph: encode_{pgid,oloc}() helpers | Ilya Dryomov | 1 | -23/+27 |
2017-07-07 | libceph: introduce ceph_spg, ceph_pg_to_primary_shard() | Ilya Dryomov | 3 | -3/+48 |
2017-07-07 | libceph: new pi->last_force_request_resend | Ilya Dryomov | 1 | -0/+37 |
2017-07-07 | libceph: fold [l]req->last_force_resend into ceph_osd_request_target | Ilya Dryomov | 1 | -11/+10 |
2017-07-07 | libceph: support SERVER_JEWEL feature bits | Ilya Dryomov | 1 | -1/+7 |
2017-07-07 | libceph: handle non-empty dest in ceph_{oloc,oid}_copy() | Ilya Dryomov | 1 | -4/+6 |
2017-07-07 | libceph: remove ceph_sanitize_features() workaround | Ilya Dryomov | 1 | -2/+1 |