aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/ceph_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov1-0/+7
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-9/+9
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko1-27/+0
2022-01-13libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar1-4/+5
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar1-5/+4
2021-02-16libceph: remove osdtimeout option entirelyIlya Dryomov1-6/+0
2021-02-16libceph: deprecate [no]cephx_require_signatures optionsIlya Dryomov1-6/+5
2020-12-14libceph: introduce connection modes and ms_mode optionIlya Dryomov1-0/+63
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov1-8/+6
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+75
2020-06-02mm: remove map_vm_rangeChristoph Hellwig1-2/+1
2020-06-01libceph: read_from_replica optionIlya Dryomov1-0/+39
2020-06-01libceph: crush_location infrastructureIlya Dryomov1-0/+36
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-6/+2
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro1-4/+4
2020-02-07new primitive: __fs_parse()Al Viro1-1/+1
2020-02-07switch rbd and libceph to p_log-based primitivesAl Viro1-12/+14
2020-02-07fs_parse: get rid of ->enumsAl Viro1-1/+1
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells1-229/+190
2019-09-16libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc()Ilya Dryomov1-6/+23
2019-09-16libceph: add function that reset client's entity addrYan, Zheng1-0/+8
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov1-1/+17
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang1-1/+10
2018-08-13libceph: remove unnecessary non NULL check for request_keyYueHaibing1-1/+1
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov1-2/+1
2018-08-02libceph: stop parsing when a bad int arg is detectedChengguang Xu1-4/+4
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+7
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques1-0/+1
2018-04-02libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu1-0/+5
2018-04-02ceph: add newline to end of debug message formatChengguang Xu1-1/+1
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-26libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu1-0/+7
2018-01-29libceph: check kstrndup() return valueChengguang Xu1-0/+4
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-1/+5
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov1-0/+1
2017-06-19ceph: ensure RNG is seeded before usingJason A. Donenfeld1-1/+5
2017-05-23libceph: use kbasename() and kill ceph_file_part()Ilya Dryomov1-13/+0
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-10/+17
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2017-05-04libceph: supported_features module parameterIlya Dryomov1-0/+11
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov1-10/+6
2017-03-07libceph: osd_request_timeout optionIlya Dryomov1-0/+15
2016-08-24rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov1-0/+6
2016-08-24libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov1-3/+4
2016-07-28libceph: introduce reference counted stringYan, Zheng1-0/+2
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu1-1/+1
2016-03-25libceph: monc ping rate is 10sIlya Dryomov1-1/+0