aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-01block: Fix __blkdev_direct_IO() for bio fragmentsDamien Le Moal1-1/+2
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara1-25/+58
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+50
2019-07-21block: properly handle IOCB_NOWAIT for async O_DIRECT IOJens Axboe1-8/+50
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+9
2019-06-29block_dev: use bio_release_pages in bio_unmap_userChristoph Hellwig1-9/+2
2019-06-29block_dev: use bio_release_pages in blkdev_bio_end_ioChristoph Hellwig1-7/+1
2019-05-27block: Don't revalidate bdev of hidden gendiskJan Kara1-9/+16
2019-05-25vfs: Convert bdev to use the new mount APIDavid Howells1-8/+9
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14fs/block_dev.c: Remove duplicate headerSabyasachi Gupta1-1/+0
2019-05-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+3
2019-05-01bdev: switch to ->free_inode()Al Viro1-11/+3
2019-05-01block: fix handling for BIO_NO_PAGE_REFMing Lei1-1/+2
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-4/+2
2019-04-11block: fix the return errno for direct IOJason Yan1-4/+4
2019-04-09fs/block_dev.c: remove unused includeChengguang Xu1-1/+0
2019-03-18block: add BIO_NO_PAGE_REF flagJens Axboe1-5/+7
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