summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* When a device containing mounted UFS filesystem disappears, the typetrasz2009-02-061-4/+4
* Make sure the cdev doesn't go away while the filesystem is still mounted.trasz2009-01-291-0/+3
* Following a fair amount of real world experience with ACLs andrwatson2009-01-275-39/+44
* Fix a few style bogons.jhb2009-01-211-2/+2
* Move the code from ufs_lookup.c used to do dotdot lookup, intokib2009-01-211-22/+1
* Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP:jhb2009-01-211-11/+22
* The r187467 should remove all pages for V_NORMAL case too, becausekib2009-01-201-8/+17
* Add a comment explaining why the "bufwait" / "dirhash" LOR reported byjhb2009-01-201-0/+12
* When extending inode size, we call vnode_pager_setsize(), to have akib2009-01-202-2/+6
* FFS puts the extended attributes blocks at the negative blocks for thekib2009-01-201-0/+9
* Lock the uepm_lock around the autostart of extattrs.kib2009-01-081-15/+30
* If unmount of the ffs mp failed, reinitialize the extended attributeskib2009-01-081-0/+14
* Do not busy twice the mount point where a quota operation is performed.kib2008-12-181-4/+0
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+1
* The dqrele() function syncs the dq, then acquires the dqh lock, and thenkib2008-12-081-1/+13
* Improve usefulness of the panic by printing the pointer to the problematickib2008-12-071-1/+1
* Do not lock vnode interlock around reading of v_iflag to check VI_DOOMED.kib2008-12-021-9/+2
* Busy ufs filesystem around block of code that does ".." lookup. Sincekib2008-11-221-1/+26
* Fix typo.jhb2008-11-191-1/+1
* For now on every 10 cyclinder groups flush the buffer cache to freeambrisko2008-11-131-0/+4
* Quiet a WITNESS warning with the dirhash sx locks by setting the DUPOKjhb2008-11-041-1/+10
* In UFS, when reading EA that contains ACL fails for some reason, includetrasz2008-11-041-2/+5
* Improve VFS locking:attilio2008-11-022-2/+2
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-282-12/+12
* Provide an explanation for getinoquota() call in the ufs_access vop.kib2008-10-281-0/+11
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-232-3/+6
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-237-65/+62
* Assert that v_holdcnt is non-zero before entering lockmgr in vn_lockkib2008-10-201-0/+4
* Sync up summary information for cylinder groups while data is alreadykib2008-10-131-0/+7
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-102-6/+6
* Enable shared lookups on UFS. There are some remaining issues with forcedjhb2008-09-241-1/+1
* Close a race between concurrent calls to ufsdirhash_recycle() andjhb2008-09-221-5/+10
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tkib2008-09-201-2/+0
* Retire the 'i_reclen' field from the in-memory i-node. Previously,jhb2008-09-162-7/+9
* Fix a race with shared lookups on UFS. If the the dirhash code reached thejhb2008-09-162-34/+87
* - Only set i_offset in the parent directory's i-node during a lookup forjhb2008-09-161-3/+9
* vdropl() drops the vnode interlock. Thus, the code in the QUOTA case thatjhb2008-09-161-3/+2
* Suspend the write operations on the UFS filesystem being unmounted orkib2008-09-161-14/+73
* When attempt is made to suspend a filesystem that is already syspended,kib2008-09-163-2/+7
* Add the ffs structures introspection functions for ddb.kib2008-09-162-1/+65
* When downgrading the read-write mount to read-only, do_unmount() setskib2008-09-166-4/+16
* The struct inode *ip supplied to softdep_freefile is not neccessary thekib2008-09-161-1/+2
* When calling extattr_check_cred, use V{READ,WRITE}, not I{READ,WRITE}.trasz2008-09-032-7/+7
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-312-4/+4
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-282-4/+2
* In ffs_valloc(), ffs_vget() may fail because insmntque() refused tokib2008-08-281-1/+11
* Softdep code may need to instantiate vnode when processingkib2008-08-283-15/+59
* Put the relocked variable from the r182111 into the #ifdef QUOTA braceskib2008-08-241-1/+4
* Revert the r167541: "Remove unneeded getinoquota() call in thekib2008-08-241-1/+23
* Revert r181345.kib2008-08-101-2/+1
OpenPOWER on IntegriCloud