| Commit message (Expand) | Author | Age | Files | Lines |
* | cred: proc_set_cred(), proc_unset_cred(): Update user's process count | Olivier Certner | 2025-01-17 | 1 | -6/+0 |
* | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
* | unionfs: do not use bare struct componentname | Konstantin Belousov | 2021-07-07 | 1 | -32/+38 |
* | Split out cwd/root/jail, cmask state from filedesc table | Conrad Meyer | 2020-11-17 | 1 | -1/+1 |
* | vfs: drop the mostly unused flags argument from VOP_UNLOCK | Mateusz Guzik | 2020-01-03 | 1 | -4/+4 |
* | unionfs: fix up VOP_UNLOCK use after flags stopped being supported | Mateusz Guzik | 2020-01-03 | 1 | -4/+4 |
* | vfs: introduce v_irflag and make v_type smaller | Mateusz Guzik | 2019-12-08 | 1 | -2/+4 |
* | Try to decrease the number of bugs in unionfs after the VV_TEXT flag removal. | Konstantin Belousov | 2019-08-01 | 1 | -0/+7 |
* | Include ktr.h in more compilation units | Conrad Meyer | 2019-05-21 | 1 | -0/+1 |
* | Switch to use shared vnode locks for text files during image activation. | Konstantin Belousov | 2019-05-05 | 1 | -3/+7 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -2/+2 |
* | Remove cn_consume from 'struct componentname'. It was never set to anything | Edward Tomasz Napierala | 2016-03-12 | 1 | -3/+0 |
* | The VOP_LOOKUP() implementations for CREATE op do not put the name | Konstantin Belousov | 2014-12-18 | 1 | -0/+2 |
* | r16312 is not any longer real since many years (likely since when VFS | Attilio Rao | 2012-11-19 | 1 | -6/+0 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | Konstantin Belousov | 2012-11-02 | 1 | -2/+2 |
* | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov | 2012-10-22 | 1 | -11/+2 |
* | Skip directory entries with zero inode number during traversal. | Gleb Kurtsou | 2012-05-16 | 1 | -1/+1 |
* | - fixed a vnode lock hang-up issue. | Daichi GOTO | 2012-05-01 | 1 | -9/+12 |
* | Add KTR_VFS traces to track modifications to a vnode's writecount. | John Baldwin | 2012-03-08 | 1 | -0/+4 |
* | Revert r210194, adding a comment explaining why calls to chgproccnt() | Edward Tomasz Napierala | 2010-08-25 | 1 | -0/+6 |
* | Fix build. | Edward Tomasz Napierala | 2010-07-18 | 1 | -0/+1 |
* | Remove updating process count by unionfs. It serves no purpose, unionfs just | Edward Tomasz Napierala | 2010-07-17 | 1 | -3/+0 |
* | Fix some LORs between vnode locks and filedescriptor table locks. | John Baldwin | 2009-07-31 | 1 | -2/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -3/+1 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | Robert Watson | 2009-04-10 | 1 | -13/+1 |
* | Fixes Unionfs socket issue reported as kern/118346. | Daichi GOTO | 2008-11-25 | 1 | -27/+13 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav | 2008-10-23 | 1 | -1/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -6/+5 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -6/+6 |
* | - change function name from *_vdir to *_vnode because | Daichi GOTO | 2008-05-07 | 1 | -21/+33 |
* | o Fixed multi thread access issue reported by Alexander V. Chernikov | Daichi GOTO | 2008-04-25 | 1 | -3/+4 |
* | o Improved unix socket connection issue | Daichi GOTO | 2008-04-25 | 1 | -13/+28 |
* | o Fixed inaccessible issue especially including devfs on unionfs case. | Daichi GOTO | 2008-04-25 | 1 | -7/+181 |
* | o Added system hang-up process when VOP_READDIR of unionfs_nodeget() | Daichi GOTO | 2008-04-25 | 1 | -1/+7 |
* | Optimize lockmgr in order to get rid of the pool mutex interlock, of the | Attilio Rao | 2008-04-06 | 1 | -5/+4 |
* | Cleanup lockmgr interface and exported KPI: | Attilio Rao | 2008-01-24 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -4/+4 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -3/+3 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | Robert Watson | 2007-12-25 | 1 | -2/+4 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -2/+2 |
* | - Added support for vfs_cache on unionfs. As a result, you can use | Daichi GOTO | 2007-10-14 | 1 | -154/+9 |
* | Log: | Daichi GOTO | 2007-10-14 | 1 | -0/+6 |
* | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -3/+3 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -2/+2 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 1 | -0/+5 |
* | Simplify code in union_hashins() and union_hashget() functions. These | Craig Rodrigues | 2007-01-05 | 1 | -24/+12 |
* | In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating over | Craig Rodrigues | 2006-12-09 | 1 | -2/+3 |
* | Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp> | Craig Rodrigues | 2006-12-02 | 1 | -1069/+937 |