Support case-insensitive ZFS subvolumes.
* grub-core/fs/zfs/zfs.c (mzap_lookup): New parameter case_insensitive. All users updated. (zap_hash): Likewise. (name_cmp): New function. (zap_leaf_array_equal): New parameter case_insensitive. All users updated. (zap_leaf_lookup): Likewise. (fzap_lookup): Likewise. (zap_lookup): Likewise. (dnode_get_path): New parameter case_insensitive. Retrieve case sensitiviness of a volume. All users updated. (dnode_get_fullpath): New parameter case_insensitive. All users updated. (grub_zfs_dir): Set info.case_insensitiveness.
This commit is contained in:
parent
95f2e86095
commit
8622923b66
2 changed files with 101 additions and 30 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2011-11-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Support case-insensitive ZFS subvolumes.
|
||||
|
||||
* grub-core/fs/zfs/zfs.c (mzap_lookup): New parameter case_insensitive.
|
||||
All users updated.
|
||||
(zap_hash): Likewise.
|
||||
(name_cmp): New function.
|
||||
(zap_leaf_array_equal): New parameter case_insensitive.
|
||||
All users updated.
|
||||
(zap_leaf_lookup): Likewise.
|
||||
(fzap_lookup): Likewise.
|
||||
(zap_lookup): Likewise.
|
||||
(dnode_get_path): New parameter case_insensitive. Retrieve case
|
||||
sensitiviness of a volume. All users updated.
|
||||
(dnode_get_fullpath): New parameter case_insensitive.
|
||||
All users updated.
|
||||
(grub_zfs_dir): Set info.case_insensitiveness.
|
||||
|
||||
2011-11-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Support second redundancy strip on raidz(2,3).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue