]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2009-10-09 Sage Weilbyteorder: more typos
2009-10-09 Sage Weilqa: start new qa dir, add some client tests
2009-10-09 Sage Weilbyteorder: braces!
2009-10-09 Sage Weilosd: check is_dup earlier; do not set osdop version...
2009-10-09 Sage Weilosd: use sized int32 in osdmap incremental new_pg_temp
2009-10-09 Sage Weilmsgr: reset session state on lossy_tx fault
2009-10-08 Sage Weilbyteorder: include endian.h for good measure
2009-10-08 Sage WeilRevert "byteorder: properly detect endianness"
2009-10-08 Sage Weilbyteorder: properly detect endianness
2009-10-08 Sage Weilosd: fix up handling of dup PG::Info
2009-10-08 Sage Weilmon: fix session close races
2009-10-08 Sage Weilobjecter: don't send duplicate onetime sub requests
2009-10-08 Sage Weilosd: don't manually set rank addr
2009-10-08 Sage Weilmsgr: include port when printing sockaddrs!
2009-10-08 Sage Weillibceph: move to main dir with other main .cc files
2009-10-08 Sage Weilmonc: no msgr bind needed
2009-10-08 Sage Weillibceph: no bind
2009-10-08 Sage Weilosd: use fast_fail() policy to connect to osd
2009-10-08 Sage Weilmsgr: do not require bind() on client apps
2009-10-08 Sage Weilmsgr: clean out dead connect-side bind code
2009-10-08 Sage Weilmds: validate file layouts on file creation, setlayout
2009-10-08 Sage Weilceph: add ceph_file_layout_is_valid function, minimum...
2009-10-07 Sage Weilfilestore: be less excited about btrfs version
2009-10-07 Sage Weilmon: take lock in ms_handle_reset before adjusting...
2009-10-07 Sage Weilmsgr: no need for sockaddr_storage encoder
2009-10-07 Yehuda Sadehmessenger: do not bind socket before connecting
2009-10-07 Sage Weilversion: git rev-parse, not git-rev-parse
2009-10-07 Sage Weilmon: allow {getmap,getcurhsmap} <epoch>
2009-10-07 Sage Weilcrushtool: show zero weight items in crush map decode...
2009-10-07 Sage Weilcrush: zero weight items get 0 length straws
2009-10-07 Sage Weilcrush: silence (bogus) item uninit warning
2009-10-07 Sage Weilpush_to_kclient: fix dest tree check
2009-10-07 Sage Weilmsgr: fix operator<< for sockaddr_in, too
2009-10-07 Sage Weilmsgr: uninline tcp_{read,write}
2009-10-07 Sage Weilmsgr: fix uninitialized memory on sockaddr_storage...
2009-10-06 Sage Weiltodo
2009-10-06 Sage Weilcrush: reject on empty bucket (and avoid divide by...
2009-10-06 Sage WeilMakefile: drop src/kernel/* from Makefile.am
2009-10-06 Sage Weiluclient: pull ioctl.h from kernel tree to out tree
2009-10-06 Sage Weiluclient: fail gracefully if the mount fails
2009-10-06 Sage Weilscript to push shared files to kclient repo
2009-10-06 Sage Weildebian: don't build ceph-kclient-source
2009-10-06 Sage Weilkclient: moving to linux-ceph-client.git
2009-10-06 Sage Weilmove tests around
2009-10-06 Yehuda Sadehconf: also skip utf8 encoded characters that are not...
2009-10-06 Greg FarnumHadoop: Add the patch and a Readme file.
2009-10-06 Sage Weildebian: upload tarball before .deb build
2009-10-06 Sage Weildebian: name unstable package version ${vers}git${stamp}
2009-10-06 Sage Weilv0.16.1 v0.16.1
2009-10-06 Sage Weilrgw: fix build errors on i386
2009-10-06 Sage WeilMakefile: include buffer.c in tarball, kclient package
2009-10-06 Sage Weilrgw: encode time_t, size_t using fixed-size types
2009-10-06 Sage Weiltest_ioctls: add missing open arg
2009-10-06 Sage Weilkclient: include fs/{Kconfig,Makefile} in patchset
2009-10-05 Greg Farnummds: Don't perform proper rebalancing if set to thrash
2009-10-05 Greg Farnummds: rename do_rebalance to prep_rebalance
2009-10-05 Greg Farnumuclient: Only connect to offload targets if the mds...
2009-10-05 Sage Weilkclient: checkpatch cleanups
2009-10-05 Sage Weilmds: fix default layout settings
2009-10-05 Sage Weilv0.16 v0.16
2009-10-02 Sage Weiluclient: fix null deref in unlink() on null dn
2009-10-02 Sage Weiltodo
2009-10-02 Sage Weilmon: fix offload_targets
2009-10-02 Greg Farnumuclient: Put some guards up around the Inode->cap map...
2009-10-02 Greg Farnummsg: handle MMDSLoadTargets
2009-10-02 Greg Farnummon: Handle MMDSLoadTarget messages
2009-10-02 Greg Farnummds/message: MMDSLoadTargets should use a set<int32_t...
2009-10-02 Greg Farnummds: Pull my_target checking out into a function target...
2009-10-02 Greg Farnummds: Don't do rebalancing until the target mds' are...
2009-10-02 Greg Farnummessages: Add a completely useless and unused MMDSOfflo...
2009-10-02 Greg Farnummon: Put in placeholder code to handle MDS target messages
2009-10-02 Greg Farnummds: Break apart rebalance function into prepwork and...
2009-10-02 Greg Farnummessages: Add an MMDSLoadTargets message for mds->monit...
2009-10-02 Greg FarnumMessage: add constants for MDS offload messages, and...
2009-10-02 Greg FarnumCheck for invalid layout input in uclient and MDS,...
2009-10-02 Greg Farnumlibceph: Actually implement ceph_get_local_osd so that...
2009-10-02 Sage Weilkclient: add missing include for in[46]_pton
2009-10-02 Sage Weilmsgr: use getnameinfo to format socket addresses
2009-10-02 Sage Weiluse sockaddr_storage; and some ipv6 support groundwork
2009-10-02 Sage Weilkclient: don't choke on missing snaprealm
2009-10-01 Sage Weilkclient: no system.* xattrs, yet
2009-10-01 Sage Weilkclient: kill generic_*xattr calls until we implement...
2009-10-01 Sage Weilkclient: clean up module startup
2009-10-01 Sage WeilMerge branch 'unstable' of ceph.newdream.net:/git/ceph...
2009-10-01 Sage Weilkclient: fix ra_pages setup after bdi initiation
2009-10-01 Sage Weilkclient: single thread wq for invalidate, truncate
2009-10-01 Sage Weilkclient: use KMEM_CACHE macro where possible
2009-10-01 Sage Weilkclient: mark initialization functions __init
2009-10-01 Sage Weilkclient: fix maintainers record
2009-10-01 Sage Weilkclient: backport sync_page_range change
2009-10-01 Sage Weiltodo
2009-10-01 Sage Weilkclient: add to MAINTAINERS
2009-10-01 Sage Weilkclient: sync_page_range gone in 2.6.32; use vfs_fsync_...
2009-10-01 Sage Weilkclient: current_is_pdflush() gone in 2.6.32
2009-10-01 Sage Weiltodo
2009-10-01 Sage WeilRevert "kclient: add smp_mb to sensitive bitops in...
2009-10-01 Sage Weilkclient: use smp_mb in place of spinlock for testing...
2009-10-01 Sage Weilkclient: add smp_mb to sensitive bitops in msgr
2009-10-01 Sage Weiluclient: set new file layout to 0, which lets mds choos...
2009-10-01 Greg Farnumuclient: Use much saner/not insane defaults for layout...
next