summaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
Commit message (Expand)AuthorAgeFilesLines
* block: add a bdget_part helperChristoph Hellwig2020-10-051-3/+6
* block: mark blkdev_get staticChristoph Hellwig2020-09-231-2/+1
* PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig2020-09-231-1/+1
* block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2020-09-231-4/+3
* block: remove check_disk_changeChristoph Hellwig2020-09-101-20/+0
* block: add a bdev_check_media_change helperChristoph Hellwig2020-09-101-14/+3
* block: Do not discard buffers under a mounted filesystemJan Kara2020-09-071-4/+33
* block: remove revalidate_disk()Christoph Hellwig2020-09-021-19/+0
* block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-021-13/+29
* block: rename bd_invalidatedChristoph Hellwig2020-09-021-5/+5
* block: don't clear bd_invalidated in check_disk_size_changeChristoph Hellwig2020-09-021-1/+2
* block: move the devcgroup_inode_permission call to blkdev_getChristoph Hellwig2020-09-011-19/+17
* block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-11/+14
* block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig2020-09-011-5/+5
* 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