OpenGrok
Cross Reference: ntfs_ihash.c
xref
: /
src
/
sys
/
fs
/
ntfs
/
ntfs_ihash.c
Home
|
History
|
Annotate
|
Download
|
only in
ntfs
History log of
/src/sys/fs/ntfs/ntfs_ihash.c
Revision
Date
Author
Comments
1.11
20-Feb-2015
maxv
Cosmetic changes:
- add a ffs-like ntfs_superblock_validate function
- remove unused includes
- fix some comments
- KNF
No functional change.
1.10
27-Jan-2012
para
branches: 1.10.6; 1.10.24;
extending vmem(9) to be able to allocated resources for it's own needs.
simplifying uvm_map handling (no special kernel entries anymore no relocking)
make malloc(9) a thin wrapper around kmem(9)
(with private interface for interrupt safety reasons)
releng@ acknowledged
1.9
15-Mar-2009
cegger
branches: 1.9.12; 1.9.16;
ansify function definitions
1.8
14-Mar-2009
dsl
Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
1.7
05-May-2008
ad
branches: 1.7.8; 1.7.14;
- Convert hashinit() to use kmem_alloc(). The hash tables can be large
and it's better to not have them in kmem_map.
- Convert a couple of minor items along the way to kmem_alloc().
- Fix some memory leaks.
1.6
30-Jun-2007
pooka
branches: 1.6.28; 1.6.30; 1.6.32;
Using POOL_INIT here makes no sense, since file systems always have
an init method. So get rid of it and #ifdef _LKM and just always
init in the init method. Give malloc types the same treatment.
Makes file systems nicer to work with in linksetless environments
and fixes a few LKM discrepancies.
1.5
27-Feb-2007
ad
branches: 1.5.2; 1.5.4;
Destroy the hash locks on final unmount.
1.4
15-Feb-2007
ad
branches: 1.4.2;
Replace some uses of lockmgr() / simplelocks.
1.3
11-Dec-2005
christos
merge ktrace-lwp.
1.2
07-Aug-2003
agc
branches: 1.2.16;
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
1.1
23-Dec-2002
jdolecek
branches: 1.1.2; 1.1.4;
move NTFS code from sys/ntfs to sys/fs/ntfs
1.1.4.3
21-Sep-2004
skrll
Fix the sync with head I botched.
1.1.4.2
18-Sep-2004
skrll
Sync with HEAD.
1.1.4.1
03-Aug-2004
skrll
Sync with HEAD
1.1.2.2
29-Dec-2002
thorpej
With with HEAD.
1.1.2.1
23-Dec-2002
thorpej
file ntfs_ihash.c was added on branch nathanw_sa on 2002-12-29 19:56:13 +0000
1.2.16.2
03-Sep-2007
yamt
sync with head.
1.2.16.1
26-Feb-2007
yamt
sync with head.
1.4.2.1
12-Mar-2007
rmind
Sync with HEAD.
1.5.4.1
11-Jul-2007
mjf
Sync with head.
1.5.2.1
15-Jul-2007
ad
Sync with head.
1.6.32.2
04-May-2009
yamt
sync with head.
1.6.32.1
16-May-2008
yamt
sync with head.
1.6.30.1
18-May-2008
yamt
sync with head.
1.6.28.1
02-Jun-2008
mjf
Sync with HEAD.
1.7.14.1
13-May-2009
jym
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
1.7.8.1
28-Apr-2009
skrll
Sync with HEAD.
1.9.16.1
18-Feb-2012
mrg
merge to -current.
1.9.12.1
17-Apr-2012
yamt
sync with head
1.10.24.1
06-Apr-2015
skrll
Sync with HEAD
1.10.6.1
03-Dec-2017
jdolecek
update from HEAD
Indexes created Tue Oct 07 21:09:53 GMT 2025