[PATCH 4/4] writeback: introduce super_operations->write_metadata

2017-06-22 Thread Nikolay Borisov
From: Josef Bacik Now that we have metadata counters in the VM, we need to provide a way to kick writeback on dirty metadata. Introduce super_operations->write_metadata. This allows file systems to deal with writing back any dirty metadata we need based on the writeback needs of the system. Si

Re: [PATCH 4/4] writeback: introduce super_operations->write_metadata

2016-09-22 Thread Josef Bacik
On 09/22/2016 07:48 AM, Jan Kara wrote: On Tue 20-09-16 16:57:48, Josef Bacik wrote: Now that we have metadata counters in the VM, we need to provide a way to kick writeback on dirty metadata. Introduce super_operations->write_metadata. This allows file systems to deal with writing back any di

Re: [PATCH 4/4] writeback: introduce super_operations->write_metadata

2016-09-22 Thread Jan Kara
On Tue 20-09-16 16:57:48, Josef Bacik wrote: > Now that we have metadata counters in the VM, we need to provide a way to kick > writeback on dirty metadata. Introduce super_operations->write_metadata. > This > allows file systems to deal with writing back any dirty metadata we need based > on th

[PATCH 4/4] writeback: introduce super_operations->write_metadata

2016-09-20 Thread Josef Bacik
Now that we have metadata counters in the VM, we need to provide a way to kick writeback on dirty metadata. Introduce super_operations->write_metadata. This allows file systems to deal with writing back any dirty metadata we need based on the writeback needs of the system. Since there is no inod