Age | Commit message (Expand) | Author | Files | Lines |
2025-04-21 | fs: add S_ANON_INODE | Christian Brauner | 1 | -4/+16 |
2025-03-13 | Revert "fanotify: disable readahead if we have pre-content watches" | Amir Goldstein | 1 | -14/+0 |
2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -20/+29 |
2025-01-25 | mm/readahead: add readahead_control->dropbehind member | Jens Axboe | 1 | -1/+7 |
2025-01-25 | mm/readahead: add folio allocation helper | Jens Axboe | 1 | -5/+11 |
2025-01-23 | Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+14 |
2025-01-13 | readahead: properly shorten readahead when falling back to do_page_cache_ra() | Jan Kara | 1 | -3/+10 |
2025-01-13 | readahead: don't shorten readahead window in read_pages() | Jan Kara | 1 | -12/+2 |
2024-12-30 | mm/readahead: fix large folio support in async readahead | Yafang Shao | 1 | -1/+5 |
2024-12-10 | fanotify: disable readahead if we have pre-content watches | Josef Bacik | 1 | -0/+14 |
2024-12-05 | Revert "readahead: properly shorten readahead when falling back to do_page_ca... | Jan Kara | 1 | -3/+2 |
2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+10 |
2024-11-06 | mm: don't set readahead flag on a folio when lookahead_size > nr_to_read | Pankaj Raghav | 1 | -5/+10 |
2024-11-03 | fdget(), trivial conversions | Al Viro | 1 | -12/+5 |
2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+5 |
2024-08-23 | readahead: allocate folios with mapping_min_order in readahead | Pankaj Raghav | 1 | -18/+61 |
2024-08-23 | fs: Allow fine-grained control of folio sizes | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -5/+5 |
2024-07-06 | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix | Andrew Morton | 1 | -4/+4 |
2024-07-03 | mm/readahead: limit page cache size in page_cache_ra_order() | Gavin Shan | 1 | -4/+4 |
2024-07-03 | readahead: simplify gotos in page_cache_sync_ra() | Jan Kara | 1 | -17/+9 |
2024-07-03 | readahead: fold try_context_readahead() into its single caller | Jan Kara | 1 | -62/+22 |
2024-07-03 | readahead: disentangle async and sync readahead | Jan Kara | 1 | -85/+77 |
2024-07-03 | readahead: drop dead code in ondemand_readahead() | Jan Kara | 1 | -19/+2 |
2024-07-03 | readahead: drop dead code in page_cache_ra_order() | Jan Kara | 1 | -5/+0 |
2024-07-03 | readahead: drop pointless index from force_page_cache_ra() | Jan Kara | 1 | -4/+1 |
2024-07-03 | readahead: properly shorten readahead when falling back to do_page_cache_ra() | Jan Kara | 1 | -2/+3 |
2024-07-03 | readahead: make sure sync readahead reads needed page | Jan Kara | 1 | -1/+1 |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+6 |
2024-05-05 | mm: use memalloc_nofs_save() in page_cache_ra_order() | Kefeng Wang | 1 | -0/+4 |
2024-04-25 | mm/readahead: break read-ahead loop if filemap_add_folio return -ENOMEM | Liu Shixin | 1 | -2/+6 |
2024-03-04 | mm: support order-1 folios in the page cache | Matthew Wilcox (Oracle) | 1 | -3/+0 |
2024-02-22 | readahead: use ilog2 instead of a while loop in page_cache_ra_order() | Pankaj Raghav | 1 | -4/+2 |
2024-01-25 | readahead: avoid multiple marked readahead pages | Jan Kara | 1 | -2/+2 |
2023-12-12 | mm/readahead: do not allow order-1 folio | Ryan Roberts | 1 | -8/+6 |
2023-10-19 | vfs: fix readahead(2) on block devices | Reuben Hawkins | 1 | -1/+2 |
2023-07-24 | filemap: Allow __filemap_get_folio to allocate large folios | Matthew Wilcox (Oracle) | 1 | -13/+0 |
2023-06-23 | mm: remove unnecessary pagevec includes | Matthew Wilcox (Oracle) | 1 | -1/+0 |
2023-02-02 | readahead: convert readahead_expand() to use a folio | Matthew Wilcox (Oracle) | 1 | -17/+22 |
2022-09-20 | mm: add PSI accounting around ->read_folio and ->readahead calls | Christoph Hellwig | 1 | -4/+18 |
2022-06-23 | filemap: Fix serialization adding transparent huge pages to page cache | Alistair Popple | 1 | -0/+2 |
2022-06-09 | filemap: Don't release a locked folio | Matthew Wilcox (Oracle) | 1 | -0/+2 |
2022-05-31 | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+7 |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -19/+18 |
2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
2022-05-09 | mm,fs: Remove aops->readpage | Matthew Wilcox (Oracle) | 1 | -8/+4 |
2022-05-09 | fs: Introduce aops->read_folio | Matthew Wilcox (Oracle) | 1 | -5/+9 |
2022-05-08 | readahead: Use a folio in read_pages() | Matthew Wilcox (Oracle) | 1 | -13/+12 |
2022-05-05 | mm/readahead: Fix readahead with large folios | Matthew Wilcox (Oracle) | 1 | -6/+9 |
2022-05-02 | blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h> | Christoph Hellwig | 1 | -0/+1 |
2022-04-26 | riscv: compat: syscall: Add compat_sys_call_table implementation | Guo Ren | 1 | -0/+7 |
2022-04-01 | readahead: Update comments | Matthew Wilcox (Oracle) | 1 | -47/+45 |
2022-04-01 | mm: remove the skip_page argument to read_pages | Christoph Hellwig | 1 | -10/+8 |
2022-04-01 | mm: remove the pages argument to read_pages | Christoph Hellwig | 1 | -8/+5 |
2022-04-01 | fs: Remove ->readpages address space operation | Matthew Wilcox (Oracle) | 1 | -13/+2 |
2022-04-01 | readahead: Remove read_cache_pages() | Matthew Wilcox (Oracle) | 1 | -76/+0 |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -8/+100 |
2022-03-22 | remove inode_congested() | NeilBrown | 1 | -6/+0 |
2022-03-22 | mm: improve cleanup when ->readpages doesn't process all pages | NeilBrown | 1 | -2/+17 |
2022-03-22 | mm: document and polish read-ahead code | NeilBrown | 1 | -0/+99 |
2022-03-21 | mm/readahead: Switch to page_cache_ra_order | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2022-03-21 | mm/readahead: Add large folio readahead | Matthew Wilcox (Oracle) | 1 | -7/+99 |
2022-03-15 | fs: Turn do_invalidatepage() into folio_invalidate() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-01-04 | readahead: Convert page_cache_ra_unbounded to folios | Matthew Wilcox (Oracle) | 1 | -9/+9 |
2022-01-04 | readahead: Convert page_cache_async_ra() to take a folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-11-06 | mm/readahead.c: fix incorrect comments for get_init_ra_size | Lin Feng | 1 | -1/+1 |
2021-10-18 | mm: remove spurious blkdev.h includes | Christoph Hellwig | 1 | -1/+0 |
2021-07-13 | mm: Protect operations adding pages to page cache with invalidate_lock | Jan Kara | 1 | -0/+2 |
2021-04-23 | mm: Implement readahead_control pageset expansion | David Howells | 1 | -0/+75 |
2021-04-23 | mm/readahead: Handle ractl nr_pages being modified | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2021-04-23 | mm/filemap: Pass the file_ra_state in the ractl | Matthew Wilcox (Oracle) | 1 | -11/+11 |
2020-10-17 | mm: use limited read-ahead to satisfy read | Jens Axboe | 1 | -6/+14 |
2020-10-16 | mm/readahead: pass a file_ra_state into force_page_cache_ra | David Howells | 1 | -3/+2 |
2020-10-16 | mm/readahead: add page_cache_sync_ra and page_cache_async_ra | Matthew Wilcox (Oracle) | 1 | -46/+12 |
2020-10-16 | mm/readahead: pass readahead_control to force_page_cache_ra | David Howells | 1 | -8/+10 |
2020-10-16 | mm/readahead: make ondemand_readahead take a readahead_control | David Howells | 1 | -12/+17 |
2020-10-16 | mm/readahead: make do_page_cache_ra take a readahead_control | Matthew Wilcox (Oracle) | 1 | -13/+15 |
2020-10-16 | mm/readahead: make page_cache_ra_unbounded take a readahead_control | Matthew Wilcox (Oracle) | 1 | -16/+14 |
2020-10-16 | mm/readahead: add DEFINE_READAHEAD | Matthew Wilcox (Oracle) | 1 | -5/+1 |
2020-06-02 | mm: use memalloc_nofs_save in readahead path | Matthew Wilcox (Oracle) | 1 | -0/+14 |
2020-06-02 | mm: document why we don't set PageReadahead | Matthew Wilcox (Oracle) | 1 | -3/+6 |
2020-06-02 | mm: add page_cache_readahead_unbounded | Matthew Wilcox (Oracle) | 1 | -21/+47 |
2020-06-02 | mm: move end_index check out of readahead loop | Matthew Wilcox (Oracle) | 1 | -6/+8 |
2020-06-02 | mm: add readahead address space operation | Matthew Wilcox (Oracle) | 1 | -2/+10 |
2020-06-02 | mm: put readahead pages in cache earlier | Matthew Wilcox (Oracle) | 1 | -18/+28 |
2020-06-02 | mm: remove 'page_offset' from readahead loop | Matthew Wilcox (Oracle) | 1 | -5/+3 |
2020-06-02 | mm: rename readahead loop variable to 'i' | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2020-06-02 | mm: rename various 'offset' parameters to 'index' | Matthew Wilcox (Oracle) | 1 | -44/+42 |
2020-06-02 | mm: use readahead_control to pass arguments | Matthew Wilcox (Oracle) | 1 | -14/+19 |
2020-06-02 | mm: move readahead nr_pages check into read_pages | Matthew Wilcox (Oracle) | 1 | -5/+7 |
2020-06-02 | mm: ignore return value of ->readpages | Matthew Wilcox (Oracle) | 1 | -6/+2 |
2020-06-02 | mm: return void from various readahead functions | Matthew Wilcox (Oracle) | 1 | -18/+13 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-03-05 | docs/core-api/mm: fix return value descriptions in mm/ | Mike Rapoport | 1 | -0/+2 |
2018-12-28 | mm/readahead.c: simplify get_next_ra_size() | Gao Xiang | 1 | -7/+5 |
2018-10-21 | mm: Convert __do_page_cache_readahead to XArray | Matthew Wilcox | 1 | -3/+1 |
2018-10-21 | page cache: Convert hole search to XArray | Matthew Wilcox | 1 | -2/+2 |
2018-09-29 | xarray: Replace exceptional entries | Matthew Wilcox | 1 | -1/+1 |
2018-08-30 | vfs: implement readahead(2) using POSIX_FADV_WILLNEED | Amir Goldstein | 1 | -28/+17 |
2018-07-27 | readahead: stricter check for bdi io_pages | Markus Stockhausen | 1 | -2/+10 |
2018-07-09 | mm: skip readahead if the cgroup is congested | Josef Bacik | 1 | -0/+7 |
2018-06-01 | mm: split ->readpages calls to avoid non-contiguous pages lists | Christoph Hellwig | 1 | -3/+13 |
2018-06-01 | mm: return an unsigned int from __do_page_cache_readahead | Christoph Hellwig | 1 | -10/+5 |
2018-06-01 | mm: give the 'ret' variable a better name __do_page_cache_readahead | Christoph Hellwig | 1 | -5/+5 |
2018-04-11 | page cache: use xa_lock | Matthew Wilcox | 1 | -1/+1 |
2018-04-02 | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() | Dominik Brodowski | 1 | -1/+6 |
2016-12-12 | mm: don't cap request size based on read-ahead setting | Jens Axboe | 1 | -11/+28 |
2016-08-26 | mm: silently skip readahead for DAX inodes | Ross Zwisler | 1 | -0/+9 |
2016-07-26 | mm, memcg: use consistent gfp flags during readahead | Michal Hocko | 1 | -7/+6 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -10/+10 |
2016-01-14 | mm: move lru_to_page to mm_inline.h | Geliang Tang | 1 | -0/+1 |
2016-01-14 | mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page | Geliang Tang | 1 | -5/+3 |
2015-11-06 | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 1 | -2/+2 |
2015-11-05 | mm: use only per-device readahead limit | Roman Gushchin | 1 | -12/+2 |
2015-10-16 | mm, fs: obey gfp_mapping for add_to_page_cache() | Michal Hocko | 1 | -4/+4 |
2015-06-02 | writeback: implement and use inode_congested() | Tejun Heo | 1 | -1/+1 |
2015-01-20 | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info | Christoph Hellwig | 1 | -2/+2 |
2014-08-06 | mm/readahead.c: remove unused file_ra_state from count_history_pages | Fabian Frederick | 1 | -2/+1 |
2014-04-07 | mm/readahead.c: inline ra_submit | Fabian Frederick | 1 | -18/+3 |
2014-04-03 | mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea... | Raghavendra K T | 1 | -2/+2 |
2014-04-03 | mm + fs: prepare for non-page entries in page cache radix trees | Johannes Weiner | 1 | -1/+1 |
2014-04-03 | mm: filemap: move radix tree hole searching here | Johannes Weiner | 1 | -2/+2 |
2014-01-29 | mm/readahead.c: fix do_readahead() for no readpage(s) | Mark Rutland | 1 | -10/+5 |
2013-11-13 | readahead: fix sequential read cache miss detection | Damien Ramonda | 1 | -1/+5 |
2013-11-13 | mm/readahead.c:do_readhead(): don't check for ->readpage | Andrew Morton | 1 | -1/+1 |
2013-09-11 | readahead: make context readahead more conservative | Fengguang Wu | 1 | -4/+4 |
2013-05-21 | mm: change invalidatepage prototype to accept length | Lukas Czerner | 1 | -1/+1 |
2013-03-03 | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long | Al Viro | 1 | -8/+1 |
2012-09-26 | switch simple cases of fget_light to fdget | Al Viro | 1 | -8/+7 |
2012-09-26 | switch readahead(2) to fget_light() | Al Viro | 1 | -2/+3 |
2012-05-29 | mm: move readahead syscall to mm/readahead.c | Cong Wang | 1 | -0/+40 |
2011-10-31 | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 1 | -1/+1 |
2011-05-25 | readahead: readahead page allocations are OK to fail | Wu Fengguang | 1 | -1/+1 |
2011-03-10 | read-ahead: use plugging | Jens Axboe | 1 | -0/+6 |
2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -12/+0 |
2010-05-25 | readahead.c: fix comment | Huang Shijie | 1 | -1/+1 |
2010-04-07 | readahead: fix NULL filp dereference | Wu Fengguang | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-06 | readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM | Wu Fengguang | 1 | -0/+6 |
2009-12-17 | readahead: add blk_run_backing_dev | Hisashi Hifumi | 1 | -0/+12 |
2009-06-16 | readahead: introduce context readahead algorithm | Wu Fengguang | 1 | -0/+60 |
2009-06-16 | readahead: move the random read case to bottom | Wu Fengguang | 1 | -21/+25 |
2009-06-16 | readahead: record mmap read-around states in file_ra_state | Wu Fengguang | 1 | -21/+2 |
2009-06-16 | readahead: remove sync/async readahead call dependency | Wu Fengguang | 1 | -0/+10 |
2009-06-16 | readahead: increase interleaved readahead size | Wu Fengguang | 1 | -0/+1 |
2009-06-16 | readahead: remove one unnecessary radix tree lookup | Wu Fengguang | 1 | -1/+1 |
2009-06-16 | readahead: apply max_sane_readahead() limit in ondemand_readahead() | Wu Fengguang | 1 | -1/+1 |
2009-06-16 | readahead: move max_sane_readahead() calls into force_page_cache_readahead() | Wu Fengguang | 1 | -0/+1 |
2009-04-03 | FS-Cache: Recruit a page flags for cache management | David Howells | 1 | -4/+5 |
2009-04-03 | FS-Cache: Release page->private after failed readahead | David Howells | 1 | -2/+37 |
2009-03-26 | Move the default_backing_dev_info out of readahead.c and into backing-dev.c | Jens Axboe | 1 | -25/+0 |
2008-10-20 | vmscan: split LRU lists into anon & file sets | Rik van Riel | 1 | -1/+1 |
2008-10-16 | Remove Andrew Morton's old email accounts | Francois Cami | 1 | -1/+1 |
2008-07-26 | mm: readahead scan lockless | Nick Piggin | 1 | -3/+3 |
2008-04-30 | mm: bdi: export BDI attributes in sysfs | Peter Zijlstra | 1 | -1/+7 |
2008-03-19 | mm/readahead: fix kernel-doc notation | Randy Dunlap | 1 | -2/+3 |
2007-10-17 | mm: bdi init hooks | Peter Zijlstra | 1 | -0/+6 |
2007-10-16 | mm: buffered write cleanup | Nick Piggin | 1 | -16/+8 |
2007-10-16 | mm: use lockless radix-tree probe | Nick Piggin | 1 | -4/+2 |
2007-10-16 | readahead: remove several readahead macros | Fengguang Wu | 1 | -9/+1 |
2007-10-16 | readahead: basic support of interleaved reads | Fengguang Wu | 1 | -10/+23 |
2007-10-16 | readahead: combine file_ra_state.prev_index/prev_offset into prev_pos | Fengguang Wu | 1 | -7/+8 |
2007-10-16 | readahead: compacting file_ra_state | Fengguang Wu | 1 | -1/+1 |
2007-10-10 | Fix warnings with !CONFIG_BLOCK | Jens Axboe | 1 | -0/+1 |
2007-07-19 | readahead: sanify file_ra_state names | Fengguang Wu | 1 | -43/+25 |
2007-07-19 | readahead: split ondemand readahead interface into two functions | Rusty Russell | 1 | -38/+59 |
2007-07-19 | mm: share PG_readahead and PG_reclaim | Fengguang Wu | 1 | -0/+6 |
2007-07-19 | readahead: remove the old algorithm | Fengguang Wu | 1 | -348/+25 |
2007-07-19 | readahead: on-demand readahead logic | Fengguang Wu | 1 | -0/+174 |
2007-07-19 | readahead: data structure and routines | Fengguang Wu | 1 | -0/+19 |
2007-07-19 | readahead: MIN_RA_PAGES/MAX_RA_PAGES macros | Fengguang Wu | 1 | -2/+10 |
2007-07-19 | readahead: add look-ahead support to __do_page_cache_readahead() | Fengguang Wu | 1 | -6/+9 |
2007-05-07 | readahead: code cleanup | Jan Kara | 1 | -15/+15 |
2007-05-07 | readahead: improve heuristic detecting sequential reads | Jan Kara | 1 | -0/+3 |
2007-02-11 | [PATCH] Drop __get_zone_counts() | Christoph Lameter | 1 | -6/+2 |
2006-12-10 | [PATCH] io-accounting-read-accounting nfs fix | Andrew Morton | 1 | -0/+2 |
2006-12-08 | [PATCH] struct path: convert mm | Josef Sipek | 1 | -1/+1 |
2006-12-07 | [PATCH] read_cache_pages() cleanup | OGAWA Hirofumi | 1 | -7/+1 |
2006-11-03 | [PATCH] Cleanup read_pages() | OGAWA Hirofumi | 1 | -0/+2 |
2006-07-03 | Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steven Whitehouse | 1 | -12/+8 |
2006-06-26 | spelling fixes | Andreas Mohr | 1 | -2/+2 |
2006-06-25 | [PATCH] kernel-doc: mm/readhead fixup | Randy Dunlap | 1 | -2/+1 |
2006-06-25 | [PATCH] AOP_TRUNCATED_PAGE victims in read_pages() belong in the LRU | Zach Brown | 1 | -8/+5 |
2006-03-31 | Merge branch 'master' | Steven Whitehouse | 1 | -9/+24 |
2006-03-23 | [PATCH] ext3_readdir: use generic readahead | Andrew Morton | 1 | -0/+1 |
2006-03-22 | [PATCH] readahead: fix initial window size calculation | Steven Pratt | 1 | -3/+3 |
2006-03-22 | [PATCH] readahead: ->prev_page can overrun the ahead window | Oleg Nesterov | 1 | -6/+20 |
2006-01-30 | [GFS2] Export file_ra_state_init | Steven Whitehouse | 1 | -0/+1 |
2006-01-03 | [PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATE | Zach Brown | 1 | -6/+9 |
2005-11-07 | [PATCH] readahead commentary | Andrew Morton | 1 | -9/+22 |
2005-09-07 | [PATCH] readahead: reset cache_hit earlier | Steven Pratt | 1 | -0/+1 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+557 |