summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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
* User may do "mount -o snapshot ...", that causes new FFS mount to bekib2008-08-061-1/+2
* ufsmount.h uses "struct\tfoo *bar;", except where it doesn't.des2008-08-052-7/+7
* Whitespace, prototypesdes2008-08-051-88/+27
* Whitespace tweak.jhb2008-07-301-1/+0
* The ffs_balloc_ufs{1,2} functions call bdwrite() while having severalkib2008-07-231-2/+22
* Say hi to svn, by simplifing ffs_vget() function a bit - there is no need forpjd2008-07-191-3/+1
* Fix comments to replace SBSIZE with SBLOCKSIZE, since SBSIZErodrigc2008-05-241-2/+2
* After converting the "snapshot" mount option to the MNT_SNAPSHOT flag,rodrigc2008-05-241-1/+8
* For the following mount options, do not perform the string to flag conversionsrodrigc2008-05-241-21/+0
* Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set)ups2008-05-201-0/+10
* - Use a local variable for i_ino in ufs_lookup. It is only used tojeff2008-04-222-14/+10
* Move the head of byte-level advisory lock list from thekib2008-04-162-42/+0
* - Use a lockmgr lock rather than a mtx to protect dirhash. This lockjeff2008-04-112-228/+291
* - cache dp->i_offset in the local 'i_offset' variable for use in loopjeff2008-04-111-29/+48
* Correct function name in panic().pjd2008-04-071-1/+1
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theattilio2008-04-061-2/+2
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* - Since rev 1.142 of ffs_snapshot.c the interlock has not been requiredjeff2008-03-311-11/+4
* - Don't free snapdata structures when they are no longer in use.jeff2008-03-311-67/+109
* Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo'jhb2008-03-261-3/+3
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+21
* Yield the cpu in the kernel while iterating the list of thekib2008-03-231-0/+1
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-225-104/+99
* Reduce the acquisition of the vnode interlock in the ffs_read() andkib2008-03-211-2/+4
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-4/+0
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+2
* Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFEcokane2008-03-131-8/+15
* Remove include of opt_quota.h; as of revision 1.205 there is no longeremaste2008-03-101-1/+0
* Initialize mnt_stat.f_iosize before autostarting UFS1 extattrs.kib2008-03-051-0/+1
* Continue on-going campaign to replace lockmgr locks with sx locks whererwatson2008-03-042-12/+14
OpenPOWER on IntegriCloud