index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
genhd.c
Age
Commit message (
Expand
)
Author
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
2023-02-17
block: Revert "block: Do not reread partition table on exclusively open device"
Yu Kuai
2023-02-14
Revert "blk-cgroup: delay blk-cgroup initialization until add_disk"
Christoph Hellwig
2023-02-14
Revert "blk-cgroup: delay calling blkcg_exit_disk until disk_release"
Christoph Hellwig
2023-02-09
blk-cgroup: delay calling blkcg_exit_disk until disk_release
Christoph Hellwig
2023-02-06
block: stub out and deprecated the capability attribute on the gendisk
Christoph Hellwig
2023-02-03
blk-cgroup: delay blk-cgroup initialization until add_disk
Christoph Hellwig
2023-01-27
driver core: make struct device_type.devnode() take a const *
Greg Kroah-Hartman
2023-01-06
Merge tag 'block-2023-01-06' of git://git.kernel.dk/linux
Linus Torvalds
2023-01-04
Revert "block: remove devnode callback from struct block_device_operations"
Jens Axboe
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-03
block: remove devnode callback from struct block_device_operations
Greg Kroah-Hartman
2022-12-01
block: Do not reread partition table on exclusively open device
Jan Kara
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
2022-11-16
block: remove delayed holder registration
Christoph Hellwig
2022-11-16
block: clear ->slave_dir when dropping the main slave_dir reference
Christoph Hellwig
2022-11-02
blk-mq: move the srcu_struct used for quiescing to the tagset
Christoph Hellwig
2022-11-02
block: set the disk capacity to 0 in blk_mark_disk_dead
Christoph Hellwig
[next]