summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix snapshot creation.phk2004-12-081-1/+1
* Fix nfs exports (for now). The real fix is to teach mountd aboutphk2004-12-071-9/+4
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-94/+57
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-16/+0
* Fix null-pointer indirect function calls introduced in the previousmarcel2004-12-051-4/+4
* typo in comment.phk2004-12-031-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-015-147/+107
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-012-36/+36
* Use system wide no-op vfs_start function.phk2004-11-253-16/+0
* - Eliminate the acquisition and release of the bqlock in bremfree() byjeff2004-11-181-1/+2
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* Be prepared to accept NULL mountargs as part of root-mounting.phk2004-11-131-5/+9
* Put back the vfs_object_create() calls, they do make a difference whenphk2004-11-121-0/+2
* fix some commentsphk2004-11-101-4/+1
* Use mount flags instead of NULL path to detect root filesystem mount.phk2004-11-091-1/+1
* Stop pretending to have a vm_object backing the underlying disk vnode:phk2004-11-091-9/+0
* Properly implement a default version of VOP_GETWRITEMOUNT.phk2004-11-061-1/+0
* Don't grab the exclusive bit on a root filesystem until we are willingphk2004-11-041-14/+14
* Move UFS from DEVFS backing to GEOM backing.phk2004-10-2910-124/+96
* We only support backing UFS/FFS with disks.phk2004-10-281-10/+3
* Eliminate unnecessary KASSERTS.phk2004-10-272-4/+0
* KASSERT that we only get to prewrite() on writes.phk2004-10-261-2/+2
* White space changes. Add missing static.phk2004-10-261-6/+5
* Replace single case switch() with if().phk2004-10-261-8/+2
* Vertically align comment.phk2004-10-261-1/+1
* The island council met and voted buf_prewrite() home.phk2004-10-264-5/+46
* Fix syntax errors introduced by last commit.phk2004-10-261-4/+3
* Put the I/O block size in bufobj->bo_bsize.phk2004-10-262-1/+2
* Degeneralize the per cdev copyonwrite callback. The only possible valuephk2004-10-263-9/+4
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-255-30/+30
* Remove vnode->v_bsize. This was a dead-end.phk2004-10-251-1/+0
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-242-2/+2
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-222-2/+2
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITphk2004-10-213-18/+12
* Explicitly break out NETA license from Berkeley license to clearlyrwatson2004-10-204-0/+84
* Fix fsbtodb() for UFS1. This fixes an overflow for file sizes >1 TB,njl2004-10-091-1/+1
* Back out changes which were introduced to delay mounting root file system.pjd2004-10-051-1/+4
* Remove support for accessing device nodes in UFS/FFS.phk2004-09-285-151/+7
* Give cluster_write() an explicit vnode argument.phk2004-09-271-1/+1
* Introduce new /boot/loader.conf variable: root_mount_delay.pjd2004-09-231-4/+1
* The getpages VOP was a good stab at getting scatter/gather I/O withoutphk2004-09-191-112/+5
* Do not traverse list of snapshots if there isn't one.phk2004-09-161-0/+4
* Missed a place where snapshots were allocated in my last commit tophk2004-09-161-11/+8
* Create struct snapdata which contains the snapshot fields from cdevphk2004-09-131-70/+88
* Remove the buffercache/vnode side of BIO_DELETE processing inphk2004-09-131-1/+0
* Create simple function init_va_filerev() for initializing a va_filerevphk2004-09-071-24/+1
* Currently, if the secure level is low enough, system flags cancsjp2004-08-221-1/+1
* Generalize the UFS bad magic value used to determine when a filesystemjhb2004-08-191-1/+1
* When looking for some extra data to include in the hash, use thedwmalone2004-08-161-1/+1
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-153-25/+22
OpenPOWER on IntegriCloud