summaryrefslogtreecommitdiffstats
path: root/net/ceph/ceph_common.c
AgeCommit message (Expand)Author
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-06-02mm: remove map_vm_rangeChristoph Hellwig
2020-06-01libceph: read_from_replica optionIlya Dryomov
2020-06-01libceph: crush_location infrastructureIlya Dryomov
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro
2020-02-07new primitive: __fs_parse()Al Viro
2020-02-07switch rbd and libceph to p_log-based primitivesAl Viro
2020-02-07fs_parse: get rid of ->enumsAl Viro
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells
2019-09-16libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc()Ilya Dryomov
2019-09-16libceph: add function that reset client's entity addrYan, Zheng
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang
2018-08-13libceph: remove unnecessary non NULL check for request_keyYueHaibing
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov
2018-08-02libceph: stop parsing when a bad int arg is detectedChengguang Xu
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques
2018-04-02libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu
2018-04-02ceph: add newline to end of debug message formatChengguang Xu
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-26libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu
2018-01-29libceph: check kstrndup() return valueChengguang Xu
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov
2017-06-19ceph: ensure RNG is seeded before usingJason A. Donenfeld
2017-05-23libceph: use kbasename() and kill ceph_file_part()Ilya Dryomov
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-04libceph: supported_features module parameterIlya Dryomov
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov
2017-03-07libceph: osd_request_timeout optionIlya Dryomov
2016-08-24rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov
2016-08-24libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov
2016-07-28libceph: introduce reference counted stringYan, Zheng
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu
2016-03-25libceph: monc ping rate is 10sIlya Dryomov
2016-03-25libceph: move debugfs initialization into __ceph_open_session()Ilya Dryomov
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-11-02libceph: add nocephx_sign_messages optionIlya Dryomov
2015-11-02libceph: stop duplicating client fields in messengerIlya Dryomov
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-09-08libceph: use keepalive2 to verify the mon session is aliveYan, Zheng
2015-09-04fs: create and use seq_show_option for escapingKees Cook