index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_io.c
Age
Commit message (
Expand
)
Author
Lines
2020-02-03
fs: Enable bmap() function to properly return errors
Carlos Maiolino
-4
/
+7
2019-12-01
mm/page_io.c: annotate refault stalls from swap_readpage
Minchan Kim
-2
/
+13
2019-11-15
mm/page_io.c: do not free shared swap slots
Vinayak Menon
-3
/
+3
2019-07-12
mm, swap: use rbtree for swap_extent
Aaron Lu
-1
/
+1
2019-07-05
swap_readpage(): avoid blk_wake_io_task() if !synchronous
Oleg Nesterov
-5
/
+8
2019-06-29
mm, swap: fix THP swap out
Huang Ying
-5
/
+2
2019-01-04
mm/page_io.c: fix polled swap page in
Jens Axboe
-1
/
+3
2019-01-02
block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)
Linus Torvalds
-2
/
+1
2018-12-07
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou
-1
/
+1
2018-11-26
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
-1
/
+1
2018-11-19
block: avoid ordered task state change for polled IO
Jens Axboe
-1
/
+2
2018-11-16
block: add polled wakeup task helper
Jens Axboe
-1
/
+1
2018-11-02
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
-1
/
+1
2018-11-01
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
-1
/
+1
2018-11-01
blkcg: revert blkcg cleanups series
Dennis Zhou
-1
/
+1
2018-10-26
mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
Omar Sandoval
-3
/
+3
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
-1
/
+1
2018-09-21
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou (Facebook)
-1
/
+1
2018-07-09
swap,blkcg: issue swap io with the appropriate context
Tejun Heo
-0
/
+1
2018-07-09
blk: introduce REQ_SWAP
Josef Bacik
-1
/
+1
2018-01-06
block: convert to bio_first_bvec_all & bio_first_page_all
Ming Lei
-2
/
+2
2017-11-15
mm, swap: skip swapcache for swapin of synchronous device
Minchan Kim
-3
/
+3
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
-1
/
+1
2017-11-03
block: add a poll_fn callback to struct request_queue
Christoph Hellwig
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
-0
/
+1
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
-8
/
+9
2017-09-06
mm: test code to write THP to swap device as a whole
Huang Ying
-5
/
+16
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
-8
/
+9
2017-08-02
mm/page_io.c: fix oops during block io poll in swapin path
Tetsuo Handa
-0
/
+7
2017-07-10
swap: add block io poll in swapin path
Shaohua Li
-2
/
+21
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
-2
/
+2
2016-11-02
writeback: add wbc_to_write_flags()
Jens Axboe
-4
/
+1
2016-10-07
mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()
Andrew Morton
-3
/
+4
2016-09-19
mm: fix the page_swap_info() BUG_ON check
Santosh Shilimkar
-0
/
+3
2016-08-07
mm: make __swap_writepage() use bio_set_op_attrs()
Jens Axboe
-2
/
+3
2016-07-28
mm: add cond_resched() to generic_swapfile_activate()
Mikulas Patocka
-0
/
+2
2016-06-07
block, fs, mm, drivers: use bio set/get op accessors
Mike Christie
-2
/
+2
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
-4
/
+6
2016-05-17
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2016-05-01
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
-1
/
+1
2016-04-28
mm: call swap_slot_free_notify() with page lock held
Minchan Kim
-1
/
+5
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
-1
/
+1
2016-03-22
zram: revive swap_slot_free_notify
Minchan Kim
-43
/
+50
2016-03-17
mm: convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
-11
/
+11
2015-08-13
fs: use helper bio_add_page() instead of open coding on bi_io_vec
Kent Overstreet
-5
/
+3
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
-7
/
+5
2015-05-19
suspend: simplify block I/O handling
Christoph Hellwig
-1
/
+1
2015-04-11
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
-3
/
+1
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
-1
/
+1
2015-03-12
fs: remove ki_nbytes
Christoph Hellwig
-1
/
+0
[next]