aboutsummaryrefslogtreecommitdiff
path: root/fs/block_dev.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-07-16block: integrate bd_start_claiming into __blkdev_getGravatar Christoph Hellwig 1-122/+55
2020-07-16block: use bd_prepare_to_claim directly in the loop driverGravatar Christoph Hellwig 1-4/+5
2020-07-16block: refactor bd_start_claimingGravatar Christoph Hellwig 1-20/+13
2020-07-16block: simplify the restart case in __blkdev_getGravatar Christoph Hellwig 1-15/+10
2020-07-08block: remove flush_diskGravatar Christoph Hellwig 1-23/+7
2020-07-01block: remove the all_bdevs listGravatar Christoph Hellwig 1-15/+7
2020-07-01block: remove the bd_queue field from struct block_deviceGravatar Christoph Hellwig 1-7/+4
2020-07-01block: remove the bd_block_size field from struct block_deviceGravatar Christoph Hellwig 1-7/+2
2020-07-01block: simplify set_init_blocksizeGravatar Christoph Hellwig 1-6/+0
2020-06-24block: mark bd_finish_claiming staticGravatar Christoph Hellwig 1-3/+2
2020-06-21block: flag block devices as supporting IOCB_WAITQGravatar Jens Axboe 1-1/+1
2020-06-18block: make function 'kill_bdev' staticGravatar Zheng Bin 1-3/+2
2020-06-16block: Fix use-after-free in blkdev_get()Gravatar Jason Yan 1-5/+7
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+0
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-21/+4
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-2/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-05-27PM: hibernate: Restrict writes to the resume deviceGravatar Domenico Andreoli 1-2/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2020-05-21block: remove ioctl_by_bdevGravatar Christoph Hellwig 1-12/+0
2020-05-12block: add blk_io_schedule() for avoiding task hung in sync dioGravatar Ming Lei 1-2/+2
2020-05-09Merge branch 'block-5.7' into for-5.8/blockGravatar Jens Axboe 1-1/+10
2020-04-24block: unexport bdev_read_page and bdev_write_pageGravatar Christoph Hellwig 1-2/+0
2020-04-21block: remove unused headerGravatar Ma, Jianpeng 1-1/+0
2020-04-20block: fold bdev_unhash_inode into invalidate_partitionGravatar Christoph Hellwig 1-15/+0
2020-04-20block: remove the disk argument from blk_drop_partitionsGravatar Christoph Hellwig 1-1/+1
2020-04-20bdev: Reduce time holding bd_mutex in sync in blkdev_close()Gravatar Douglas Anderson 1-0/+10
2020-04-02Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+3
2020-03-23hibernate: Allow uswsusp to write to swapGravatar Domenico Andreoli 1-1/+3
2020-03-18block: fix a device invalidation regressionGravatar Christoph Hellwig 1-4/+16
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