cmd: List version in help for commands
[openafs.git] / src / vol /
2014-04-23 Benjamin Kadukvol: Fix build with separate objdir
2014-03-25 Michael Meffievolinfo: separate volscan binary
2014-03-25 Michael Meffievolinfo: refactor global options
2014-03-25 Michael Meffievolscan: hide -mask option
2014-03-25 Michael Meffievolscan: avoid printing null mount-point cellname
2014-03-18 Benjamin KadukUse correct include guard for vol_prototypes.h
2014-02-05 Andrew Deasonnamei: Ignore misplaced files
2014-02-05 Andrew Deasonsalvager: Handle multiple/inconsistent linktables
2014-02-05 Arne WiebalckLog shutdown progress
2014-01-17 Benjamin Kadukvol/salvaged.c: Remove unused variable
2014-01-12 Michael Meffievol: reset nextVnodeUnique when uniquifier rolls over
2014-01-12 Michael Meffievol: fix nextVnodeUnique roll over
2013-10-08 Andrew Deasonsalvager: Ignore linktable-only RW volumes
2013-10-08 Andrew Deasonnamei: Set inconsistent linktable linkCount to 0
2013-10-08 Andrew Deasonsalvager: Improve comments
2013-10-08 Andrew Deasonsalvager: Fix in-memory invalid linktable counts
2013-10-08 Andrew Deasonsalvager: Whitespace formatting
2013-09-30 Andrew Deasonihandle: Make sure we don't ih_attachfd invalid FD
2013-09-23 Andrew Deasonvol: Nuke parent vol special inodes
2013-08-02 Andrew DeasonDAFS: Remove AFS_DEMAND_ATTACH_UTIL
2013-07-25 Anders Kaseorgvolume_inline.h: Down with assert, again
2013-06-20 Andrew Deasonnamei: Create the IH_CREATE_INIT function
2013-06-20 Andrew Deasonihandle: Refactor ih_open to split out ih_attachfd
2013-06-20 Andrew Deasonihandle: Fix fdInUseCount leak on EMFILE
2013-06-20 Andrew DeasonMake the inode fileserver backend build again
2013-06-03 Derrick Brashearsalvager: report actual uniqs for a too low error
2013-06-02 Marc Dionnesalvageserver: Add -logfile option
2013-06-02 Marc Dionnesalvaged: Clean up command line parsing
2013-05-28 Jeffrey Altmanvol: return VNOVNODE if vnode is not allocated
2013-05-21 Andrew DeasonDAFS: Avoid useless attach2 error message
2013-04-17 Andrew DeasonMake ihandle sync behavior runtime-configurable
2013-03-25 Mark Vitalesalvager: prevent assertion during -orphans attach
2013-03-25 Jeffrey Altmanvol: remove duplicate stmp declaration
2013-03-05 Andrew Deasonihandle: Remove ih_sync_thread
2013-02-21 Simon Wilkinsonvol: nuke() doesn't need to zero code
2013-02-21 Simon Wilkinsonvol: nuke() doesn't need to maintain next inode ptr
2013-02-20 Simon Wilkinsonvol: Don't assume enum is an int
2013-02-15 Mark Vitalesalvager: incorrect comment
2013-02-05 Mark Vitaledafs: preattach should wait for exclusive states
2013-01-07 Michael Meffiecorrect whitespace errors in readme files
2013-01-06 Nickolai Zeldovichubik/udebug.c, vol/vol-info.c: check array index before...
2013-01-05 Michael Meffiespelling corrections in readme files
2013-01-04 Mark Vitalevol: correct old conditional for IH_CONDSYNC
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 Deasonihandle: Add FDH_ISUNLINKED
2012-12-26 Andrew Deasonihandle: Indent ifdef maze
2012-11-29 Andrew Deasonvol: Let non-usable volumes attach for non-DAFS
2012-11-12 Michael Meffievol: allow non-dafs volume utils to attach with V_READO...
2012-10-30 Simon WilkinsonFix mutex assertion
2012-10-30 Simon WilkinsonAdd opr/lock.h and tidy locking macros
2012-10-18 Derrick Brashearsalvager: fix formatting in the rest of the Log messages
2012-10-18 Simon Wilkinsonrx: Use opr queues
2012-10-07 Andrew DeasonDAFS: VRS_r with VOL_SALVAGE_NO_OFFLINE in attach2
2012-09-27 Chas Williams (CON... afs: casting NULL is generally unnecessary
2012-09-04 Simon WilkinsonFurther rationalise our usage of assert()
2012-08-31 Simon WilkinsonUse rk_rename from roken
2012-08-09 Derrick Brashearihandle: don't keep reallyclosing future fds
2012-08-09 Mark Vitalevos: convertROtoRW may create 2nd RW on a fileserver
2012-07-28 Garrett Wollmanvolser: restructure GetNextVol and clients to remove...
2012-07-22 Marc Dionnevol: set correct bit in bitmap after VGrowBitmap
2012-07-22 Garrett Wollmanstrcompose: NULL must always be cast when passed to...
2012-07-16 Garrett Wollmanvol: dead initialization in VWalkVolumeHeaders()
2012-06-27 Simon Wilkinsonvol: Make some functions static
2012-06-21 Michael Meffievol: avoid attach retry loops on SYNC_FAILED
2012-06-11 Andrew Deasonvol: Avoid getting stuck in ATTACHING in attach2
2012-06-11 Andrew DeasonDAFS: Preattach, not attach, in FSYNC_Drop
2012-06-11 Andrew Deasonvol-salvage: Unlock volumes before exiting
2012-06-11 Andrew Deasonvol-salvage: Indent some ifdefs
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-24 Simon WilkinsonUse strdup to copy strings
2012-05-12 Michael Meffievolser: preserve stats over reclones and restores
2012-05-12 Andrew Deasonvol: Free vol header on attach_volume_header error
2012-05-08 Andrew Deasonvol: Remove redundant vop check in GetVolume
2012-05-08 Andrew Deasonvol: Pay attention to specialStatus after VAVByVp
2012-05-08 Andrew Deasonvol: Avoid VBUSY/VRESTARTING trick for offline vop
2012-05-04 Michael Meffievolinfo: show header filenames even if error
2012-04-28 Andrew Deasonvol: A GOING_OFFLINE volume should yield VOFFLINE
2012-04-12 Simon WilkinsonRemove redundant header includes
2012-04-12 Michael Meffievolscan: index offset output column
2012-04-12 Michael Meffievolscan: option to ignore dir vnode magic
2012-04-11 Andrew Deasonsalvager: Trust inode-based special data over OGM
2012-04-11 Andrew Deasonnamei: Abstract out OGM functions a bit more
2012-04-10 Marc Dionnevol: Allow VAllocVnode of specific vnodes
2012-04-09 Simon Wilkinsonvol: Don't return an uninited val from LookupNode
2012-04-09 Simon Wilkinsonvol: Call memset with the correct size
2012-04-09 Simon Wilkinsonfileserver: Fix NeverAttach support
2012-04-08 Simon Wilkinsonvol: Remove unneeded braces
2012-04-08 Simon Wilkinsonvice & vol: Cast FDH_SYNC results to void
2012-04-07 Jason EdgecombeFileserver: Add the /vicepXX/NeverAttach flag to skip...
2012-04-07 Simon WilkinsonSalvager: Don't use garbage vnodes when Testing
2012-03-26 Chas Williams (CON... Finish removing sunos 4.x references and build cruft
2012-03-21 Michael Meffiebuild on solaris 10 again
2012-03-12 Paul SmeddleMake volscan's column delimiter option work
2012-02-24 Andrew Deasonsalvager: Do not fork for single VG salvage
next