]> xenbits.xensource.com Git - people/dstodden/blktap.git/shortlog
people/dstodden/blktap.git
2011-07-13 Daniel StoddenEA-1001: Break remaining XCP kernel build dependency. master
2011-07-13 Daniel StoddenEA-1001: Use a standalone copy of linux/blktap.h
2011-07-13 Daniel Stoddencontrol: Fix devname use after free.
2011-07-13 Daniel Stoddencontrol: Fix tap_cli_stats_usage.
2011-07-13 Daniel Stoddenvbd: Fixed broken rollback after open_vdi failure.
2011-07-13 Daniel Stoddencontrol: Fix borked td create shutdown path.
2011-07-13 Daniel StoddenPR-1053: Fix a potential crasher in tapdisk_image_open_...
2011-07-13 Daniel StoddenVHD: Improve misleading result code from failing vhd_pa...
2011-06-28 Daniel Stoddenpart: Fix CFLAGS.
2011-06-28 Daniel Stoddenmake: Remove tapdisk-disktype.o dupe from TAP-OBJS.
2011-06-28 Daniel Stoddencontrol: Fix tap_ctl_create rv after failing tap_ctl_spawn.
2011-06-28 Daniel StoddenCA-61156: control: Anticipate tap-ctl-spawn racing...
2011-06-07 Mike McClurgMake blktap portable to Ubuntu
2011-06-03 Daniel StoddenPR-1129: Add a manpage draft.
2011-06-03 Daniel StoddenPR-1129: minor rate limiter updates.
2011-05-23 Daniel StoddenMAR-125: Rate-limit VHD driver errors.
2011-05-23 Daniel StoddenMAR-125: Drop common VBD error message dups + use rate...
2011-05-23 Daniel StoddenMAR-125: Add driver log rate limits.
2011-05-23 Daniel StoddenMAR-125: Support log rate limiting.
2011-05-04 Daniel StoddenCA-57842: Fix deMorgan-esque glitch in the retry logic.
2011-04-16 Daniel StoddenXOP-38: (lcache) Detect out-of-space conditions before...
2011-04-16 Daniel StoddenCA-51905: Preserve vbd->flags.
2011-03-31 Andrei Lifchitsx-chain: zero regex pointers to avoid regfree()'ing...
2011-03-14 Daniel StoddenCA-53968: Fix build.
2011-03-14 Daniel StoddenCA-53968: Fix crasher after 592:a4ef44e898ac (Move...
2011-03-08 Daniel StoddenCA-51905: Partially revert 590:df25c3e1f79f (Shorten...
2011-02-23 Andrei LifchitsCA-52368: truncate VHD files on reset-on-boot
2011-02-22 Jake WiresCA-51988/XC-3264: Don't (re-)issue requests while paused.
2011-02-15 Daniel StoddenPR-1053: llcache - local leaf caching drivers.
2011-02-15 Daniel StoddenPR-1053: Loop cache writes as vreqs, not treqs.
2011-02-15 Daniel StoddenPR-1053: Remove nonfunctional debug routine.
2011-02-15 Daniel StoddenPR-1053: Sort out buffer init.
2011-02-15 Daniel StoddenPR-1053: Shorten names.
2011-02-15 Daniel StoddenPR-1053: Remove td_queue_write.
2011-02-15 Daniel StoddenPR-1053: Make td_queue_read/write optional.
2011-02-15 Daniel StoddenPR-1053: Add remus block driver.
2011-02-15 Daniel StoddenMake treq.vreq explicit.
2011-02-15 Daniel StoddenPR-1053: Further reduce tapdisk-stream.
2011-02-15 Daniel StoddenPR-1053: Iterate VBD runs between schedules.
2011-02-15 Daniel StoddenPR-1053: Fix tapdisk-stream.
2011-02-15 Daniel StoddenPR-1053: Eliminate the vreq->status.
2011-02-15 Daniel StoddenPR-1053: Move the blktap ring out of tapdisk-vbd.
2011-02-15 Daniel StoddenPR-1129: Add x-chain: pseudo target type.
2011-02-15 Daniel StoddenPR-1248: Shorten the tapdisk_vbd_open_vdi control path.
2011-02-15 Daniel StoddenPR-1129: Rate limiting intro.
2011-02-15 Daniel StoddenPR-1129: Enforce masked state.
2011-02-15 Daniel StoddenPR-1129: Fix main loop timeout bug.
2011-02-15 Daniel StoddenStrip image_t.
2011-02-15 Daniel StoddenPR-1053: Leave parent sharing + rdonly modes to the...
2011-02-15 Daniel StoddenRemove td_image.private.
2011-02-15 Daniel StoddenAllow for holes in tapdisk_disk_types.
2011-02-15 Daniel StoddenMake disk names const where needed.
2011-02-15 Daniel StoddenAdd a containerof().
2011-02-15 Daniel StoddenAdd some useful gccisms.
2011-02-15 Daniel StoddenCA-46079: Remove the image reopen hack (2)
2011-02-15 Jake WiresCA-29373: Don't retry when there's no point, batched.
2011-02-12 Andrei LifchitsCA-51534: fix vhd-util "destroy data" for preallocated...
2011-02-08 Jonathan LudlamEA-1001: Rework such that rpmbuild of the source rpm...
2011-01-28 Daniel StoddenCA-10471: Fix macro typos.
2011-01-27 Daniel StoddenCA-10471: Forward R/O flags to blktap.
2011-01-26 Jake WiresCA-10471: add option to mount tapdisks read-only
2011-01-24 Gianni TedescoEA-1001: Install tap-ctl.h in blktap include directory
2011-01-18 Daniel StoddenEA-1001: Remove system libaio special build case.
2011-01-18 Daniel StoddenEA-1001: Use tapif_user ring header space with newer...
2011-01-18 Daniel StoddenEA-1001: Build VBD ring macros from kernel, not xen...
2011-01-18 Daniel StoddenEA-1001: Disable block-log.
2011-01-18 Daniel StoddenEA-1001: Nuke tapdisk1.
2010-11-04 Daniel StoddenCA-41427: Don't log errors to logfiles.
2010-10-14 Daniel StoddenCA-44322: Remove AIO threading code.
2010-10-18 Jonathan LudlamUpdate the RPM spec file buildrequires line
2010-10-15 Daniel StoddenCA-45498: Update RPM license header.
2010-10-15 Daniel StoddenCA-45498: Remove proprietary objects patch altogether.
2010-10-15 Daniel StoddenCP-1840: Count ENOSPC redirects.
2010-10-14 Daniel StoddenCA-46696; CA-44322: Save 7968k per tapdisk.
2010-10-04 Andrei LifchitsCA-44425: add the "kill data" option to vhd-util-modify...
2010-09-30 Daniel StoddenCA-44322: Restrict I/O request merging on filesystems.
2010-09-30 Daniel StoddenCA-44322: Add an I/O-submit thread.
2010-09-30 Daniel StoddenCA-46079: Recover the image storage type.
2010-09-30 Daniel StoddenCA-46079: Remove the VHDoLVM snapshot rename/reactivati...
2010-09-30 Daniel StoddenCA-46079: Remove the image reopen hack.
2010-09-30 Daniel StoddenCA-46079: Remove the blktap-1 control daemon.
2010-09-29 Daniel StoddenCA-45316: Fix misleading VHD preallocation error.
2010-09-15 Daniel StoddenCA-44974: Preserve the active connection list when...
2010-09-09 Daniel StoddenPR-1053: Fix bounce buffer allocation size.
2010-09-09 Daniel StoddenCP-1840: Avoid potential response msg loss.
2010-09-09 Daniel StoddenCA-44974: Make tap_ctl_close idempotent.
2010-09-09 Daniel StoddenCP-1840: Fix buffer xmit error return path in blktap...
2010-09-07 Daniel StoddenPR-1053: Simplify bounce buffer memcpy.
2010-09-07 Daniel StoddenPR-1053: Demalloc the data path.
2010-09-07 Daniel StoddenCA-44958: Sync lreq release with outstanding I/O.
2010-09-07 Daniel StoddenCA-44675: Fix parent cache corruption due to I/O crosstalk.
2010-09-03 Daniel StoddenCP-1760: Fix potential infinite loop condition in tap...
2010-09-01 Andrei LifchitsCP-1705: bug fix for local read caching
2010-09-01 Daniel StoddenCP-1840: Hush tap-ctl stats calls.
2010-08-31 Daniel StoddenCP-1840: More status info.
2010-08-31 Daniel StoddenCP-1732, CP-1733, CP-1734: Fix disk_types descriptors.
2010-08-19 Daniel StoddenCP-1760: Unbreak tapdisk-control.
2010-08-17 Andrei LifchitsCP-1734: bug fixes (for failover from mirror mode on...
2010-08-17 Daniel StoddenCP-1760: tap-ctl stats -- sample tapdisk object state.
2010-08-17 Daniel StoddenCA-43116: Make list reponses non-verbose in syslog...
next