aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-24block: add bio_set_polled() helperJens Axboe1-2/+2
2019-02-24block: wire up block device iopoll methodChristoph Hellwig1-1/+17
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-2/+4
2019-01-15blockdev: Fix livelocks on loop deviceJan Kara1-10/+18
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds1-5/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2018-12-28blkdev: avoid migration stalls for blkdev pagesJan Kara1-0/+1
2018-11-30block: avoid extra bio reference for async O_DIRECTChristoph Hellwig1-4/+13
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe1-2/+2
2018-11-19block: avoid ordered task state change for polled IOJens Axboe1-2/+5
2018-11-16block: don't plug for aio/O_DIRECT HIPRI IOJens Axboe1-2/+11
2018-11-16block: for async O_DIRECT, mark us as polling if asked toJens Axboe1-0/+3
2018-11-16block: add polled wakeup task helperJens Axboe1-2/+2
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe1-0/+2
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2018-07-26blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck1-4/+5
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo1-2/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2018-05-31fs: blkdev set bio prio from kiocb prioAdam Manzanares1-0/+2
2018-05-30fs: convert block_dev.c to bioset_init()Kent Overstreet1-6/+3
2018-05-29block: don't print a message when the device went awayChristoph Hellwig1-5/+9
2018-05-29block: unexport check_disk_size_changeChristoph Hellwig1-1/+0
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-5/+0
2018-04-05fs: don't flush pagecache when expanding block deviceshunki-fujita1-2/+4
2018-03-30block, dax: remove dead code in blkdev_writepages()Dan Williams1-5/+0
2018-02-26blockdev: Avoid two active bdev inodes for one deviceJan Kara1-2/+23
2018-02-26genhd: Fix use after free in __blkdev_get()Jan Kara1-2/+5
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara1-14/+5
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+4
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche1-2/+2
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-2/+2
2017-10-13fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox1-2/+4
2017-10-12fs/block_dev: remove vfs_msg() interfaceRakesh Pandit1-12/+0
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2017-09-04block_dev: support RFW_NOWAIT on block device nodesChristoph Hellwig1-0/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-08-23block: cache the partition index in struct block_deviceChristoph Hellwig1-0/+1
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+2
2017-07-06block: convert to errseq_t based writeback error trackingJeff Layton1-1/+1
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton1-0/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+15
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe1-1/+4
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe1-0/+2
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-8/+10
2017-06-09block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IOChristoph Hellwig1-3/+4
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-66/+0