Searched hist:"3703 c18883341f3ff09c42d7f3b36ab80e4a071b" (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | mdioctl.h | diff 3703c18883341f3ff09c42d7f3b36ab80e4a071b Sat Sep 11 14:03:38 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> md: Add MD_MUSTDEALLOC support
This adds an option to detect if hole-punching is implemented by the underlying file system. If this flag is set, and if the underlying file system does not support hole-punching, md(4) fails BIO_DELETE requests with EOPNOTSUPP.
Sponsored by: The FreeBSD Foundation Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D31883
|
/freebsd/sbin/mdconfig/ |
H A D | mdconfig.8 | diff 3703c18883341f3ff09c42d7f3b36ab80e4a071b Sat Sep 11 14:03:38 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> md: Add MD_MUSTDEALLOC support
This adds an option to detect if hole-punching is implemented by the underlying file system. If this flag is set, and if the underlying file system does not support hole-punching, md(4) fails BIO_DELETE requests with EOPNOTSUPP.
Sponsored by: The FreeBSD Foundation Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D31883
|
H A D | mdconfig.c | diff 3703c18883341f3ff09c42d7f3b36ab80e4a071b Sat Sep 11 14:03:38 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> md: Add MD_MUSTDEALLOC support
This adds an option to detect if hole-punching is implemented by the underlying file system. If this flag is set, and if the underlying file system does not support hole-punching, md(4) fails BIO_DELETE requests with EOPNOTSUPP.
Sponsored by: The FreeBSD Foundation Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D31883
|
/freebsd/sys/dev/md/ |
H A D | md.c | diff 3703c18883341f3ff09c42d7f3b36ab80e4a071b Sat Sep 11 14:03:38 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> md: Add MD_MUSTDEALLOC support
This adds an option to detect if hole-punching is implemented by the underlying file system. If this flag is set, and if the underlying file system does not support hole-punching, md(4) fails BIO_DELETE requests with EOPNOTSUPP.
Sponsored by: The FreeBSD Foundation Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D31883
|