summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* osd: move ClassHandler.{cc,h} to osd/Sage Weil2011-04-196-5/+5
* osd: load classes from a fixed location off diskSage Weil2011-04-199-497/+166
* journaler: fix do_flush adjustmentSage Weil2011-04-181-3/+5
* osd: assert on query on deleting pgSage Weil2011-04-181-1/+2
* osd: do not create pgs on querySage Weil2011-04-181-29/+5
* journaler: truncate/zero ahead of write positionSage Weil2011-04-187-74/+144
* filer: remove whole objects on zero()Sage Weil2011-04-181-6/+16
* interval_set: implement erase(iterator)Sage Weil2011-04-181-0/+6
* Merge branch 'next'Sage Weil2011-04-181-12/+14
|\
| * osd: make ZERO on non-existent object a no-opSage Weil2011-04-181-12/+14
* | journaler: check return code on _finish_write_head.Greg Farnum2011-04-182-3/+4
* | dout: remove references to g_confColin Patrick McCabe2011-04-184-52/+59
* | vstart tests: specify ceph.confColin Patrick McCabe2011-04-187-15/+15
* | rgw: return appropriate error for unresolvable email in aclYehuda Sadeh2011-04-183-2/+4
* | config: reorder config_option struct membersColin Patrick McCabe2011-04-182-11/+10
* | config: remove unused OPT_NONE typeColin Patrick McCabe2011-04-182-5/+1
* | clitests: fix radosgw_admin testColin Patrick McCabe2011-04-181-1/+2
* | clitests: eliminate use of old-style section nameColin Patrick McCabe2011-04-181-2/+2
|/
* MDS: move slave rename xlock handling before finish_export_inode.Greg Farnum2011-04-181-16/+16
* improve debug printingGreg Farnum2011-04-181-1/+7
* mds: Unify migration-handling code in _commit_slave_rename.Greg Farnum2011-04-181-4/+2
* mds: _commit_slave_rename needs to drop auth_pins for exported xlocks.Greg Farnum2011-04-181-0/+10
* MDS: Make _rename_apply inode import auth_pinning more intelligent.Greg Farnum2011-04-181-1/+3
* mds: If we're a slave, clean up xlocks when we export an inode.Greg Farnum2011-04-181-0/+10
* mds: properly drop imported xlocks.Greg Farnum2011-04-183-19/+28
* MDS: Server takes auth_pins for xlocks on imported inodes.Greg Farnum2011-04-181-1/+9
* osd: show "full" or "nearfull" in osdmap summary lineSage Weil2011-04-181-0/+4
* Merge remote branch 'origin/stable'Sage Weil2011-04-186-7/+16
|\
| * mkcephfs, init-ceph: tolerate complete lack of a typeSage Weil2011-04-151-1/+1
| * mds: make _create_system_file dirty dentries properlySage Weil2011-04-122-6/+10
| * mds: fix create_mydir_hierarchy to save dirSage Weil2011-04-121-2/+4
| * Don't crash during initialization when working without an osd journal.Alexandre Oliva2011-04-071-2/+4
| * rgw: fix decl vs goto errorSage Weil2011-04-051-1/+2
| * osd: process missing when log is emptySage Weil2011-04-052-2/+2
| * journaler: adjusted requested/received_pos when dropping journal tailSage Weil2011-04-011-0/+2
| * mds: show correct incarnation on mdsmap updateSage Weil2011-04-012-2/+8
| * mds: fix discover_pathSage Weil2011-04-011-1/+1
| * mkcephfs: Actually do a mkfs.btrfsWido den Hollander2011-03-311-1/+1
| * testlibrbd: fix warningsJosh Durgin2011-03-301-3/+2
* | Merge branch 'rgw_uid'Yehuda Sadeh2011-04-188-122/+135
|\ \
| * | rgw: remove get_user_info() and clean upYehuda Sadeh2011-04-187-89/+49
| * | rgw: store user info on all indexes in the same formatYehuda Sadeh2011-04-181-4/+4
| * | rgw_admin: can lookup user by access keyYehuda Sadeh2011-04-181-1/+9
| * | rgw: basic support for separate uid and access keyYehuda Sadeh2011-04-154-44/+89
* | | mount.ceph: behave when CONFIG_KEYS is not compiled inSage Weil2011-04-171-1/+1
* | | MDS: Fix Locker::handle_reqrdlock for xlocked locks.Greg Farnum2011-04-162-8/+15
* | | mds: Always _open_parents when opening a new snaprealmSage Weil2011-04-161-3/+8
* | | mds: don't run all of try_subtree_merge on a rename across MDSes.Greg Farnum2011-04-163-7/+13
* | | mds: adjust LocalLock can_xlock_local().Greg Farnum2011-04-161-1/+1
* | | mds: Extend use of find_ino_peers.Greg Farnum2011-04-161-1/+11