summaryrefslogtreecommitdiffstats
path: root/block/bdev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds2024-09-251-2/+2
|\
| * block: change wait on bd_claiming to use a var_waitqueueNeilBrown2024-09-161-2/+2
* | block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers2024-08-201-0/+7
|/
* Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-151-11/+30
|\
| * block: Add atomic write support for statxPrasad Singamsetty2024-06-201-10/+26
| * bdev: make blockdev_mnt staticJiapeng Chong2024-06-161-1/+1
|/
* Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-9/+8
|\
| * bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro2024-05-021-4/+2
| * bdev: move ->bd_write_holder into ->__bd_flagsAl Viro2024-05-021-4/+5
| * bdev: infrastructure for flagsAl Viro2024-05-021-1/+1
* | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-19/+47
|\ \
| * | RIP ->bd_inodeAl Viro2024-05-031-1/+0
| * | block/bdev.c: use the knowledge of inode/bdev coallocationAl Viro2024-05-031-13/+19
| * | use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-031-9/+9
| * | block_device: add a pointer to struct address_space (page cache of bdev)Al Viro2024-05-031-0/+1
| * | missing helpers: bdev_unhash(), bdev_drop()Al Viro2024-05-031-0/+10
| * | block: move two helpers into bdev.cYu Kuai2024-05-031-0/+12
* | | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-211-4/+10
|\| |
| * | make set_blocksize() fail unless block device is opened exclusiveAl Viro2024-05-021-0/+3
| * | set_blocksize(): switch to passing struct file *Al Viro2024-05-021-4/+7
* | | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-131-1/+1
|\ \ \
| * | | fs: claw back a few FMODE_* bitsChristian Brauner2024-04-071-1/+1
| | |/ | |/|
* | | Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-04-261-1/+1
|\ \ \
| * | | block: fix module reference leakage from bdev_open_by_dev error pathYu Kuai2024-04-111-1/+1
| | |/ | |/|
* | | Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds2024-04-201-10/+19
|\ \ \ | |/ / |/| |
| * | block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig2024-04-181-10/+19
| |/
* | fs,block: yield devices earlyChristian Brauner2024-03-271-8/+56
* | block: count BLK_OPEN_RESTRICT_WRITES openersChristian Brauner2024-03-271-3/+3
* | block: handle BLK_OPEN_RESTRICT_WRITES correctlyChristian Brauner2024-03-271-7/+7
|/
* fs,block: get holder during claimChristian Brauner2024-03-181-0/+7
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-1/+1
|\
| * bdev: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-241-1/+1
* | block: remove bdev_handle completelyChristian Brauner2024-02-251-23/+24
* | block: don't rely on BLK_OPEN_RESTRICT_WRITES when yielding write accessChristian Brauner2024-02-251-6/+11
* | bdev: remove bdev pointer from struct bdev_handleChristian Brauner2024-02-251-14/+12
* | bdev: make struct bdev_handle private to the block layerChristian Brauner2024-02-251-58/+61
* | bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner2024-02-251-2/+0
* | bdev: remove bdev_open_by_path()Christian Brauner2024-02-251-40/+0
* | bdev: open block device as filesChristian Brauner2024-02-251-4/+97
|/
* Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-107/+151
|\
| * block: Fix a memory leak in bdev_open_by_dev()Christophe JAILLET2023-12-281-2/+4
| * block: Add config option to not allow writing to mounted devicesJan Kara2023-11-181-1/+74
| * block: Remove blkdev_get_by_*() functionsJan Kara2023-11-181-64/+30
| * bdev: implement freeze and thaw holder operationsChristian Brauner2023-11-181-33/+32
| * bdev: surface the error from sync_blockdev()Christian Brauner2023-11-181-1/+1
| * bdev: rename freeze and thaw helpersChristian Brauner2023-11-181-9/+13
* | block: update the stable_writes flag in bdev_addChristoph Hellwig2023-11-201-0/+2
|/
* 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