summaryrefslogtreecommitdiffstats
path: root/block/bdev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-3/+3
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-3/+3
* | block: move bdev_mark_dead out of disk_check_media_changeChristoph Hellwig2023-10-281-5/+4
* | fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lockJan Kara2023-10-281-2/+3
* | block: Use bdev_open_by_dev() in blkdev_open()Jan Kara2023-10-281-0/+3
* | block: Provide bdev_open_* functionsJan Kara2023-10-281-0/+48
|/
* Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner2023-08-231-4/+4
|\
| * fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong2023-07-171-4/+4
* | block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig2023-08-211-16/+0
* | block: call into the file system for bdev_mark_deadChristoph Hellwig2023-08-211-21/+9
* | block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig2023-08-211-5/+28
|/
* block: Improve kernel-doc headersBart Van Assche2023-06-211-0/+1
* block: document the holder argument to blkdev_get_by_pathChristoph Hellwig2023-06-201-0/+1
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-16/+16
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-16/+21
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-7/+7
* block: pass a gendisk to ->openChristoph Hellwig2023-06-121-1/+1
* block: also call ->open for incremental partition opensChristoph Hellwig2023-06-121-10/+8
* block: introduce holder opsChristoph Hellwig2023-06-051-12/+29
* block: turn bdev_lock into a mutexChristoph Hellwig2023-06-051-14/+13
* block: refactor bd_may_claimChristoph Hellwig2023-06-051-18/+22
* block: factor out a bd_end_claim helper from blkdev_putChristoph Hellwig2023-06-051-30/+33
* block: sync part's ->bd_has_submit_bio with disk'sMing Lei2023-04-251-1/+4
* block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal2023-04-241-0/+8
* block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe2023-04-161-0/+1
* block: remove ->rw_pageChristoph Hellwig2023-02-021-78/+0
* block: bdev & blktrace: use consistent function doc. notationRandy Dunlap2022-12-011-2/+2
* vfs: support STATX_DIOALIGN on block devicesEric Biggers2022-09-111-0/+23
* block: stop using bdevname in bdev_write_inodeChristoph Hellwig2022-07-141-6/+4
* Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-241-0/+7
|\
| * block: add sync_blockdev_range()Yuezhang Mo2022-05-231-0/+7
* | block: turn bdev->bd_openers into an atomic_tChristoph Hellwig2022-04-181-8/+8
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\
| * fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | block: remove redundant semicolonNian Yanchuan2022-02-271-1/+1
* | block: default BLOCK_LEGACY_AUTOLOAD to yChristoph Hellwig2022-02-271-1/+1
* | block: deprecate autoloading based on dev_tChristoph Hellwig2022-02-021-3/+6
|/
* mm: remove cleancacheChristoph Hellwig2022-01-221-5/+0
* bdev: Improve lookup_bdev documentationMatthew Wilcox (Oracle)2021-12-131-6/+6
* block: Remove redundant initialization of variable retColin Ian King2021-11-291-1/+1
* block: remove the GENHD_FL_HIDDEN check in blkdev_get_no_openChristoph Hellwig2021-11-291-8/+0
* block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig2021-11-291-1/+1
* 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