aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cd9660
Commit message (Expand)AuthorAgeFilesLines
* cd9660: Add _WANT_ISO_MNTJessica Clarke2025-06-161-1/+5
* namei: Fix cn_flags width in various placesMark Johnston2025-05-271-1/+1
* 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-068-27/+18
* cd9660: Make sure that struct ifid fits in generic filehandle structureMark Johnston2024-12-062-1/+4
* cd9660: Add support for mask,dirmask,uid,gid optionsRicardo Branco2024-01-124-4/+55
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-278-8/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2712-25/+0
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-165-5/+0
* cd9660: Reject volumes with small logical block sizesJohn Baldwin2023-08-041-0/+7
* cd9660: do not leak buffers in cd9660_rrip_loop()Konstantin Belousov2023-07-311-6/+12
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* fs/cd9660: add header include guardsEd Maste2023-03-303-0/+15
* 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-177-262/+67
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers2021-12-161-5/+4
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* buffer pager: allow get_blksize method to return errorKonstantin Belousov2021-09-171-2/+3
* 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 de facto curthread argument from VOP_INACTIVEMateusz Guzik2020-10-201-1/+0
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-7/+0
* vfs: remove the always-curthread td argument from VOP_RECLAIMMateusz Guzik2020-08-191-1/+0
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-1/+1
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-1/+1
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-141-3/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-032-4/+4
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+2
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-1/+1
* cd9660: Remove redundant brelse() after r294954Conrad Meyer2019-09-062-2/+0
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-291-4/+0
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-1/+1
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-141-0/+2
* cd9660 pointer sign issues and missing __packed attributeToomas Soome2018-08-152-17/+17
* cd9660: replace bcopy/bzero with C standard equivalentsEd Maste2018-07-314-9/+9
* Add isoboot(8) for booting BIOS systems from HDDs containing ISO images.Benno Rice2018-04-051-1/+2
* Unsign some values related to allocation.Pedro F. Giffuni2018-01-221-1/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2012-0/+24
* Handle _PC_FILESIZEBITS and _PC_SYMLINK_MAX pathconf() requests in cd9660.John Baldwin2017-10-021-0/+9
* Consistently use vop_stdpathconf() for default pathconf values.John Baldwin2017-07-111-10/+1
* 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-2812-12/+12