-
- Downloads
mm: kill vma flag VM_CAN_NONLINEAR
Move actual pte filling for non-linear file mappings into the new special vma operation: ->remap_pages(). Filesystems must implement this method to get non-linear mapping support, if it uses filemap_fault() then generic_file_remap_pages() can be used. Now device drivers can implement this method and obtain nonlinear vma support. Signed-off-by:Konstantin Khlebnikov <khlebnikov@openvz.org> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Cc: Carsten Otte <cotte@de.ibm.com> Cc: Chris Metcalf <cmetcalf@tilera.com> #arch/tile Cc: Cyrill Gorcunov <gorcunov@openvz.org> Cc: Eric Paris <eparis@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Hugh Dickins <hughd@google.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: James Morris <james.l.morris@oracle.com> Cc: Jason Baron <jbaron@redhat.com> Cc: Kentaro Takeda <takedakn@nttdata.co.jp> Cc: Matt Helsley <matthltc@us.ibm.com> Cc: Nick Piggin <npiggin@kernel.dk> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Robert Richter <robert.richter@amd.com> Cc: Suresh Siddha <suresh.b.siddha@intel.com> Cc: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Cc: Venkatesh Pallipadi <venki@google.com> Acked-by:
Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- drivers/staging/android/ashmem.c 0 additions, 1 deletiondrivers/staging/android/ashmem.c
- fs/9p/vfs_file.c 1 addition, 0 deletionsfs/9p/vfs_file.c
- fs/btrfs/file.c 1 addition, 1 deletionfs/btrfs/file.c
- fs/ceph/addr.c 1 addition, 1 deletionfs/ceph/addr.c
- fs/cifs/file.c 1 addition, 0 deletionsfs/cifs/file.c
- fs/ext4/file.c 1 addition, 1 deletionfs/ext4/file.c
- fs/fuse/file.c 1 addition, 0 deletionsfs/fuse/file.c
- fs/gfs2/file.c 1 addition, 1 deletionfs/gfs2/file.c
- fs/nfs/file.c 1 addition, 0 deletionsfs/nfs/file.c
- fs/nilfs2/file.c 1 addition, 1 deletionfs/nilfs2/file.c
- fs/ocfs2/mmap.c 1 addition, 1 deletionfs/ocfs2/mmap.c
- fs/ubifs/file.c 1 addition, 0 deletionsfs/ubifs/file.c
- fs/xfs/xfs_file.c 1 addition, 1 deletionfs/xfs/xfs_file.c
- include/linux/fs.h 2 additions, 0 deletionsinclude/linux/fs.h
- include/linux/mm.h 4 additions, 3 deletionsinclude/linux/mm.h
- mm/filemap.c 1 addition, 1 deletionmm/filemap.c
- mm/filemap_xip.c 2 additions, 1 deletionmm/filemap_xip.c
- mm/fremap.c 8 additions, 6 deletionsmm/fremap.c
- mm/mmap.c 1 addition, 2 deletionsmm/mmap.c
- mm/nommu.c 8 additions, 0 deletionsmm/nommu.c
Loading
Please register or sign in to comment