aboutsummaryrefslogtreecommitdiff
path: root/fs/block_dev.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-02block: don't send uevent for empty disk when not invalidatingGravatar Eric Biggers 1-1/+1
2019-11-14block: move clearing bd_invalidated into check_disk_size_changeGravatar Christoph Hellwig 1-2/+1
2019-11-14block: remove (__)blkdev_reread_part as an exported APIGravatar Christoph Hellwig 1-0/+7
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesGravatar Christoph Hellwig 1-18/+7
2019-11-14block: move rescan_partitions to fs/block_dev.cGravatar Christoph Hellwig 1-2/+36
2019-11-14block: merge invalidate_partitions into rescan_partitionsGravatar Christoph Hellwig 1-4/+1
2019-11-03bdev: Refresh bdev size for disks without partitioningGravatar Jan Kara 1-9/+10
2019-11-03bdev: Factor out bdev revalidation into a common helperGravatar Jan Kara 1-12/+14
2019-09-18Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+3
2019-08-20vfs: don't allow writes to swap filesGravatar Darrick J. Wong 1-0/+3
2019-08-15block: remove REQ_NOWAIT_INLINEGravatar Jens Axboe 1-44/+5
2019-08-08bdev: Fixup error handling in blkdev_get()Gravatar Jan Kara 1-1/+4
2019-08-07block: fix O_DIRECT error handling for bio fragmentsGravatar Jens Axboe 1-16/+12
2019-08-01block: Fix __blkdev_direct_IO() for bio fragmentsGravatar Damien Le Moal 1-1/+2
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDGravatar Jan Kara 1-25/+58
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+50
2019-07-21block: properly handle IOCB_NOWAIT for async O_DIRECT IOGravatar Jens Axboe 1-8/+50
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-8/+9
2019-06-29block_dev: use bio_release_pages in bio_unmap_userGravatar Christoph Hellwig 1-9/+2
2019-06-29block_dev: use bio_release_pages in blkdev_bio_end_ioGravatar Christoph Hellwig 1-7/+1
2019-05-27block: Don't revalidate bdev of hidden gendiskGravatar Jan Kara 1-9/+16
2019-05-25vfs: Convert bdev to use the new mount APIGravatar David Howells 1-8/+9
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Gravatar Al Viro 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-14fs/block_dev.c: Remove duplicate headerGravatar Sabyasachi Gupta 1-1/+0
2019-05-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-11/+3
2019-05-01bdev: switch to ->free_inode()Gravatar Al Viro 1-11/+3
2019-05-01block: fix handling for BIO_NO_PAGE_REFGravatar Ming Lei 1-1/+2
2019-04-30block: remove the i argument to bio_for_each_segment_allGravatar Christoph Hellwig 1-4/+2
2019-04-11block: fix the return errno for direct IOGravatar Jason Yan 1-4/+4
2019-04-09fs/block_dev.c: remove unused includeGravatar Chengguang Xu 1-1/+0
2019-03-18block: add BIO_NO_PAGE_REF flagGravatar Jens Axboe 1-5/+7
2019-02-24block: add bio_set_polled() helperGravatar Jens Axboe 1-2/+2
2019-02-24block: wire up block device iopoll methodGravatar Christoph Hellwig 1-1/+17
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecGravatar Ming Lei 1-2/+4
2019-01-15blockdev: Fix livelocks on loop deviceGravatar Jan Kara 1-10/+18
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Gravatar Linus Torvalds 1-5/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2018-12-28blkdev: avoid migration stalls for blkdev pagesGravatar Jan Kara 1-0/+1
2018-11-30block: avoid extra bio reference for async O_DIRECTGravatar Christoph Hellwig 1-4/+13
2018-11-26block: make blk_poll() take a parameter on whether to spin or notGravatar Jens Axboe 1-2/+2
2018-11-19block: avoid ordered task state change for polled IOGravatar Jens Axboe 1-2/+5
2018-11-16block: don't plug for aio/O_DIRECT HIPRI IOGravatar Jens Axboe 1-2/+11
2018-11-16block: for async O_DIRECT, mark us as polling if asked toGravatar Jens Axboe 1-0/+3
2018-11-16block: add polled wakeup task helperGravatar Jens Axboe 1-2/+2
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIGravatar Jens Axboe 1-0/+2
2018-10-24iov_iter: Use accessor functionGravatar David Howells 1-1/+1
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+4