summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-1/+1
|\
| * block: flag block devices as supporting IOCB_WAITQJens Axboe2020-06-211-1/+1
* | block: integrate bd_start_claiming into __blkdev_getChristoph Hellwig2020-07-161-122/+55
* | block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig2020-07-161-4/+5
* | block: refactor bd_start_claimingChristoph Hellwig2020-07-161-20/+13
* | block: simplify the restart case in __blkdev_getChristoph Hellwig2020-07-161-15/+10
* | block: remove flush_diskChristoph Hellwig2020-07-081-23/+7
* | block: remove the all_bdevs listChristoph Hellwig2020-07-011-15/+7
* | block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-7/+4
* | block: remove the bd_block_size field from struct block_deviceChristoph Hellwig2020-07-011-7/+2
* | block: simplify set_init_blocksizeChristoph Hellwig2020-07-011-6/+0
* | block: mark bd_finish_claiming staticChristoph Hellwig2020-06-241-3/+2
|/
* block: make function 'kill_bdev' staticZheng Bin2020-06-181-3/+2
* block: Fix use-after-free in blkdev_get()Jason Yan2020-06-161-5/+7
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-12/+0
|\
| * block: remove ioctl_by_bdevChristoph Hellwig2020-05-211-12/+0
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-21/+4
|\ \
| * | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
| * | block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei2020-05-121-2/+2
| |/
| * Merge branch 'block-5.7' into for-5.8/blockJens Axboe2020-05-091-1/+10
| |\
| * | block: unexport bdev_read_page and bdev_write_pageChristoph Hellwig2020-04-241-2/+0
| * | block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig2020-04-201-15/+0
| * | block: remove the disk argument from blk_drop_partitionsChristoph Hellwig2020-04-201-1/+1
* | | Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-06-021-2/+1
|\ \ \
| * | | PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli2020-05-271-2/+1
| | |/ | |/|
* / | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
|/ /
* | block: remove unused headerMa, Jianpeng2020-04-211-1/+0
* | bdev: Reduce time holding bd_mutex in sync in blkdev_close()Douglas Anderson2020-04-201-0/+10
|/
* Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-04-021-1/+3
|\
| * hibernate: Allow uswsusp to write to swapDomenico Andreoli2020-03-231-1/+3
* | block: fix a device invalidation regressionChristoph Hellwig2020-03-181-4/+16
|/
* block: don't send uevent for empty disk when not invalidatingEric Biggers2019-12-021-1/+1
* block: move clearing bd_invalidated into check_disk_size_changeChristoph Hellwig2019-11-141-2/+1
* block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig2019-11-141-0/+7
* block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig2019-11-141-18/+7
* block: move rescan_partitions to fs/block_dev.cChristoph Hellwig2019-11-141-2/+36
* block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig2019-11-141-4/+1
* bdev: Refresh bdev size for disks without partitioningJan Kara2019-11-031-9/+10
* bdev: Factor out bdev revalidation into a common helperJan Kara2019-11-031-12/+14
* Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-181-0/+3
|\
| * vfs: don't allow writes to swap filesDarrick J. Wong2019-08-201-0/+3
* | block: remove REQ_NOWAIT_INLINEJens Axboe2019-08-151-44/+5
* | bdev: Fixup error handling in blkdev_get()Jan Kara2019-08-081-1/+4
* | block: fix O_DIRECT error handling for bio fragmentsJens Axboe2019-08-071-16/+12
* | block: Fix __blkdev_direct_IO() for bio fragmentsDamien Le Moal2019-08-011-1/+2
* | loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara2019-07-301-25/+58
|/
* Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-261-8/+50
|\
| * block: properly handle IOCB_NOWAIT for async O_DIRECT IOJens Axboe2019-07-211-8/+50
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-8/+9
|\ \ | |/ |/|
| * vfs: Convert bdev to use the new mount APIDavid Howells2019-05-251-8/+9