Age | Commit message (Expand) | Author | Files | Lines |
2015-01-08 | libceph: fix sparse endianness warnings |  Ilya Dryomov | 1 | -2/+2 |
2014-12-17 | libceph: fixup includes in pagelist.h |  Ilya Dryomov | 1 | -1/+3 |
2014-12-17 | ceph: use getattr request to fetch inline data |  Yan, Zheng | 1 | -0/+2 |
2014-12-17 | ceph: add inline data to pagecache |  Yan, Zheng | 1 | -0/+1 |
2014-12-17 | libceph: specify position of extent operation |  Yan, Zheng | 1 | -1/+2 |
2014-12-17 | libceph: add SETXATTR/CMPXATTR osd operations support |  Yan, Zheng | 1 | -0/+10 |
2014-12-17 | libceph: require cephx message signature by default |  Yan, Zheng | 1 | -0/+1 |
2014-12-17 | libceph: update ceph_msg_header structure |  John Spray | 1 | -1/+2 |
2014-12-17 | libceph: message signature support |  Yan, Zheng | 4 | -1/+43 |
2014-12-17 | libceph: nuke ceph_kvfree() |  Ilya Dryomov | 2 | -3/+1 |
2014-12-17 | ceph: fix file lock interruption |  Yan, Zheng | 1 | -2/+5 |
2014-10-14 | libceph: sync osd op definitions in rados.h |  Ilya Dryomov | 1 | -96/+129 |
2014-10-14 | libceph: remove redundant declaration |  Fabian Frederick | 1 | -1/+0 |
2014-10-14 | libceph: reference counting pagelist |  Yan, Zheng | 1 | -1/+4 |
2014-07-08 | libceph: nuke ceph_osdc_unregister_linger_request() |  Ilya Dryomov | 1 | -2/+0 |
2014-07-08 | libceph: introduce ceph_osdc_cancel_request() |  Ilya Dryomov | 1 | -0/+1 |
2014-07-08 | libceph: move and add dout()s to ceph_osdc_request_{get,put}() |  Ilya Dryomov | 1 | -9/+2 |
2014-07-08 | libceph: move and add dout()s to ceph_msg_{get,put}() |  Ilya Dryomov | 1 | -12/+2 |
2014-07-08 | libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item |  Ilya Dryomov | 1 | -1/+1 |
2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 2 | -3/+10 |
2014-06-06 | libceph: add ceph_monc_wait_osdmap() |  Ilya Dryomov | 1 | -0/+2 |
2014-06-06 | libceph: mon_get_version request infrastructure |  Ilya Dryomov | 1 | -3/+6 |
2014-06-06 | ceph: update inode fields according to issued caps |  Yan, Zheng | 1 | -0/+2 |
2014-05-06 | ceph_sync_read: stop poking into iov_iter guts |  Al Viro | 1 | -2/+0 |
2014-04-04 | libceph: enable PRIMARY_AFFINITY feature bit |  Ilya Dryomov | 1 | -1/+2 |
2014-04-04 | libceph: return primary from ceph_calc_pg_acting() |  Ilya Dryomov | 1 | -1/+1 |
2014-04-04 | libceph: switch ceph_calc_pg_acting() to new helpers |  Ilya Dryomov | 1 | -1/+1 |
2014-04-04 | libceph: ceph_can_shift_osds(pool) and pool type defines |  Ilya Dryomov | 2 | -2/+15 |
2014-04-04 | libceph: ceph_osd_{exists,is_up,is_down}(osd) definitions |  Ilya Dryomov | 1 | -1/+13 |
2014-04-04 | libceph: enable OSDMAP_ENC feature bit |  Ilya Dryomov | 1 | -0/+1 |
2014-04-04 | libceph: primary_affinity infrastructure |  Ilya Dryomov | 2 | -0/+7 |
2014-04-04 | libceph: primary_temp infrastructure |  Ilya Dryomov | 1 | -0/+5 |
2014-04-04 | libceph: generalize ceph_pg_mapping |  Ilya Dryomov | 1 | -2/+7 |
2014-04-04 | libceph: split osdmap allocation and decode steps |  Ilya Dryomov | 1 | -1/+1 |
2014-04-04 | crush: support chooseleaf_vary_r tunable (tunables3) by default |  Ilya Dryomov | 1 | -1/+9 |
2014-04-04 | ceph: use fl->fl_file as owner identifier of flock and posix lock |  Yan, Zheng | 1 | -2/+2 |
2014-04-03 | ceph: add get_name() NFS export callback |  Yan, Zheng | 1 | -0/+1 |
2014-04-03 | libceph: bump CEPH_OSD_MAX_OP to 3 |  Ilya Dryomov | 1 | -1/+1 |
2014-04-03 | libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op |  Ilya Dryomov | 2 | -0/+15 |
2014-04-03 | libceph: encode CEPH_OSD_OP_FLAG_* op flags |  Ilya Dryomov | 2 | -1/+2 |
2014-04-03 | libceph: a per-osdc crush scratch buffer |  Ilya Dryomov | 1 | -0/+3 |
2014-02-17 | ceph: remove xattr when null value is given to setxattr() |  Yan, Zheng | 1 | -2/+3 |
2014-01-30 | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block |  Linus Torvalds | 1 | -2/+2 |
2014-01-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 8 | -84/+175 |
2014-01-27 | libceph: support CEPH_FEATURE_OSD_CACHEPOOL feature |  Ilya Dryomov | 1 | -0/+1 |
2014-01-27 | libceph: follow redirect replies from osds |  Ilya Dryomov | 1 | -0/+6 |
2014-01-27 | libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} |  Ilya Dryomov | 1 | -2/+2 |
2014-01-27 | libceph: follow {read,write}_tier fields on osd request submission |  Ilya Dryomov | 1 | -0/+2 |
2014-01-27 | libceph: add ceph_pg_pool_by_id() |  Ilya Dryomov | 1 | -0/+3 |
2014-01-27 | libceph: CEPH_OSD_FLAG_* enum update |  Ilya Dryomov | 1 | -0/+4 |