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
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-07mm: test code to write THP to swap device as a wholeHuang Ying
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-03mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa
2017-07-11swap: add block io poll in swapin pathShaohua Li
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe
2016-10-08mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton
2016-09-20mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe
2016-07-29mm: add cond_resched() to generic_swapfile_activate()Mikulas Patocka
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-29mm: call swap_slot_free_notify() with page lock heldMinchan Kim
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-23zram: revive swap_slot_free_notifyMinchan Kim
2016-03-18mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-13fs: remove ki_nbytesChristoph Hellwig
2015-01-29new helper: iov_iter_bvec()Al Viro
2014-06-15fix __swap_writepage() compile failure on old gcc versionsAl Viro
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-05swap: use bdev_read_page() / bdev_write_page()Matthew Wilcox
2014-05-07bio_vec-backed iov_iterAl Viro
2014-05-07start adding the tag to iov_iterAl Viro
2014-05-07pass iov_iter to ->direct_IO()Al Viro
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2013-11-24block: Abstract out bvec iteratorKent Overstreet
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet
2013-07-04mm: remove compressed copy from zram in-memoryMinchan Kim
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-08aio: don't include aio.h in sched.hKent Overstreet
2013-04-30mm: swap: mark swap pages writeback before queueing for direct IOMel Gorman
2013-04-30swap: redirty page if page write fails on swap fileJerome Marchand
2013-04-30mm: allow for outstanding swap writeback accountingSeth Jennings
2013-04-30mm: break up swap_writepage() for frontswap backendsSeth Jennings
2013-03-24block: Remove bi_idx referencesKent Overstreet
2012-08-01mm: add support for direct_IO to highmem pagesMel Gorman
2012-08-01mm: swap: implement generic handler for swap_activateMel Gorman
2012-08-01mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk
2012-05-15mm: frontswap: core swap subsystem hooks and headersDan Magenheimer
2011-03-10block: kill off REQ_UNPLUGJens Axboe