Age | Commit message (Expand) | Author | Files | Lines |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
2023-02-02 | ceph: move mount state enum to super.h | Xiubo Li | 1 | -10/+0 |
2022-03-01 | ceph: move to a dedicated slabcache for ceph_cap_snap | Xiubo Li | 1 | -0/+1 |
2022-02-02 | libceph: optionally use bounce buffer on recv path in crc mode | Ilya Dryomov | 1 | -0/+1 |
2022-01-20 | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -1/+2 |
2022-01-15 | mm: allow !GFP_KERNEL allocations for kvmalloc | Michal Hocko | 1 | -1/+0 |
2022-01-13 | libceph: rename parse_fsid() to ceph_parse_fsid() and export | Venky Shankar | 1 | -0/+1 |
2022-01-13 | libceph: generalize addr/ip parsing based on delimiter | Venky Shankar | 1 | -1/+1 |
2021-02-16 | libceph: deprecate [no]cephx_require_signatures options | Ilya Dryomov | 1 | -4/+3 |
2020-12-14 | libceph, ceph: implement msgr2.1 protocol (crc and secure modes) | Ilya Dryomov | 1 | -2/+7 |
2020-12-14 | libceph: introduce connection modes and ms_mode option | Ilya Dryomov | 1 | -0/+1 |
2020-12-14 | ceph: add new RECOVER mount_state when recovering session | Jeff Layton | 1 | -0/+1 |
2020-08-04 | ceph: move sb->wb_pagevec_pool to be a global mempool | Jeff Layton | 1 | -0/+1 |
2020-06-16 | libceph: move away from global osd_req_flags | Ilya Dryomov | 1 | -2/+2 |
2020-06-01 | libceph: read_from_replica option | Ilya Dryomov | 1 | -0/+2 |
2020-06-01 | libceph: crush_location infrastructure | Ilya Dryomov | 1 | -0/+1 |
2020-06-01 | libceph: add non-asserting rbtree insertion helper | Ilya Dryomov | 1 | -2/+8 |
2020-03-30 | ceph: move to a dedicated slabcache for mds requests | Jeff Layton | 1 | -0/+1 |
2020-02-07 | ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log | Al Viro | 1 | -2/+3 |
2019-11-27 | libceph, rbd, ceph: convert to use the new mount API | David Howells | 1 | -4/+6 |
2019-09-16 | libceph: add function that reset client's entity addr | Yan, Zheng | 1 | -0/+1 |
2019-07-08 | libceph: bump CEPH_MSG_MAX_DATA_LEN (again) | Ilya Dryomov | 1 | -2/+4 |
2019-07-08 | libceph: remove ceph_get_direct_page_vector() | Christoph Hellwig | 1 | -4/+0 |
2019-03-20 | libceph: wait for latest osdmap in ceph_monc_blacklist_add() | Ilya Dryomov | 1 | -0/+2 |
2019-01-07 | libceph: allow setting abort_on_full for rbd | Dongsheng Yang | 1 | -2/+4 |
2018-10-22 | libceph: bump CEPH_MSG_MAX_DATA_LEN | Ilya Dryomov | 1 | -1/+7 |
2018-04-02 | ceph: optimize memory usage | Chengguang Xu | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-06 | ceph: validate correctness of some mount options | Yan, Zheng | 1 | -10/+0 |
2017-09-06 | ceph: remove unused cap_release_safety mount option | Yan, Zheng | 1 | -1/+0 |
2017-07-07 | libceph: make DEFINE_RB_* helpers more general | Ilya Dryomov | 1 | -12/+37 |
2017-05-04 | libceph: convert ceph_snap_context.nref from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+2 |
2017-05-04 | libceph, ceph: always advertise all supported features | Ilya Dryomov | 1 | -4/+1 |
2017-03-07 | libceph: osd_request_timeout option | Ilya Dryomov | 1 | -0/+2 |
2016-08-24 | rbd: add 'client_addr' sysfs rbd device attribute | Ilya Dryomov | 1 | -0/+1 |
2016-08-24 | libceph: rename ceph_client_id() -> ceph_client_gid() | Ilya Dryomov | 1 | -1/+1 |
2016-07-28 | ceph: fix symbol versioning for ceph_monc_do_statfs | Arnd Bergmann | 1 | -1/+2 |
2016-07-28 | libceph: introduce reference counted string | Yan, Zheng | 1 | -0/+1 |
2016-05-26 | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov | 1 | -0/+57 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
2016-03-25 | libceph: monc hunt rate is 3s with backoff up to 30s | Ilya Dryomov | 1 | -0/+3 |
2016-03-25 | libceph: monc ping rate is 10s | Ilya Dryomov | 1 | -2/+3 |
2015-11-02 | libceph: add nocephx_sign_messages option | Ilya Dryomov | 1 | -1/+2 |
2015-11-02 | libceph: stop duplicating client fields in messenger | Ilya Dryomov | 1 | -0/+1 |
2015-09-08 | libceph: use keepalive2 to verify the mon session is alive | Yan, Zheng | 1 | -0/+2 |
2015-06-25 | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 1 | -0/+1 |
2015-06-25 | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 1 | -6/+11 |
2015-06-25 | libceph: nuke time_sub() | Ilya Dryomov | 1 | -9/+0 |
2015-04-20 | libceph: expose client options through debugfs | Ilya Dryomov | 1 | -0/+1 |
2015-04-20 | libceph, ceph: split ceph_show_options() | Ilya Dryomov | 1 | -0/+1 |