summaryrefslogtreecommitdiff
path: root/block/bdev.c
AgeCommit message (Expand)Author
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong
2023-06-21block: Improve kernel-doc headersBart Van Assche
2023-06-20block: document the holder argument to blkdev_get_by_pathChristoph Hellwig
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-12block: also call ->open for incremental partition opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-05block: turn bdev_lock into a mutexChristoph Hellwig
2023-06-05block: refactor bd_may_claimChristoph Hellwig
2023-06-05block: factor out a bd_end_claim helper from blkdev_putChristoph Hellwig
2023-04-25block: sync part's ->bd_has_submit_bio with disk'sMing Lei
2023-04-24block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal
2023-04-16block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe
2023-02-02block: remove ->rw_pageChristoph Hellwig
2022-12-01block: bdev & blktrace: use consistent function doc. notationRandy Dunlap
2022-09-11vfs: support STATX_DIOALIGN on block devicesEric Biggers
2022-07-14block: stop using bdevname in bdev_write_inodeChristoph Hellwig
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-23block: add sync_blockdev_range()Yuezhang Mo
2022-04-18block: turn bdev->bd_openers into an atomic_tChristoph Hellwig
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-02-27block: remove redundant semicolonNian Yanchuan
2022-02-27block: default BLOCK_LEGACY_AUTOLOAD to yChristoph Hellwig
2022-02-02block: deprecate autoloading based on dev_tChristoph Hellwig
2022-01-22mm: remove cleancacheChristoph Hellwig
2021-12-13bdev: Improve lookup_bdev documentationMatthew Wilcox (Oracle)
2021-11-29block: Remove redundant initialization of variable retColin Ian King
2021-11-29block: remove the GENHD_FL_HIDDEN check in blkdev_get_no_openChristoph Hellwig
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig
2021-11-22block: avoid to touch unloaded module instance when opening bdevMing Lei
2021-10-22block: simplify the block device syncing codeChristoph Hellwig
2021-10-22block: remove __sync_blockdevChristoph Hellwig
2021-10-21fs: bdev: fix conflicting comment from lookup_bdevJackie Liu
2021-10-18block: use bdev_get_queue() in bdev.cPavel Begunkov
2021-10-18block: cache request queue in bdevPavel Begunkov
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-10-02block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig