| Commit message (Expand) | Author | Age | Files | Lines |
| * | udf: Improve input validation. | Dag-Erling Smørgrav | 2025-07-24 | 3 | -15/+44 |
| * | udf: Fix a typo in a source code comment | Gordon Bergling | 2025-05-08 | 1 | -1/+1 |
| * | udf: Stop checking for failures from malloc(M_WAITOK) | Zhenlei Huang | 2024-09-30 | 1 | -2/+0 |
| * | udf: Reject read requests with an invalid length | John Baldwin | 2023-09-06 | 2 | -1/+8 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 7 | -14/+0 |
| * | udf: reject invalid block sizes from lvd | Konstantin Belousov | 2023-08-10 | 1 | -0/+5 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 6 | -6/+6 |
| * | udf: ansify | Mateusz Guzik | 2023-04-09 | 1 | -6/+2 |
| * | Stop cleaning MNT_LOCAL on unmount | Konstantin Belousov | 2023-01-20 | 1 | -4/+0 |
| * | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov | 2020-11-28 | 1 | -2/+2 |
| * | udf: Validate the full file entry length | Mark Johnston | 2020-09-22 | 1 | -16/+30 |
| * | fs: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 2 | -5/+1 |
| * | vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_error | Mateusz Guzik | 2020-08-19 | 1 | -1/+1 |
| * | vfs: remove the obsolete privused argument from vaccess | Mateusz Guzik | 2020-08-05 | 1 | -1/+1 |
| * | vfs: drop the mostly unused flags argument from VOP_UNLOCK | Mateusz Guzik | 2020-01-03 | 1 | -1/+1 |
| * | vfs: flatten vop vectors | Mateusz Guzik | 2019-12-16 | 1 | -0/+2 |
| * | Rework v_object lifecycle for vnodes. | Konstantin Belousov | 2019-08-29 | 1 | -5/+0 |
| * | Ensure that directory entry padding bytes are zeroed. | Mark Johnston | 2018-11-23 | 1 | -2/+3 |
| * | Add d_off support for multiple filesystems. | Konstantin Belousov | 2018-11-14 | 1 | -0/+3 |
| * | Rework pathconf handling for FIFOs. | John Baldwin | 2017-12-19 | 1 | -0/+7 |
| * | sys/fs: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 6 | -0/+12 |
| * | Flesh out pathconf() on UDF. | John Baldwin | 2017-10-02 | 1 | -3/+6 |
| * | On error, bread(9) zeroes buffer pointer, do not dereference it. | Konstantin Belousov | 2016-11-22 | 1 | -2/+2 |
| * | Remove drop/reacquire of Giant around geom calls for cd9660 and udf. | Konstantin Belousov | 2016-05-22 | 1 | -6/+0 |
| * | sys/fs: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
| * | Fix a -Wcast-qual warning in udf_vnops.c, by using __DECONST. No | Dimitry Andric | 2015-01-30 | 1 | -2/+3 |
| * | Add currently unused flag argument to the cluster_read(), | Konstantin Belousov | 2013-03-14 | 1 | -2/+3 |
| * | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | Attilio Rao | 2012-11-09 | 1 | -2/+1 |
| * | Use NULL instead of 0 for pointers | Kevin Lo | 2012-07-22 | 1 | -1/+1 |
| * | Remove fifo.h. The only used function declaration from the header is | Konstantin Belousov | 2012-03-11 | 1 | -1/+0 |
| * | Fix found places where uio_resid is truncated to int. | Konstantin Belousov | 2012-02-21 | 1 | -1/+2 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -2/+2 |
| * | Add a lock flags argument to the VFS_FHTOVP() file system | Rick Macklem | 2011-05-22 | 1 | -1/+1 |
| * | Revert the previous commit. The race is not applicable to the lockmgr | John Baldwin | 2010-07-16 | 1 | -4/+1 |
| * | When the MNTK_EXTENDED_SHARED mount option was added, some filesystems were | John Baldwin | 2010-07-16 | 1 | -1/+4 |
| * | udf_vnops: cosmetic followup to r208671 - better looking code | Andriy Gapon | 2010-06-22 | 1 | -1/+1 |
| * | udf_readlink: fix malloc call with uninitialized size parameter | Andriy Gapon | 2010-05-31 | 1 | -1/+1 |
| * | Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specific | Robert Watson | 2009-06-06 | 1 | -2/+2 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -5/+7 |
| * | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | John Baldwin | 2009-03-11 | 1 | -1/+2 |
| * | udf: use truly unique directory cookie | Andriy Gapon | 2009-03-04 | 1 | -1/+1 |
| * | udf_strategy: remove redundant comment | Andriy Gapon | 2009-03-04 | 1 | -4/+0 |
| * | udf_readdir: do not advance offset if entry can not be uio-ed | Andriy Gapon | 2009-03-03 | 1 | -1/+1 |
| * | udf_readatoffset: return correct size and data pointer for data in fentry | Andriy Gapon | 2009-02-27 | 1 | -0/+6 |
| * | udf_readatoffset: read through directory vnode, do not read > MAXBSIZE | Andriy Gapon | 2009-02-26 | 3 | -25/+23 |
| * | udf: add read-ahead support modeled after cd9660 | Andriy Gapon | 2009-02-26 | 2 | -3/+23 |
| * | udf_map: return proper error code instead of leaking an internal one | Andriy Gapon | 2009-02-26 | 1 | -2/+13 |
| * | udf_read: correctly read data from files with data embedded into fentry, | Andriy Gapon | 2009-02-26 | 1 | -0/+26 |
| * | udf_strategy: tiny optimization of logic, calculations; extra diagnostics | Andriy Gapon | 2009-02-26 | 1 | -14/+11 |