aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fdescfs/fdesc_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Fix MNT_IGNORE for devfs, fdescfs and nullfsDoug Rabson2023-08-261-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* fdescfs: add a mount option rdlnkKonstantin Belousov2023-07-131-0/+2
* sys/fs: do not report blocks allocated for synthetic file systemsStefan Eßer2023-04-251-2/+2
* fdescfs: remove useless XXX comment, unwrap lineKonstantin Belousov2023-03-241-2/+1
* fdescfs: add an option to return underlying file vnode on lookupKonstantin Belousov2021-06-041-0/+2
* fdescfs: allow shared locking of root vnodeMateusz Guzik2021-05-191-1/+12
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-4/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Implement proper Linux /dev/fd and /proc/self/fd behavior by addingDmitry Chagin2017-08-011-0/+2
* Eliminate the bogus cast.Dmitry Chagin2017-07-081-1/+1
* Eliminate the bogus cast.Dmitry Chagin2017-07-081-1/+1
* Don't take a lock around atomic operation.Dmitry Chagin2017-07-081-8/+2
* Remove init from declaration, collapse two int vars declarations into single.Dmitry Chagin2017-07-081-2/+2
* Remove init from declaration.Dmitry Chagin2017-07-081-1/+1
* Style(9). Add blank line aftr {.Dmitry Chagin2017-07-081-0/+1
* Rationalize license numbering in fdescfs(5)Ed Maste2016-04-301-1/+1
* ANSIfy fdescfs(5)Ed Maste2016-04-301-10/+3
* Implement lockless resource limits.Mateusz Guzik2015-06-101-3/+1
* Add allow.mount.fdescfs jail flag.Jamie Gritton2015-01-281-1/+6
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-1/+1
* Revert r246791 as it needs a security review firstBaptiste Daroussin2013-02-141-1/+1
* Allow fdescfs to be mounted from inside a jailBaptiste Daroussin2013-02-141-1/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-3/+0
* Use NULL instead of 0Kevin Lo2012-03-131-2/+2
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-1/+1
* Add RACCT_NOFILE accounting.Edward Tomasz Napierala2011-04-061-0/+5
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-11/+11
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE.Ulf Lilleengen2008-05-241-10/+34
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-1/+1
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-041-2/+2
* Restore the ability to mount procfs and fdescfs filesystems via theKelly Yancey2006-05-151-0/+11
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* Make fdesc_root staticPoul-Henning Kamp2005-02-101-1/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS().Poul-Henning Kamp2004-12-061-3/+1
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.Poul-Henning Kamp2004-11-131-2/+2
* Refuse attemps to mount root filesystemPoul-Henning Kamp2004-11-091-1/+1
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-6/+3
* Make LINT compilePoul-Henning Kamp2004-07-131-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+3
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-1/+3