index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
genhd.c
Age
Commit message (
Expand
)
Author
2024-07-24
block: fix deadlock between sd_remove & sd_release
Yang Yang
2024-06-26
block: remove disk_update_readahead
Christoph Hellwig
2024-05-21
Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-09
block: fix that util can be greater than 100%
Yu Kuai
2024-05-09
block: support to account io_ticks precisely
Yu Kuai
2024-05-03
block: add a partscan sysfs attribute for disks
Christoph Hellwig
2024-05-03
block: add a disk_has_partscan helper
Christoph Hellwig
2024-05-03
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
2024-05-03
missing helpers: bdev_unhash(), bdev_drop()
Al Viro
2024-05-02
bdev: move ->bd_make_it_fail to ->__bd_flags
Al Viro
2024-05-02
bdev: move ->bd_has_subit_bio to ->__bd_flags
Al Viro
2024-04-17
block: Introduce zone write plugging
Damien Le Moal
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-06
block: make block_class constant
Ricardo B. Marliere
2024-02-25
block/genhd: port disk_scan_partitions() to file
Christian Brauner
2024-02-19
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
2024-02-13
block: pass a queue_limits argument to blk_alloc_queue
Christoph Hellwig
2023-12-19
block: add check of 'minors' and 'first_minor' in device_add_disk()
Li Nan
2023-12-13
block: Set memalloc_noio to false on device_add_disk() error path
Li Nan
2023-10-28
block: assert that we're not holding open_mutex over blk_report_disk_dead
Christian Brauner
2023-10-28
block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
Jan Kara
2023-08-21
block: call into the file system for bdev_mark_dead
Christoph Hellwig
2023-08-21
block: consolidate __invalidate_device and fsync_bdev
Christoph Hellwig
2023-06-21
block: fix the exclusive open mask in disk_scan_partitions
Christoph Hellwig
2023-06-20
block: fix wrong mode for blkdev_get_by_dev() from disk_scan_partitions()
Yu Kuai
2023-06-14
block: fix blktrace debugfs entries leakage
Yu Kuai
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-05
block: move more code to early-lookup.c
Christoph Hellwig
2023-06-05
block: add a mark_dead holder operation
Christoph Hellwig
2023-06-05
block: introduce holder ops
Christoph Hellwig
2023-06-05
block: delete partitions later in del_gendisk
Christoph Hellwig
2023-06-05
block: avoid repeated work in blk_mark_disk_dead
Christoph Hellwig
2023-06-05
block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
Christoph Hellwig
2023-06-01
block: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-06
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-26
blk-integrity: register sysfs attributes on struct device
Thomas Weißschuh
2023-04-26
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-24
block: Cleanup set_capacity()/bdev_set_nr_sectors()
Damien Le Moal
2023-04-16
block: store bdev->bd_disk->fops->submit_bio state in bdev
Jens Axboe
2023-04-06
block: don't set GD_NEED_PART_SCAN if scan partition failed
Yu Kuai
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-03-31
driver core: class: remove dev_kobj from struct class
Greg Kroah-Hartman
2023-03-07
block: fix wrong mode for blkdev_put() from disk_scan_partitions()
Yu Kuai
2023-03-06
driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2
Greg Kroah-Hartman
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-02-17
block: fix scan partition for exclusively open device again
Yu Kuai
[next]