summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* For now on every 10 cyclinder groups flush the buffer cache to freeambrisko2008-11-131-0/+4
* Improve VFS locking:attilio2008-11-021-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-2/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-234-49/+47
* 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
* 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-163-0/+11
* 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-031-4/+4
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* 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
* Revert r181345.kib2008-08-101-2/+1
* User may do "mount -o snapshot ...", that causes new FFS mount to bekib2008-08-061-1/+2
* 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
* 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
* 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
* Move setting of MNTK_MPSAFE flag before UFS1 extended attributerwatson2008-03-041-3/+3
* Minor typo nit.keramida2008-02-251-1/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-7/+5
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-242-5/+8
* - Introduce lockmgr_args() in the lockmgr space. This function performsattilio2008-02-151-3/+5
* Cleanup lockmgr interface and exported KPI:attilio2008-01-243-30/+24
* - Introduce the function lockmgr_recursed() which returns true if theattilio2008-01-191-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-135-33/+35
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-103-12/+12
* ffs_balloc_ufsX() routines, in the case of recovering from the failedkib2008-01-031-12/+16
* style(9)obrien2008-01-021-17/+17
OpenPOWER on IntegriCloud