summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 315323: Use UMA_ALIGN_PTR instead of sizeof(void *) for zone alignment.jhb2017-05-111-1/+1
* MFC r311284:trasz2017-03-181-1/+9
* MFC r309425,r312645,r312598,r312621:mjg2017-03-161-4/+60
* MFC r309307,r309308:mjg2016-12-311-3/+2
* MFC r304927:mjg2016-12-311-16/+8
* MFC r309893,r309929:mjg2016-12-311-4/+4
* MFC r309887:kib2016-12-261-7/+2
* MFC r308212:kib2016-11-161-12/+131
* MFC r308211:kib2016-11-091-4/+4
* MFC r308210:kib2016-11-091-12/+12
* MFC r303924 (by trasz):kib2016-08-291-2/+2
* sys/kern: spelling fixes in comments.pfg2016-04-291-1/+1
* kern: for pointers replace 0 with NULL.pfg2016-04-151-2/+2
* Refactor the way we restore cn_lkflags; no functional changes.trasz2016-03-121-4/+4
* Remove cn_consume from 'struct componentname'. It was never set to anythingtrasz2016-03-121-12/+0
* Fix autofs triggering problem. Assume you have an NFS server,trasz2016-03-121-0/+19
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEavg2015-09-281-7/+5
* Properly return ENOTDIR when calling *at() on a non-vnode.ed2015-08-121-0/+2
* vfs: cosmetic changes to namei and namei_handle_rootmjg2015-07-091-6/+7
* vfs: simplify error handling in nameimjg2015-07-091-29/+20
* vfs: avoid spurious vref/vrele for absolute lookupsmjg2015-07-091-24/+46
* vfs: plug a use-after-free of fd_rdir in nameimjg2015-07-091-0/+6
* Move the comment describing namei(9) back to namei()'s definition.markj2015-07-051-10/+10
* Fix two issues with lockmgr(9) LK_CAN_SHARE() test, which determineskib2014-11-021-0/+1
* Plug a memory leak in case of failed lookups in capability mode.mjg2014-08-241-25/+16
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-2/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Both vn_close() and VFS_PROLOGUE() evaluate vp->v_mount twice, withoutkib2013-11-091-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
OpenPOWER on IntegriCloud