libafs: afs_InitVolSlot function
[openafs.git] / src / volser /
2014-03-21 Chas Williams (CON... volser: remove commented code
2014-03-20 Jeffrey Altmanvos: GetServer search for non-loopback address
2014-03-20 Hartmut Reutervolser: use also vn_length_hi in dump size calculation
2014-02-05 Mark Vitalevos: move convertROtoRW core logic to vsprocs
2013-11-20 Chas Williams (CON... cmd: Correctly initialize cmd_OptionAsString arguments
2013-11-07 Andrew Deasonvolserver: Remove -sleep functionality
2013-11-07 Andrew Deasonvolserver: Restore -allow-dotted-principals
2013-11-07 Andrew Deasonvolserver: Exit on arg parsing failure
2013-11-05 Andrew DeasonExit successfully on -help
2013-10-26 Andrew Deasonvos: Remove pthread send/receive select()
2013-09-30 Michael Meffievos: more details in vos release -verbose output
2013-09-30 Christof Hankevos: complain if no fields are passed
2013-09-30 Michael Meffiebuild: compile_et rules for parallel make
2013-09-25 Andrew DeasonWhine if single-DES keys are in use
2013-08-18 Mark Vitalevolser: repair volserver -udpsize and -sleep options
2013-07-24 Simon WilkinsonMerge branch 'rxkad-kdf-master' into HEAD
2013-07-13 Chaskiel GrundmanUse rfc3961 library to decrypt kerberos 5 tickets
2013-07-12 Andrew Deasonvolser: Use the new IH_CREATE_INIT function
2013-07-12 Mark Vitalevos: incorrectly defined alias for -cell parm
2013-07-12 Russ AllberyFix restorevol sanity check on afs_int32
2013-07-12 Russ AllberyFix restorevol crash on corrupt nDumpTimes value
2013-07-12 Ben KadukAlias "vos e" to "vos examine"
2013-06-02 Marc Dionnevolser: Add -config and -logfile options
2013-06-02 Marc Dionnevolser: Convert command line parsing to cmd
2013-05-28 Michael Meffievolser: -log restore operations
2013-05-28 Marc Dionnevolser: Adjust TLV tag range
2013-05-01 Ben KadukRemove unused variable
2013-04-17 Andrew DeasonMake ihandle sync behavior runtime-configurable
2013-04-05 Andrew Deasonvos: Restore some VNOVOL error messages
2013-04-03 Andrew Deasonvolser: Make VolListOneVolume errors consistent
2013-04-03 Andrew Deasonvolser: Restore Vol*ListOneVolume error handling
2013-03-27 Andrew Deasonvolser: Indicate busy volume with VBUSY
2013-03-13 Mark Vitalevos: noise messages when attempting to delete non-exist...
2013-03-07 Simon Wilkinsonvolser: Don't overflow volume name
2013-02-27 Simon Wilkinsonvolser: Fix bad readlink usage
2013-02-27 Simon Wilkinsonvolser: Catch EOFs when reading dumps
2013-02-26 Mark Vitalevos: Unrecognized or ambiguous switch '-c'
2013-02-26 Simon Wilkinsonvolser: Make it clear what's copied from partList
2013-02-25 Simon Wilkinsonvolser: Don't catch errors in cleanup
2013-02-25 Simon Wilkinsonvolser: Remove redundant success flag
2013-02-25 Simon Wilkinsonvolser: Remove dead assignment
2013-02-24 Simon Wilkinsonvolser: Fix a couple of assigned but not read errors
2013-02-24 Simon Wilkinsonvolser: Don't assign code when we don't care
2013-02-24 Simon Wilkinsonvolser: Don't NULL conn right before assigning it
2013-02-22 Simon Wilkinsonvolser: Remove needless initialisation
2013-02-22 Simon Wilkinsonvolser: Remove masked assignment in vol_split
2013-02-22 Simon Wilkinsonvos: aserver is private
2013-02-21 Simon Wilkinsonvos: Remove unused 'done' loop variable
2013-01-06 Nickolai Zeldovichvolser/vol_split.c: do not dereference known-NULL pointer
2013-01-03 Russ AllberyFix spelling error (retreive for retrieve) in strings
2013-01-02 Derrick Brashearvol: fix everything to use volumeid type
2013-01-02 Derrick Brashearvol: use header access macros everywhere
2012-12-27 Derrick Brashearvol: use defines for header name length
2012-12-26 Andrew Deasonvolser: Check vnode length on dump
2012-11-12 Michael Meffiefix stale volume info from vos examine (non-dafs)
2012-10-30 Simon WilkinsonAdd opr/lock.h and tidy locking macros
2012-10-23 Hartmut Reutervolser: comment with a list of all dump tags
2012-10-18 Simon Wilkinsonrx: Use opr queues
2012-09-16 Simon WilkinsonSplit up libtool support into LWP and pthread
2012-09-12 Simon Wilkinsonlibafsauthent: Build with libtool
2012-09-12 Simon Wilkinsonvolser: Use libtool
2012-09-05 Mark Vitalevos: convertROtoRW - prevent VLDB corruption
2012-09-04 Mark Vitalevos: convertROtoRW incorrect warning when RO not in...
2012-09-04 Simon WilkinsonFurther rationalise our usage of assert()
2012-08-31 Simon Wilkinsonauth: Relocate NetRestrict support functions
2012-08-22 Mark Vitalevos: convertROtoRW susceptible to VLDB changes during...
2012-08-17 Michael Meffievos: use the roken max macro
2012-07-28 Garrett Wollmanvolser: restructure GetNextVol and clients to remove...
2012-07-26 Andrew Deasonvos: Minimize release impact for new RO sites
2012-07-16 Garrett Wollmanvolser: don't derefernce null pointer in copyVnodes()
2012-07-16 Garrett Wollmanvolser: dead store in UV_MoveVolume2
2012-07-06 Andrew Deasonvos: Avoid creating volume with the same RO/BK ids
2012-05-24 Simon Wilkinsonfileserver & friends: Don't cast from malloc()
2012-05-24 Simon WilkinsonDon't cast the return from calloc()
2012-05-24 Simon WilkinsonDon't cast the return from realloc()
2012-05-24 Simon WilkinsonUse calloc, rather than malloc/memset
2012-05-24 Simon WilkinsonDon't cast arguments to free()
2012-05-21 Mark Vitalevos: volume lock not released on convertROtoRW error
2012-05-21 Mark Vitalevos: convertROtoRW does not respect volume lock
2012-05-16 Mark Vitalevos: convertROtoRW may create two RW volumes
2012-05-12 Michael Meffievolser: preserve stats over reclones and restores
2012-05-12 Mark Vitalevos: convertROtoRW misc error reporting problems
2012-05-04 Andrew Deasonvos: Default to server confdir for -localauth
2012-05-04 Andrew Deasonvos: Correct comment
2012-05-04 Andrew Deasonvos setaddrs: notice unexpected errors
2012-04-18 Michael Meffieaudit: remove static local realms
2012-04-10 Simon WilkinsonRework the ugen_* interface
2012-04-10 Andrew Deasonvos: Do not try to remove backup volume id 0
2012-04-09 Simon Wilkinsonvol-dump: Don't leak memory
2012-04-09 Simon Wilkinsonvol-dump: Make static things static
2012-04-09 Simon Wilkinsonvos: Initialise total counters
2012-02-21 Marc Dionnevolser: Remove unused variable
2012-02-20 Derrick Brashearvos: allow releases without offline time
2012-02-20 Derrick Brashearvos: refactor code
2012-02-20 Derrick Brashearvolser: allow clonevol purge id to be new id
2012-02-20 Derrick Brashearvolser: allow cloning non-rw volumes
2012-02-07 Marc DionneRW Replication: Add basic definitions
2011-12-14 Andrew Deasonvolser: Do not reset copyDate in ReClone
2011-12-14 Derrick Brashearvos: fix code to not triple-negate
2011-12-04 Simon Wilkinsonrx: Make the rx_call structure private
next