HAMMER 11/many - initial spike commit.
[dragonfly.git] / sys / vfs /
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...
2007-08-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-08-13 Matthew DillonPart 1/many USERFS support. Bring in the initial userf...
2007-08-13 Matthew DillonThe new VOP_N*() (namespace) operations pass a pointer...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-08-08 Sascha WildnerFix some remaining issues with MSDOSFS_DEBUG and add...
2007-08-08 Sascha WildnerAdjust some comments with reality.
2007-08-07 Matthew DillonFix build errors when MSDOSFS_DEBUG is defined.
2007-08-07 Peter AvalosMerge from vendor branch TCPDUMP:
2007-08-07 Peter AvalosMerge from vendor branch LIBPCAP:
2007-08-07 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2007-08-07 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2007-08-05 Peter AvalosMerge from vendor branch DIFFUTILS:
2007-08-04 Peter AvalosMerge from vendor branch TNFTP:
2007-08-03 Sascha WildnerFix wrong parentheses.
2007-07-31 Matthew DillonDetect the case where rename()ing over a file that...
2007-07-30 Matthew DillonWhen an inode collision occurs a partially initialized...
2007-07-24 Simon SchubertMerge from vendor branch BIND:
2007-07-24 Matthew DillonMerge from vendor branch BIND:
2007-07-23 Matthew DillonDo not loop forever doing 0-sized I/Os if si_iosize_max...
2007-07-20 Matthew DillonRemove the requirement that calls to vn_strategy()...
2007-07-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-07-13 Matthew DillonMerge from vendor branch LIBARCHIVE:
2007-06-26 Hasso TepperNuke "is is" stammering.
2007-06-20 Peter AvalosMerge from vendor branch LESS:
2007-06-17 Matthew DillonHave UFS set the vnode type to VBAD instead of VNON...
2007-06-15 Matthew DillonAdd vfs.nfs.pos_cache_timeout to complement vfs.nfs...
2007-06-14 Matthew DillonWhen getnewvnode() is called the vnode's v_type default...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-05-28 Peter AvalosMerge from vendor branch FILE:
2007-05-18 Matthew DillonCleanup shutdown(2) usage and make it consistent. ...
2007-05-16 Matthew DillonContinue untangling the disklabel. Add sector index...
2007-05-15 Matthew DillonContinue untangling the disklabel. Reorganize struct...
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2007-05-13 Matthew DillonRemove variables that are no longer used due to the...
2007-05-09 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2007-05-06 Peter AvalosMerge from vendor branch AWK:
2007-05-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-04-27 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-21 Peter AvalosMerge from vendor branch TNFTP:
2007-04-20 Matthew DillonMake 'last mounted on' reporting by fsck work again...
2007-04-20 Matthew DillonClean up the so_pru_soreceive() API a bit to make it...
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-12 Sascha WildnerAnsify parameter declarations.
next