index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-12
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
1
-3
/
+1
2015-03-26
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+1
2015-03-13
fs: remove ki_nbytes
Christoph Hellwig
1
-1
/
+0
2015-01-29
new helper: iov_iter_bvec()
Al Viro
1
-7
/
+2
2014-06-15
fix __swap_writepage() compile failure on old gcc versions
Al Viro
1
-1
/
+1
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-7
/
+14
2014-06-05
swap: use bdev_read_page() / bdev_write_page()
Matthew Wilcox
1
-1
/
+20
2014-05-07
bio_vec-backed iov_iter
Al Viro
1
-7
/
+12
2014-05-07
start adding the tag to iov_iter
Al Viro
1
-1
/
+1
2014-05-07
pass iov_iter to ->direct_IO()
Al Viro
1
-2
/
+4
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+5
2014-01-24
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
1
-2
/
+2
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-5
/
+5
2013-07-30
aio: Kill aio_rw_vect_retry()
Kent Overstreet
1
-1
/
+0
2013-07-04
mm: remove compressed copy from zram in-memory
Minchan Kim
1
-2
/
+48
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2013-05-08
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-04-30
mm: swap: mark swap pages writeback before queueing for direct IO
Mel Gorman
1
-0
/
+15
2013-04-30
swap: redirty page if page write fails on swap file
Jerome Marchand
1
-0
/
+2
2013-04-30
mm: allow for outstanding swap writeback accounting
Seth Jennings
1
-4
/
+5
2013-04-30
mm: break up swap_writepage() for frontswap backends
Seth Jennings
1
-3
/
+11
2013-03-24
block: Remove bi_idx references
Kent Overstreet
1
-1
/
+0
2012-08-01
mm: add support for direct_IO to highmem pages
Mel Gorman
1
-1
/
+2
2012-08-01
mm: swap: implement generic handler for swap_activate
Mel Gorman
1
-0
/
+92
2012-08-01
mm: add support for a filesystem to activate swap files and use direct_IO for...
Mel Gorman
1
-0
/
+52
2012-05-15
frontswap: s/put_page/store/g s/get_page/load
Konrad Rzeszutek Wilk
1
-2
/
+2
2012-05-15
mm: frontswap: core swap subsystem hooks and headers
Dan Magenheimer
1
-0
/
+12
2011-03-10
block: kill off REQ_UNPLUG
Jens Axboe
1
-1
/
+1
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
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
2009-12-15
swap: rework map_swap_page() again
Lee Schermerhorn
1
-3
/
+1
2009-12-15
swap_info: private to swapfile.c
Hugh Dickins
1
-12
/
+7
2009-06-17
mm: remove file argument from swap_readpage()
Minchan Kim
1
-1
/
+1
2009-02-18
block: fix bad definition of BIO_RW_SYNC
Jens Axboe
1
-1
/
+1
2009-01-07
mm: try_to_free_swap replaces remove_exclusive_swap_page
Hugh Dickins
1
-1
/
+1
2009-01-07
mm: replace some BUG_ONs by VM_BUG_ONs
Hugh Dickins
1
-2
/
+2
2008-02-05
mm: fix PageUptodate data race
Nick Piggin
1
-1
/
+1
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
1
-10
/
+2
2006-12-07
[PATCH] swsusp: use block device offsets to identify swap locations
Rafael J. Wysocki
1
-45
/
+0
2006-09-26
[PATCH] swsusp: read speedup
Andrew Morton
1
-1
/
+1
2006-09-26
[PATCH] swsusp: write speedup
Andrew Morton
1
-6
/
+19
2006-09-26
[PATCH] mm: swap write failure fixup
Peter Zijlstra
1
-1
/
+20
2006-06-30
[PATCH] Light weight event counters
Christoph Lameter
1
-2
/
+2
2005-10-30
[PATCH] mm: split page table lock
Hugh Dickins
1
-2
/
+4
2005-10-09
[PATCH] gfp flags annotations - part 1
Al Viro
1
-1
/
+1
2005-06-26
[PATCH] swsusp: kill config_pm_disk
Pavel Machek
1
-1
/
+1
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+160