Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | | | ceph: hex dump corrupt server data to KERN_DEBUG | Sage Weil | 2009-12-21 | |
| * | | | | | | | | | | | | | | | | | | ceph: fix msgpool reservation leak | Yehuda Sadeh | 2009-12-21 | |
| * | | | | | | | | | | | | | | | | | | ceph: don't save sent messages on lossy connections | Sage Weil | 2009-12-21 | |
| * | | | | | | | | | | | | | | | | | | ceph: detect lossy state of connection | Sage Weil | 2009-12-21 | |
| * | | | | | | | | | | | | | | | | | | ceph: plug msg leak in con_fault | Sage Weil | 2009-12-21 | |
| * | | | | | | | | | | | | | | | | | | ceph: carry explicit msg reference for currently sending message | Sage Weil | 2009-12-21 | |
| * | | | | | | | | | | | | | | | | | | ceph: fix leak of monc mutex | Sage Weil | 2009-12-11 | |
| * | | | | | | | | | | | | | | | | | | ceph: do not feed bad device ids to crush | Sage Weil | 2009-12-09 | |
| * | | | | | | | | | | | | | | | | | | ceph: use kref for ceph_msg | Sage Weil | 2009-12-07 | |
| * | | | | | | | | | | | | | | | | | | ceph: use kref for ceph_osd_request | Sage Weil | 2009-12-07 | |
| * | | | | | | | | | | | | | | | | | | ceph: use kref for struct ceph_mds_request | Sage Weil | 2009-12-07 | |
| * | | | | | | | | | | | | | | | | | | ceph: simplify ceph_buffer interface | Sage Weil | 2009-12-07 | |
| * | | | | | | | | | | | | | | | | | | ceph: use kref for ceph_buffer | Sage Weil | 2009-12-07 | |
| * | | | | | | | | | | | | | | | | | | ceph: mark v0.18 release | Sage Weil | 2009-12-04 | |
| * | | | | | | | | | | | | | | | | | | ceph: update MAINTAINERS entry with correct git URL | Sage Weil | 2009-12-03 | |
| * | | | | | | | | | | | | | | | | | | ceph: allow preferred osd to be get/set via layout ioctl | Sage Weil | 2009-12-03 | |
| * | | | | | | | | | | | | | | | | | | ceph: hide /.ceph from readdir results | Sage Weil | 2009-12-03 | |
| * | | | | | | | | | | | | | | | | | | ceph: whitespace cleanup | Sage Weil | 2009-12-03 | |
| * | | | | | | | | | | | | | | | | | | ceph: plug leak of request_mutex | Sage Weil | 2009-12-01 | |
| * | | | | | | | | | | | | | | | | | | ceph: remove useless IS_ERR checks | Sage Weil | 2009-11-21 | |
| * | | | | | | | | | | | | | | | | | | fs/ceph: Move a dereference below a NULL test | Julia Lawall | 2009-11-21 | |
| * | | | | | | | | | | | | | | | | | | fs/ceph: introduce missing kfree | Julia Lawall | 2009-11-21 | |
| * | | | | | | | | | | | | | | | | | | ceph: remove dead code | Sage Weil | 2009-11-20 | |
| * | | | | | | | | | | | | | | | | | | ceph: reset msgr backoff during open, not after successful handshake | Sage Weil | 2009-11-20 | |
| * | | | | | | | | | | | | | | | | | | ceph: reset requested max_size after mds reconnect | Sage Weil | 2009-11-20 | |
| * | | | | | | | | | | | | | | | | | | ceph: mount fails immediately on error | Yehuda Sadeh | 2009-11-20 | |
| * | | | | | | | | | | | | | | | | | | ceph: decode updated mdsmap format | Sage Weil | 2009-11-20 | |
| * | | | | | | | | | | | | | | | | | | ceph: fix debugfs entry, simplify fsid checks | Sage Weil | 2009-11-20 | |
| * | | | | | | | | | | | | | | | | | | ceph: small cleanup in hash function | Sage Weil | 2009-11-20 | |
| * | | | | | | | | | | | | | | | | | | ceph: move mempool creation to ceph_create_client | Sage Weil | 2009-11-18 | |
| * | | | | | | | | | | | | | | | | | | ceph: negotiate authentication protocol; implement AUTH_NONE protocol | Sage Weil | 2009-11-18 | |
| * | | | | | | | | | | | | | | | | | | ceph: handle errors during osd client init | Sage Weil | 2009-11-18 | |
| * | | | | | | | | | | | | | | | | | | ceph: remove unnecessary ceph_con_shutdown | Sage Weil | 2009-11-18 | |
| * | | | | | | | | | | | | | | | | | | ceph: remove bad calls to ceph_con_shutdown | Sage Weil | 2009-11-18 | |
| * | | | | | | | | | | | | | | | | | | ceph: fix page invalidation deadlock | Sage Weil | 2009-11-12 | |
| * | | | | | | | | | | | | | | | | | | ceph: build cleanly without CONFIG_DEBUG_FS | Sage Weil | 2009-11-12 | |
| * | | | | | | | | | | | | | | | | | | ceph: pr_info when mds reconnect completes | Sage Weil | 2009-11-11 | |
| * | | | | | | | | | | | | | | | | | | ceph: initialize i_size/i_rbytes on snapdir | Sage Weil | 2009-11-11 | |
| * | | | | | | | | | | | | | | | | | | ceph: exclude snapdir from readdir results | Sage Weil | 2009-11-11 | |
| * | | | | | | | | | | | | | | | | | | ceph: remove recon_gen logic | Sage Weil | 2009-11-10 | |
| * | | | | | | | | | | | | | | | | | | ceph: separate banner and connect during handshake into distinct stages | Sage Weil | 2009-11-10 | |
| * | | | | | | | | | | | | | | | | | | ceph: do not confuse stale and dead (unreconnected) caps | Sage Weil | 2009-11-09 | |
| * | | | | | | | | | | | | | | | | | | ceph: make CRUSH hash function a bucket property | Sage Weil | 2009-11-07 | |
| * | | | | | | | | | | | | | | | | | | ceph: make object hash a pg_pool property | Sage Weil | 2009-11-07 | |
| * | | | | | | | | | | | | | | | | | | ceph: use strong hash function for mapping objects to pgs | Sage Weil | 2009-11-06 | |
| * | | | | | | | | | | | | | | | | | | ceph: make CRUSH hash functions non-inline | Sage Weil | 2009-11-06 | |
| * | | | | | | | | | | | | | | | | | | ceph: clean up 'osd%d down' console msg | Sage Weil | 2009-11-06 | |
| * | | | | | | | | | | | | | | | | | | ceph: convert port endianness | Sage Weil | 2009-11-04 | |
| * | | | | | | | | | | | | | | | | | | ceph: fix sparse endian warning | Sage Weil | 2009-11-04 | |
| * | | | | | | | | | | | | | | | | | | ceph: fix endian conversions for ceph_pg | Sage Weil | 2009-11-04 |