Re: [Cluster-devel] [PATCH 18/34] docs: filesystems: convert gfs2-glocks.txt to ReST

2020-04-15 Thread Andreas Gruenbacher
Hi Mauro, I've pushed this to for-next. Thanks, Andreas

[Cluster-devel] [PATCH 00/34] fs: convert remaining docs to ReST file format

2020-04-15 Thread Mauro Carvalho Chehab
This patch series convert the remaining files under Documentation/filesystems to the ReST file format. It is based on linux-next (next-20200414). PS.: I opted to add mainly ML from the output of get_maintainers.pl to the c/c list of patch 00/34, because otherwise the number of c/c would be too ma

[Cluster-devel] [PATCH 18/34] docs: filesystems: convert gfs2-glocks.txt to ReST

2020-04-15 Thread Mauro Carvalho Chehab
- Add a SPDX header; - Adjust document and section titles; - Some whitespace fixes and new line breaks; - Add table markups; - Use notes markups; - Add it to filesystems/index.rst. Signed-off-by: Mauro Carvalho Chehab --- .../{gfs2-glocks.txt => gfs2-glocks.rst} | 147 ++ Do

[Cluster-devel] [PATCH AUTOSEL 5.5 002/106] gfs2: clear ail1 list when gfs2 withdraws

2020-04-15 Thread Sasha Levin
From: Bob Peterson [ Upstream commit 30fe70a85a909a23dcbc2c628ca6655b2c85e7a1 ] This patch fixes a bug in which function gfs2_log_flush can get into an infinite loop when a gfs2 file system is withdrawn. The problem is the infinite loop "for (;;)" in gfs2_log_flush which would never finish becau

[Cluster-devel] [PATCH AUTOSEL 5.6 002/129] gfs2: clear ail1 list when gfs2 withdraws

2020-04-15 Thread Sasha Levin
From: Bob Peterson [ Upstream commit 30fe70a85a909a23dcbc2c628ca6655b2c85e7a1 ] This patch fixes a bug in which function gfs2_log_flush can get into an infinite loop when a gfs2 file system is withdrawn. The problem is the infinite loop "for (;;)" in gfs2_log_flush which would never finish becau

Re: [Cluster-devel] [PATCH v11 05/25] mm: Add new readahead_control API

2020-04-15 Thread Matthew Wilcox
On Tue, Apr 14, 2020 at 09:56:16PM -0700, Andrew Morton wrote: > On Tue, 14 Apr 2020 19:18:08 -0700 Matthew Wilcox wrote: > > Hmm. They don't seem that big to me. > > They're really big! v5.7-rc1: 11636 636 224 1249630d0 fs/iomap/buffered-io.o readahead_v11: 11528 6

Re: [Cluster-devel] [PATCH v11 08/25] mm: rename readahead loop variable to 'i'

2020-04-15 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn

Re: [Cluster-devel] [PATCH v11 06/25] mm: Use readahead_control to pass arguments

2020-04-15 Thread Johannes Thumshirn
Reviewed-by: Johannes Thumshirn

Re: [Cluster-devel] [PATCH v11 04/25] mm: Move readahead nr_pages check into read_pages

2020-04-15 Thread Johannes Thumshirn
Reviewed-by: Johannes Thumshirn

Re: [Cluster-devel] [PATCH v11 03/25] mm: Ignore return value of ->readpages

2020-04-15 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn

Re: [Cluster-devel] [PATCH v11 01/25] mm: Move readahead prototypes from mm.h

2020-04-15 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn