Windows: 1.6pre3 changes
[openafs.git] / src / vol /
2011-03-11 Andrew Deasonsalvager: Do not abort on large volume IDs
2011-03-08 Jeffrey Altmanvol: FILE* to FD_t except logging and special ops
2011-03-08 Jeffrey Altmanvol: consolide afs_xxxx macros in ihandle.h
2011-03-07 Jeffrey Altmanvol: remove warning on use of DFlushVolume
2011-03-06 Ryan C. UnderwoodFix positional I/O support for largefiles
2011-03-04 Andrew Deasonvol: Check for blank vnode in VAllocVnode_r
2011-03-04 Andrew DeasonDAFS: VnLock after VnWaitQuiescent in VAllocVnode
2011-03-04 Andrew DeasonDAFS: Wait for exclusive ops in VFreeBitMapEntry_r
2011-03-04 Andrew Deasonvol-salvage: VOL_DONE deleted volumes
2011-03-04 Andrew DeasonDAFS: Clear salvage stats on VOL_DONE
2011-03-04 Andrew DeasonDAFS: Allow LEAVE_OFF for DELETED volumes
2011-03-04 Andrew Deasonvol-salvage: calloc volume summary structs
2011-03-03 Andrew Deasonvol-salvage: Fix AskOnline error message
2011-03-03 Andrew DeasonGive a default reason in *sync-debug
2011-02-27 Derrick Brasheararm darwin update
2011-02-22 Rod Widdowsonvutil.c: use OS_XXX rather than afs_XXX
2011-02-22 Rod Widdowsonnamei_ops.c use OS_XXX rather than afs_XXX
2011-02-16 Andrew DeasonMakefile whitespace fixes
2011-02-15 Andrew Deasonvol: Restore inode OS_READ/WRITE
2011-02-09 Andrew DeasonConvertROtoRW: Use old copyDate for creationDate
2011-01-28 Rod WiddowsonDo not compare an FD_t < 0
2011-01-25 Andrew Deasonvol-salvage: Only delete bad vnodes during !check
2011-01-25 Rod WiddowsonWindows: fix parameters and return value from nt_seek
2011-01-25 Rod WiddowsonWindows: read and write take void* buffers, open takes...
2011-01-24 Rod WiddowsonWindows: remove unused label in ntops.c
2011-01-24 Rod WiddowsonWindows: remove faulty assumptions about device names...
2011-01-22 Jeffrey Altmanvol: fix CreateFile params nt_unlink and nt_open
2011-01-22 Jeffrey Altmanvol: namei_ops improve readability; fix namei_create...
2011-01-22 Jeffrey Altmanvol: add comment nt_unlink cannot with fopen handles
2011-01-22 Jeffrey Altmanvol: remove potential data loss warnings in vol-salvage.c
2011-01-22 Jeffrey Altmanvol: use correct file name base for temporary file
2011-01-22 Jeffrey Altmanvol: use OS_UNLINK instead of unlink
2011-01-22 Jeffrey Altmanvol: fix namei_ListAFSSubDirs on Windows
2011-01-22 Jeffrey Altmanvol: use OS_DIRSEP in many more places
2011-01-22 Jeffrey Altmanvol: fix _namei_examine_reg DELETE_ZLC usage
2011-01-22 Jeffrey Altmanvol: make it clearer that SetOGM is not impl on Windows
2011-01-22 Jeffrey Altmanvol: avoid double dir separators from addtoname
2011-01-22 Jeffrey Altmanvol: clear ih_synced before dropping lock
2011-01-20 Jeffrey Altmanvol: nt_DriveToDev must return a value
2011-01-20 Jeffrey Altmanvol: nt_open should not create missing directories
2011-01-20 Jeffrey Altmanvol: Make ntops functions 64-bit capable
2011-01-20 Jeffrey Altmanvol: avoid defining unused struct on windows
2011-01-20 Jeffrey Altmanvol: indent cpp definitions; add NAMEI_SPECDIRC
2011-01-20 Jeffrey Altmanvol: remove [UN]LOCKFILE data loss warnings on Windows
2011-01-20 Jeffrey AltmanWindows: build mtafsdir.lib and use it
2011-01-17 Andrew Deasonvol: Windows requires binary fmode for salvaged
2011-01-16 Jeffrey Altmanvol: use OS_UNLINK() instead of unlink()
2011-01-15 Jeffrey Altmanvol: construct proper VolDir path on Windows
2011-01-15 Jeffrey Altmanvol: fdHandleAllocateChunk should init all fields
2011-01-15 Jeffrey Altmanvol: use OS_DIRSEP when constructing paths
2011-01-15 Jeffrey Altmanvol: initialize FdHandle_t stack objects
2011-01-15 Jeffrey Altmanvol: Fix ntops to provide expected semantics
2011-01-15 Jeffrey Altmanvol: Windows requires binary fmode for salvager
2011-01-15 Jeffrey Altmanvol: fix OS_LOCKFILE/OS_UNLOCKFILE for Windows
2011-01-05 Tom Keiserprovide more verbose logging when VGetVolumeByVp_r...
2010-12-10 Andrew DeasonDAFS: Avoid logging harmless LEAVE_OFF failures
2010-12-10 Andrew DeasonDAFS: Fix VOL_QUERY_VOP error codes
2010-12-08 Derrick BrashearDAFS: make FSYNC_VOL_QUERY_VOP DAFS-only
2010-12-08 Derrick BrashearDAFS: fix ifdef
2010-12-07 Andrew DeasonRemove unreached lines
2010-11-25 Andrew Deasonvol: Move VOL_CV_TIMEDWAIT to volume_inline.h
2010-11-19 Simon WilkinsonReplace bits of libutil with libroken
2010-11-17 Simon Wilkinsonlibroken: Build on windows
2010-11-16 Andrew DeasonUse afs_foff_t for file offsets
2010-11-15 Andrew Deasonviced: Add options for interrupting clients
2010-11-15 Andrew Deasonvol: Interrupt RX calls accessing offlining vols
2010-11-15 Andrew Deasonvol: Add interfaces for registering RX calls
2010-11-15 Andrew Deasonvol: Add VGetVolumeTimed
2010-11-12 Andrew Deasonviced: Allow checkout of VOL_STATE_DELETED volumes
2010-11-11 Andrew Deasonsalvager: Do not break cbks when salvaging parts
2010-11-09 Tom Keiservol: make namei_ListAFSSubDirs deal with multiple/bad...
2010-11-08 Andrew Deasonvolser: Do not FSYNC_VOL_DONE temporary volumes
2010-11-08 Andrew Deasonvol: Do not give back not-checked-out vols
2010-11-05 Andrew DeasonDAFS: Do not let VScheduleSalvage_r free vp
2010-11-05 Derrick Brashearmerge ntops and namei
2010-11-02 Jeffrey Altmanvol: attach2 must always return with VOL_LOCK held
2010-11-02 Andrew DeasonDAFS: Fix demand-salvages of attached volumes
2010-11-02 Andrew DeasonCleanup VOffline log message for non-DAFS
2010-10-29 Jeffrey AltmanWindows: Finish converting vol apps to pthread only
2010-10-29 Rod Widdowsonwindows: native versions of ih_pread and ih_pwrite
2010-10-29 Jeffrey Altmanvol: Use OSI_NULLSOCKET and not -1 to indicate invalid...
2010-10-29 Jeffrey Altmanvol: Always use INVALID_FD to indicate an invalid fd
2010-10-27 Derrick Brasheardown with assert, up with osi_Assert
2010-10-18 Derrick Brashearvutil use lockfile mutex macros for lockfile mutex
2010-10-17 Derrick Brashearrename afs/assert.h to afs/afs_assert.h
2010-10-14 Andrew DeasonParallel I/O extensions to namei backend
2010-10-14 Tom Keiserdon't release Volume lightweight ref too early
2010-10-13 Tom Keiserupdate fssync-debug to handle the VOL_LOCKED flag
2010-10-13 Tom Keisertrailing commas make xlc a sad panda
2010-10-11 Simon WilkinsonUnix: Rework build system
2010-10-11 Andrew Deasonfssync-debug: exec DAFS version if DAFS detected
2010-10-04 Andrew Deasonvol: Log ignored dirs that look like partitions
2010-09-30 Simon Wilkinsonrx: Add rx_NewThreadId function
2010-09-20 Marc Dionnevol: Set but not used variables
2010-09-14 Andrew DeasonDAFS: raise vhashsize limit
2010-09-09 Andrew Deasonnamei: Do not remove n_voldir1
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
next