Re: [PATCH 00/10] mm: improve usage of the i_mmap lock

2014-10-28 Thread Kirill A. Shutemov
On Fri, Oct 24, 2014 at 03:06:10PM -0700, Davidlohr Bueso wrote: > Davidlohr Bueso (10): > mm,fs: introduce helpers around the i_mmap_mutex > mm: use new helper functions around the i_mmap_mutex > mm: convert i_mmap_mutex to rwsem > mm/rmap: share the i_mmap_rwsem > uprobes: share the

Re: [PATCH 00/10] mm: improve usage of the i_mmap lock

2014-10-28 Thread Kirill A. Shutemov
On Fri, Oct 24, 2014 at 03:06:10PM -0700, Davidlohr Bueso wrote: Davidlohr Bueso (10): mm,fs: introduce helpers around the i_mmap_mutex mm: use new helper functions around the i_mmap_mutex mm: convert i_mmap_mutex to rwsem mm/rmap: share the i_mmap_rwsem uprobes: share the

[PATCH 00/10] mm: improve usage of the i_mmap lock

2014-10-24 Thread Davidlohr Bueso
Hello, This series is a continuation of the conversion of the i_mmap_mutex to rwsem, following what we have for the anon memory counterpart. With Hugh's feedback from the first iteration (sorry about leaving this fall behind for so long, but I've just finally had time to re-look at this -- see

[PATCH 00/10] mm: improve usage of the i_mmap lock

2014-10-24 Thread Davidlohr Bueso
Hello, This series is a continuation of the conversion of the i_mmap_mutex to rwsem, following what we have for the anon memory counterpart. With Hugh's feedback from the first iteration (sorry about leaving this fall behind for so long, but I've just finally had time to re-look at this -- see