summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Giant is no longer needed here.tegge2005-09-121-3/+0
* Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.csjp2005-09-061-19/+19
* 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
* In the ufsdirhash_build() failure case for corrupted directoriesiedowse2005-08-171-2/+3
* 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-092-129/+2
* This patch addresses a standards violation issue. The standards say akensmith2005-05-311-0/+11
* - Don't set our bio op to be a READ when we've just completed a write. Therejeff2005-05-301-10/+10
* Allow removal of empty directories with high link counts. These canmckusick2005-05-181-3/+2
* - 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
* - Plug memory leak.pjd2005-04-161-3/+10
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+2
* - 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
* - Fix botched LK_NOWAIT removal. I mistakenly thought this compiled asjeff2005-03-311-1/+1
* - 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-313-8/+8
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-7/+1
* - Upgrade a shared lock request to exclusive in ffs_vget() if we havejeff2005-03-291-0/+9
* - Honor the cn_lkflags passed from namei() when locking the leaf.jeff2005-03-291-2/+3
* - UFS no longer uses PDIRUNLOCK to track the parent state. Instead, we nowjeff2005-03-281-12/+7
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-30/+5
* When the softupdates worklist gets too long, threads that attempt todas2005-03-251-2/+5
* - Call VFS_ROOT() with LK_EXCLUSIVE.jeff2005-03-241-1/+1
* - Update the ufs_root() prototype.jeff2005-03-241-2/+3
* - Lock the clearing of v_data in ufs_reclaim() to prevent a pagefaultjeff2005-03-171-1/+7
* 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-152-2/+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
* - Destroy the vnode object earlier in VOP_RECLAIM as we need more ofjeff2005-03-151-3/+4
* Use vfs_hash instead of home-rolled.phk2005-03-146-191/+13
* - 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
* - In ufs_mknod(), hold the lock across the call to vgone() as that is nowjeff2005-03-131-24/+4
* - Don't drop the lock in ufs_inactive().jeff2005-03-131-4/+0
* - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET,jeff2005-03-011-1/+1
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-271-2/+2
* use uiomove return value instead of always returning 0 when doing asam2005-02-271-2/+1
* - Add VOP locking asserts in several functions that have been implicated injeff2005-02-222-0/+5
OpenPOWER on IntegriCloud