summaryrefslogtreecommitdiffstats
path: root/net/ceph/ceph_common.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-4/+1Star
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-201-1/+17
* libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-071-1/+10
* libceph: remove unnecessary non NULL check for request_keyYueHaibing2018-08-131-1/+1
* libceph: amend "bad option arg" error messageIlya Dryomov2018-08-021-2/+1Star
* libceph: stop parsing when a bad int arg is detectedChengguang Xu2018-08-021-4/+4
* Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-101-1/+7
|\
| * ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-021-0/+1
| * libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu2018-04-021-0/+5
| * ceph: add newline to end of debug message formatChengguang Xu2018-04-021-1/+1
* | 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 '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-201-1/+5
* | libceph: respect RADOS_BACKOFF backoffsIlya Dryomov2017-07-071-0/+1
* | libceph: use kbasename() and kill ceph_file_part()Ilya Dryomov2017-05-231-13/+0Star
|/
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-10/+17
|\
| * libceph: supported_features module parameterIlya Dryomov2017-05-041-0/+11
| * libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-041-10/+6Star
* | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-091-1/+1
|/
* libceph: osd_request_timeout optionIlya Dryomov2017-03-071-0/+15
* rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov2016-08-241-0/+6
* libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov2016-08-241-3/+4
* libceph: introduce reference counted stringYan, Zheng2016-07-281-0/+2
* ceph: make logical calculation functions return boolZhang Zhuoyu2016-05-261-1/+1
* libceph: monc ping rate is 10sIlya Dryomov2016-03-251-1/+0Star
* libceph: move debugfs initialization into __ceph_open_session()Ilya Dryomov2016-03-251-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-11-131-5/+13
|\
| * libceph: add nocephx_sign_messages optionIlya Dryomov2015-11-021-0/+12
| * libceph: stop duplicating client fields in messengerIlya Dryomov2015-11-021-5/+1Star
* | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-111-0/+1
|\
| * libceph: use keepalive2 to verify the mon session is aliveYan, Zheng2015-09-081-0/+1
* | fs: create and use seq_show_option for escapingKees Cook2015-09-051-2/+5
|/
* libceph: enable ceph in a non-default network namespaceIlya Dryomov2015-07-091-6/+10
* libceph: fix wrong name "Ceph filesystem for Linux"Hong Zhiguo2015-06-251-1/+1
* libceph: a couple tweaks for wait loopsIlya Dryomov2015-06-251-4/+3Star
* libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-251-10/+31
* libceph, ceph: split ceph_show_options()Ilya Dryomov2015-04-201-0/+37
* libceph: tcp_nodelay supportChaitanya Huilgol2015-02-191-1/+15
* libceph: require cephx message signature by defaultYan, Zheng2014-12-171-0/+13
* libceph: nuke ceph_kvfree()Ilya Dryomov2014-12-171-8/+0Star
* libceph: Convert pr_warning to pr_warnJoe Perches2014-10-141-6/+9
* libceph: mon_get_version request infrastructureIlya Dryomov2014-06-061-0/+2
* libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov2014-01-261-0/+20
* libceph: all features fields must be u64Ilya Dryomov2013-12-311-2/+2
* libceph: use slab cache for osd client requestsAlex Elder2013-05-021-0/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-03-011-4/+18
|\