Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5d14ff082badf94c5f5eaf9bc3f53075792c4f44
/
mm
/
readahead.c
2903ff0
switch simple cases of fget_light to fdget
by Al Viro
· 12 years ago
132ea24
switch readahead(2) to fget_light()
by Al Viro
· 12 years ago
782182e
mm: move readahead syscall to mm/readahead.c
by Cong Wang
· 12 years ago
b95f1b31
mm: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 13 years ago
7b1de58
readahead: readahead page allocations are OK to fail
by Wu Fengguang
· 13 years ago
5b417b1
read-ahead: use plugging
by Jens Axboe
· 15 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
bf8abe8
readahead.c: fix comment
by Huang Shijie
· 14 years ago
70655c0
readahead: fix NULL filp dereference
by Wu Fengguang
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
0141450
readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM
by Wu Fengguang
· 15 years ago
65a80b4
readahead: add blk_run_backing_dev
by Hisashi Hifumi
· 15 years ago
10be0b3
readahead: introduce context readahead algorithm
by Wu Fengguang
· 15 years ago
045a252
readahead: move the random read case to bottom
by Wu Fengguang
· 15 years ago
d30a110
readahead: record mmap read-around states in file_ra_state
by Wu Fengguang
· 15 years ago
51daa88
readahead: remove sync/async readahead call dependency
by Wu Fengguang
· 15 years ago
160334a
readahead: increase interleaved readahead size
by Wu Fengguang
· 15 years ago
caca7cb
readahead: remove one unnecessary radix tree lookup
by Wu Fengguang
· 15 years ago
fc31d16
readahead: apply max_sane_readahead() limit in ondemand_readahead()
by Wu Fengguang
· 15 years ago
f7e839d
readahead: move max_sane_readahead() calls into force_page_cache_readahead()
by Wu Fengguang
· 15 years ago
266cf65
FS-Cache: Recruit a page flags for cache management
by David Howells
· 16 years ago
03fb3d2
FS-Cache: Release page->private after failed readahead
by David Howells
· 16 years ago
2616015
Move the default_backing_dev_info out of readahead.c and into backing-dev.c
by Jens Axboe
· 16 years ago
4f98a2f
vmscan: split LRU lists into anon & file sets
by Rik van Riel
· 16 years ago
e1f8e87
Remove Andrew Morton's old email accounts
by Francois Cami
· 16 years ago
30002ed
mm: readahead scan lockless
by Nick Piggin
· 16 years ago
cf0ca9f
mm: bdi: export BDI attributes in sysfs
by Peter Zijlstra
· 17 years ago
f7850d9
mm/readahead: fix kernel-doc notation
by Randy Dunlap
· 17 years ago
e0bf68d
mm: bdi init hooks
by Peter Zijlstra
· 17 years ago
eb2be18
mm: buffered write cleanup
by Nick Piggin
· 17 years ago
0012818
mm: use lockless radix-tree probe
by Nick Piggin
· 17 years ago
535443f
readahead: remove several readahead macros
by Fengguang Wu
· 17 years ago
6b10c6c
readahead: basic support of interleaved reads
by Fengguang Wu
· 17 years ago
f4e6b49
readahead: combine file_ra_state.prev_index/prev_offset into prev_pos
by Fengguang Wu
· 17 years ago
937085a
readahead: compacting file_ra_state
by Fengguang Wu
· 17 years ago
f5ff842
Fix warnings with !CONFIG_BLOCK
by Jens Axboe
· 17 years ago
f9acc8c
readahead: sanify file_ra_state names
by Fengguang Wu
· 17 years ago
cf914a7
readahead: split ondemand readahead interface into two functions
by Rusty Russell
· 17 years ago
fe3cba1
mm: share PG_readahead and PG_reclaim
by Fengguang Wu
· 17 years ago
c743d96
readahead: remove the old algorithm
by Fengguang Wu
· 17 years ago
122a21d
readahead: on-demand readahead logic
by Fengguang Wu
· 17 years ago
5ce1110
readahead: data structure and routines
by Fengguang Wu
· 17 years ago
f615bfc
readahead: MIN_RA_PAGES/MAX_RA_PAGES macros
by Fengguang Wu
· 17 years ago
46fc3e7
readahead: add look-ahead support to __do_page_cache_readahead()
by Fengguang Wu
· 17 years ago
6ce745e
readahead: code cleanup
by Jan Kara
· 18 years ago
ec0f163
readahead: improve heuristic detecting sequential reads
by Jan Kara
· 18 years ago
05a0416
[PATCH] Drop __get_zone_counts()
by Christoph Lameter
· 18 years ago
8bde37f
[PATCH] io-accounting-read-accounting nfs fix
by Andrew Morton
· 18 years ago
e9536ae
[PATCH] struct path: convert mm
by Josef Sipek
· 18 years ago
38da288
[PATCH] read_cache_pages() cleanup
by OGAWA Hirofumi
· 18 years ago
029e332
[PATCH] Cleanup read_pages()
by OGAWA Hirofumi
· 18 years ago
0a1340c
Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steven Whitehouse
· 18 years ago
d6e05ed
spelling fixes
by Andreas Mohr
· 18 years ago
bd40cdd
[PATCH] kernel-doc: mm/readhead fixup
by Randy Dunlap
· 18 years ago
9f1a3cf
[PATCH] AOP_TRUNCATED_PAGE victims in read_pages() belong in the LRU
by Zach Brown
· 18 years ago
86579dd
Merge branch 'master'
by Steven Whitehouse
· 19 years ago
d8733c2
[PATCH] ext3_readdir: use generic readahead
by Andrew Morton
· 19 years ago
aed75ff
[PATCH] readahead: fix initial window size calculation
by Steven Pratt
· 19 years ago
a564da3
[PATCH] readahead: ->prev_page can overrun the ahead window
by Oleg Nesterov
· 19 years ago
d41cc70
[GFS2] Export file_ra_state_init
by Steven Whitehouse
· 19 years ago
994fc28c
[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATE
by Zach Brown
· 19 years ago
7361f4d
[PATCH] readahead commentary
by Andrew Morton
· 19 years ago
3b30bbd
[PATCH] readahead: reset cache_hit earlier
by Steven Pratt
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago