index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
fs
/
udf
/
udf.h
Age
Commit message (
Expand
)
Author
2023-06-27
Convert UDF file system code from the depricated tsleep(9)/wakeup(9) to the MP
reinoud
2022-08-07
fix various typos in comments, documentation and messages.
andvar
2022-04-16
fix various typos in comments and log messages.
andvar
2016-05-24
Cleanup VAT writout. To prevent issues with the sequential writing strategy
reinoud
2016-05-10
Rework VAT searching on recordable media. It is now a lot more resilliant to
reinoud
2015-08-24
Use vfs_vnode_iterator for udf_do_sync.
hannken
2015-08-24
Remove dirtynodes_cv, it is only used for timed waits without any signals.
hannken
2015-04-06
Change udf to vcache, keyed on udf_node->loc.loc.
hannken
2014-09-17
As pointed out by wiz@ prevent a possible attack or corruption that results in
reinoud
2013-10-18
fix unused variable warnings
christos
2012-07-27
gcc -fno-common fallout
drochner
2011-09-27
- rename UDF_MAX_NAMELEN -> UDF_MAXNAMLEN
christos
2010-09-25
Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also
matt
2010-09-24
Fixes/improvements to RB-tree implementation:
rmind
2010-02-25
First part of shrinking/growing metadata partition support:
reinoud
2010-02-24
Rename metadata partition parameters to be less generic and add the flags.
reinoud
2010-02-24
Extract UDF metadata partition parameters as already done for VAT and sparable
reinoud
2009-08-05
Typo fix
reinoud
2009-07-08
Remove unused LIST_ENTRY()'s now replaced by the rbtree.
reinoud
2009-07-07
Replace the old hashtable and sorted list implemenation by a RB-tree.
reinoud
2009-07-06
Reduce the number of active ecclines; low memory systems could get into
reinoud
2009-06-24
Commit first stage of free-space accounting. It is estimating the underlimit
reinoud
2009-06-23
Bump the NetBSD kernel UDF id to version 0.5
reinoud
2009-06-18
Add RESERVE bitmask flag to DEBUG print constants adding another 0 prefix to
reinoud
2009-06-18
Remove now unused UDF_DIRHASH constants
reinoud
2009-02-08
Implement session closure on sequential media when requested on mount. It will
reinoud
2008-12-09
Fix two buf_init()'s that are not needed since they were already initialised
reinoud
2008-12-05
Two fold commit:
reinoud
2008-09-27
Switch UDF over to the vfs_dirhash.c dirhash code.
reinoud
2008-08-06
Rewrite allocation scheme's determination and implementation replacing the
reinoud
2008-07-29
Remove comments on `need to read in'; they are read in.
reinoud
2008-07-28
Streamline allocation to prepare it for metadata partition. Also add
reinoud
2008-07-27
Unify naming scheme and source code beautify for better readablility.
reinoud
2008-07-26
Clarify the current spacemap read/write code is reading/writing physical
reinoud
2008-07-22
Limit the UDF dirhash to a configurable amount of memory. The performance
reinoud
2008-07-19
Use ecma-167 constants instead of homegrown to prevent double mapping.
reinoud
2008-07-19
Choose which time of allocation descriptors to use on new nodes based on
reinoud
2008-07-17
Implement directory hashing to speed up directory traversals. Speed
reinoud
2008-07-07
Support for allocation extents descriptor writing to allow for arbitrary
reinoud
2008-07-03
Add node-rebuild flag to indicate that the node was rebuild up and thus the
reinoud
2008-07-03
Create new udf_verbose class.
reinoud
2008-06-28
Create sysctl entries during module initialisation and destroy them
rumble
2008-06-25
Bump maximum number of allocation extents descriptors in a file/directory;
reinoud
2008-05-15
Introduce new UDF debug class and split rmw strategy debugging prints.
reinoud
2008-05-14
Import writing part of the UDF file system making optical media like CD's
reinoud
2007-10-10
Merge from vmlocking:
ad
2007-01-04
Implement read-only access to UDF 2.50 and UDF 2.60 discs that use metadata
reinoud
2006-09-29
Add `vfs.udf.verbose' sysctl when running a DEBUG kernel to dynamically set
reinoud
2006-09-19
Make VOP_LOOKUP's O(1) instead of O(n log(n)) giving a speedup of 7500% on
reinoud
2006-08-22
Fix pool allocation/freeing problem for once and for all correctly. Since
reinoud
[next]