summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* 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
* The ffs_balloc() routines, whan allocating the indirect blocks forkib2007-12-291-2/+42
* Fix a broken check that recently became more annoying because it nowkensmith2007-12-011-2/+4
* Fix build without INVARIANTS and update a comment to matchru2007-11-091-3/+9
* Turn most ffs 'DIAGNOSTIC's into INVARIANTS.obrien2007-11-086-50/+47
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Get rid of qaddr_t.alfred2007-10-161-3/+3
* Fix a DIV0 in case a large value for fs_avgfilesize or fs_avgfpdirbz2007-09-101-1/+4
* Perform range check before allocating memory when readingrodrigc2007-07-131-0/+4
* Fix livelock that could occur when snapshoting UFS with quotas, wherekib2007-06-221-0/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-122-6/+4
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-9/+15
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-1/+1
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-7/+7
* Add a newline to the printf message.thompsa2007-05-031-1/+1
* Fix the NAMEI zone leak when snapshot was successfully created.kib2007-04-101-0/+1
* Recalculate the NEWBLOCK flag for pagedep structure after the softdepkib2007-04-101-5/+26
* When LK_NOWAIT is passed as argument to process_worklist_item(), thiskib2007-04-101-1/+4
* Use *_EMPTY macros when appropriate.delphij2007-04-044-47/+47
OpenPOWER on IntegriCloud