]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored/dev.c
Backport new lock calls + debug for SD
[bacula/bacula] / bacula / src / stored / dev.c
2013-04-20 Kern SibbaldBackport new lock calls + debug for SD
2013-04-20 Kern SibbaldBackport more master code
2013-04-20 Kern SibbaldRewrite some SD subroutines as class members
2013-04-20 Kern SibbaldChange dev->open() to return bool
2013-04-20 Kern SibbaldLock read acquire in SD to prevent to read jobs getting...
2013-04-20 Kern SibbaldAdd more info to tape error msgs
2013-04-20 Kern SibbaldChange all sm_checks into Dsm_check for performance...
2010-10-06 Marco van WieringenAdded support for TRU64 Extended Attributes interface.
2010-09-02 Eric BollengierUse SMARTALLOC+memset instead of overload new/delete...
2010-08-10 Eric BollengierModify DEVICE class to use subclass for each driver...
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Kern SibbaldFix for bug #1560 bcopy cannot find Volume
2010-08-02 Eric BollengierRewind on close to fix #1549
2010-08-02 Kern SibbaldFix three-pool regress bug
2010-08-02 Kern SibbaldAdd more debug for three-pool regress failure
2009-12-09 Eric BollengierAdd mutex some priority info for SD
2009-11-02 Eric BollengierMerge branch 'master' into basejobv3
2009-10-25 Marco van WieringenSet tries to 1 for a non-timeout mount or unmount opera...
2009-10-25 Marco van WieringenFirst go at supporting a mount and unmount wrapper...
2009-10-17 Eric BollengierMerge remote branch 'sf/master' into purge
2009-10-17 Eric BollengierMerge branch 'master' into basejobv3
2009-10-17 Eric BollengierMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-10-17 Marco van WieringenMerge branch 'master' into mvw/1361
2009-10-16 Marco van WieringenDo some additional checks.
2009-10-16 Marco van WieringenTry to unmount by running the unmount command specified...
2009-10-05 Eric BollengierMerge commit 'sf/master' into basejobv3
2009-10-03 Michael StapelbergRemove obsolete truncate_on_purge settings
2009-10-03 Michael StapelbergImplement truncate on purge setting
2009-10-03 Kern SibbaldAdd some error messages in insane buffer size cases
2009-10-03 Kern SibbaldFix bug #1382 newly created disk volumes -> file not...
2009-08-24 Eric BollengierMerge branch 'master' into basejobv3
2009-08-15 Kern SibbaldMerge branch 'kern/despool'
2009-08-15 Kern SibbaldMove global acquire lock to lock by device
2009-08-14 Kern SibbaldCorrect spelling of writing -- reported by Dan
2009-08-14 Eric BollengierMerge branch 'master' into basejobv3
2009-08-11 Eric BollengierMerge branch 'master' into bat_slot
2009-08-10 Kern SibbaldImplement MaximumConcurrentJobs for SD devices
2009-07-17 Kern Sibbaldupdate copyright year
2009-03-16 Kern SibbaldIncrease timeout for unmounting DVD as suggested by...
2008-07-30 Kern Sibbaldkes Raise some restore debug levels.
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
2008-06-27 Kern Sibbaldkes Generally clean up the manual tape loading code...
2008-06-17 Eric Bollengierebl Disable vtape for freebsd
2008-06-14 Eric Bollengierebl Fix vtape on win32 and debian.
2008-06-09 Eric Bollengierebl fix vtape compilation
2008-06-09 Eric Bollengierebl rename faketape to vtape
2008-06-09 Eric Bollengierebl update faketape driver to work with regress tests
2008-05-30 Kern SibbaldMake DEVICE Slot private and access it via a method.
2008-05-06 Eric Bollengierebl First cup of faketape dummy tape driver for regres...
2008-05-06 Eric Bollengierebl Tweak #include for faketape driver
2008-05-05 Eric Bollengierebl tweak to use tape_xxx macro instead of ::open...
2008-05-03 Kern Sibbaldkes Rework SD acquire for read to handle autochanger...
2008-04-12 Kern Sibbaldkes Rework class structures for VOLRES, DCR, and DEVIC...
2008-04-09 Eric Bollengierebl Add sanity checks for VolWriteTime and VolReadTime
2008-04-02 Kern Sibbaldkes Modify run_program() and run_program_full_output...
2008-03-08 Kern Sibbaldkes Start implementation of VTL code
2008-02-22 Kern Sibbaldkes Add patch from Martin Schmid scm@apsag.com that...
2008-01-17 Eric Bollengierebl Fix a bug during tape initialization with MTSETDRV...
2008-01-10 Kern SibbaldUpdate comments
2007-11-29 Eric Bollengierebl Add Richard Mortimer patch about #1016
2007-09-30 Kern Sibbaldkes Save jcr in thread specific data (tsd) for each...
2007-09-27 Kern Sibbaldkes Fix FD->SD authorization failure, which was due...
2007-09-27 Kern SibbaldAdd const char where needed (more to do). Remove temp...
2007-09-26 Kern SibbaldAdd jcr to timer packets so if killed message can be...
2007-09-20 Kern Sibbaldkes Fix ANSI tape labeling. This fixes bug #954.
2007-09-13 Kern Sibbaldkes Add code to help Dan debug 2drive-incremental...
2007-06-28 Kern Sibbaldkes Move lock structures into new file lock.h
2007-06-26 Kern SibbaldNew file
2007-06-14 Kern Sibbaldkes Do not free a volume on a tape drive until another...
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-05-30 Kern SibbaldChange some debug levels
2007-05-24 Kern Sibbaldkes Add additional sm_check() code on debug level 1.
2007-05-09 Kern Sibbaldkes When backup fails, cancel SD before waiting for...
2007-05-08 Kern SibbaldKeep correct errno when FSF fails
2007-05-06 Kern Sibbaldkes Start implementing bstrerror() in place of strerror().
2007-05-04 Kern SibbaldDon't try to ioctl() /dev/null
2007-04-21 Kern Sibbaldkes Don't call close_part in label.c if tape and relabel.
2007-04-19 Kern SibbaldCorrect usage of MTIOCLRERR ioctl for clearing persista...
2007-04-14 Kern Sibbaldkes Simplify locking in the reservations system.
2007-04-11 Kern Sibbald11Apr07
2007-04-04 Kern Sibbaldkes Implement new code for freeing in use volumes...
2007-03-21 Kern SibbaldImplement SD code to check length of disk volume before...
2007-03-18 Kern Sibbaldkes Move the checking of the database in initializion...
2007-02-24 Eric Bollengierebl fix fifo stuff, bacula tries to rewind the fifo...
2007-02-18 Kern Sibbaldkes Make DEVICE fd private. Its new name is m_fd,...
2007-02-15 Kern Sibbaldtweaks
2007-02-13 Eric Bollengierebl Use btime_t instead of uint64_t in media patch.
2007-02-13 Eric Bollengierebl use btime_t instead of uint64_t for media stats
2007-02-10 Kern SibbaldCorrect VolCatBytes bug from media patch
2007-02-10 Kern Sibbaldkes Apply Eric's scratch patch that moves a purged...
2006-12-22 Kern Sibbaldkes Apply Eric's patch for recycling the Scratch pool.
2006-12-17 Kern SibbaldAllow seeking on DVD
2006-12-14 Kern Sibbaldkes Complete hopefully the last of the copyright trans...
2006-11-22 Kern SibbaldUpdate copyright + fix a few Win32 warnings
2006-11-21 Kern SibbaldUpdate copyright
2006-11-21 Robert NelsonReplace explicit checks for "/" with calls to IsPathSep...
2006-11-20 Kern Sibbaldkes Make WritePartAfterJob the default so that the...
2006-10-13 Kern Sibbaldkes Apply the three patches from Richard Mortimer.
2006-10-02 Robert NelsonFix bug # 676 - File Restoration to win32 client fails
2006-10-02 Kern Sibbaldkes Apply dvd find volume patch from Richard Mortimer.
next