| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log | Al Viro | 2020-02-07 | 1 | -2/+3 |
* | libceph, rbd, ceph: convert to use the new mount API | David Howells | 2019-11-27 | 1 | -4/+6 |
* | libceph: add function that reset client's entity addr | Yan, Zheng | 2019-09-16 | 1 | -0/+1 |
* | libceph: bump CEPH_MSG_MAX_DATA_LEN (again) | Ilya Dryomov | 2019-07-08 | 1 | -2/+4 |
* | libceph: remove ceph_get_direct_page_vector() | Christoph Hellwig | 2019-07-08 | 1 | -4/+0 |
* | libceph: wait for latest osdmap in ceph_monc_blacklist_add() | Ilya Dryomov | 2019-03-20 | 1 | -0/+2 |
* | libceph: allow setting abort_on_full for rbd | Dongsheng Yang | 2019-01-07 | 1 | -2/+4 |
* | libceph: bump CEPH_MSG_MAX_DATA_LEN | Ilya Dryomov | 2018-10-22 | 1 | -1/+7 |
* | ceph: optimize memory usage | Chengguang Xu | 2018-04-02 | 1 | -0/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ceph: validate correctness of some mount options | Yan, Zheng | 2017-09-06 | 1 | -10/+0 |
* | ceph: remove unused cap_release_safety mount option | Yan, Zheng | 2017-09-06 | 1 | -1/+0 |
* | libceph: make DEFINE_RB_* helpers more general | Ilya Dryomov | 2017-07-07 | 1 | -12/+37 |
* | libceph: convert ceph_snap_context.nref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -1/+2 |
* | libceph, ceph: always advertise all supported features | Ilya Dryomov | 2017-05-04 | 1 | -4/+1 |
* | libceph: osd_request_timeout option | Ilya Dryomov | 2017-03-07 | 1 | -0/+2 |
* | rbd: add 'client_addr' sysfs rbd device attribute | Ilya Dryomov | 2016-08-24 | 1 | -0/+1 |
* | libceph: rename ceph_client_id() -> ceph_client_gid() | Ilya Dryomov | 2016-08-24 | 1 | -1/+1 |
* | ceph: fix symbol versioning for ceph_monc_do_statfs | Arnd Bergmann | 2016-07-28 | 1 | -1/+2 |
* | libceph: introduce reference counted string | Yan, Zheng | 2016-07-28 | 1 | -0/+1 |
* | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov | 2016-05-26 | 1 | -0/+57 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
* | libceph: monc hunt rate is 3s with backoff up to 30s | Ilya Dryomov | 2016-03-25 | 1 | -0/+3 |
* | libceph: monc ping rate is 10s | Ilya Dryomov | 2016-03-25 | 1 | -2/+3 |
* | libceph: add nocephx_sign_messages option | Ilya Dryomov | 2015-11-02 | 1 | -1/+2 |
* | libceph: stop duplicating client fields in messenger | Ilya Dryomov | 2015-11-02 | 1 | -0/+1 |
* | libceph: use keepalive2 to verify the mon session is alive | Yan, Zheng | 2015-09-08 | 1 | -0/+2 |
* | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 2015-06-25 | 1 | -0/+1 |
* | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 2015-06-25 | 1 | -6/+11 |
* | libceph: nuke time_sub() | Ilya Dryomov | 2015-06-25 | 1 | -9/+0 |
* | libceph: expose client options through debugfs | Ilya Dryomov | 2015-04-20 | 1 | -0/+1 |
* | libceph, ceph: split ceph_show_options() | Ilya Dryomov | 2015-04-20 | 1 | -0/+1 |
* | libceph: tcp_nodelay support | Chaitanya Huilgol | 2015-02-19 | 1 | -1/+2 |
* | libceph: require cephx message signature by default | Yan, Zheng | 2014-12-17 | 1 | -0/+1 |
* | libceph: nuke ceph_kvfree() | Ilya Dryomov | 2014-12-17 | 1 | -1/+0 |
* | libceph: remove redundant declaration | Fabian Frederick | 2014-10-14 | 1 | -1/+0 |
* | ceph_sync_read: stop poking into iov_iter guts | Al Viro | 2014-05-06 | 1 | -2/+0 |
* | libceph: add ceph_kv{malloc,free}() and switch to them | Ilya Dryomov | 2014-01-26 | 1 | -4/+7 |
* | libceph: all features fields must be u64 | Ilya Dryomov | 2013-12-31 | 1 | -4/+4 |
* | libceph: create source file "net/ceph/snapshot.c" | Alex Elder | 2013-05-01 | 1 | -25/+5 |
* | libceph: define CEPH_MSG_MAX_MIDDLE_LEN | Alex Elder | 2013-05-01 | 1 | -0/+1 |
* | libceph: drop return value from page vector copy routines | Alex Elder | 2013-02-19 | 1 | -2/+2 |
* | libceph: use void pointers in page vector functions | Alex Elder | 2013-02-19 | 1 | -5/+5 |
* | libceph: add a compatibility check interface | Alex Elder | 2013-02-13 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-12-20 | 1 | -2/+0 |
|\ |
|
| * | libceph: remove 'osdtimeout' option | Sage Weil | 2012-12-13 | 1 | -2/+0 |
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells | 2012-10-02 | 1 | -7/+7 |
|/ |
|
* | ceph: define snap counts as u32 everywhere | Alex Elder | 2012-07-30 | 1 | -1/+1 |
* | libceph: move feature bits to separate header | Sage Weil | 2012-07-30 | 1 | -6/+0 |
* | Merge tag 'v3.5-rc1' | Sage Weil | 2012-06-15 | 1 | -0/+1 |
|\ |
|