[Cluster-devel] Moving cluster project (Was: Moving gfs2-utils away from fedorahosted.org)

2017-01-17 Thread Jan Pokorný
On 17/01/17 21:14 +, Andrew Price wrote: > On 17/01/17 19:58, Jan Pokorný wrote: >> So I think we should arrange for a move to pagure.io for this cluster >> project as well if possible, if only to retain the ability to change >> something should there be a need. > > Good plan. > >> I can purs

Re: [Cluster-devel] Moving gfs2-utils away from fedorahosted.org

2017-01-17 Thread Andrew Price
On 17/01/17 19:58, Jan Pokorný wrote: So I think we should arrange for a move to pagure.io for this cluster project as well if possible, if only to retain the ability to change something should there be a need. Good plan. I can pursuit this if there are no complaints. Just let me know (off-l

Re: [Cluster-devel] [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

2017-01-17 Thread Andreas Dilger
On Jan 17, 2017, at 8:59 AM, Theodore Ts'o wrote: > > On Tue, Jan 17, 2017 at 04:18:17PM +0100, Michal Hocko wrote: >> >> OK, so I've been staring into the code and AFAIU current->journal_info >> can contain my stored information. I could either hijack part of the >> word as the ref counting is

Re: [Cluster-devel] Moving gfs2-utils away from fedorahosted.org

2017-01-17 Thread Jan Pokorný
[adding developers list at clusterlabs to CC] On 16/01/17 18:45 +, Andrew Price wrote: > On 19/09/16 17:48, Andrew Price wrote: >> Re: https://communityblog.fedoraproject.org/fedorahosted-sunset-2017-02-28/ >> >> We'll need to find a new host for the cluster projects that haven't >> migrated

Re: [Cluster-devel] [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

2017-01-17 Thread Jan Kara
On Tue 17-01-17 17:16:19, Michal Hocko wrote: > > > But before going to play with that I am really wondering whether we need > > > all this with no journal at all. AFAIU what Jack told me it is the > > > journal lock(s) which is the biggest problem from the reclaim recursion > > > point of view. Wh

Re: [Cluster-devel] [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

2017-01-17 Thread Michal Hocko
On Tue 17-01-17 10:59:16, Theodore Ts'o wrote: > On Tue, Jan 17, 2017 at 04:18:17PM +0100, Michal Hocko wrote: > > > > OK, so I've been staring into the code and AFAIU current->journal_info > > can contain my stored information. I could either hijack part of the > > word as the ref counting is onl

Re: [Cluster-devel] [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

2017-01-17 Thread Theodore Ts'o
On Tue, Jan 17, 2017 at 04:18:17PM +0100, Michal Hocko wrote: > > OK, so I've been staring into the code and AFAIU current->journal_info > can contain my stored information. I could either hijack part of the > word as the ref counting is only consuming low 12b. But that looks too > ugly to live. O

Re: [Cluster-devel] [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

2017-01-17 Thread Michal Hocko
On Tue 17-01-17 09:24:25, Michal Hocko wrote: > On Mon 16-01-17 21:56:07, Theodore Ts'o wrote: > > On Fri, Jan 06, 2017 at 03:11:07PM +0100, Michal Hocko wrote: > > > From: Michal Hocko > > > > > > This reverts commit 216553c4b7f3e3e2beb4981cddca9b2027523928. Now that > > > the transaction contex

Re: [Cluster-devel] [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

2017-01-17 Thread Michal Hocko
On Mon 16-01-17 21:56:07, Theodore Ts'o wrote: > On Fri, Jan 06, 2017 at 03:11:07PM +0100, Michal Hocko wrote: > > From: Michal Hocko > > > > This reverts commit 216553c4b7f3e3e2beb4981cddca9b2027523928. Now that > > the transaction context uses memalloc_nofs_save and all allocations > > within t