Parallelize ifnet.if_addrhead accessing by duplicating the list itself
[dragonfly.git] / sys / vfs /
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-02-24 Matthew DillonHAMMER 31C/many: Fix livelock in deadlock handling...
2008-02-24 Matthew DillonHAMMER 31B/many: Fix busy block dev on HAMMER umount
2008-02-24 Matthew DillonHAMMER 31A/many: File data size optimization
2008-02-23 Matthew DillonHAMMER 30C/many: Fix more TID synchronization issues
2008-02-23 Matthew DillonHAMMER 30B/many: Minor bug fix.
2008-02-23 Matthew DillonHAMMER 30A/many: blockmap cleanup
2008-02-23 Matthew DillonHAMMER 30/many: blockmap work.
2008-02-20 Matthew DillonHAMMER 29/many: Work on the blockmap, implement the...
2008-02-10 Matthew DillonHAMMER 28A/many: Translation and write performance...
2008-02-10 Matthew DillonHAMMER 28/many: Implement zoned blockmap
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-02-08 Matthew DillonHAMMER 27/many: Major surgery - change allocation model
2008-02-06 Matthew DillonHAMMER 26/many: Misc features.
2008-02-05 Matthew DillonImplement NFS support and export control for HAMMER.
2008-02-05 Matthew DillonHAMMER 25/many: Pruning code
2008-02-05 Matthew DillonAdd a conditional so we don't have to drag in everythin...
2008-02-04 Matthew DillonHAMMER 25/many: Add an ioctl API for HAMMER.
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-25 Matthew DillonHAMMER 24B/many: Edge cases, cleanups
2008-01-25 Matthew DillonHAMMER 25/many: get fsx (filesystem test) working,...
2008-01-25 Matthew DillonHAMMER 24/many: Clean up edge cases
2008-01-24 Matthew DillonHAMMER 23/many: Recovery, B-Tree, spike, I/O work.
2008-01-21 Matthew DillonHAMMER 22/many: Recovery and B-Tree work.
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-18 Matthew DillonHAMMER 21/many: B-Tree node locking finalization.
2008-01-17 Matthew DillonHAMMER 20B/many: New spike topology, simplify the B...
2008-01-16 Matthew DillonHAMMER 20A/many: B-Tree lookup API cleanup, B-Tree...
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Matthew DillonHAMMER 19/Many - Cleanup pass, cluster recovery code.
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
2008-01-11 Matthew DillonHAMMER 18B/many: Stabilization pass
2008-01-11 Matthew DillonHAMMER 18/many: Stabilization pass
2008-01-10 Matthew DillonHAMMER 17/many: Refactor IO backend, clean up buffer...
2008-01-10 Matthew DillonFix buffer cache deadlocks by splitting dirty buffers...
2008-01-09 Matthew DillonHAMMER 16B/many: Fix data overwrite case.
2008-01-09 Matthew DillonHAMMER 16/many - Recovery infrastructure, misc bug...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-06 Nicolas TheryRemoved non-existent entry in .PATH:.
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2008-01-03 Matthew DillonHAMMER 15/many - user utility infrastructure, refactor...
2008-01-02 Matthew DillonBack out the last commit, it asserts in the getblk...
2008-01-02 Matthew DillonUFS vnodes must have VM objects before they can be...
2008-01-01 Matthew DillonHAMMER 14/many - historical access cleanup, itimes...
2007-12-31 Matthew DillonHAMMER 13B/many - addendum to 13.
2007-12-31 Matthew DillonHAMMER 13/many - Stabilization commit
2007-12-30 Matthew DillonHAMMER 12/many - buffer cache sync, buffer cache intera...
2007-12-30 Matthew DillonHAMMER 12/many - add VOPs for symlinks, device, and...
2007-12-29 Matthew DillonHAMMER 11/many - initial spike commit.
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-14 Matthew DillonHAMMER 10/many - synchronize miscellaneous work.
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-11-30 Matthew DillonHAMMER 9/many - btree removal cases, mount nohistory
2007-11-27 Matthew DillonHAMMER 8/many - A-list, B-Tree fixes. As-of queries
2007-11-26 Matthew DillonHAMMER 7/many - deletions, overwrites, B-Tree work.
2007-11-26 Matthew DillonHAMMER 6/many - memory->disk flush, single-cluster...
2007-11-25 Peter AvalosMerge from vendor branch LESS:
2007-11-20 Matthew DillonHAMMER 5/many - in-memory cache and more vnops.
2007-11-20 Matthew DillonClean up some missing 32->64 bit cookie conversions...
2007-11-20 Matthew DillonMake necessary changes to readdir/getdirentries to...
2007-11-20 Matthew DillonHAMMER 4/many - more core infrastructure
2007-11-19 Matthew DillonHAMMER 3/many - more core infrastructure.
2007-11-16 Peter AvalosMerge from vendor branch LESS:
2007-11-07 Matthew DillonCorrect bug in last commit.
2007-11-07 Matthew DillonAdd bio_ops->io_checkread and io_checkwrite - a read...
2007-11-07 Matthew DillonHAMMER part 2/many.
2007-11-06 Matthew DillonWhen the quotacheck has not been run the quota code...
2007-11-06 Matthew DillonConvert the global 'bioops' into per-mount bio_ops...
2007-11-05 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-11-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-11-02 Matthew DillonModify struct vattr:
2007-11-02 Matthew DillonHAMMER 2/many - core mount and unmount code now works...
2007-11-01 Matthew DillonHAMMER part 1/many. This is a clear-my-plate commit.
2007-10-25 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-16 Matthew DillonGive the A-list code the ability to do a forward or...
2007-10-12 Peter AvalosMerge from vendor branch LESS:
2007-10-12 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-12 Matthew DillonClean up the structural organization. Separate out...
2007-10-12 Matthew DillonAdjust the description of HAMMER's storage limitations...
2007-10-11 Peter AvalosMerge from vendor branch TCPDUMP:
2007-10-11 Peter AvalosMerge from vendor branch LIBPCAP:
2007-10-10 Matthew DillonPrimary header file infrastructure and A-list implement...
2007-10-10 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-09 Peter AvalosMerge from vendor branch LESS:
2007-09-29 Sascha WildnerAdd some missing files.
2007-09-24 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-23 Yonghong Yanprepare the amd64 kernel build, ext2_bitops.h merged...
2007-09-08 Peter AvalosMerge from vendor branch OPENSSH:
2007-09-07 Matthew DillonGeneral userfs fleshing out work. Abstract out constru...
2007-09-04 Matthew DillonForce an over-the-wire transaction when resolving the...
2007-09-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-03 Matthew DillonAdd a MNTK_ flag to the mount structure allowing a...
2007-08-28 Matthew DillonFix a bug in vnode_pager_generic_getpages(). This...
2007-08-28 Matthew DillonAdd vop_stdgetpages() and vop_stdputpages() and replace...
2007-08-25 Simon SchubertFix a bug in linprocfs and hold lwps to prevent a race...
2007-08-25 Peter AvalosMerge from vendor branch TNFTP:
2007-08-22 Simon SchubertMerge from vendor branch GDB:
2007-08-21 Matthew Dillongetpages/putpages fixup part 1 - Add support for UIO_NO...
next