summaryrefslogtreecommitdiff
path: root/sys/fs/udf
AgeCommit message (Expand)Author
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-09-27vfs: retire the VREF macroMateusz Guzik
2025-09-27vfs: retire the NULLVP macroMateusz Guzik
2025-07-16udf: Improve input validation.Dag-Erling Smørgrav
2025-05-05udf: Fix a typo in a source code commentGordon Bergling
2024-12-05fs: Add static asserts for the size of fid structuresRick Macklem
2024-09-03udf: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-04-24udf: uma_zcreate() does not failMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-04udf: Reject read requests with an invalid lengthJohn Baldwin
2023-08-05udf: reject invalid block sizes from lvdKonstantin Belousov
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-10udf: Remove set but unused variable from udf_getattr.John Baldwin
2023-02-07udf: ansifyMateusz Guzik
2023-01-14Stop cleaning MNT_LOCAL on unmountKonstantin Belousov
2022-12-26vfs: add the concept of vnode state transitionsMateusz Guzik
2022-03-24vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik
2021-12-15Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers
2021-11-25vfs: remove the unused thread argument from NDINIT*Mateusz Guzik
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-09-22udf: Validate the full file entry lengthMark Johnston
2020-09-01fs: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-19vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik
2020-08-05vfs: remove the obsolete privused argument from vaccessMateusz Guzik
2020-01-03vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik
2019-12-16vfs: flatten vop vectorsMateusz Guzik
2019-08-29Rework v_object lifecycle for vnodes.Konstantin Belousov
2018-11-23Ensure that directory entry padding bytes are zeroed.Mark Johnston
2018-11-14Add d_off support for multiple filesystems.Konstantin Belousov
2017-12-19Rework pathconf handling for FIFOs.John Baldwin
2017-11-27sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-02Flesh out pathconf() on UDF.John Baldwin
2016-11-22On error, bread(9) zeroes buffer pointer, do not dereference it.Konstantin Belousov
2016-05-22Remove drop/reacquire of Giant around geom calls for cd9660 and udf.Konstantin Belousov
2016-04-29sys/fs: spelling fixes in comments.Pedro F. Giffuni
2015-01-30Fix a -Wcast-qual warning in udf_vnops.c, by using __DECONST. NoDimitry Andric
2013-03-14Add currently unused flag argument to the cluster_read(),Konstantin Belousov
2012-11-09Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao
2012-07-22Use NULL instead of 0 for pointersKevin Lo
2012-03-11Remove fifo.h. The only used function declaration from the header isKonstantin Belousov
2012-02-21Fix found places where uio_resid is truncated to int.Konstantin Belousov
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-05-22Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem
2010-07-16Revert the previous commit. The race is not applicable to the lockmgrJohn Baldwin
2010-07-16When the MNTK_EXTENDED_SHARED mount option was added, some filesystems wereJohn Baldwin
2010-06-22udf_vnops: cosmetic followup to r208671 - better looking codeAndriy Gapon
2010-05-31udf_readlink: fix malloc call with uninitialized size parameterAndriy Gapon
2009-06-06Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specificRobert Watson