index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
filemap_xip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: remove get_xip_mem
Matthew Wilcox
2015-02-16
1
-24
/
+0
*
dax,ext2: replace xip_truncate_page with dax_truncate_page
Matthew Wilcox
2015-02-16
1
-40
/
+0
*
dax,ext2: replace the XIP page fault handler with the DAX page fault handler
Matthew Wilcox
2015-02-16
1
-206
/
+0
*
dax,ext2: replace XIP read and write with DAX I/O
Matthew Wilcox
2015-02-16
1
-234
/
+0
*
mm: fix XIP fault vs truncate race
Matthew Wilcox
2015-02-16
1
-2
/
+28
*
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-02-12
1
-1
/
+2
|
\
|
*
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
2015-01-20
1
-1
/
+2
*
|
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
Kirill A. Shutemov
2015-02-10
1
-1
/
+0
|
/
*
mm/xip: share the i_mmap_rwsem
Davidlohr Bueso
2014-12-13
1
-14
/
+9
*
mm: use new helper functions around the i_mmap_mutex
Davidlohr Bueso
2014-12-13
1
-2
/
+2
*
seqcount: Add lockdep functionality to seqcount/seqlock structures
John Stultz
2013-11-06
1
-1
/
+1
*
lift sb_start_write() out of ->write()
Al Viro
2013-04-09
1
-3
/
+0
*
mm: move all mmu notifier invocations to be done outside the PT lock
Sagi Grimberg
2012-10-09
1
-1
/
+3
*
mm: replace vma prio_tree with an interval tree
Michel Lespinasse
2012-10-09
1
-2
/
+1
*
mm: kill vma flag VM_CAN_NONLINEAR
Konstantin Khlebnikov
2012-10-09
1
-1
/
+2
*
fs: Protect write paths by sb_start_write - sb_end_write
Jan Kara
2012-07-31
1
-2
/
+3
*
mm: Make default vm_ops provide ->page_mkwrite handler
Jan Kara
2012-07-31
1
-0
/
+1
*
fs: introduce inode operation ->update_time
Josef Bacik
2012-06-01
1
-1
/
+3
*
mm/filemap_xip.c: fix race condition in xip_file_fault()
Carsten Otte
2012-02-03
1
-1
/
+6
*
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
mm: Convert i_mmap_lock to a mutex
Peter Zijlstra
2011-05-25
1
-2
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
mm: clean up mm_counter
KAMEZAWA Hiroyuki
2010-03-06
1
-1
/
+1
*
const: mark struct vm_struct_operations
Alexey Dobriyan
2009-09-27
1
-1
/
+1
*
mm: do_xip_mapping_read: fix length calculation
Martin Schwidefsky
2009-04-02
1
-2
/
+2
*
badpage: remove vma from page_remove_rmap
Hugh Dickins
2009-01-06
1
-1
/
+1
*
mm: xip/ext2 fix block allocation race
Nick Piggin
2008-08-20
1
-1
/
+4
*
mm: xip fix fault vs sparse page invalidate race
Nick Piggin
2008-08-20
1
-14
/
+46
*
mm: dirty page tracking race fix
Nick Piggin
2008-08-20
1
-1
/
+1
*
mmu-notifiers: core
Andrea Arcangeli
2008-07-28
1
-1
/
+2
*
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
Miklos Szeredi
2008-07-26
1
-1
/
+1
*
xip: support non-struct page backed memory
Nick Piggin
2008-04-28
1
-100
/
+100
*
Use pgoff_t instead of unsigned long
Jan Kara
2008-02-08
1
-1
/
+2
*
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
Christoph Lameter
2008-02-05
1
-1
/
+1
*
xip: fix get_zeroed_page with __GFP_HIGHMEM
Akinobu Mita
2008-01-08
1
-4
/
+5
*
mm: fix XIP file writes
Nick Piggin
2007-12-05
1
-1
/
+1
*
mm: write iovec cleanup
Nick Piggin
2007-10-16
1
-10
/
+7
*
mm: fault feedback #2
Nick Piggin
2007-07-19
1
-1
/
+1
*
mm: fault feedback #1
Nick Piggin
2007-07-19
1
-23
/
+14
*
mm: merge populate and nopage into fault (fixes nonlinear)
Nick Piggin
2007-07-19
1
-24
/
+30
*
xip sendfile removal
Carsten Otte
2007-07-10
1
-22
/
+0
*
Detach sched.h from mm.h
Alexey Dobriyan
2007-05-21
1
-0
/
+1
*
fs: convert core functions to zero_user_page
Nate Diller
2007-05-09
1
-6
/
+1
*
[PATCH] mm: fix xip issue with /dev/zero
Carsten Otte
2007-03-29
1
-11
/
+37
*
[PATCH] mm: mremap correct rmap accounting
Hugh Dickins
2007-01-30
1
-2
/
+2
*
[PATCH] mm: more rmap debugging
Nick Piggin
2006-12-22
1
-1
/
+1
*
[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
2006-12-08
1
-1
/
+1
*
[PATCH] mark address_space_operations const
Christoph Hellwig
2006-06-28
1
-1
/
+1
*
[PATCH] replace inode_update_time with file_update_time
Christoph Hellwig
2006-01-10
1
-1
/
+1
*
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-09
1
-3
/
+3
[next]