summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* white spacephk2004-12-141-4/+4
* With the introduction of UFS2 we started looking for superblocks inphk2004-12-121-0/+1
* Fixes a bug that caused UFS2 filesystems bigger than 2TB tomckusick2004-12-092-10/+10
* 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
* typo in comment.phk2004-12-031-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-013-48/+37
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-11/+11
* Use system wide no-op vfs_start function.phk2004-11-251-1/+0
* - Eliminate the acquisition and release of the bqlock in bremfree() byjeff2004-11-181-1/+2
* 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
* 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-297-117/+90
* We only support backing UFS/FFS with disks.phk2004-10-281-10/+3
* Eliminate unnecessary KASSERTS.phk2004-10-271-2/+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
* The island council met and voted buf_prewrite() home.phk2004-10-263-3/+38
* 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-241-1/+1
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-221-1/+1
* 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-203-0/+63
* 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-283-21/+2
* 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
* Generalize the UFS bad magic value used to determine when a filesystemjhb2004-08-191-1/+1
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-1/+1
* use bufdone() not biodone().phk2004-08-081-3/+3
* Put a version element in the VFS filesystem configuration structurephk2004-07-302-23/+16
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-2/+2
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properkan2004-07-286-47/+52
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-262-4/+4
OpenPOWER on IntegriCloud