summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure to update the mnt_stats before UFS1 extattr tried tophk2004-07-141-5/+4
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-3/+3
* Update for the KDB debugger framework:marcel2004-07-102-6/+5
* Explicity initialize vp->v_bsize.phk2004-07-071-1/+3
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-042-25/+3
* Avoid deadlock which is caused by locking VDIR of parent and VREG ofkuriyama2004-06-181-0/+9
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-4/+4
* Nice, is a property of a process as a whole..julian2004-06-161-4/+4
* Avoid assignments to cast expressions.stefanf2004-06-081-2/+2
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-031-2/+2
* - Fix typokrion2004-05-311-1/+1
* Upon further review it was decided this piece of the msync(2)kensmith2004-05-211-0/+2
* Style fixup in previous commit.kensmith2004-05-191-4/+2
* Change ffs_realloccg() to set the valid bits for the extended part of thekensmith2004-05-141-2/+10
* Revert previous change to this file because it breaks somebmilekic2004-04-291-9/+2
* The previous change to mount(8) to report ufs or ufs2 usedbmilekic2004-04-261-2/+9
* Record where half the bits in this file came from (from ufs_readwrite.c).bde2004-04-071-0/+2
* Remove advertising clause from University of California Regent'simp2004-04-079-36/+0
OpenPOWER on IntegriCloud