| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: build cleanly without CONFIG_DEBUG_FS | Sage Weil | 2009-11-12 | 5 | -0/+31 |
* | ceph: pr_info when mds reconnect completes | Sage Weil | 2009-11-11 | 1 | -0/+1 |
* | ceph: initialize i_size/i_rbytes on snapdir | Sage Weil | 2009-11-11 | 1 | -1/+3 |
* | ceph: exclude snapdir from readdir results | Sage Weil | 2009-11-11 | 1 | -0/+1 |
* | ceph: remove recon_gen logic | Sage Weil | 2009-11-10 | 4 | -28/+2 |
* | ceph: separate banner and connect during handshake into distinct stages | Sage Weil | 2009-11-10 | 2 | -44/+77 |
* | ceph: do not confuse stale and dead (unreconnected) caps | Sage Weil | 2009-11-09 | 4 | -9/+26 |
* | ceph: make CRUSH hash function a bucket property | Sage Weil | 2009-11-07 | 5 | -21/+93 |
* | ceph: make object hash a pg_pool property | Sage Weil | 2009-11-06 | 9 | -81/+137 |
* | ceph: use strong hash function for mapping objects to pgs | Sage Weil | 2009-11-06 | 2 | -24/+71 |
* | ceph: make CRUSH hash functions non-inline | Sage Weil | 2009-11-06 | 6 | -96/+107 |
* | ceph: clean up 'osd%d down' console msg | Sage Weil | 2009-11-06 | 1 | -1/+1 |
* | ceph: convert port endianness | Sage Weil | 2009-11-04 | 1 | -2/+2 |
* | ceph: fix sparse endian warning | Sage Weil | 2009-11-04 | 2 | -2/+2 |
* | ceph: fix endian conversions for ceph_pg | Sage Weil | 2009-11-04 | 5 | -55/+75 |
* | ceph: use fixed endian encoding for ceph_entity_addr | Sage Weil | 2009-11-03 | 7 | -8/+40 |
* | ceph: init/destroy bdi in client create/destroy helpers | Sage Weil | 2009-11-02 | 1 | -6/+9 |
* | crush: always return a value from crush_bucket_choose | Sage Weil | 2009-11-01 | 1 | -1/+1 |
* | ceph: fix uninitialized err variable | Sage Weil | 2009-11-01 | 1 | -1/+1 |
* | ceph: fix intra strip unit length calculation | Noah Watkins | 2009-10-30 | 1 | -5/+10 |
* | ceph: fix object striping calculation for non-default striping schemes | Sage Weil | 2009-10-28 | 1 | -4/+7 |
* | ceph: correct comment to match striping calculation | Sage Weil | 2009-10-28 | 1 | -1/+1 |
* | ceph: remove redundant use of le32_to_cpu | Noah Watkins | 2009-10-28 | 1 | -1/+1 |
* | ceph: replace list_entry with container_of | Noah Watkins | 2009-10-28 | 1 | -1/+1 |
* | ceph: allocate and parse mount args before client instance | Sage Weil | 2009-10-27 | 8 | -74/+105 |
* | ceph: fix, clean up string mount arg parsing | Sage Weil | 2009-10-27 | 1 | -2/+9 |
* | ceph: silence uninitialized variable warning | Sage Weil | 2009-10-26 | 1 | -1/+1 |
* | ceph: reduce parse_mount_args stack usage | Sage Weil | 2009-10-26 | 1 | -8/+17 |
* | ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriate | Sage Weil | 2009-10-22 | 2 | -4/+2 |
* | ceph: move directory size logic to ceph_getattr | Sage Weil | 2009-10-21 | 1 | -3/+5 |
* | ceph: v0.17 of client | Sage Weil | 2009-10-19 | 1 | -2/+2 |
* | ceph: include preferred osd in placement seed | Sage Weil | 2009-10-19 | 2 | -1/+3 |
* | ceph: enable readahead | Sage Weil | 2009-10-16 | 2 | -1/+2 |
* | ceph: move dirty caps code around | Sage Weil | 2009-10-15 | 1 | -33/+37 |
* | ceph: warn on allocation from msgpool with larger front_len | Sage Weil | 2009-10-15 | 4 | -9/+26 |
* | ceph: correct subscribe_ack msgpool payload size | Sage Weil | 2009-10-15 | 2 | -4/+12 |
* | ceph: flush dirty caps via the cap_dirty list | Sage Weil | 2009-10-15 | 3 | -29/+59 |
* | ceph: move generic flushing code into helper | Sage Weil | 2009-10-14 | 1 | -22/+21 |
* | ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_super | Sage Weil | 2009-10-14 | 1 | -1/+3 |
* | ceph: convert encode/decode macros to inlines | Sage Weil | 2009-10-14 | 6 | -132/+137 |
* | ceph: add version field to message header | Sage Weil | 2009-10-13 | 1 | -1/+2 |
* | ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAP | Sage Weil | 2009-10-12 | 2 | -4/+0 |
* | ceph: ignore trailing data in monamp | Sage Weil | 2009-10-12 | 1 | -3/+0 |
* | ceph: add file layout validation | Sage Weil | 2009-10-09 | 2 | -0/+26 |
* | ceph: update to mon client protocol v15 | Sage Weil | 2009-10-09 | 3 | -10/+19 |
* | ceph: cancel osd requests before resending them | Sage Weil | 2009-10-09 | 1 | -1/+4 |
* | ceph: reset osd session on fault, not peer_reset | Sage Weil | 2009-10-09 | 1 | -5/+2 |
* | ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping) | Sage Weil | 2009-10-09 | 1 | -5/+10 |
* | ceph: revoke osd request message on request completion | Sage Weil | 2009-10-09 | 1 | -4/+9 |
* | ceph: fix osd request submission race | Sage Weil | 2009-10-09 | 1 | -11/+19 |