index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-04
fs/mpage.c: factor page_endio() out of mpage_end_io()
Matthew Wilcox
1
-0
/
+25
2014-06-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2014-05-23
mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECT
Jens Axboe
1
-2
/
+4
2014-05-06
mm: filemap: update find_get_pages_tag() to deal with shadow entries
Johannes Weiner
1
-21
/
+28
2014-04-18
mm: fix new kernel-doc warning in filemap.c
Randy Dunlap
1
-1
/
+0
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-2
/
+2
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-285
/
+59
2014-04-07
memcg: rename high level charging functions
Michal Hocko
1
-1
/
+1
2014-04-07
mm: cleanup size checks in filemap_fault() and filemap_map_pages()
Kirill A. Shutemov
1
-7
/
+7
2014-04-07
mm: implement ->map_pages for page cache
Kirill A. Shutemov
1
-0
/
+74
2014-04-03
mm: remove read_cache_page_async()
Sasha Levin
1
-41
/
+23
2014-04-03
mm: keep page cache radix tree nodes in check
Johannes Weiner
1
-16
/
+74
2014-04-03
mm: thrash detection-based file cache sizing
Johannes Weiner
1
-17
/
+44
2014-04-03
mm + fs: store shadow entries in page cache
Johannes Weiner
1
-5
/
+28
2014-04-03
mm + fs: prepare for non-page entries in page cache radix trees
Johannes Weiner
1
-24
/
+178
2014-04-03
mm: filemap: move radix tree hole searching here
Johannes Weiner
1
-0
/
+76
2014-04-03
mm: optimize put_mems_allowed() usage
Mel Gorman
1
-2
/
+2
2014-04-01
kill generic_file_buffered_write()
Al Viro
1
-22
/
+1
2014-04-01
export generic_perform_write(), start getting rid of generic_file_buffer_write()
Al Viro
1
-16
/
+21
2014-04-01
generic_file_direct_write(): get rid of ppos argument
Al Viro
1
-3
/
+3
2014-04-01
kill the 5th argument of generic_file_buffered_write()
Al Viro
1
-5
/
+4
2014-04-01
kill the 4th argument of __generic_file_aio_write()
Al Viro
1
-7
/
+6
2014-04-01
take iov_iter stuff to mm/iov_iter.c
Al Viro
1
-221
/
+0
2014-04-01
introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()
Al Viro
1
-93
/
+109
2014-04-01
callers of iov_copy_from_user_atomic() don't need pagecache_disable()
Al Viro
1
-3
/
+0
2014-04-01
switch ->is_partially_uptodate() to saner arguments
Al Viro
1
-1
/
+1
2014-02-09
fix O_SYNC|O_APPEND syncing the wrong range on write()
Al Viro
1
-2
/
+2
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-22
/
+20
2014-01-26
Fix race when checking i_size on direct i/o read
Steven Whitehouse
1
-22
/
+20
2014-01-23
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
1
-8
/
+8
2013-11-15
mm: drop actor argument of do_generic_file_read()
Kirill A. Shutemov
1
-5
/
+5
2013-10-16
mm: memcg: handle non-error OOM situations more gracefully
Johannes Weiner
1
-10
/
+1
2013-09-12
mm: cleanup add_to_page_cache_locked()
Kirill A. Shutemov
1
-23
/
+25
2013-09-12
mm: memcg: enable memcg OOM killer only for user faults
Johannes Weiner
1
-1
/
+10
2013-09-11
lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt
Jan Kara
1
-1
/
+1
2013-09-04
direct-io: Handle O_(D)SYNC AIO
Christoph Hellwig
1
-1
/
+1
2013-07-09
mm: remove unused VM_<READfoo> macros and expand other in-place
Joe Perches
1
-3
/
+3
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+0
2013-04-29
fs: fix fsync() error reporting
Dmitry Monakhov
1
-8
/
+21
2013-04-29
mm: trace filemap add and del
Robert Jarzmik
1
-0
/
+5
2013-04-09
lift sb_start_write/sb_end_write out of ->aio_write()
Al Viro
1
-2
/
+0
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-02-21
mm: only enforce stable page writes if the backing device requires it
Darrick J. Wong
1
-1
/
+2
2013-01-24
mm: minor cleanup of iov_iter_single_seg_count()
Maxim Patlasov
1
-1
/
+1
2012-10-09
readahead: fault retry breaks mmap file read random detection
Shaohua Li
1
-2
/
+2
2012-10-09
mm: kill vma flag VM_CAN_NONLINEAR
Konstantin Khlebnikov
1
-1
/
+1
2012-08-09
block: move down direct IO plugging
Fengguang Wu
1
-4
/
+0
2012-08-09
block: remove plugging at buffered write time
Fengguang Wu
1
-3
/
+0
2012-07-31
fs: Protect write paths by sb_start_write - sb_end_write
Jan Kara
1
-2
/
+10
[next]