aboutsummaryrefslogtreecommitdiffstats
path: root/block/bdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-11vfs: support STATX_DIOALIGN on block devicesEric Biggers1-0/+23
2022-07-14block: stop using bdevname in bdev_write_inodeChristoph Hellwig1-6/+4
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds1-0/+7
2022-05-23block: add sync_blockdev_range()Yuezhang Mo1-0/+7
2022-04-18block: turn bdev->bd_openers into an atomic_tChristoph Hellwig1-8/+8
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-02-27block: remove redundant semicolonNian Yanchuan1-1/+1
2022-02-27block: default BLOCK_LEGACY_AUTOLOAD to yChristoph Hellwig1-1/+1
2022-02-02block: deprecate autoloading based on dev_tChristoph Hellwig1-3/+6
2022-01-22mm: remove cleancacheChristoph Hellwig1-5/+0
2021-12-13bdev: Improve lookup_bdev documentationMatthew Wilcox (Oracle)1-6/+6
2021-11-29block: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-11-29block: remove the GENHD_FL_HIDDEN check in blkdev_get_no_openChristoph Hellwig1-8/+0
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig1-1/+1
2021-11-22block: avoid to touch unloaded module instance when opening bdevMing Lei1-5/+7
2021-10-22block: simplify the block device syncing codeChristoph Hellwig1-3/+14
2021-10-22block: remove __sync_blockdevChristoph Hellwig1-5/+6
2021-10-21fs: bdev: fix conflicting comment from lookup_bdevJackie Liu1-3/+5
2021-10-18block: use bdev_get_queue() in bdev.cPavel Begunkov1-4/+4
2021-10-18block: cache request queue in bdevPavel Begunkov1-0/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-02block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa1-1/+1
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig1-0/+1058