Revision tags: release/14.0.0 |
|
#
95ee2897 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
586ee69f |
| 01-Sep-2020 |
Mateusz Guzik <mjg@FreeBSD.org> |
fs: clean up empty lines in .c and .h files
|
Revision tags: release/11.4.0 |
|
#
cd3acfe7 |
| 17-May-2020 |
Fedor Uporov <fsu@FreeBSD.org> |
Add BE architectures support.
Author of most initial version: pfg (https://reviews.freebsd.org/D23259)
Reviewed by: pfg MFC after: 3 months
Differential Revision: https://reviews.freebs
Add BE architectures support.
Author of most initial version: pfg (https://reviews.freebsd.org/D23259)
Reviewed by: pfg MFC after: 3 months
Differential Revision: https://reviews.freebsd.org/D24685
show more ...
|
Revision tags: release/12.1.0 |
|
#
f993ed2f |
| 09-Sep-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r351732 through r352104.
|
#
fe8b3456 |
| 06-Sep-2019 |
Conrad Meyer <cem@FreeBSD.org> |
ext2fs: Remove redundant brelse() after r294954
Coccinelle:
@ rule1 @ identifier __error; @@ ... int __error; ...
@ rule2 depends on rule1 @ identifier rule1.__error; identifier __bp; @@
_
ext2fs: Remove redundant brelse() after r294954
Coccinelle:
@ rule1 @ identifier __error; @@ ... int __error; ...
@ rule2 depends on rule1 @ identifier rule1.__error; identifier __bp; @@
__error = ( bread | bread_gb | breadn | breadn_flags ) (..., &__bp); if ( ( __error | __error != 0 ) ) { ... - brelse(__bp); ... }
No functional change.
show more ...
|
Revision tags: release/11.3.0 |
|
#
7648bc9f |
| 13-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @347527
Sponsored by: The FreeBSD Foundation
|
#
ebc94b66 |
| 16-Apr-2019 |
Fedor Uporov <fsu@FreeBSD.org> |
ext2fs: Initial version of DTrace support.
Reviewed by: pfg, gnn MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D19848
|
Revision tags: release/12.0.0, release/11.2.0 |
|
#
512f29d1 |
| 14-Jan-2018 |
Fedor Uporov <fsu@FreeBSD.org> |
Add metadata_csum feature support.
Reviewed by: pfg (mentor) Approved by: pfg (mentor) MFC after: 6 months
Differential Revision: https://reviews.freebsd.org/D13810
|
#
1806c9ab |
| 12-Dec-2017 |
Fedor Uporov <fsu@FreeBSD.org> |
Fix extattr getters in case of neither uio nor buffer was not passed to VOP_*.
Approved by: pfg (mentor) MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D13359
|
#
7abc09cd |
| 02-Dec-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
SPDX: Complete license IDs for ext2fs.
|
#
c2c014f2 |
| 07-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r323559 through r325504.
|
#
0a8f81bc |
| 22-Oct-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r324837
While here, diff reduce some of the changes in sys/boot by moving MK_COVERAGE=no to sys/boot/Makefile.inc .
|
#
b394cd1e |
| 17-Oct-2017 |
Fedor Uporov <fsu@FreeBSD.org> |
Add inital extents read-write support.
Approved by: pfg (mentor) MFC after: 6 months RelNotes: Yes
Differential Revision: https://reviews.freebsd.org/D12087
|
Revision tags: release/10.4.0, release/11.1.0 |
|
#
4198293b |
| 17-Jun-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r319801 through r320041.
|
#
4d7faf1b |
| 11-Jun-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
Remove unnecessary, and mismatched, comment.
Submitted by: Fedor Uporov
|
#
a773cead |
| 30-May-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r318964 through r319164.
|
#
39999a69 |
| 28-May-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
Support for linux ext2fs posix-draft ACLs.
This is closely tied to the Extended Attribute implementation.
Submitted by: Fedor Uporov Reviewed by: kevlo, pfg
Differential Revision: https://reviews.
Support for linux ext2fs posix-draft ACLs.
This is closely tied to the Extended Attribute implementation.
Submitted by: Fedor Uporov Reviewed by: kevlo, pfg
Differential Revision: https://reviews.freebsd.org/D10807
show more ...
|
#
be27b311 |
| 04-May-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r317503 through r317807.
|
#
34f43888 |
| 04-May-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
ext2fs: add read-write support for Extended Attributes.
Extended attributes and their particular implementation in linux are different from FreeBSD so in this case we have started diverging from the
ext2fs: add read-write support for Extended Attributes.
Extended attributes and their particular implementation in linux are different from FreeBSD so in this case we have started diverging from the UFS EA implementation, which would be the natural reference.
Depending on future progress implementing ACLs this approach may change but for now bring to the tree an implementation that is consistent and can be tested.
Submitted by: Fedor Uporov
Differential Revision: https://reviews.freebsd.org/D10460
show more ...
|
#
ac506a8f |
| 01-Apr-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
ext2fs: Initial support for Extended Attributes.
Currently read-only.
Submitted by: Fedor Uporov MFC after: 3 weeks Differential Revision: https://reviews.freebsd.org/D10151
|