vol: Add VInit cond var and remove busywaits
[openafs.git] / src / vol /
2010-09-09 Andrew Deasonvol: Add VInit cond var and remove busywaits
2010-09-08 Andrew Deasonnamei: Limit traversal when removing data dirs
2010-08-31 Michael Meffieihandle positional read and write
2010-08-19 Andrew DeasonAvoid thread-unsafe PrintInode in threaded code
2010-08-19 Andrew DeasonWindows: vol-salvage SalvInfo fixes
2010-08-19 Andrew DeasonRemove the global tempHeader/stuff structures
2010-08-19 Andrew Deasonvol-salvage: Move global vars into SalvInfo struct
2010-08-17 Marcus Wattsdeath to trailing whitespace
2010-08-17 Marcus Wattsdeath to register
2010-08-12 Andrew Deasonviced: VNOVOL on deleted volumes
2010-08-11 Andrew Deasonsalvage: update inodes array after CopyAndSalvage
2010-08-11 Andrew Deasonsalvage: Remove redundant 'code' declaration
2010-08-11 Andrew Deasonsalvage: Do not look at not-found root dir
2010-08-11 Andrew Deasonsalvage: Zero corrupted header
2010-08-06 Andrew DeasonEliminate $< outside of pattern rules
2010-08-06 Andrew DeasonFix objdir install/dest targets
2010-08-05 Derrick Brashearnamei decodevolume allow low volume ids
2010-07-29 Andrew DeasonInstall DAFS and non-DAFS fssync-debug
2010-07-29 Andrew Deasonviced: Correct unblessed attach2 errors
2010-07-29 Andrew Deasonvol-bless: Detach, not put, volumes on completion
2010-07-22 Andrew Deasonsalvage: Zero root/readme vnodes before writing
2010-07-22 Andrew DeasonAFS_INT64_FMT takes a afs_int64, not int64_t
2010-07-21 Andrew DeasonRemove an outdated inode comment block
2010-07-20 Jeffrey AltmanWindows: Build Demand Attach File Service
2010-07-20 Derrick Brashearvol AttachByName should mimic other volpkg errors
2010-07-18 Simon Wilkinsonvol: Fix logging functions
2010-07-14 Jeffrey HutzelmanDon't overflow a buffer on the server's stack at startup
2010-07-14 Andrew DeasonAdd -unsafe-nosalvage fileserver option
2010-07-14 Derrick Brasheardemand attach build always
2010-07-13 Jeffrey AltmanDAFS: variable declarations in C must be a top of block
2010-07-12 Andrew DeasonGetInodeSummary: free inode info
2010-07-09 Andrew DeasonUse afs_sfsize_t for *_SIZE results
2010-07-08 Andrew DeasonFix VPrintDiskStats_r logging
2010-07-06 Andrew DeasonFix stray static inline
2010-07-02 Derrick Brashearupdate VAllocVnode logging
2010-07-02 Andrew DeasonDAFS: Allow FSSYNC salvages on unknown volumes
2010-07-02 Andrew DeasonDAFS: Log attempted salvage requests
2010-07-02 Andrew Deasonvol: Move destroyMe check outside of inUse check
2010-07-02 Derrick BrashearVAllocVnode error handling
2010-07-01 Tom KeiserDAFS: fix VOL_HDR_IN_LRU state bit tracking
2010-06-23 Rainer ToebbickeDo not corrupt volume linktable when special file alrea...
2010-06-23 Andrew Deasonvol: break callbacks when needsCallback is set
2010-06-22 Andrew Deasonsalvaged: Break volume callbacks on vol change
2010-06-22 Andrew DeasonSet VolumeChanged when we create a new root dir
2010-06-21 Davor OcelicUpdate manpage links, fix doc typo in fssync-debug
2010-06-15 Andrew DeasonGetVolume: do not wait for offlining volumes
2010-06-15 Andrew DeasonCleanup and doxygen-ify the comments for GetVolume
2010-06-14 Derrick Brasheararm darwin port
2010-06-13 Simon Wilkinsonvol: open() needs mode if called with O_CREAT
2010-06-13 Simon WilkinsonAdd AFS_NORETURN macro and use it
2010-06-12 Andrew DeasonDo not set inUse for non-fileserver non-DAFS
2010-05-25 Andrew Deasonvol, volser, and viced type fixes
2010-05-19 Simon WilkinsonMore warnings cleanup
2010-05-18 Simon WilkinsonFileserver: Don't sync every 10 seconds
2010-05-17 Simon WilkinsonDemand Attach: Volumes and vnodes are different
2010-05-17 Simon WilkinsonDemand Attach: Simplify __VVGC_entry_cl_add
2010-05-17 Simon WilkinsonDemand-Attach: Remove dangerous trailing else
2010-05-12 Jeffrey AltmanFix missing semicolon in non-AFS_NAMEI_ENV builds vol...
2010-05-11 Derrick Brashearvnode alloc bitnumber returns bitnumber
2010-05-06 Simon WilkinsonAlways include afsconfig.h
2010-04-26 Simon WilkinsonFix make clean and make distclean
2010-04-22 Andrew DeasonUpdate nextVnodeUnique before checking inUse
2010-04-13 Michael MeffieDAFS: avoid volume lock contention during initialization
2010-04-01 Andrew Deasonfssync-debug: fix strict-aliasing problems
2010-03-23 Russ AllberyFix strict aliasing problems or add -fno-strict-aliasing
2010-03-21 Derrick Brashearsalvage variable initialization
2010-03-21 Andrew DeasonCreate missing root directory when ORPH_ATTACH
2010-03-19 Andrew Deasonvolume_inline.h does not need sys/file.h
2010-03-17 Andrew DeasonDAFS: Replace partition locks with volume locks
2010-03-17 Andrew DeasonAdd code for locking individual volumes on disk
2010-03-09 Andrew DeasonAdd FSYNC_VerifyCheckout
2010-03-09 Andrew DeasonAdd VLockFileReinit
2010-03-09 Andrew DeasonVLockFile: add a couple of asserts
2010-03-09 Andrew DeasonSchedule all salvages via VScheduleSalvage_r
2010-03-09 Andrew DeasonAdd FSSYNC debug logging
2010-03-09 Andrew DeasonMove *SYNC string translation out of fssync-debug
2010-03-09 Andrew DeasonDo not rely on vol header for V*VolumeHandles_r
2010-02-26 Andrew DeasonConvert ObtainSalvageLock to the VLockFile API
2010-02-24 Andrew DeasonMake VLockFile not DAFS-specific
2010-02-24 Andrew DeasonVLockFile: init fd to INVALID_FD, not zero
2010-02-24 Andrew DeasonVLockFile: Do not close fd on lock failure
2010-02-22 Andrew DeasonAbstract /vicepX header traversal
2010-02-19 Rainer ToebbickeInit ih_synced for new ihandle
2010-02-17 Andrew DeasonInclude stdint.h when using intptr_t
2010-02-17 Andrew Deasonsalvager: avoid needing temp files to stay around
2010-02-17 Andrew DeasonDAFS: Maintain viced volume group hierarchy cache
2010-02-17 Andrew DeasonAdd a general file-level locking API
2010-02-12 Andrew DeasonDocument FSSYNC commands
2010-02-09 Andrew DeasonConsolidate code for reading/writing vol headers
2010-02-09 Andrew Deasonsalvager: alias -f to -force
2010-02-03 Simon WilkinsonAdd printf format checks to util's log functions
2010-01-14 Andrew DeasonAlways check VInitVolumePackage2 return code
2010-01-12 Andrew DeasonDAFS: Allow non-fileserver to schedule salvages
2010-01-05 Andrew DeasonRefuse to attach inode partitions with UFS logging
2009-12-31 Simon WilkinsonRemove --disable-largefile-fileserver
2009-12-10 Andrew DeasonExpand ProgramType enumeration
2009-12-04 Jeffrey AltmanFix midnight volume calculation to build on Windows
2009-12-03 Rainer ToebbickeCalculate midnight (for volume stats) based on standard...
2009-11-30 Andrew DeasonCorrect duplicate special inodes while salvaging
2009-11-19 Andrew DeasonDefine WCOREDUMP in salvsync-server.c
next