aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-2/+0
* udf: uma_zcreate() does not failMark Johnston2024-04-241-11/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* udf: Reject read requests with an invalid lengthJohn Baldwin2023-08-042-1/+8
* udf: reject invalid block sizes from lvdKonstantin Belousov2023-08-041-0/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* udf: Remove set but unused variable from udf_getattr.John Baldwin2023-04-101-3/+0
* udf: ansifyMateusz Guzik2023-02-071-6/+2
* Stop cleaning MNT_LOCAL on unmountKonstantin Belousov2023-01-141-4/+0
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* 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-4/+3
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* udf: Validate the full file entry lengthMark Johnston2020-09-221-16/+30
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-5/+1
* 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
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+2
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-291-5/+0
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-2/+3
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-141-0/+3
* Rework pathconf handling for FIFOs.John Baldwin2017-12-191-0/+7
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* Flesh out pathconf() on UDF.John Baldwin2017-10-021-3/+6
* On error, bread(9) zeroes buffer pointer, do not dereference it.Konstantin Belousov2016-11-221-2/+2
* Remove drop/reacquire of Giant around geom calls for cd9660 and udf.Konstantin Belousov2016-05-221-6/+0
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Fix a -Wcast-qual warning in udf_vnops.c, by using __DECONST. NoDimitry Andric2015-01-301-2/+3
* Add currently unused flag argument to the cluster_read(),Konstantin Belousov2013-03-141-2/+3
* 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-1/+1
* Remove fifo.h. The only used function declaration from the header isKonstantin Belousov2012-03-111-1/+0
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-2/+2
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-1/+1
* Revert the previous commit. The race is not applicable to the lockmgrJohn Baldwin2010-07-161-4/+1
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems wereJohn Baldwin2010-07-161-1/+4
* udf_vnops: cosmetic followup to r208671 - better looking codeAndriy Gapon2010-06-221-1/+1
* udf_readlink: fix malloc call with uninitialized size parameterAndriy Gapon2010-05-311-1/+1
* Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specificRobert Watson2009-06-061-2/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-5/+7
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that aJohn Baldwin2009-03-111-1/+2
* udf: use truly unique directory cookieAndriy Gapon2009-03-041-1/+1
* udf_strategy: remove redundant commentAndriy Gapon2009-03-041-4/+0
* udf_readdir: do not advance offset if entry can not be uio-edAndriy Gapon2009-03-031-1/+1
* udf_readatoffset: return correct size and data pointer for data in fentryAndriy Gapon2009-02-271-0/+6