summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r288336: save some bytes by using more concise SDT_PROBE<n>avg2015-10-231-7/+5
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r273966:kib2014-11-161-0/+1
* Fix rtsold(8) remote buffer overflow vulnerability. [SA-14:20]delphij2014-10-211-25/+16
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-2/+2
* MFC r257898:kib2013-12-131-7/+2
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-181-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-3/+30
* Do not override the ENOENT error for the empty path, or EFAULT errorskib2013-08-051-1/+2
* Do not call the VOP_LOOKUP() for the doomed directory vnode. Thekib2013-04-011-0/+4
* Merge Capsicum overhaul:pjd2013-03-021-6/+7
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-1/+1
* Fix one more compilation issue.pjd2012-12-011-2/+2
* IFp4 @208451:pjd2012-11-301-11/+8
* - Add NOCAPCHECK flag to namei that allows lookup to work even if the processpjd2012-11-271-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-57/+4
* Add MNTK_LOOKUP_EXCL_DOTDOT struct mount flag, which specifies to thekib2012-09-091-9/+13
* Avoid double-unlock or double unreference for ndp->ni_dvp when the vnode dpkib2012-01-011-6/+15
* Revisit the capability failure trace points. The initial implementationdes2011-10-181-2/+16
* Allow Capsicum capabilities to delegate constrainedjonathan2011-08-131-6/+35
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+8
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-2/+2
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-4/+3
* Support only LOOKUP operation for "/" in relookup() because lookup()jh2010-03-261-11/+9
* Only audit pathnames in namei(9) if copying the directory string completesrwatson2010-02-021-5/+10
* When rename("a", "b/.") is performed, target namei() call returnskib2009-11-101-0/+6
* Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and insteadrwatson2009-07-291-2/+2
* Rework vnode argument auditing to follow the same structure, in orderrwatson2009-07-281-4/+4
* Audit file descriptors passed to fooat(2) system calls, which are usedrwatson2009-07-281-1/+6
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-9/+6
* Eliminate trailing_slash, which was made redundant in r193028.des2009-06-061-23/+11
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Let vfs_lookup() return ENOTDIR if the path has a trailing slash anddes2009-05-291-8/+12
* Fix misleading comment.des2009-05-291-1/+1
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-0/+7
* Fix a kernel compilation error, introduced after r191990, by definingattilio2009-05-111-0/+3
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-3/+4
* Add SDT DTrace probes for namei():rwatson2009-04-061-1/+14
* When a file lookup fails due to encountering a doomed vnode from a forcedjhb2009-03-241-4/+6
* Gah, fix the code to match the comment. For non-open lookups use ajhb2009-03-111-1/+1
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-4/+38
* Do not return success and doomed vnode from lookup. LK_UPGRADE allowskib2008-12-181-0/+4
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-9/+22
* A few style nits.jhb2008-11-031-1/+2
* Improve VFS locking:attilio2008-11-021-1/+1
* Enable shared locks for path name lookups on supported filesystems (NFSjhb2008-10-011-1/+1
* Remove the LOOKUP_SHARED kernel option. Instead, make vfs.lookup_sharedjhb2008-10-011-5/+1
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-2/+2
* Implement the linux syscallskib2008-04-081-2/+11
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-3/+23
OpenPOWER on IntegriCloud