summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Giant is no longer needed here.tegge2005-09-121-3/+0
* Retain generation count when writing zeroes instead of an inode to disk.tegge2005-09-051-4/+42
* ffs_mountfs() needs devvp to be locked, so lock it.ssouhlal2005-09-021-5/+3
* Set the mountpoint path in the superblock (fs_fsmnt) at mount-timessouhlal2005-08-211-1/+2
* Don't set the COMPLETE flag in an inodedep structure before the relatedtegge2005-08-211-1/+1
* Delay freeing disk space for file system blocks until all dirty buffersups2005-07-312-0/+20
* Eliminate inconsistency in the setting of the B_DONE flag. Specifically,alc2005-07-201-1/+1
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-091-5/+1
* - Don't set our bio op to be a READ when we've just completed a write. Therejeff2005-05-301-10/+10
* - Don't restrict the softdep stats to DEBUG kernels, they cost nothing tojeff2005-05-031-11/+7
* - Use bdone() directly instead of calling it indirectly throughjeff2005-04-301-11/+1
* - Consistently call 'vp' vp rather than ovp sometimes in ffs_truncate().jeff2005-04-051-105/+104
* - Use M_ZERO rather than explicitly calling bzero().jeff2005-04-031-13/+13
* - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnodejeff2005-04-031-4/+3
* - Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fixjeff2005-04-033-32/+21
* - FFS supports shared locks, clear LK_NOSHARE from our vnode locks.jeff2005-03-311-1/+2
* - Set LK_NOSHARE for snapshot locks. snapshots require exclusive onlyjeff2005-03-312-22/+2
* - LK_NOPAUSE is a nop now.jeff2005-03-312-3/+3
* - Upgrade a shared lock request to exclusive in ffs_vget() if we havejeff2005-03-291-0/+9
* When the softupdates worklist gets too long, threads that attempt todas2005-03-251-2/+5
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+2
* Don't hold a reference on the disk vnode for each inode.phk2005-03-151-1/+2
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-3/+1
* Simplify the vfs_hash calling convention.phk2005-03-151-23/+3
* Use vfs_hash instead of home-rolled.phk2005-03-141-11/+12
* - It is not legal to access v_data without the vnode lock or interlockjeff2005-03-131-1/+11
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-11/+4
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-132-2/+2
* - Fix an assert now that the XLOCK no longer exists.jeff2005-03-131-4/+1
* - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET,jeff2005-03-011-1/+1
* - Add VOP locking asserts in several functions that have been implicated injeff2005-02-222-0/+5
* The recomputation of file system summary at mount time can be adelphij2005-02-203-5/+86
* Try to unbreak the vnode locking around vop_reclaim() (based mostly onphk2005-02-191-2/+0
* When clearing a fragment, it's possible that the length is zero.delphij2005-02-191-1/+1
* Make non-SOFTUPDATES kernels compile again.phk2005-02-112-317/+269
* Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static.phk2005-02-103-17/+17
* - In the softupdates case for ffs_truncate() we use vinvalbuf() tojeff2005-02-091-0/+1
* style polishing.phk2005-02-091-4/+3
* Split the vop_vector for ffs1 and ffs2, this is mostly for the differentphk2005-02-083-26/+33
* Use ffs_truncate() directly instead of UFS_TRUNCATE()phk2005-02-081-1/+1
* Background writes are entirely an FFS/Softupdates thing.phk2005-02-083-4/+174
* Drag another softupdates tentacle back into FFS: Now that FFS'sphk2005-02-082-2/+7
* Don't use the UFS_* and VFS_* functions where a direct call is possble.phk2005-02-086-39/+39
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-088-49/+42
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-081-0/+24
* Use VOP_STRATEGY_APV() instead of direct dereference, this is morephk2005-02-081-2/+2
* - Use a seperate malloc tag for saved inode contents to help in debuggingjeff2005-02-021-4/+5
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Don't use VOP_GETVOBJECT, use vp->v_object directly.phk2005-01-251-5/+4
* Don't create vnode_pager objects for the disk device.phk2005-01-241-2/+0
OpenPOWER on IntegriCloud