index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_io.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-7
/
+3
|
\
|
*
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
2021-10-18
1
-1
/
+1
|
*
block: switch polling to be bio based
Christoph Hellwig
2021-10-18
1
-6
/
+2
|
*
block: rename REQ_HIPRI to REQ_POLLED
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
*
block: replace the spin argument to blk_iopoll with a flags argument
Christoph Hellwig
2021-10-18
1
-1
/
+1
*
|
mm/swap: Add folio_rotate_reclaimable()
Matthew Wilcox (Oracle)
2021-09-27
1
-2
/
+2
|
/
*
swap: fix swapfile read/write offset
Jens Axboe
2021-03-03
1
-5
/
+0
*
mm/page_io: use pr_alert_ratelimited for swap read/write errors
Georgi Djakov
2021-02-24
1
-6
/
+6
*
mm: remove get_swap_bio
Christoph Hellwig
2021-01-27
1
-32
/
+13
*
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-25
1
-1
/
+1
*
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
2020-12-03
1
-2
/
+4
*
mm/page_io.c: remove useless out label in __swap_writepage()
Miaohe Lin
2020-10-14
1
-5
/
+3
*
swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity
Gao Xiang
2020-10-14
1
-3
/
+3
*
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-8
/
+10
|
\
|
*
mm: use SWP_SYNCHRONOUS_IO more intelligently
Christoph Hellwig
2020-09-24
1
-8
/
+10
*
|
mm: Add arch hooks for saving/restoring tags
Steven Price
2020-09-04
1
-0
/
+10
|
/
*
mm/page_io: mark various intentional data races
Qian Cai
2020-08-15
1
-4
/
+4
*
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
2020-08-15
1
-1
/
+1
*
mm: add thp_size
Matthew Wilcox (Oracle)
2020-08-15
1
-1
/
+1
*
mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync io
Xianting Tian
2020-08-07
1
-1
/
+1
*
block: move bio_associate_blkg_from_page to mm/page_io.c
Christoph Hellwig
2020-06-29
1
-0
/
+17
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
fs: Enable bmap() function to properly return errors
Carlos Maiolino
2020-02-03
1
-4
/
+7
*
mm/page_io.c: annotate refault stalls from swap_readpage
Minchan Kim
2019-12-01
1
-2
/
+13
*
mm/page_io.c: do not free shared swap slots
Vinayak Menon
2019-11-16
1
-3
/
+3
*
mm, swap: use rbtree for swap_extent
Aaron Lu
2019-07-12
1
-1
/
+1
*
swap_readpage(): avoid blk_wake_io_task() if !synchronous
Oleg Nesterov
2019-07-05
1
-5
/
+8
*
mm, swap: fix THP swap out
Huang Ying
2019-06-29
1
-5
/
+2
*
mm/page_io.c: fix polled swap page in
Jens Axboe
2019-01-04
1
-1
/
+3
*
block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)
Linus Torvalds
2019-01-02
1
-2
/
+1
*
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou
2018-12-08
1
-1
/
+1
*
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
2018-11-26
1
-1
/
+1
*
block: avoid ordered task state change for polled IO
Jens Axboe
2018-11-19
1
-1
/
+2
*
block: add polled wakeup task helper
Jens Axboe
2018-11-16
1
-1
/
+1
*
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-11-02
1
-1
/
+1
|
\
|
*
blkcg: revert blkcg cleanups series
Dennis Zhou
2018-11-02
1
-1
/
+1
*
|
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-02
1
-1
/
+1
|
\
\
|
*
|
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-24
1
-1
/
+1
*
|
|
mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
Omar Sandoval
2018-10-27
1
-3
/
+3
|
|
/
|
/
|
*
|
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou (Facebook)
2018-09-22
1
-1
/
+1
|
/
*
swap,blkcg: issue swap io with the appropriate context
Tejun Heo
2018-07-09
1
-0
/
+1
*
blk: introduce REQ_SWAP
Josef Bacik
2018-07-09
1
-1
/
+1
*
block: convert to bio_first_bvec_all & bio_first_page_all
Ming Lei
2018-01-06
1
-2
/
+2
*
mm, swap: skip swapcache for swapin of synchronous device
Minchan Kim
2017-11-16
1
-3
/
+3
*
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-15
1
-1
/
+1
|
\
|
*
block: add a poll_fn callback to struct request_queue
Christoph Hellwig
2017-11-03
1
-1
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
1
-8
/
+9
|
\
|
*
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-8
/
+9
*
|
mm: test code to write THP to swap device as a whole
Huang Ying
2017-09-07
1
-5
/
+16
[next]