summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Move setting of MNTK_MPSAFE flag before UFS1 extended attributerwatson2008-03-041-3/+3
* Don't auto-start or allow extattrctl for UFS2 file systems, as UFS2 hasrwatson2008-03-021-0/+18
* 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-244-32/+26
* - 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-139-65/+66
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-107-33/+27
* 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-089-58/+55
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-242-3/+3
* 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 an annoying pointer/int cast warning that shows up on 64 bit systems.peter2007-07-021-1/+1
* Fix livelock that could occur when snapshoting UFS with quotas, wherekib2007-06-222-3/+3
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-124-32/+16
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-9/+15
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-011-1/+1
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-012-2/+2
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* - Remove unnecessary vnode internal locking - v_vflag is protect by vnode'spjd2007-05-281-18/+9
* Eliminate VI_LOCK()/VI_UNLOCK() pair from getattr and close code paths.pjd2007-05-231-20/+27
OpenPOWER on IntegriCloud