Commit Graph

67 Commits (7f71be4c9f9a334e7bd0adc66225db4eb88c3bc4)

Author SHA1 Message Date
Fengguang Wu 2cad401801 readahead: make context readahead more conservative 12 years ago
Lukas Czerner d47992f86b mm: change invalidatepage prototype to accept length 12 years ago
Al Viro 4a0fd5bf0f teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long 12 years ago
Al Viro 2903ff019b switch simple cases of fget_light to fdget 13 years ago
Al Viro 132ea2479f switch readahead(2) to fget_light() 13 years ago
Cong Wang 782182e53a mm: move readahead syscall to mm/readahead.c 13 years ago
Paul Gortmaker b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 years ago
Wu Fengguang 7b1de5868b readahead: readahead page allocations are OK to fail 14 years ago
Jens Axboe 5b417b1873 read-ahead: use plugging 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Huang Shijie bf8abe8b92 readahead.c: fix comment 15 years ago
Wu Fengguang 70655c06bd readahead: fix NULL filp dereference 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Wu Fengguang 0141450f66 readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM 15 years ago
Hisashi Hifumi 65a80b4c61 readahead: add blk_run_backing_dev 15 years ago
Wu Fengguang 10be0b372c readahead: introduce context readahead algorithm 16 years ago
Wu Fengguang 045a2529a3 readahead: move the random read case to bottom 16 years ago
Wu Fengguang d30a11004e readahead: record mmap read-around states in file_ra_state 16 years ago
Wu Fengguang 51daa88ebd readahead: remove sync/async readahead call dependency 16 years ago
Wu Fengguang 160334a0cf readahead: increase interleaved readahead size 16 years ago
Wu Fengguang caca7cb748 readahead: remove one unnecessary radix tree lookup 16 years ago
Wu Fengguang fc31d16add readahead: apply max_sane_readahead() limit in ondemand_readahead() 16 years ago
Wu Fengguang f7e839dd36 readahead: move max_sane_readahead() calls into force_page_cache_readahead() 16 years ago
David Howells 266cf658ef FS-Cache: Recruit a page flags for cache management 16 years ago
David Howells 03fb3d2af9 FS-Cache: Release page->private after failed readahead 16 years ago
Jens Axboe 26160158d3 Move the default_backing_dev_info out of readahead.c and into backing-dev.c 16 years ago
Rik van Riel 4f98a2fee8 vmscan: split LRU lists into anon & file sets 17 years ago
Francois Cami e1f8e87449 Remove Andrew Morton's old email accounts 17 years ago
Nick Piggin 30002ed2e4 mm: readahead scan lockless 17 years ago
Peter Zijlstra cf0ca9fe5d mm: bdi: export BDI attributes in sysfs 17 years ago
Randy Dunlap f7850d932f mm/readahead: fix kernel-doc notation 17 years ago
Peter Zijlstra e0bf68ddec mm: bdi init hooks 18 years ago
Nick Piggin eb2be18931 mm: buffered write cleanup 18 years ago
Nick Piggin 0012818810 mm: use lockless radix-tree probe 18 years ago
Fengguang Wu 535443f515 readahead: remove several readahead macros 18 years ago
Fengguang Wu 6b10c6c9fb readahead: basic support of interleaved reads 18 years ago
Fengguang Wu f4e6b498d6 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos 18 years ago
Fengguang Wu 937085aa35 readahead: compacting file_ra_state 18 years ago
Jens Axboe f5ff8422bb Fix warnings with !CONFIG_BLOCK 18 years ago
Fengguang Wu f9acc8c7b3 readahead: sanify file_ra_state names 18 years ago
Rusty Russell cf914a7d65 readahead: split ondemand readahead interface into two functions 18 years ago
Fengguang Wu fe3cba17c4 mm: share PG_readahead and PG_reclaim 18 years ago
Fengguang Wu c743d96b6d readahead: remove the old algorithm 18 years ago
Fengguang Wu 122a21d11c readahead: on-demand readahead logic 18 years ago
Fengguang Wu 5ce1110b92 readahead: data structure and routines 18 years ago
Fengguang Wu f615bfca46 readahead: MIN_RA_PAGES/MAX_RA_PAGES macros 18 years ago
Fengguang Wu 46fc3e7b4e readahead: add look-ahead support to __do_page_cache_readahead() 18 years ago
Jan Kara 6ce745ed39 readahead: code cleanup 18 years ago
Jan Kara ec0f163722 readahead: improve heuristic detecting sequential reads 18 years ago
Christoph Lameter 05a0416be2 [PATCH] Drop __get_zone_counts() 18 years ago