summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-062-5/+3
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-062-5/+3
* | libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov2018-05-101-4/+23
|/
* libceph: validate con->state at the top of try_write()Ilya Dryomov2018-04-261-0/+7
* libceph: reschedule a tick in finish_hunting()Ilya Dryomov2018-04-241-0/+1
* libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov2018-04-241-3/+10
* Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-109-168/+453
|\
| * ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-021-0/+1
| * libceph, ceph: add __init attribution to init funcitonsChengguang Xu2018-04-024-13/+8
| * libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu2018-04-021-0/+5
| * libceph: fix misjudgement of maximum monitor numberChengguang Xu2018-04-021-1/+1
| * libceph, ceph: change permission for readonly debugfs entriesChengguang Xu2018-04-021-5/+5
| * ceph: add newline to end of debug message formatChengguang Xu2018-04-021-1/+1
| * libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2018-04-023-38/+37
| * libceph: striping framework implementationIlya Dryomov2018-04-022-0/+227
| * libceph: handle zero-length data itemsIlya Dryomov2018-04-021-2/+12
| * libceph: introduce BVECS data typeIlya Dryomov2018-04-022-0/+114
| * libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2018-04-022-72/+42
| * libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2018-04-022-10/+6
| * libceph: eliminate overflows in ceph_calc_file_object_mapping()Ilya Dryomov2018-04-021-60/+28
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
|/
* libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu2018-02-261-0/+7
* libceph: check kstrndup() return valueChengguang Xu2018-01-291-0/+4
* Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-11-214-4/+18
|\
| * libceph: don't WARN() if user tries to add invalid keyEric Biggers2017-11-131-1/+3
| * ceph: mark expected switch fall-throughsGustavo A. R. Silva2017-11-133-3/+15
* | Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-171-2/+2
|\ \ | |/ |/|
| * ceph: use get_user_pages_fast()Al Viro2017-09-221-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0225-0/+25
* | libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov2017-09-191-10/+25
|/
* ceph: more accurate statfsDouglas Fuller2017-09-061-1/+5
* ceph: nuke startsync opYanhu Cao2017-09-061-5/+0
* libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2017-08-012-1/+9
* libceph: upmap semantic changesIlya Dryomov2017-08-011-28/+11
* crush: assume weight_set != null imples weight_set_size > 0Ilya Dryomov2017-08-012-1/+5
* libceph: fallback for when there isn't a pool-specific choose_argIlya Dryomov2017-08-011-1/+11
* libceph: don't call ->reencode_message() more than once per messageIlya Dryomov2017-08-011-3/+3
* libceph: make encode_request_*() work with r_mempool requestsIlya Dryomov2017-08-011-3/+6
* libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter2017-07-171-2/+4
* libceph: don't call encode_request_finish() on MOSDBackoff messagesIlya Dryomov2017-07-171-1/+4
* libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()Ilya Dryomov2017-07-171-1/+1
* libceph: set -EINVAL in one place in crush_decode()Ilya Dryomov2017-07-171-11/+12
* libceph: NULL deref on osdmap_apply_incremental() error pathDan Carpenter2017-07-171-3/+3
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-1/+5
|\
| * ceph: ensure RNG is seeded before usingJason A. Donenfeld2017-06-191-1/+5
* | libceph: osd_state is 32 bits wide in luminousIlya Dryomov2017-07-072-10/+21
* | crush: remove an obsolete commentIlya Dryomov2017-07-071-5/+0
* | crush: crush_init_workspace starts with struct crush_workIlya Dryomov2017-07-071-1/+1
* | libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov2017-07-072-3/+200
* | crush: implement weight and id overrides for straw2Ilya Dryomov2017-07-072-19/+57