Searched hist:feb0ab32a57e4e6c8b24f6fb68f0ce08efe4603c (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | balloc.c | diff feb0ab32a57e4e6c8b24f6fb68f0ce08efe4603c Sun Apr 29 17:45:10 CDT 2012 Darrick J. Wong <djwong@us.ibm.com> ext4: make block group checksums use metadata_csum algorithm
metadata_csum supersedes uninit_bg. Convert the ROCOMPAT uninit_bg flag check to a helper function that covers both, and make the checksum calculation algorithm use either crc16 or the metadata_csum chosen algorithm depending on which flag is set. Print a warning if we try to mount a filesystem with both feature flags set.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | resize.c | diff feb0ab32a57e4e6c8b24f6fb68f0ce08efe4603c Sun Apr 29 17:45:10 CDT 2012 Darrick J. Wong <djwong@us.ibm.com> ext4: make block group checksums use metadata_csum algorithm
metadata_csum supersedes uninit_bg. Convert the ROCOMPAT uninit_bg flag check to a helper function that covers both, and make the checksum calculation algorithm use either crc16 or the metadata_csum chosen algorithm depending on which flag is set. Print a warning if we try to mount a filesystem with both feature flags set.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | ialloc.c | diff feb0ab32a57e4e6c8b24f6fb68f0ce08efe4603c Sun Apr 29 17:45:10 CDT 2012 Darrick J. Wong <djwong@us.ibm.com> ext4: make block group checksums use metadata_csum algorithm
metadata_csum supersedes uninit_bg. Convert the ROCOMPAT uninit_bg flag check to a helper function that covers both, and make the checksum calculation algorithm use either crc16 or the metadata_csum chosen algorithm depending on which flag is set. Print a warning if we try to mount a filesystem with both feature flags set.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | mballoc.c | diff feb0ab32a57e4e6c8b24f6fb68f0ce08efe4603c Sun Apr 29 17:45:10 CDT 2012 Darrick J. Wong <djwong@us.ibm.com> ext4: make block group checksums use metadata_csum algorithm
metadata_csum supersedes uninit_bg. Convert the ROCOMPAT uninit_bg flag check to a helper function that covers both, and make the checksum calculation algorithm use either crc16 or the metadata_csum chosen algorithm depending on which flag is set. Print a warning if we try to mount a filesystem with both feature flags set.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | ext4.h | diff feb0ab32a57e4e6c8b24f6fb68f0ce08efe4603c Sun Apr 29 17:45:10 CDT 2012 Darrick J. Wong <djwong@us.ibm.com> ext4: make block group checksums use metadata_csum algorithm
metadata_csum supersedes uninit_bg. Convert the ROCOMPAT uninit_bg flag check to a helper function that covers both, and make the checksum calculation algorithm use either crc16 or the metadata_csum chosen algorithm depending on which flag is set. Print a warning if we try to mount a filesystem with both feature flags set.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | inode.c | diff feb0ab32a57e4e6c8b24f6fb68f0ce08efe4603c Sun Apr 29 17:45:10 CDT 2012 Darrick J. Wong <djwong@us.ibm.com> ext4: make block group checksums use metadata_csum algorithm
metadata_csum supersedes uninit_bg. Convert the ROCOMPAT uninit_bg flag check to a helper function that covers both, and make the checksum calculation algorithm use either crc16 or the metadata_csum chosen algorithm depending on which flag is set. Print a warning if we try to mount a filesystem with both feature flags set.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | super.c | diff feb0ab32a57e4e6c8b24f6fb68f0ce08efe4603c Sun Apr 29 17:45:10 CDT 2012 Darrick J. Wong <djwong@us.ibm.com> ext4: make block group checksums use metadata_csum algorithm
metadata_csum supersedes uninit_bg. Convert the ROCOMPAT uninit_bg flag check to a helper function that covers both, and make the checksum calculation algorithm use either crc16 or the metadata_csum chosen algorithm depending on which flag is set. Print a warning if we try to mount a filesystem with both feature flags set.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|