aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* The r187467 should remove all pages for V_NORMAL case too, becauseKonstantin Belousov2009-01-201-8/+17
* When extending inode size, we call vnode_pager_setsize(), to have aKonstantin Belousov2009-01-202-2/+6
* FFS puts the extended attributes blocks at the negative blocks for theKonstantin Belousov2009-01-201-0/+9
* If unmount of the ffs mp failed, reinitialize the extended attributesKonstantin Belousov2009-01-081-0/+14
* For now on every 10 cyclinder groups flush the buffer cache to freeDoug Ambrisko2008-11-131-0/+4
* Improve VFS locking:Attilio Rao2008-11-021-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-4/+4
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-2/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-234-49/+47
* Assert that v_holdcnt is non-zero before entering lockmgr in vn_lockKonstantin Belousov2008-10-201-0/+4
* Sync up summary information for cylinder groups while data is alreadyKonstantin Belousov2008-10-131-0/+7
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-102-6/+6
* Enable shared lookups on UFS. There are some remaining issues with forcedJohn Baldwin2008-09-241-1/+1
* Suspend the write operations on the UFS filesystem being unmounted orKonstantin Belousov2008-09-161-14/+73
* When attempt is made to suspend a filesystem that is already syspended,Konstantin Belousov2008-09-163-2/+7
* Add the ffs structures introspection functions for ddb.Konstantin Belousov2008-09-162-1/+65
* When downgrading the read-write mount to read-only, do_unmount() setsKonstantin Belousov2008-09-163-0/+11
* The struct inode *ip supplied to softdep_freefile is not neccessary theKonstantin Belousov2008-09-161-1/+2
* When calling extattr_check_cred, use V{READ,WRITE}, not I{READ,WRITE}.Edward Tomasz Napierala2008-09-031-4/+4
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao2008-08-311-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-1/+1
* In ffs_valloc(), ffs_vget() may fail because insmntque() refused toKonstantin Belousov2008-08-281-1/+11
* Softdep code may need to instantiate vnode when processingKonstantin Belousov2008-08-283-15/+59
* Revert r181345.Konstantin Belousov2008-08-101-2/+1
* User may do "mount -o snapshot ...", that causes new FFS mount to beKonstantin Belousov2008-08-061-1/+2
* The ffs_balloc_ufs{1,2} functions call bdwrite() while having severalKonstantin Belousov2008-07-231-2/+22
* Say hi to svn, by simplifing ffs_vget() function a bit - there is no need forPawel Jakub Dawidek2008-07-191-3/+1
* Fix comments to replace SBSIZE with SBLOCKSIZE, since SBSIZECraig Rodrigues2008-05-241-2/+2
* After converting the "snapshot" mount option to the MNT_SNAPSHOT flag,Craig Rodrigues2008-05-241-1/+8
* For the following mount options, do not perform the string to flag conversionsCraig Rodrigues2008-05-241-21/+0
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theAttilio Rao2008-04-061-2/+2
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* - Since rev 1.142 of ffs_snapshot.c the interlock has not been requiredJeff Roberson2008-03-311-11/+4
* - Don't free snapdata structures when they are no longer in use.Jeff Roberson2008-03-311-67/+109
* Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo'John Baldwin2008-03-261-3/+3
* Yield the cpu in the kernel while iterating the list of theKonstantin Belousov2008-03-231-0/+1
* - Complete part of the unfinished bufobj work by consistently usingJeff Roberson2008-03-225-104/+99
* Reduce the acquisition of the vnode interlock in the ffs_read() andKonstantin Belousov2008-03-211-2/+4
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromJeff Roberson2008-03-191-4/+0
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+2
* Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFEColeman Kane2008-03-131-8/+15
* Remove include of opt_quota.h; as of revision 1.205 there is no longerEd Maste2008-03-101-1/+0
* Initialize mnt_stat.f_iosize before autostarting UFS1 extattrs.Konstantin Belousov2008-03-051-0/+1
* Move setting of MNTK_MPSAFE flag before UFS1 extended attributeRobert Watson2008-03-041-3/+3
* Minor typo nit.Giorgos Keramidas2008-02-251-1/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-7/+5
* Introduce some functions in the vnode locks namespace and in the ffsAttilio Rao2008-02-242-5/+8
* - Introduce lockmgr_args() in the lockmgr space. This function performsAttilio Rao2008-02-151-3/+5
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-243-30/+24
* - Introduce the function lockmgr_recursed() which returns true if theAttilio Rao2008-01-191-1/+1