1. 548d978 mm/page_io.c: remove useless out label in __swap_writepage() by Miaohe Lin · 4 years, 3 months ago
  2. 3264631 swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity by Gao Xiang · 4 years, 3 months ago
  3. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  4. 5115db1 mm: use SWP_SYNCHRONOUS_IO more intelligently by Christoph Hellwig · 4 years, 3 months ago
  5. 8a84802 mm: Add arch hooks for saving/restoring tags by Steven Price · 4 years, 8 months ago
  6. 7b37e22 mm/page_io: mark various intentional data races by Qian Cai · 4 years, 5 months ago
  7. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  8. af3bbc1 mm: add thp_size by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  9. 0f190a7 mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync io by Xianting Tian · 4 years, 5 months ago
  10. a18b9b1 block: move bio_associate_blkg_from_page to mm/page_io.c by Christoph Hellwig · 4 years, 6 months ago
  11. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  12. 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
  13. 9377906 mm/page_io.c: annotate refault stalls from swap_readpage by Minchan Kim · 5 years ago
  14. 5df373e mm/page_io.c: do not free shared swap slots by Vinayak Menon · 5 years ago
  15. 4efaceb mm, swap: use rbtree for swap_extent by Aaron Lu · 5 years ago
  16. 8751853 swap_readpage(): avoid blk_wake_io_task() if !synchronous by Oleg Nesterov · 5 years ago
  17. 1a5f439 mm, swap: fix THP swap out by Huang Ying · 6 years ago
  18. b685a73 mm/page_io.c: fix polled swap page in by Jens Axboe · 6 years ago
  19. 1ac5cd4 block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE) by Linus Torvalds · 6 years ago
  20. 6a7f6d8 blkcg: associate a blkg for pages being evicted by swap by Dennis Zhou · 6 years ago
  21. 0a1b8b8 block: make blk_poll() take a parameter on whether to spin or not by Jens Axboe · 6 years ago
  22. 849a370 block: avoid ordered task state change for polled IO by Jens Axboe · 6 years ago
  23. 0619317 block: add polled wakeup task helper by Jens Axboe · 6 years ago
  24. 5f21585 Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  25. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  26. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  27. bc4ae27 mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS by Omar Sandoval · 6 years ago
  28. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  29. 74b7c02 blkcg: associate a blkg for pages being evicted by swap by Dennis Zhou (Facebook) · 6 years ago
  30. 0d3bd88 swap,blkcg: issue swap io with the appropriate context by Tejun Heo · 6 years ago
  31. 0d1e0c7 blk: introduce REQ_SWAP by Josef Bacik · 6 years ago
  32. 263663c block: convert to bio_first_bvec_all & bio_first_page_all by Ming Lei · 7 years ago
  33. 0bcac06 mm, swap: skip swapcache for swapin of synchronous device by Minchan Kim · 7 years ago
  34. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  35. ea435e1 block: add a poll_fn callback to struct request_queue by Christoph Hellwig · 7 years ago
  36. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  37. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  38. 225311a mm: test code to write THP to swap device as a whole by Huang Ying · 7 years ago
  39. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  40. b0ba2d0 mm/page_io.c: fix oops during block io poll in swapin path by Tetsuo Handa · 7 years ago
  41. 2395562 swap: add block io poll in swapin path by Shaohua Li · 7 years ago
  42. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  43. 7637241 writeback: add wbc_to_write_flags() by Jens Axboe · 8 years ago
  44. cc30c5d mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE() by Andrew Morton · 8 years ago
  45. c8de641b mm: fix the page_swap_info() BUG_ON check by Santosh Shilimkar · 8 years ago
  46. ba13e83 mm: make __swap_writepage() use bio_set_op_attrs() by Jens Axboe · 8 years ago
  47. 7e4411b mm: add cond_resched() to generic_swapfile_activate() by Mikulas Patocka · 8 years ago
  48. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 9 years ago
  49. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  50. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  51. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  52. b06bad1 mm: call swap_slot_free_notify() with page lock held by Minchan Kim · 9 years ago
  53. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  54. 3f2b1a0 zram: revive swap_slot_free_notify by Minchan Kim · 9 years ago
  55. 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 9 years ago
  56. 6cf66b4 fs: use helper bio_add_page() instead of open coding on bi_io_vec by Kent Overstreet · 10 years ago
  57. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  58. 343df3c suspend: simplify block I/O handling by Christoph Hellwig · 10 years ago
  59. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  60. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  61. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 10 years ago
  62. 05afcb7 new helper: iov_iter_bvec() by Al Viro · 10 years ago
  63. 0506408 fix __swap_writepage() compile failure on old gcc versions by Al Viro · 11 years ago
  64. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  65. dd6bd0d swap: use bdev_read_page() / bdev_write_page() by Matthew Wilcox · 11 years ago
  66. 62a8067 bio_vec-backed iov_iter by Al Viro · 11 years ago
  67. 71d8e53 start adding the tag to iov_iter by Al Viro · 11 years ago
  68. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  69. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  70. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 11 years ago
  71. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  72. 73a7075 aio: Kill aio_rw_vect_retry() by Kent Overstreet · 12 years ago
  73. b430e9d mm: remove compressed copy from zram in-memory by Minchan Kim · 11 years ago
  74. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  75. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
  76. 0cdc444 mm: swap: mark swap pages writeback before queueing for direct IO by Mel Gorman · 12 years ago
  77. 2d30d31 swap: redirty page if page write fails on swap file by Jerome Marchand · 12 years ago
  78. 1eec670 mm: allow for outstanding swap writeback accounting by Seth Jennings · 12 years ago
  79. 2f772e6 mm: break up swap_writepage() for frontswap backends by Seth Jennings · 12 years ago
  80. 4f2ac93 block: Remove bi_idx references by Kent Overstreet · 12 years ago
  81. 5a17811 mm: add support for direct_IO to highmem pages by Mel Gorman · 12 years ago
  82. a509bc1 mm: swap: implement generic handler for swap_activate by Mel Gorman · 12 years ago
  83. 62c230b mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pages by Mel Gorman · 12 years ago
  84. 165c8ae frontswap: s/put_page/store/g s/get_page/load by Konrad Rzeszutek Wilk · 13 years ago
  85. 38b5faf mm: frontswap: core swap subsystem hooks and headers by Dan Magenheimer · 13 years ago
  86. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 14 years ago
  87. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  88. 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
  89. d4906e1 swap: rework map_swap_page() again by Lee Schermerhorn · 15 years ago
  90. f29ad6a swap_info: private to swapfile.c by Hugh Dickins · 15 years ago
  91. aca8bf3 mm: remove file argument from swap_readpage() by Minchan Kim · 16 years ago
  92. 93dbb39 block: fix bad definition of BIO_RW_SYNC by Jens Axboe · 16 years ago
  93. a2c43ee mm: try_to_free_swap replaces remove_exclusive_swap_page by Hugh Dickins · 16 years ago
  94. 51726b1 mm: replace some BUG_ONs by VM_BUG_ONs by Hugh Dickins · 16 years ago
  95. 0ed361d mm: fix PageUptodate data race by Nick Piggin · 17 years ago
  96. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  97. 3aef83e [PATCH] swsusp: use block device offsets to identify swap locations by Rafael J. Wysocki · 18 years ago
  98. 546e0d2 [PATCH] swsusp: read speedup by Andrew Morton · 18 years ago
  99. ab95416 [PATCH] swsusp: write speedup by Andrew Morton · 18 years ago
  100. 6ddab3b [PATCH] mm: swap write failure fixup by Peter Zijlstra · 18 years ago