summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-5/+5
* mm/filemap.c: remove trailing whitespacePaul McQuade2014-10-091-2/+2
* Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-081-6/+15
|\
| * MM: export page_wakeup functionsNeilBrown2014-09-251-6/+2
| * SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown2014-09-251-0/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\ \ | |/ |/|
| * Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-08-111-1/+1
|\ \
| * | __generic_file_write_iter(): fix handling of sync error after DIOAl Viro2014-08-111-1/+1
* | | mm: memcontrol: rewrite uncharge APIJohannes Weiner2014-08-081-3/+1
* | | mm: memcontrol: rewrite charge APIJohannes Weiner2014-08-081-6/+15
* | | mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella2014-08-061-0/+23
* | | mm: replace init_page_accessed by __SetPageReferencedHugh Dickins2014-08-061-2/+2
| |/ |/|
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-041-16/+4
|\ \ | |/ |/|
| * sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-16/+4
* | mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap2014-07-301-5/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-116/+42
|\
| * Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-121-2/+4
| |\
| * | bury generic_file_aio_{read,write}Al Viro2014-05-061-35/+8
| * | bury __generic_file_aio_write()Al Viro2014-05-061-11/+0
| * | write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-24/+37
| * | iov_iter_truncate()Al Viro2014-05-061-12/+7
| * | start adding the tag to iov_iterAl Viro2014-05-061-2/+2
| * | new helper: generic_file_read_iter()Al Viro2014-05-061-33/+34
| * | give ->direct_IO() a copy of iov_iterAl Viro2014-05-061-3/+7
| * | get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
| * | pass iov_iter to ->direct_IO()Al Viro2014-05-061-5/+4
| * | kill generic_segment_checks()Al Viro2014-05-061-50/+3
| * | generic_file_direct_write(): switch to iov_iterAl Viro2014-05-061-8/+7
* | | mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman2014-06-041-1/+10
* | | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-041-127/+75
* | | fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox2014-06-041-0/+25
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-2/+2
|\ \ \ | |_|/ |/| |
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
* | | mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe2014-05-231-2/+4
| |/ |/|
* | mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner2014-05-061-21/+28
* | mm: fix new kernel-doc warning in filemap.cRandy Dunlap2014-04-181-1/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-285/+59
|\
| * kill generic_file_buffered_write()Al Viro2014-04-011-22/+1
| * export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro2014-04-011-16/+21
| * generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-011-3/+3
| * kill the 5th argument of generic_file_buffered_write()Al Viro2014-04-011-5/+4
| * kill the 4th argument of __generic_file_aio_write()Al Viro2014-04-011-7/+6
| * take iov_iter stuff to mm/iov_iter.cAl Viro2014-04-011-221/+0
| * introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro2014-04-011-93/+109
| * callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2014-04-011-3/+0
| * switch ->is_partially_uptodate() to saner argumentsAl Viro2014-04-011-1/+1
* | memcg: rename high level charging functionsMichal Hocko2014-04-071-1/+1
* | mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov2014-04-071-7/+7
* | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-071-0/+74