summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v0.16.1v0.16.1Sage Weil2009-10-063-3/+10
* rgw: fix build errors on i386Sage Weil2009-10-061-2/+4
* Makefile: include buffer.c in tarball, kclient packageSage Weil2009-10-061-0/+1
* rgw: encode time_t, size_t using fixed-size typesSage Weil2009-10-061-5/+11
* test_ioctls: add missing open argSage Weil2009-10-061-1/+1
* kclient: include fs/{Kconfig,Makefile} in patchsetSage Weil2009-10-061-0/+2
* mds: Don't perform proper rebalancing if set to thrashGreg Farnum2009-10-061-276/+294
* mds: rename do_rebalance to prep_rebalanceGreg Farnum2009-10-062-6/+7
* uclient: Only connect to offload targets if the mds goes down.Greg Farnum2009-10-062-26/+21
* kclient: checkpatch cleanupsSage Weil2009-10-063-11/+13
* mds: fix default layout settingsSage Weil2009-10-062-5/+2
* v0.16v0.16Sage Weil2009-10-053-2/+15
* uclient: fix null deref in unlink() on null dnSage Weil2009-10-031-5/+7
* todoSage Weil2009-10-031-2/+2
* mon: fix offload_targetsSage Weil2009-10-033-4/+18
* uclient: Put some guards up around the Inode->cap map accessesGreg Farnum2009-10-031-3/+12
* msg: handle MMDSLoadTargetsGreg Farnum2009-10-031-0/+4
* mon: Handle MMDSLoadTarget messagesGreg Farnum2009-10-033-4/+23
* mds/message: MMDSLoadTargets should use a set<int32_t> not a mapGreg Farnum2009-10-032-3/+8
* mds: Pull my_target checking out into a function targets_safeGreg Farnum2009-10-032-11/+25
* mds: Don't do rebalancing until the target mds' are in the MDSMap.Greg Farnum2009-10-033-6/+34
* messages: Add a completely useless and unused MMDSOffloadComplete message.Greg Farnum2009-10-031-0/+46
* mon: Put in placeholder code to handle MDS target messagesGreg Farnum2009-10-031-0/+6
* mds: Break apart rebalance function into prepwork and offloadGreg Farnum2009-10-032-15/+22
* messages: Add an MMDSLoadTargets message for mds->monitor info.Greg Farnum2009-10-032-0/+47
* Message: add constants for MDS offload messages, and clean up the alignmentGreg Farnum2009-10-031-8/+10
* Check for invalid layout input in uclient and MDS, replace with sane if neededGreg Farnum2009-10-033-7/+20
* libceph: Actually implement ceph_get_local_osd so that libhadoop works!Greg Farnum2009-10-031-0/+5
* kclient: add missing include for in[46]_ptonSage Weil2009-10-021-3/+4
* msgr: use getnameinfo to format socket addressesSage Weil2009-10-022-57/+14
* use sockaddr_storage; and some ipv6 support groundworkSage Weil2009-10-0218-246/+414
* kclient: don't choke on missing snaprealmSage Weil2009-10-021-2/+2
* kclient: no system.* xattrs, yetSage Weil2009-10-021-2/+1
* kclient: kill generic_*xattr calls until we implement xattr_handlerSage Weil2009-10-021-6/+0
* kclient: clean up module startupSage Weil2009-10-022-9/+3
* Merge branch 'unstable' of ceph.newdream.net:/git/ceph into unstableSage Weil2009-10-015-45/+32
|\
| * kclient: fix ra_pages setup after bdi initiationSage Weil2009-10-011-12/+6
| * kclient: single thread wq for invalidate, truncateSage Weil2009-10-011-2/+2
| * kclient: use KMEM_CACHE macro where possibleSage Weil2009-10-011-20/+11
| * kclient: mark initialization functions __initSage Weil2009-10-014-4/+4
| * kclient: fix maintainers recordSage Weil2009-10-011-7/+9
* | kclient: backport sync_page_range changeSage Weil2009-10-011-0/+4
|/
* todoSage Weil2009-10-011-12/+15
* kclient: add to MAINTAINERSSage Weil2009-10-012-1/+33
* kclient: sync_page_range gone in 2.6.32; use vfs_fsync_rangeSage Weil2009-10-011-4/+5
* kclient: current_is_pdflush() gone in 2.6.32Sage Weil2009-10-011-2/+2
* todoSage Weil2009-10-012-6/+3
* Revert "kclient: add smp_mb to sensitive bitops in msgr"Sage Weil2009-10-011-2/+0
* kclient: use smp_mb in place of spinlock for testing flag bitSage Weil2009-10-011-2/+1
* kclient: add smp_mb to sensitive bitops in msgrSage Weil2009-10-011-0/+2