Age | Commit message (Expand) | Author | Files | Lines |
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-25 | rbd: add 'client_addr' sysfs rbd device attribute | Ilya Dryomov | 1 | -0/+1 |
2016-08-25 | 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-03 | libceph: add nocephx_sign_messages option | Ilya Dryomov | 1 | -1/+2 |
2015-11-03 | 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 |
2015-02-19 | libceph: tcp_nodelay support | Chaitanya Huilgol | 1 | -1/+2 |
2014-12-17 | libceph: require cephx message signature by default | Yan, Zheng | 1 | -0/+1 |
2014-12-17 | libceph: nuke ceph_kvfree() | Ilya Dryomov | 1 | -1/+0 |
2014-10-14 | libceph: remove redundant declaration | Fabian Frederick | 1 | -1/+0 |
2014-05-07 | ceph_sync_read: stop poking into iov_iter guts | Al Viro | 1 | -2/+0 |
2014-01-26 | libceph: add ceph_kv{malloc,free}() and switch to them | Ilya Dryomov | 1 | -4/+7 |
2013-12-31 | libceph: all features fields must be u64 | Ilya Dryomov | 1 | -4/+4 |
2013-05-02 | libceph: create source file "net/ceph/snapshot.c" | Alex Elder | 1 | -25/+5 |
2013-05-02 | libceph: define CEPH_MSG_MAX_MIDDLE_LEN | Alex Elder | 1 | -0/+1 |
2013-02-20 | libceph: drop return value from page vector copy routines | Alex Elder | 1 | -2/+2 |
2013-02-20 | libceph: use void pointers in page vector functions | Alex Elder | 1 | -5/+5 |
2013-02-14 | libceph: add a compatibility check interface | Alex Elder | 1 | -0/+2 |
2012-12-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -2/+0 |
2012-12-13 | libceph: remove 'osdtimeout' option | Sage Weil | 1 | -2/+0 |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells | 1 | -7/+7 |
2012-07-31 | ceph: define snap counts as u32 everywhere | Alex Elder | 1 | -1/+1 |
2012-07-31 | libceph: move feature bits to separate header | Sage Weil | 1 | -6/+0 |
2012-06-15 | Merge tag 'v3.5-rc1' | Sage Weil | 1 | -0/+1 |
2012-06-01 | libceph: embed ceph messenger structure in ceph_client | Alex Elder | 1 | -1/+1 |
2012-03-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -1/+1 |
2012-03-22 | rbd: make ceph_parse_options() return a pointer | Alex Elder | 1 | -1/+1 |
2012-03-05 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 1 | -0/+1 |
2011-10-26 | libceph: create messenger with client | Sage Weil | 1 | -1/+3 |
2011-07-21 | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 1 | -1/+1 |
2011-03-29 | ceph: Move secret key parsing earlier. | Tommi Virtanen | 1 | -1/+1 |
2011-03-21 | ceph: move readahead default to fs/ceph from libceph | Sage Weil | 1 | -1/+0 |
2010-12-17 | ceph: mark user pages dirty on direct-io reads | Henry C Chang | 1 | -2/+4 |
2010-11-09 | ceph: fix comment, remove extraneous args | Sage Weil | 1 | -2/+1 |
2010-10-21 | ceph: factor out libceph from Ceph file system | Yehuda Sadeh | 1 | -0/+249 |