aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cd9660/cd9660_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: retire the NULLVP macroMateusz Guzik2025-09-271-4/+4
* cd9660: Apply the file and directory mode masks bits to all 12 access bitsJohn Baldwin2024-12-061-1/+1
* cd9660: Remove some unneeded definitionsMark Johnston2024-12-061-4/+4
* cd9660: Add support for mask,dirmask,uid,gid optionsRicardo Branco2024-01-121-0/+23
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* cd9660: Reject volumes with small logical block sizesJohn Baldwin2023-08-041-0/+7
* Stop cleaning MNT_LOCAL on unmountKonstantin Belousov2023-01-141-3/+0
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* cd9660: Use ANSI (c89) prototypesEd Maste2022-07-171-33/+9
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* Move mnt_maxsymlinklen into appropriate fs mount data structuresKonstantin Belousov2021-05-221-1/+0
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-1/+1
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-141-3/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* cd9660: Remove redundant brelse() after r294954Conrad Meyer2019-09-061-1/+0
* cd9660: replace bcopy/bzero with C standard equivalentsEd Maste2018-07-311-2/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add MD_VERIFY option to enable O_VERIFY in open for vnode type.Stephen J. Kiernan2017-05-311-0/+5
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* cd9660: fix up compilation on sparc after r311665Mateusz Guzik2017-01-101-3/+5
* cd9660: Add a prototype for cd9660_vfs_hash_cmpConrad Meyer2017-01-091-0/+1
* cd9660: Expand internal inum size to 64 bitsConrad Meyer2017-01-081-4/+23
* Remove drop/reacquire of Giant around geom calls for cd9660 and udf.Konstantin Belousov2016-05-221-6/+0
* fs misc: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-2/+2
* cd9660: More "check for NULL" cleaunps.Pedro F. Giffuni2016-02-121-10/+8
* cd9660: Drop an unnecessary check for NULL.Pedro F. Giffuni2016-02-071-2/+1
* NULL stale pointers (should be a no-op as they should no longer beJohn-Mark Gurney2013-09-251-0/+5
* fix a bug where we access a bread buffer after we have brelse'd it...John-Mark Gurney2013-09-251-5/+5
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-2/+1
* Use NULL instead of 0 for pointersKevin Lo2012-07-221-2/+2
* Remove unnecessary castsKevin Lo2012-03-041-2/+2
* Remove an unnecessary cast.Kevin Lo2012-02-201-1/+1
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-1/+2
* The r184588 changed the layout of struct export_args, causing an ABIKonstantin Belousov2010-10-101-1/+3
* Revert the previous commit. The race is not applicable to the lockmgrJohn Baldwin2010-07-161-2/+0
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems wereJohn Baldwin2010-07-161-0/+2
* On LP64 struct ifid is 64-bit aligned while struct fid is 32-bit alignedMarius Strobl2010-01-231-3/+5
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-9/+9
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that aJohn Baldwin2009-03-111-1/+2
* - Consolidate error handling in the cd9660 and udf mount routines.John Baldwin2009-02-111-10/+8
* Use the correct field name for the size of the sierra_id. While thisWarner Losh2009-01-281-1/+1
* Mark cd9660 MPSAFE and add support for using shared vnode locks duringJohn Baldwin2009-01-281-2/+19
* - Fix a typo in a comment.John Baldwin2008-11-181-5/+0
* When looking up the vnode for the device to mount the filesystem on,John Baldwin2008-11-181-12/+8