| Age | Commit message (Expand) | Author |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-02-03 | Revere modification of initializer; it can lead to race conditions where two | reinoud |
| 2022-01-28 | On freeing a virtual address in the VAT, use the correct value; this might | reinoud |
| 2021-09-03 | fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/ | andvar |
| 2021-08-20 | fix various typos in comments and log messages. | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2020-04-23 | PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its... | ad |
| 2018-10-14 | remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had | jdolecek |
| 2017-01-04 | PR/51777: David Binderman: Remove unused computation | christos |
| 2015-08-24 | Remove dirtynodes_cv, it is only used for timed waits without any signals. | hannken |
| 2014-12-03 | Relax the KASSERT since an equal size is no issue | reinoud |
| 2013-10-30 | used __diagused where appropriate. | mrg |
| 2013-10-18 | fix unused variable warnings | christos |
| 2013-08-09 | Fix 32 bit issue in main file read-in function. On both 32 bit and 64 bit | reinoud |
| 2013-07-03 | On growing a node that was recorded inside the (E)FE, don't forget to set the | reinoud |
| 2011-06-16 | Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to | hannken |
| 2011-01-14 | Metadata partition (v2.50+) bugfix commit : | reinoud |
| 2010-12-22 | Growing the metadata partition is not yet implemented. Be so kind to report | reinoud |
| 2010-02-26 | Typo and style | reinoud |
| 2010-02-25 | First part of shrinking/growing metadata partition support: | reinoud |
| 2009-06-27 | Fix corner-case in truncing files. It could forget to free the last block. | reinoud |
| 2009-06-24 | Commit first stage of free-space accounting. It is estimating the underlimit | reinoud |
| 2009-06-18 | Fix nitpicky spacing and debug printout | reinoud |
| 2009-06-18 | Remove unneeded (and unused) inclusion of "opt_quota.h" | reinoud |
| 2009-05-19 | Account for the logical blocks recorded by the extent in the right endian! | reinoud |
| 2009-05-19 | A descriptor's CRC lenth is 16 bit so use udf_rw16() on tag.desc_crc_len. | reinoud |
| 2009-04-21 | Fix endian related bug when using discs with a meta-data partition on | reinoud |
| 2009-03-25 | Fix possible overshoot when allocating from a space bitmap when ffs(3) returns | reinoud |
| 2008-12-16 | The great QUOTA purge of '08: get rid of those #ifdef QUOTA and | pooka |
| 2008-08-29 | Remove all remaining traces of UDF_READWRITE since it has been removed as | reinoud |
| 2008-08-06 | Rewrite allocation scheme's determination and implementation replacing the | reinoud |
| 2008-07-28 | Streamline allocation to prepare it for metadata partition. Also add | reinoud |
| 2008-07-26 | Clarify not implemented allocation schemes; mostly UDF 2.50 | reinoud |
| 2008-07-19 | Use the allocation descriptor types selected on mount when growing from an | reinoud |
| 2008-07-18 | Hopefully fix gcc type puned warning. | reinoud |
| 2008-07-16 | Make UDF allocation-sanity check optional even if the DEBUG flag is | reinoud |
| 2008-07-07 | Support for allocation extents descriptor writing to allow for arbitrary | reinoud |
| 2008-07-03 | Fix rare allocation problem when a fragmented file is truncated to a | reinoud |
| 2008-07-02 | Update node sanity check system and redo allocation recording fixing | reinoud |
| 2008-06-30 | Fix serious allocation recording bug if overwriting piece that was | reinoud |
| 2008-06-28 | When shrinking the file, do clean the freed part in the descriptor; all | reinoud |
| 2008-06-26 | Count the length correctly when encountering an allocation extension | reinoud |
| 2008-06-25 | Fix lookup problems in very fragmented metadata partitions that use | reinoud |
| 2008-06-25 | Fix extended allocation descriptor handling in translate file extent | reinoud |
| 2008-06-25 | Fix allocation extensions descriptor reading and do free them on node | reinoud |
| 2008-05-20 | Remove bogus KASSERT(); if we shrink the file, the number of allocated | reinoud |
| 2008-05-14 | Import writing part of the UDF file system making optical media like CD's | reinoud |