aboutsummaryrefslogtreecommitdiffstats
path: root/block/bdev.c
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-04-26Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-04-20Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds1-10/+19
2024-04-18block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig1-10/+19
2024-04-11block: fix module reference leakage from bdev_open_by_dev error pathYu Kuai1-1/+1
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner1-1/+1
2024-03-27fs,block: yield devices earlyChristian Brauner1-8/+56
2024-03-27block: count BLK_OPEN_RESTRICT_WRITES openersChristian Brauner1-3/+3
2024-03-27block: handle BLK_OPEN_RESTRICT_WRITES correctlyChristian Brauner1-7/+7
2024-03-18fs,block: get holder during claimChristian Brauner1-0/+7
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-02-25block: remove bdev_handle completelyChristian Brauner1-23/+24
2024-02-25block: don't rely on BLK_OPEN_RESTRICT_WRITES when yielding write accessChristian Brauner1-6/+11
2024-02-25bdev: remove bdev pointer from struct bdev_handleChristian Brauner1-14/+12
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner1-58/+61
2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner1-2/+0
2024-02-25bdev: remove bdev_open_by_path()Christian Brauner1-40/+0
2024-02-25bdev: open block device as filesChristian Brauner1-4/+97
2024-02-24bdev: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-107/+151
2023-12-28block: Fix a memory leak in bdev_open_by_dev()Christophe JAILLET1-2/+4
2023-11-20block: update the stable_writes flag in bdev_addChristoph Hellwig1-0/+2
2023-11-18block: Add config option to not allow writing to mounted devicesJan Kara1-1/+74
2023-11-18block: Remove blkdev_get_by_*() functionsJan Kara1-64/+30
2023-11-18bdev: implement freeze and thaw holder operationsChristian Brauner1-33/+32
2023-11-18bdev: surface the error from sync_blockdev()Christian Brauner1-1/+1
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-9/+13
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+3
2023-10-28block: move bdev_mark_dead out of disk_check_media_changeChristoph Hellwig1-5/+4
2023-10-28fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lockJan Kara1-2/+3
2023-10-28block: Use bdev_open_by_dev() in blkdev_open()Jan Kara1-0/+3
2023-10-28block: Provide bdev_open_* functionsJan Kara1-0/+48
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan1-3/+3
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner1-4/+4
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig1-16/+0
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig1-21/+9
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig1-5/+28
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong1-4/+4
2023-06-21block: Improve kernel-doc headersBart Van Assche1-0/+1
2023-06-20block: document the holder argument to blkdev_get_by_pathChristoph Hellwig1-0/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-16/+16
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-16/+21
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-7/+7
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-1/+1
2023-06-12block: also call ->open for incremental partition opensChristoph Hellwig1-10/+8
2023-06-05block: introduce holder opsChristoph Hellwig1-12/+29
2023-06-05block: turn bdev_lock into a mutexChristoph Hellwig1-14/+13
2023-06-05block: refactor bd_may_claimChristoph Hellwig1-18/+22
2023-06-05block: factor out a bd_end_claim helper from blkdev_putChristoph Hellwig1-30/+33
2023-04-25block: sync part's ->bd_has_submit_bio with disk'sMing Lei1-1/+4
2023-04-24block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal1-0/+8
2023-04-16block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe1-0/+1
2023-02-02block: remove ->rw_pageChristoph Hellwig1-78/+0
2022-12-01block: bdev & blktrace: use consistent function doc. notationRandy Dunlap1-2/+2
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/g...Linus 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