aboutsummaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-117/+149
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-4/+5
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-5/+3
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 2-5/+3
2018-06-04libceph: allocate the locator string with GFP_NOFAILGravatar Ilya Dryomov 2-20/+9
2018-06-04libceph: make abort_on_full a per-osdc settingGravatar Ilya Dryomov 1-5/+4
2018-06-04libceph: don't abort reads in ceph_osdc_abort_on_full()Gravatar Ilya Dryomov 1-1/+2
2018-06-04libceph: avoid a use-after-free during map checkGravatar Ilya Dryomov 1-1/+1
2018-06-04libceph: don't warn if req->r_abort_on_full is setGravatar Ilya Dryomov 1-4/+6
2018-06-04libceph: use for_each_request() in ceph_osdc_abort_on_full()Gravatar Ilya Dryomov 1-53/+26
2018-06-04libceph: defer __complete_request() to a workqueueGravatar Ilya Dryomov 1-1/+18
2018-06-04libceph: move more code into __complete_request()Gravatar Ilya Dryomov 1-8/+6
2018-06-04libceph: no need to call flush_workqueue() before destructionGravatar Ilya Dryomov 1-1/+0
2018-06-04libceph: introduce ceph_osdc_abort_requests()Gravatar Ilya Dryomov 1-5/+62
2018-06-04libceph: use MSG_TRUNC for discarding received bytesGravatar Ilya Dryomov 1-13/+8
2018-06-04libceph: get rid of more_kvec in try_write()Gravatar Ilya Dryomov 1-7/+3
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Gravatar Chengguang Xu 1-3/+9
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Gravatar Ilya Dryomov 1-4/+23
2018-04-26libceph: validate con->state at the top of try_write()Gravatar Ilya Dryomov 1-0/+7
2018-04-24libceph: reschedule a tick in finish_hunting()Gravatar Ilya Dryomov 1-0/+1
2018-04-24libceph: un-backoff on tick when we have a authenticated sessionGravatar Ilya Dryomov 1-3/+10
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 9-168/+453
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasGravatar Luis Henriques 1-0/+1
2018-04-02libceph, ceph: add __init attribution to init funcitonsGravatar Chengguang Xu 4-13/+8
2018-04-02libceph: adding missing message types to ceph_msg_type_name()Gravatar Chengguang Xu 1-0/+5
2018-04-02libceph: fix misjudgement of maximum monitor numberGravatar Chengguang Xu 1-1/+1
2018-04-02libceph, ceph: change permission for readonly debugfs entriesGravatar Chengguang Xu 1-5/+5
2018-04-02ceph: add newline to end of debug message formatGravatar Chengguang Xu 1-1/+1
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cGravatar Ilya Dryomov 3-38/+37
2018-04-02libceph: striping framework implementationGravatar Ilya Dryomov 2-0/+227
2018-04-02libceph: handle zero-length data itemsGravatar Ilya Dryomov 1-2/+12
2018-04-02libceph: introduce BVECS data typeGravatar Ilya Dryomov 2-0/+114
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Gravatar Ilya Dryomov 2-72/+42
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureGravatar Ilya Dryomov 2-10/+6
2018-04-02libceph: eliminate overflows in ceph_calc_file_object_mapping()Gravatar Ilya Dryomov 1-60/+28
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-02-26libceph, ceph: avoid memory leak when specifying same option several timesGravatar Chengguang Xu 1-0/+7
2018-01-29libceph: check kstrndup() return valueGravatar Chengguang Xu 1-0/+4
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-4/+18
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+2
2017-11-13libceph: don't WARN() if user tries to add invalid keyGravatar Eric Biggers 1-1/+3
2017-11-13ceph: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 3-3/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 25-0/+25
2017-09-22ceph: use get_user_pages_fast()Gravatar Al Viro 1-2/+2
2017-09-19libceph: don't allow bidirectional swap of pg-upmap-itemsGravatar Ilya Dryomov 1-10/+25
2017-09-06ceph: more accurate statfsGravatar Douglas Fuller 1-1/+5
2017-09-06ceph: nuke startsync opGravatar Yanhu Cao 1-5/+0
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalGravatar Ilya Dryomov 2-1/+9
2017-08-01libceph: upmap semantic changesGravatar Ilya Dryomov 1-28/+11
2017-08-01crush: assume weight_set != null imples weight_set_size > 0Gravatar Ilya Dryomov 2-1/+5