| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo' | jhb | 2008-03-26 | 1 | -3/+3 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+21 |
* | Yield the cpu in the kernel while iterating the list of the | kib | 2008-03-23 | 1 | -0/+1 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 5 | -104/+99 |
* | Reduce the acquisition of the vnode interlock in the ffs_read() and | kib | 2008-03-21 | 1 | -2/+4 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -4/+0 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+2 |
* | Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFE | cokane | 2008-03-13 | 1 | -8/+15 |
* | Remove include of opt_quota.h; as of revision 1.205 there is no longer | emaste | 2008-03-10 | 1 | -1/+0 |
* | Initialize mnt_stat.f_iosize before autostarting UFS1 extattrs. | kib | 2008-03-05 | 1 | -0/+1 |
* | Continue on-going campaign to replace lockmgr locks with sx locks where | rwatson | 2008-03-04 | 2 | -12/+14 |
* | Move setting of MNTK_MPSAFE flag before UFS1 extended attribute | rwatson | 2008-03-04 | 1 | -3/+3 |
* | Don't auto-start or allow extattrctl for UFS2 file systems, as UFS2 has | rwatson | 2008-03-02 | 1 | -0/+18 |
* | Minor typo nit. | keramida | 2008-02-25 | 1 | -1/+1 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -7/+5 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 2 | -5/+8 |
* | - Introduce lockmgr_args() in the lockmgr space. This function performs | attilio | 2008-02-15 | 1 | -3/+5 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 4 | -32/+26 |
* | - Introduce the function lockmgr_recursed() which returns true if the | attilio | 2008-01-19 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 9 | -65/+66 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 7 | -33/+27 |
* | ffs_balloc_ufsX() routines, in the case of recovering from the failed | kib | 2008-01-03 | 1 | -12/+16 |
* | style(9) | obrien | 2008-01-02 | 1 | -17/+17 |
* | The ffs_balloc() routines, whan allocating the indirect blocks for | kib | 2007-12-29 | 1 | -2/+42 |
* | Fix a broken check that recently became more annoying because it now | kensmith | 2007-12-01 | 1 | -2/+4 |
* | Fix build without INVARIANTS and update a comment to match | ru | 2007-11-09 | 1 | -3/+9 |
* | Turn most ffs 'DIAGNOSTIC's into INVARIANTS. | obrien | 2007-11-08 | 9 | -58/+55 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 2 | -3/+3 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -3/+3 |
* | Fix a DIV0 in case a large value for fs_avgfilesize or fs_avgfpdir | bz | 2007-09-10 | 1 | -1/+4 |
* | Perform range check before allocating memory when reading | rodrigc | 2007-07-13 | 1 | -0/+4 |
* | Fix an annoying pointer/int cast warning that shows up on 64 bit systems. | peter | 2007-07-02 | 1 | -1/+1 |
* | Fix livelock that could occur when snapshoting UFS with quotas, where | kib | 2007-06-22 | 2 | -3/+3 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 4 | -32/+16 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -9/+15 |
* | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | kib | 2007-06-01 | 1 | -1/+1 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 2 | -2/+2 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | - Remove unnecessary vnode internal locking - v_vflag is protect by vnode's | pjd | 2007-05-28 | 1 | -18/+9 |
* | Eliminate VI_LOCK()/VI_UNLOCK() pair from getattr and close code paths. | pjd | 2007-05-23 | 1 | -20/+27 |
* | Since renaming of vop_lock to _vop_lock, pre- and post-condition | kib | 2007-05-18 | 1 | -7/+7 |
* | Add a newline to the printf message. | thompsa | 2007-05-03 | 1 | -1/+1 |
* | Fix the NAMEI zone leak when snapshot was successfully created. | kib | 2007-04-10 | 1 | -0/+1 |
* | Recalculate the NEWBLOCK flag for pagedep structure after the softdep | kib | 2007-04-10 | 1 | -5/+26 |
* | When LK_NOWAIT is passed as argument to process_worklist_item(), this | kib | 2007-04-10 | 1 | -1/+4 |
* | Use *_EMPTY macros when appropriate. | delphij | 2007-04-04 | 4 | -47/+47 |
* | Revert rev. 1.205. Replace unconditional acquision of Giant when QUOTAS are | kib | 2007-03-29 | 1 | -0/+5 |
* | Mark UFS as being MP-Safe in "options QUOTA" case too. Remove no more | kib | 2007-03-20 | 2 | -19/+0 |
* | When we write extended attributes, assert that the inode hasn't | brian | 2007-03-19 | 1 | -0/+3 |