summaryrefslogtreecommitdiffstats
path: root/block/bdev.c
AgeCommit message (Expand)AuthorLines
2021-11-22block: avoid to touch unloaded module instance when opening bdevMing Lei-5/+7
2021-10-22block: simplify the block device syncing codeChristoph Hellwig-3/+14
2021-10-22block: remove __sync_blockdevChristoph Hellwig-5/+6
2021-10-21fs: bdev: fix conflicting comment from lookup_bdevJackie Liu-3/+5
2021-10-18block: use bdev_get_queue() in bdev.cPavel Begunkov-4/+4
2021-10-18block: cache request queue in bdevPavel Begunkov-0/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig-0/+1
2021-10-02block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa-1/+1
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig-0/+1058