summaryrefslogtreecommitdiffstats
path: root/block/bdev.c
Commit message (Expand)AuthorAgeFilesLines
* block: avoid to touch unloaded module instance when opening bdevMing Lei2021-11-221-5/+7
* block: simplify the block device syncing codeChristoph Hellwig2021-10-221-3/+14
* block: remove __sync_blockdevChristoph Hellwig2021-10-221-5/+6
* fs: bdev: fix conflicting comment from lookup_bdevJackie Liu2021-10-211-3/+5
* block: use bdev_get_queue() in bdev.cPavel Begunkov2021-10-181-4/+4
* block: cache request queue in bdevPavel Begunkov2021-10-181-0/+1
* block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
* block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa2021-10-021-1/+1
* block: move fs/block_dev.c to block/bdev.cChristoph Hellwig2021-09-071-0/+1058