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