Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-23mm: page_io: fix psi memory pressure error on cold swapinsJohannes Weiner
2022-03-16fs: Remove aops ->set_page_dirtyMatthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)
2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)
2022-03-15fs: Add aops->dirty_folioMatthew Wilcox (Oracle)
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig
2021-09-27mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle)
2021-03-03swap: fix swapfile read/write offsetJens Axboe
2021-02-25mm/page_io: use pr_alert_ratelimited for swap read/write errorsGeorgi Djakov
2021-01-27mm: remove get_swap_bioChristoph Hellwig
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-03mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin
2020-10-14mm/page_io.c: remove useless out label in __swap_writepage()Miaohe Lin
2020-10-14swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-24mm: use SWP_SYNCHRONOUS_IO more intelligentlyChristoph Hellwig
2020-09-04mm: Add arch hooks for saving/restoring tagsSteven Price
2020-08-15mm/page_io: mark various intentional data racesQian Cai
2020-08-15mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-15mm: add thp_sizeMatthew Wilcox (Oracle)
2020-08-07mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync ioXianting Tian
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino
2019-12-01mm/page_io.c: annotate refault stalls from swap_readpageMinchan Kim
2019-11-16mm/page_io.c: do not free shared swap slotsVinayak Menon
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov
2019-06-29mm, swap: fix THP swap outHuang Ying
2019-01-05mm/page_io.c: fix polled swap page inJens Axboe
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds
2018-12-08blkcg: associate a blkg for pages being evicted by swapDennis Zhou
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe
2018-11-19block: avoid ordered task state change for polled IOJens Axboe
2018-11-16block: add polled wakeup task helperJens Axboe
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-02Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-11-02blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-27mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-09-22blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo