| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-21 | mm, swap: tidy up swap device and cluster info helpers | Kairui Song | 1 | -6/+6 |
| 2025-07-09 | mm: stop passing a writeback_control structure to swap_writeout | Christoph Hellwig | 1 | -2/+2 |
| 2025-07-09 | mm: stop passing a writeback_control structure to __swap_writepage | Christoph Hellwig | 1 | -19/+14 |
| 2025-07-09 | mm: tidy up swap_writeout | Christoph Hellwig | 1 | -18/+18 |
| 2025-04-07 | mm: Remove swap_writepage() and shmem_writepage() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2025-03-17 | page_io: zswap: do not crash the kernel on decompression failure | Nhat Pham | 1 | -3/+3 |
| 2025-01-25 | mm, swap: clean up device availability check | Kairui Song | 1 | -1/+0 |
| 2024-11-11 | mm: add per-order mTHP swpin counters | Barry Song | 1 | -0/+3 |
| 2024-11-11 | mm: swap: count successful large folio zswap stores in hugepage zswpout stats | Kanchana P Sridhar | 1 | -0/+1 |
| 2024-11-11 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 1 | -0/+16 |
| 2024-11-11 | mm: count zeromap read and set for swapout and swapin | Barry Song | 1 | -0/+16 |
| 2024-11-06 | mm: swap: make some count_mthp_stat() call-sites be THP-agnostic. | Kanchana P Sridhar | 1 | -1/+1 |
| 2024-11-05 | mm/memcontrol: add per-memcg pgpgin/pswpin counter | Jingxiang Zeng | 1 | -0/+4 |
| 2024-10-30 | mm: fix PSWPIN counter for large folios swap-in | Barry Song | 1 | -2/+2 |
| 2024-09-17 | mm: fix swap_read_folio_zeromap() for large folios with partial zeromap | Barry Song | 1 | -25/+7 |
| 2024-09-03 | mm: store zero pages to be swapped out in a bitmap | Usama Arif | 1 | -1/+117 |
| 2024-09-01 | fs: remove calls to set and clear the folio error flag | Matthew Wilcox (Oracle) | 1 | -3/+1 |
| 2024-09-01 | zswap: track swapins from disk more accurately | Nhat Pham | 1 | -1/+8 |
| 2024-07-17 | mm: ignore data-race in __swap_writepage | Pei Li | 1 | -1/+6 |
| 2024-07-03 | mm: zswap: handle incorrect attempts to load large folios | Yosry Ahmed | 1 | -1/+0 |
| 2024-07-03 | mm: do not start/end writeback for pages stored in zswap | Usama Arif | 1 | -2/+0 |
| 2024-07-03 | mm: swap: remove 'synchronous' argument to swap_read_folio() | Yosry Ahmed | 1 | -3/+3 |
| 2024-07-03 | mm/swap: get the swap device offset directly | Kairui Song | 1 | -3/+3 |
| 2024-06-05 | mm: drop the 'anon_' prefix for swap-out mTHP counters | Baolin Wang | 1 | -1/+1 |
| 2024-05-05 | mm: add per-order mTHP anon_swpout and anon_swpout_fallback counters | Barry Song | 1 | -0/+1 |
| 2024-04-25 | arm64: mm: swap: support THP_SWAP on hardware with MTE | Barry Song | 1 | -1/+1 |
| 2023-12-29 | zswap: memcontrol: implement zswap writeback disabling | Nhat Pham | 1 | -0/+5 |
| 2023-12-29 | mm: convert swap_readpage() to swap_read_folio() | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2023-12-29 | mm: convert swap_page_sector() to swap_folio_sector() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2023-12-29 | mm: pass a folio to swap_readpage_bdev_async() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2023-12-29 | mm: pass a folio to swap_readpage_bdev_sync() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2023-12-29 | mm: pass a folio to swap_readpage_fs() | Matthew Wilcox (Oracle) | 1 | -7/+6 |
| 2023-12-29 | mm: pass a folio to swap_writepage_bdev_async() | Matthew Wilcox (Oracle) | 1 | -5/+4 |
| 2023-12-29 | mm: pass a folio to swap_writepage_bdev_sync() | Matthew Wilcox (Oracle) | 1 | -5/+4 |
| 2023-12-29 | mm: pass a folio to swap_writepage_fs() | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2023-12-29 | mm: pass a folio to __swap_writepage() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2023-10-04 | mm: memcg: add THP swap out info for anonymous reclaim | Xin Hao | 1 | -4/+4 |
| 2023-08-21 | zswap: make zswap_load() take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-08-21 | swap: remove some calls to compound_head() in swap_readpage() | Matthew Wilcox (Oracle) | 1 | -6/+7 |
| 2023-08-21 | zswap: make zswap_store() take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-08-21 | mm: kill frontswap | Johannes Weiner | 1 | -3/+3 |
| 2023-08-18 | mm/page_io: convert bio_associate_blkg_from_page() to take in a folio | ZhangPeng | 1 | -5/+5 |
| 2023-08-18 | mm/page_io: convert count_swpout_vm_event() to take in a folio | ZhangPeng | 1 | -6/+6 |
| 2023-08-18 | mm/page_io: use a folio in swap_writepage_bdev_async() | ZhangPeng | 1 | -2/+3 |
| 2023-08-18 | mm/page_io: use a folio in swap_writepage_bdev_sync() | ZhangPeng | 1 | -2/+3 |
| 2023-08-18 | mm/page_io: use a folio in sio_read_complete() | ZhangPeng | 1 | -5/+5 |
| 2023-08-18 | mm/page_io: use a folio in __end_swap_bio_read() | ZhangPeng | 1 | -3/+3 |
| 2023-08-18 | mm/page_io: use a folio in __end_swap_bio_write() | ZhangPeng | 1 | -4/+4 |
| 2023-08-18 | mm/page_io: remove unneeded SetPageError() | ZhangPeng | 1 | -3/+0 |
| 2023-08-18 | mm/page_io: remove unneeded ClearPageUptodate() | ZhangPeng | 1 | -2/+0 |
| 2023-05-31 | swap: use __bio_add_page to add page to bio | Johannes Thumshirn | 1 | -4/+4 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -85/+98 |
| 2023-02-03 | swap: use bvec_set_page to initialize bvecs | Christoph Hellwig | 1 | -6/+2 |
| 2023-02-02 | block: remove ->rw_page | Christoph Hellwig | 1 | -21/+32 |
| 2023-02-02 | mm: factor out a swap_writepage_bdev helper | Christoph Hellwig | 1 | -14/+19 |
| 2023-02-02 | mm: remove the __swap_writepage return value | Christoph Hellwig | 1 | -14/+9 |
| 2023-02-02 | mm: use an on-stack bio for synchronous swapin | Christoph Hellwig | 1 | -31/+38 |
| 2023-02-02 | mm: factor out a swap_readpage_bdev helper | Christoph Hellwig | 1 | -33/+35 |
| 2023-02-02 | mm: remove the swap_readpage return value | Christoph Hellwig | 1 | -11/+5 |
| 2023-01-18 | page_io: remove buffer_head include | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -2/+2 |
| 2022-10-03 | swap: convert swap_writepage() to use a folio | Matthew Wilcox (Oracle) | 1 | -10/+11 |
| 2022-09-26 | mm/page_io: count submission time as thrashing delay for delayacct | Yang Yang | 1 | -5/+10 |
| 2022-09-11 | mm/swap: remove the end_write_func argument to __swap_writepage | Christoph Hellwig | 1 | -5/+4 |
| 2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -61/+192 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
| 2022-05-09 | MM: handle THP in swap_*page_fs() - count_vm_events() | NeilBrown | 1 | -2/+4 |
| 2022-05-09 | mm: handle THP in swap_*page_fs() | NeilBrown | 1 | -10/+13 |
| 2022-05-09 | mm: submit multipage write for SWP_FS_OPS swap-space | NeilBrown | 1 | -22/+56 |
| 2022-05-09 | mm: submit multipage reads for SWP_FS_OPS swap-space | NeilBrown | 1 | -35/+69 |
| 2022-05-09 | mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rw | NeilBrown | 1 | -40/+58 |
| 2022-05-09 | mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space | NeilBrown | 1 | -6/+62 |
| 2022-05-09 | mm: drop swap_dirty_folio | NeilBrown | 1 | -17/+0 |
| 2022-05-09 | mm: create new mm/swap.h header file | NeilBrown | 1 | -0/+1 |
| 2022-05-09 | mm: Convert swap_readpage to call read_folio instead of readpage | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-02 | block: ignore RWF_HIPRI hint for sync dio | Ming Lei | 1 | -3/+1 |
| 2022-04-15 | mm: fix unexpected zeroed page mapping with zram swap | Minchan Kim | 1 | -54/+0 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -6/+9 |
| 2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+5 |
| 2022-03-22 | mm: page_io: fix psi memory pressure error on cold swapins | Johannes Weiner | 1 | -2/+5 |
| 2022-03-16 | fs: Remove aops ->set_page_dirty | Matthew Wilcox (Oracle) | 1 | -3/+1 |
| 2022-03-16 | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-15 | mm: Convert swap_set_page_dirty() to swap_dirty_folio() | Matthew Wilcox (Oracle) | 1 | -8/+10 |
| 2022-03-15 | fs: Add aops->dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+4 |
| 2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 1 | -6/+4 |
| 2022-01-20 | delayacct: support swapin delay accounting for swapping without blkio | Yang Yang | 1 | -0/+3 |
| 2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+3 |
| 2021-10-18 | block: add a struct io_comp_batch argument to fops->iopoll() | Jens Axboe | 1 | -1/+1 |
| 2021-10-18 | block: switch polling to be bio based | Christoph Hellwig | 1 | -6/+2 |
| 2021-10-18 | block: rename REQ_HIPRI to REQ_POLLED | Christoph Hellwig | 1 | -1/+1 |
| 2021-10-18 | block: replace the spin argument to blk_iopoll with a flags argument | Christoph Hellwig | 1 | -1/+1 |
| 2021-09-27 | mm/swap: Add folio_rotate_reclaimable() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2021-03-02 | swap: fix swapfile read/write offset | Jens Axboe | 1 | -5/+0 |
| 2021-02-24 | mm/page_io: use pr_alert_ratelimited for swap read/write errors | Georgi Djakov | 1 | -6/+6 |
| 2021-01-27 | mm: remove get_swap_bio | Christoph Hellwig | 1 | -32/+13 |
| 2021-01-24 | block: store a block_device pointer in struct bio | Christoph Hellwig | 1 | -1/+1 |
| 2020-12-02 | mm: memcontrol: Use helpers to read page's memcg data | Roman Gushchin | 1 | -2/+4 |
| 2020-10-13 | mm/page_io.c: remove useless out label in __swap_writepage() | Miaohe Lin | 1 | -5/+3 |
| 2020-10-13 | swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity | Gao Xiang | 1 | -3/+3 |
| 2020-10-13 | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -8/+10 |
| 2020-09-24 | mm: use SWP_SYNCHRONOUS_IO more intelligently | Christoph Hellwig | 1 | -8/+10 |
| 2020-09-04 | mm: Add arch hooks for saving/restoring tags | Steven Price | 1 | -0/+10 |
| 2020-08-14 | mm/page_io: mark various intentional data races | Qian Cai | 1 | -4/+4 |
| 2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2020-08-14 | mm: add thp_size | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2020-08-07 | mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync io | Xianting Tian | 1 | -1/+1 |
| 2020-06-29 | block: move bio_associate_blkg_from_page to mm/page_io.c | Christoph Hellwig | 1 | -0/+17 |
| 2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
| 2020-02-03 | fs: Enable bmap() function to properly return errors | Carlos Maiolino | 1 | -4/+7 |
| 2019-12-01 | mm/page_io.c: annotate refault stalls from swap_readpage | Minchan Kim | 1 | -2/+13 |
| 2019-11-15 | mm/page_io.c: do not free shared swap slots | Vinayak Menon | 1 | -3/+3 |
| 2019-07-12 | mm, swap: use rbtree for swap_extent | Aaron Lu | 1 | -1/+1 |
| 2019-07-05 | swap_readpage(): avoid blk_wake_io_task() if !synchronous | Oleg Nesterov | 1 | -5/+8 |
| 2019-06-29 | mm, swap: fix THP swap out | Huang Ying | 1 | -5/+2 |
| 2019-01-04 | mm/page_io.c: fix polled swap page in | Jens Axboe | 1 | -1/+3 |
| 2019-01-02 | block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE) | Linus Torvalds | 1 | -2/+1 |
| 2018-12-07 | blkcg: associate a blkg for pages being evicted by swap | Dennis Zhou | 1 | -1/+1 |
| 2018-11-26 | block: make blk_poll() take a parameter on whether to spin or not | Jens Axboe | 1 | -1/+1 |
| 2018-11-19 | block: avoid ordered task state change for polled IO | Jens Axboe | 1 | -1/+2 |
| 2018-11-16 | block: add polled wakeup task helper | Jens Axboe | 1 | -1/+1 |
| 2018-11-02 | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
| 2018-11-01 | blkcg: revert blkcg cleanups series | Dennis Zhou | 1 | -1/+1 |
| 2018-10-26 | mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS | Omar Sandoval | 1 | -3/+3 |
| 2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -1/+1 |
| 2018-09-21 | blkcg: associate a blkg for pages being evicted by swap | Dennis Zhou (Facebook) | 1 | -1/+1 |
| 2018-07-09 | swap,blkcg: issue swap io with the appropriate context | Tejun Heo | 1 | -0/+1 |
| 2018-07-09 | blk: introduce REQ_SWAP | Josef Bacik | 1 | -1/+1 |
| 2018-01-06 | block: convert to bio_first_bvec_all & bio_first_page_all | Ming Lei | 1 | -2/+2 |
| 2017-11-15 | mm, swap: skip swapcache for swapin of synchronous device | Minchan Kim | 1 | -3/+3 |
| 2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2017-11-03 | block: add a poll_fn callback to struct request_queue | Christoph Hellwig | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -8/+9 |
| 2017-09-06 | mm: test code to write THP to swap device as a whole | Huang Ying | 1 | -5/+16 |
| 2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -8/+9 |
| 2017-08-02 | mm/page_io.c: fix oops during block io poll in swapin path | Tetsuo Handa | 1 | -0/+7 |
| 2017-07-10 | swap: add block io poll in swapin path | Shaohua Li | 1 | -2/+21 |
| 2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -2/+2 |
| 2016-11-02 | writeback: add wbc_to_write_flags() | Jens Axboe | 1 | -4/+1 |
| 2016-10-07 | mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE() | Andrew Morton | 1 | -3/+4 |
| 2016-09-19 | mm: fix the page_swap_info() BUG_ON check | Santosh Shilimkar | 1 | -0/+3 |
| 2016-08-07 | mm: make __swap_writepage() use bio_set_op_attrs() | Jens Axboe | 1 | -2/+3 |
| 2016-07-28 | mm: add cond_resched() to generic_swapfile_activate() | Mikulas Patocka | 1 | -0/+2 |
| 2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 1 | -2/+2 |
| 2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 1 | -4/+6 |
| 2016-05-17 | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2016-05-01 | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 1 | -1/+1 |
| 2016-04-28 | mm: call swap_slot_free_notify() with page lock held | Minchan Kim | 1 | -1/+5 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
| 2016-03-22 | zram: revive swap_slot_free_notify | Minchan Kim | 1 | -43/+50 |
| 2016-03-17 | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 1 | -11/+11 |
| 2015-08-13 | fs: use helper bio_add_page() instead of open coding on bi_io_vec | Kent Overstreet | 1 | -5/+3 |
| 2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 1 | -7/+5 |
| 2015-05-19 | suspend: simplify block I/O handling | Christoph Hellwig | 1 | -1/+1 |
| 2015-04-11 | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 1 | -3/+1 |
| 2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+1 |
| 2015-03-12 | fs: remove ki_nbytes | Christoph Hellwig | 1 | -1/+0 |
| 2015-01-29 | new helper: iov_iter_bvec() | Al Viro | 1 | -7/+2 |
| 2014-06-14 | 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-04 | swap: use bdev_read_page() / bdev_write_page() | Matthew Wilcox | 1 | -1/+20 |
| 2014-05-06 | bio_vec-backed iov_iter | Al Viro | 1 | -7/+12 |
| 2014-05-06 | start adding the tag to iov_iter | Al Viro | 1 | -1/+1 |
| 2014-05-06 | 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-23 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 1 | -2/+2 |
| 2013-11-23 | 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-03 | 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-07 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -0/+1 |
| 2013-04-29 | mm: swap: mark swap pages writeback before queueing for direct IO | Mel Gorman | 1 | -0/+15 |
| 2013-04-29 | swap: redirty page if page write fails on swap file | Jerome Marchand | 1 | -0/+2 |
| 2013-04-29 | mm: allow for outstanding swap writeback accounting | Seth Jennings | 1 | -4/+5 |
| 2013-04-29 | mm: break up swap_writepage() for frontswap backends | Seth Jennings | 1 | -3/+11 |
| 2013-03-23 | block: Remove bi_idx references | Kent Overstreet | 1 | -1/+0 |
| 2012-07-31 | mm: add support for direct_IO to highmem pages | Mel Gorman | 1 | -1/+2 |
| 2012-07-31 | mm: swap: implement generic handler for swap_activate | Mel Gorman | 1 | -0/+92 |
| 2012-07-31 | 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-16 | 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-06 | mm: try_to_free_swap replaces remove_exclusive_swap_page | Hugh Dickins | 1 | -1/+1 |
| 2009-01-06 | 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-29 | [PATCH] mm: split page table lock | Hugh Dickins | 1 | -2/+4 |
| 2005-10-08 | [PATCH] gfp flags annotations - part 1 | Al Viro | 1 | -1/+1 |