Re: [PATCH v4 00/20] change invalidatepage prototype to accept length

2013-05-28 Thread Theodore Ts'o
er.kernel.org, > > linux-e...@vger.kernel.org, a...@linux-foundation.org, hu...@google.com, > > lczer...@redhat.com > > Subject: [PATCH v4 00/20] change invalidatepage prototype to accept length > > Hi Ted, > > you've mentioned that you'll carry the changed in the ext

Re: [PATCH v4 00/20] change invalidatepage prototype to accept length

2013-05-28 Thread Theodore Ts'o
...@vger.kernel.org, a...@linux-foundation.org, hu...@google.com, lczer...@redhat.com Subject: [PATCH v4 00/20] change invalidatepage prototype to accept length Hi Ted, you've mentioned that you'll carry the changed in the ext4 tree. Are you going to take it for the next merge window

Re: [PATCH v4 00/20] change invalidatepage prototype to accept length

2013-05-21 Thread Lukáš Czerner
om, > lczer...@redhat.com > Subject: [PATCH v4 00/20] change invalidatepage prototype to accept length Hi Ted, you've mentioned that you'll carry the changed in the ext4 tree. Are you going to take it for the next merge window ? However I still need some review on the mm part of the series,

Re: [PATCH v4 00/20] change invalidatepage prototype to accept length

2013-05-21 Thread Lukáš Czerner
, lczer...@redhat.com Subject: [PATCH v4 00/20] change invalidatepage prototype to accept length Hi Ted, you've mentioned that you'll carry the changed in the ext4 tree. Are you going to take it for the next merge window ? However I still need some review on the mm part of the series, Andrew, Hugh

[PATCH v4 00/20] change invalidatepage prototype to accept length

2013-05-14 Thread Lukas Czerner
Hi, This set of patches are aimed to allow truncate_inode_pages_range() handle ranges which are not aligned at the end of the page. Currently it will hit BUG_ON() when the end of the range is not aligned. Punch hole feature however can benefit from this ability saving file systems some work not

[PATCH v4 00/20] change invalidatepage prototype to accept length

2013-05-14 Thread Lukas Czerner
Hi, This set of patches are aimed to allow truncate_inode_pages_range() handle ranges which are not aligned at the end of the page. Currently it will hit BUG_ON() when the end of the range is not aligned. Punch hole feature however can benefit from this ability saving file systems some work not