Age | Commit message (Expand) | Author | Files | Lines |
2022-02-02 | libceph: optionally use bounce buffer on recv path in crc mode | Ilya Dryomov | 1 | -0/+7 |
2022-01-20 | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -9/+9 |
2022-01-15 | mm: allow !GFP_KERNEL allocations for kvmalloc | Michal Hocko | 1 | -27/+0 |
2022-01-13 | libceph: rename parse_fsid() to ceph_parse_fsid() and export | Venky Shankar | 1 | -4/+5 |
2022-01-13 | libceph: generalize addr/ip parsing based on delimiter | Venky Shankar | 1 | -5/+4 |
2021-02-16 | libceph: remove osdtimeout option entirely | Ilya Dryomov | 1 | -6/+0 |
2021-02-16 | libceph: deprecate [no]cephx_require_signatures options | Ilya Dryomov | 1 | -6/+5 |
2020-12-14 | libceph: introduce connection modes and ms_mode option | Ilya Dryomov | 1 | -0/+63 |
2020-06-16 | libceph: move away from global osd_req_flags | Ilya Dryomov | 1 | -8/+6 |
2020-06-08 | Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -0/+75 |
2020-06-02 | mm: remove map_vm_range | Christoph Hellwig | 1 | -2/+1 |
2020-06-01 | libceph: read_from_replica option | Ilya Dryomov | 1 | -0/+39 |
2020-06-01 | libceph: crush_location infrastructure | Ilya Dryomov | 1 | -0/+36 |
2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 1 | -6/+2 |
2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 1 | -1/+0 |
2020-02-07 | ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log | Al Viro | 1 | -4/+4 |
2020-02-07 | new primitive: __fs_parse() | Al Viro | 1 | -1/+1 |
2020-02-07 | switch rbd and libceph to p_log-based primitives | Al Viro | 1 | -12/+14 |
2020-02-07 | fs_parse: get rid of ->enums | Al Viro | 1 | -1/+1 |
2019-11-27 | libceph, rbd, ceph: convert to use the new mount API | David Howells | 1 | -229/+190 |
2019-09-16 | libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc() | Ilya Dryomov | 1 | -6/+23 |
2019-09-16 | libceph: add function that reset client's entity addr | Yan, Zheng | 1 | -0/+8 |
2019-07-03 | ceph: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -4/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-03-20 | libceph: wait for latest osdmap in ceph_monc_blacklist_add() | Ilya Dryomov | 1 | -1/+17 |
2019-01-07 | libceph: allow setting abort_on_full for rbd | Dongsheng Yang | 1 | -1/+10 |
2018-08-13 | libceph: remove unnecessary non NULL check for request_key | YueHaibing | 1 | -1/+1 |
2018-08-02 | libceph: amend "bad option arg" error message | Ilya Dryomov | 1 | -2/+1 |
2018-08-02 | libceph: stop parsing when a bad int arg is detected | Chengguang Xu | 1 | -4/+4 |
2018-04-10 | Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -1/+7 |
2018-04-02 | ceph: quota: add initial infrastructure to support cephfs quotas | Luis Henriques | 1 | -0/+1 |
2018-04-02 | libceph: adding missing message types to ceph_msg_type_name() | Chengguang Xu | 1 | -0/+5 |
2018-04-02 | ceph: add newline to end of debug message format | Chengguang Xu | 1 | -1/+1 |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches | 1 | -1/+1 |
2018-02-26 | libceph, ceph: avoid memory leak when specifying same option several times | Chengguang Xu | 1 | -0/+7 |
2018-01-29 | libceph: check kstrndup() return value | Chengguang Xu | 1 | -0/+4 |
2017-07-15 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+5 |
2017-07-07 | libceph: respect RADOS_BACKOFF backoffs | Ilya Dryomov | 1 | -0/+1 |
2017-06-19 | ceph: ensure RNG is seeded before using | Jason A. Donenfeld | 1 | -1/+5 |
2017-05-23 | libceph: use kbasename() and kill ceph_file_part() | Ilya Dryomov | 1 | -13/+0 |
2017-05-10 | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -10/+17 |
2017-05-08 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 1 | -1/+1 |
2017-05-04 | libceph: supported_features module parameter | Ilya Dryomov | 1 | -0/+11 |
2017-05-04 | libceph, ceph: always advertise all supported features | Ilya Dryomov | 1 | -10/+6 |
2017-03-07 | libceph: osd_request_timeout option | Ilya Dryomov | 1 | -0/+15 |
2016-08-24 | rbd: add 'client_addr' sysfs rbd device attribute | Ilya Dryomov | 1 | -0/+6 |
2016-08-24 | libceph: rename ceph_client_id() -> ceph_client_gid() | Ilya Dryomov | 1 | -3/+4 |
2016-07-28 | libceph: introduce reference counted string | Yan, Zheng | 1 | -0/+2 |
2016-05-26 | ceph: make logical calculation functions return bool | Zhang Zhuoyu | 1 | -1/+1 |
2016-03-25 | libceph: monc ping rate is 10s | Ilya Dryomov | 1 | -1/+0 |