commit | f4686c26ecc34e8e458b8235f0af5198c9b13bfd | [log] [tgz] |
---|---|---|
author | Abhi Das <adas@redhat.com> | Thu May 02 14:17:40 2019 -0500 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Tue May 07 23:39:15 2019 +0200 |
tree | 6768f35e9f263165a70e22b3f5d164e0b400e856 | |
parent | d0a22a4b03b8475b7aa3fa41243c26c291407844 [diff] |
gfs2: read journal in large chunks Use bios to read in the journal into the address space of the journal inode (jd_inode), sequentially and in large chunks. This is faster for locating the journal head that the previous binary search approach. When performing recovery, we keep the journal in the address space until recovery is done, which further speeds up things. Signed-off-by: Abhi Das <adas@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>