summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorLines
2018-04-26libceph: validate con->state at the top of try_write()Ilya Dryomov-0/+7
2018-04-24libceph: reschedule a tick in finish_hunting()Ilya Dryomov-0/+1
2018-04-24libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov-3/+10
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-168/+453
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques-0/+1
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu-13/+8
2018-04-02libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu-0/+5
2018-04-02libceph: fix misjudgement of maximum monitor numberChengguang Xu-1/+1
2018-04-02libceph, ceph: change permission for readonly debugfs entriesChengguang Xu-5/+5
2018-04-02ceph: add newline to end of debug message formatChengguang Xu-1/+1
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov-38/+37
2018-04-02libceph: striping framework implementationIlya Dryomov-0/+227
2018-04-02libceph: handle zero-length data itemsIlya Dryomov-2/+12
2018-04-02libceph: introduce BVECS data typeIlya Dryomov-0/+114
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov-72/+42
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov-10/+6
2018-04-02libceph: eliminate overflows in ceph_calc_file_object_mapping()Ilya Dryomov-60/+28
2018-03-26net: Use octal not symbolic permissionsJoe Perches-1/+1
2018-02-26libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu-0/+7
2018-01-29libceph: check kstrndup() return valueChengguang Xu-0/+4
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-4/+18
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+2
2017-11-13libceph: don't WARN() if user tries to add invalid keyEric Biggers-1/+3
2017-11-13ceph: mark expected switch fall-throughsGustavo A. R. Silva-3/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+25
2017-09-22ceph: use get_user_pages_fast()Al Viro-2/+2
2017-09-19libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov-10/+25
2017-09-06ceph: more accurate statfsDouglas Fuller-1/+5
2017-09-06ceph: nuke startsync opYanhu Cao-5/+0
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov-1/+9
2017-08-01libceph: upmap semantic changesIlya Dryomov-28/+11
2017-08-01crush: assume weight_set != null imples weight_set_size > 0Ilya Dryomov-1/+5
2017-08-01libceph: fallback for when there isn't a pool-specific choose_argIlya Dryomov-1/+11
2017-08-01libceph: don't call ->reencode_message() more than once per messageIlya Dryomov-3/+3
2017-08-01libceph: make encode_request_*() work with r_mempool requestsIlya Dryomov-3/+6
2017-07-17libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter-2/+4
2017-07-17libceph: don't call encode_request_finish() on MOSDBackoff messagesIlya Dryomov-1/+4
2017-07-17libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()Ilya Dryomov-1/+1
2017-07-17libceph: set -EINVAL in one place in crush_decode()Ilya Dryomov-11/+12
2017-07-17libceph: NULL deref on osdmap_apply_incremental() error pathDan Carpenter-3/+3
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+5
2017-07-07libceph: osd_state is 32 bits wide in luminousIlya Dryomov-10/+21
2017-07-07crush: remove an obsolete commentIlya Dryomov-5/+0
2017-07-07crush: crush_init_workspace starts with struct crush_workIlya Dryomov-1/+1
2017-07-07libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov-3/+200
2017-07-07crush: implement weight and id overrides for straw2Ilya Dryomov-19/+57
2017-07-07libceph: apply_upmap()Ilya Dryomov-2/+95
2017-07-07libceph: compute actual pgid in ceph_pg_to_up_acting_osds()Ilya Dryomov-6/+6
2017-07-07libceph: pg_upmap[_items] infrastructureIlya Dryomov-3/+155
2017-07-07libceph: ceph_decode_skip_* helpersIlya Dryomov-22/+3