diff options
author | Aruna Balakrishnaiah <[email protected]> | 2013-08-16 13:53:10 -0700 |
---|---|---|
committer | Tony Luck <[email protected]> | 2013-08-19 10:18:11 -0700 |
commit | b0aad7a99c1df90c23ff4bac76eea9cf25049e9e (patch) | |
tree | 3b9c9bd902ac66b1597187b57aa6a754d6d0d846 /fs/jbd/commit.c | |
parent | 90ce4ca66864ee2de189b666e4e4230f452238a8 (diff) |
pstore: Add compression support to pstore
Add compression support to pstore which will help in capturing more data.
Initially, pstore will make a call to kmsg_dump with a bigger buffer
and will pass the size of bigger buffer to kmsg_dump and then compress
the data to registered buffer of registered size.
In case compression fails, pstore will capture the uncompressed
data by making a call again to kmsg_dump with registered_buffer
of registered size.
Pstore will indicate the data is compressed or not with a flag
in the write callback.
Signed-off-by: Aruna Balakrishnaiah <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions