summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-01-23UPSTREAM: readahead: stricter check for bdi io_pagesMarkus Stockhausen1-2/+10
2019-01-23UPSTREAM: mm: don't cap request size based on read-ahead settingJens Axboe4-11/+31
2018-04-24Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1597-9267/+26531
2018-03-05mm: optimize for CMA allocate timetao zeng27-605/+1686
2018-02-28mm: fix filler function type mismatchSami Tolvanen4-8/+8
2016-08-27mm: silently skip readahead for DAX inodesRoss Zwisler1-0/+9
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko8-16/+19
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-15mm: move lru_to_page to mm_inline.hGeliang Tang3-2/+3
2016-01-15mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_pageGeliang Tang3-7/+5
2015-11-07mm, fs: introduce mapping_gfp_constraint()Michal Hocko19-30/+36
2015-11-06mm: use only per-device readahead limitRoman Gushchin3-19/+5
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko6-18/+22
2015-06-02writeback: implement and use inode_congested()Tejun Heo5-8/+58
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig22-50/+52
2014-08-07mm/readahead.c: remove unused file_ra_state from count_history_pagesFabian Frederick1-2/+1
2014-04-07mm/readahead.c: inline ra_submitFabian Frederick3-21/+18
2014-04-03mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T1-2/+2
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner11-130/+349
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner6-82/+84
2014-01-30mm/readahead.c: fix do_readahead() for no readpage(s)Mark Rutland1-10/+5
2013-11-13readahead: fix sequential read cache miss detectionDamien Ramonda1-1/+5
2013-11-13mm/readahead.c:do_readhead(): don't check for ->readpageAndrew Morton1-1/+1
2013-09-11readahead: make context readahead more conservativeFengguang Wu1-4/+4
2013-05-22mm: change invalidatepage prototype to accept lengthLukas Czerner30-69/+116
2013-03-04teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro9-127/+23
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-09-27switch readahead(2) to fget_light()Al Viro1-2/+3
2012-05-29mm: move readahead syscall to mm/readahead.cCong Wang2-39/+40
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker30-30/+30
2011-05-25readahead: readahead page allocations are OK to failWu Fengguang2-1/+7
2011-03-10read-ahead: use pluggingJens Axboe1-0/+6
2011-03-10block: remove per-queue pluggingJens Axboe119-1269/+151
2010-05-25readahead.c: fix commentHuang Shijie1-1/+1
2010-04-07readahead: fix NULL filp dereferenceWu Fengguang1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang3-1/+18
2009-12-17readahead: add blk_run_backing_devHisashi Hifumi1-0/+12
2009-06-17readahead: introduce context readahead algorithmWu Fengguang1-0/+60
2009-06-17readahead: move the random read case to bottomWu Fengguang1-21/+25
2009-06-17readahead: record mmap read-around states in file_ra_stateWu Fengguang3-28/+12
2009-06-17readahead: remove sync/async readahead call dependencyWu Fengguang1-0/+10
2009-06-17readahead: increase interleaved readahead sizeWu Fengguang1-0/+1
2009-06-17readahead: remove one unnecessary radix tree lookupWu Fengguang1-1/+1
2009-06-17readahead: apply max_sane_readahead() limit in ondemand_readahead()Wu Fengguang1-1/+1
2009-06-17readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang4-5/+4
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells8-25/+58
2009-04-03FS-Cache: Release page->private after failed readaheadDavid Howells2-3/+38
2009-03-26Move the default_backing_dev_info out of readahead.c and into backing-dev.cJens Axboe2-26/+25
[next]