| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-01-28 | 38 | -679/+2261 |
|\ |
|
| * | ceph: cast PAGE_SIZE to size_t in ceph_sync_write() | Ilya Dryomov | 2014-01-28 | 1 | -1/+1 |
| * | ceph: fix dout() compile warnings in ceph_filemap_fault() | Ilya Dryomov | 2014-01-28 | 1 | -3/+3 |
| * | libceph: support CEPH_FEATURE_OSD_CACHEPOOL feature | Ilya Dryomov | 2014-01-27 | 1 | -0/+1 |
| * | libceph: follow redirect replies from osds | Ilya Dryomov | 2014-01-27 | 2 | -9/+164 |
| * | libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} | Ilya Dryomov | 2014-01-27 | 4 | -23/+23 |
| * | libceph: follow {read,write}_tier fields on osd request submission | Ilya Dryomov | 2014-01-27 | 3 | -5/+55 |
| * | libceph: add ceph_pg_pool_by_id() | Ilya Dryomov | 2014-01-27 | 2 | -0/+8 |
| * | libceph: CEPH_OSD_FLAG_* enum update | Ilya Dryomov | 2014-01-27 | 1 | -0/+4 |
| * | libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg() | Ilya Dryomov | 2014-01-27 | 4 | -18/+30 |
| * | libceph: introduce and start using oid abstraction | Ilya Dryomov | 2014-01-27 | 5 | -25/+50 |
| * | libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN | Ilya Dryomov | 2014-01-27 | 3 | -6/+6 |
| * | libceph: move ceph_file_layout helpers to ceph_fs.h | Ilya Dryomov | 2014-01-27 | 2 | -27/+23 |
| * | libceph: start using oloc abstraction | Ilya Dryomov | 2014-01-27 | 4 | -10/+12 |
| * | libceph: dout() is missing a newline | Ilya Dryomov | 2014-01-26 | 1 | -2/+2 |
| * | libceph: add ceph_kv{malloc,free}() and switch to them | Ilya Dryomov | 2014-01-26 | 6 | -33/+35 |
| * | libceph: support CEPH_FEATURE_EXPORT_PEER | Yan, Zheng | 2014-01-21 | 1 | -1/+2 |
| * | ceph: add imported caps when handling cap export message | Yan, Zheng | 2014-01-21 | 3 | -82/+146 |
| * | ceph: add open export target session helper | Yan, Zheng | 2014-01-21 | 2 | -15/+38 |
| * | ceph: remove exported caps when handling cap import message | Yan, Zheng | 2014-01-21 | 2 | -28/+62 |
| * | ceph: handle session flush message | Yan, Zheng | 2014-01-21 | 3 | -0/+23 |
| * | ceph: check inode caps in ceph_d_revalidate | Yan, Zheng | 2014-01-21 | 3 | -3/+21 |
| * | ceph: handle -ESTALE reply | Yan, Zheng | 2014-01-21 | 1 | -20/+11 |
| * | ceph: fix trim caps | Yan, Zheng | 2014-01-21 | 1 | -6/+11 |
| * | ceph: fix cache revoke race | Yan, Zheng | 2014-01-21 | 3 | -4/+8 |
| * | ceph: use ceph_seq_cmp() to compare migrate_seq | Yan, Zheng | 2014-01-21 | 1 | -1/+1 |
| * | ceph: handle cap export race in try_flush_caps() | Yan, Zheng | 2014-01-21 | 1 | -8/+8 |
| * | ceph: trivial comment fix | J. Bruce Fields | 2014-01-16 | 1 | -3/+3 |
| * | libceph: fix preallocation check in get_reply() | Ilya Dryomov | 2014-01-14 | 2 | -4/+3 |
| * | libceph: rename front to front_len in get_reply() | Ilya Dryomov | 2014-01-14 | 1 | -4/+5 |
| * | libceph: rename ceph_msg::front_max to front_alloc_len | Ilya Dryomov | 2014-01-14 | 3 | -8/+8 |
| * | libceph: use CEPH_MON_PORT when the specified port is 0 | Ilya Dryomov | 2013-12-31 | 1 | -1/+3 |
| * | crush: support new indep mode and SET_* steps (crush v2) by default | Ilya Dryomov | 2013-12-31 | 1 | -1/+2 |
| * | crush: fix crush_choose_firstn comment | Ilya Dryomov | 2013-12-31 | 1 | -1/+5 |
| * | crush: attempts -> tries | Ilya Dryomov | 2013-12-31 | 1 | -8/+8 |
| * | crush: add set_choose_local_[fallback_]tries steps | Ilya Dryomov | 2013-12-31 | 2 | -5/+25 |
| * | crush: generalize descend_once | Ilya Dryomov | 2013-12-31 | 1 | -11/+14 |
| * | crush: CHOOSE_LEAF -> CHOOSELEAF throughout | Ilya Dryomov | 2013-12-31 | 2 | -8/+8 |
| * | crush: add SET_CHOOSE_TRIES rule step | Ilya Dryomov | 2013-12-31 | 2 | -1/+7 |
| * | crush: apply chooseleaf_tries to firstn mode too | Ilya Dryomov | 2013-12-31 | 2 | -5/+14 |
| * | crush: new SET_CHOOSE_LEAF_TRIES command | Ilya Dryomov | 2013-12-31 | 2 | -10/+23 |
| * | crush: pass parent r value for indep call | Ilya Dryomov | 2013-12-31 | 1 | -4/+6 |
| * | crush: clarify numrep vs endpos | Ilya Dryomov | 2013-12-31 | 1 | -8/+8 |
| * | crush: strip firstn conditionals out of crush_choose, rename | Ilya Dryomov | 2013-12-31 | 1 | -55/+33 |
| * | crush: add note about r in recursive choose | Ilya Dryomov | 2013-12-31 | 1 | -0/+8 |
| * | crush: use breadth-first search for indep mode | Ilya Dryomov | 2013-12-31 | 2 | -10/+165 |
| * | crush: return CRUSH_ITEM_UNDEF for failed placements with indep | Ilya Dryomov | 2013-12-31 | 2 | -3/+8 |
| * | crush: eliminate CRUSH_MAX_SET result size limitation | Ilya Dryomov | 2013-12-31 | 4 | -9/+21 |
| * | crush: fix some comments | Ilya Dryomov | 2013-12-31 | 1 | -1/+1 |
| * | crush: reduce scope of some local variables | Ilya Dryomov | 2013-12-31 | 1 | -3/+3 |