summaryrefslogtreecommitdiff
path: root/block/bdev.c
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+8
13 daysMerge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-19/+47
13 daysMerge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+10
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-05-03RIP ->bd_inodeAl Viro1-1/+0
2024-05-03block/bdev.c: use the knowledge of inode/bdev coallocationAl Viro1-13/+19
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-9/+9
2024-05-03block_device: add a pointer to struct address_space (page cache of bdev)Al Viro1-0/+1
2024-05-03missing helpers: bdev_unhash(), bdev_drop()Al Viro1-0/+10
2024-05-03block: move two helpers into bdev.cYu Kuai1-0/+12
2024-05-03bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro1-4/+2
2024-05-03bdev: move ->bd_write_holder into ->__bd_flagsAl Viro1-4/+5
2024-05-03bdev: infrastructure for flagsAl Viro1-1/+1
2024-05-03make set_blocksize() fail unless block device is opened exclusiveAl Viro1-0/+3
2024-05-03set_blocksize(): switch to passing struct file *Al Viro1-4/+7
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-03Merge 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-19treewide: 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