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
2021-12-21
block: check minor range in device_add_disk()
Tetsuo Handa
2021-12-21
block: fix error unwinding in device_add_disk
Christoph Hellwig
2021-12-03
blk-mq: move srcu from blk_mq_hw_ctx to request_queue
Ming Lei
2021-11-29
block: don't include <linux/part_stat.h> in blk.h
Christoph Hellwig
2021-11-29
block: don't include blk-mq-sched.h in blk.h
Christoph Hellwig
2021-11-29
block: don't set GENHD_FL_NO_PART for hidden gendisks
Christoph Hellwig
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-11-29
block: remove GENHD_FL_SUPPRESS_PARTITION_INFO
Christoph Hellwig
2021-11-29
block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
Christoph Hellwig
2021-11-29
block: merge disk_scan_partitions and blkdev_reread_part
Christoph Hellwig
2021-11-29
block: remove a dead check in show_partition
Christoph Hellwig
2021-11-15
blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()
Ming Lei
2021-11-09
block: add __must_check for *add_disk*() callers
Luis Chamberlain
2021-11-09
Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-09
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-04
block: fix device_add_disk() kobject_create_and_add() error handling
Luis Chamberlain
2021-11-04
block: update __register_blkdev() probe documentation
Luis Chamberlain
2021-11-01
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-10-26
block: drain queue after disk is removed from sysfs
Ming Lei
2021-10-21
block: Add invalidate_disk() helper to invalidate the gendisk
Xie Yongji
2021-10-19
block: move bdev_read_only() into the header
Jens Axboe
2021-10-18
block: cache inode size in bdev
Jens Axboe
2021-10-18
block: convert the rest of block to bdev_get_queue
Pavel Begunkov
2021-10-18
block: cache request queue in bdev
Pavel Begunkov
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
2021-10-17
block: warn when putting the final reference on a registered disk
Christoph Hellwig
2021-10-15
block: keep q_usage_counter in atomic mode after del_gendisk
Christoph Hellwig
2021-10-15
block: drain file system I/O on del_gendisk
Christoph Hellwig
2021-10-02
block: genhd: fix double kfree() in __alloc_disk_node()
Tetsuo Handa
2021-09-07
block: genhd: don't call blkdev_show() with major_names_lock held
Tetsuo Handa
2021-08-24
block: refine the disk_live check in del_gendisk
Christoph Hellwig
2021-08-24
block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT
Christoph Hellwig
2021-08-24
block: remove a pointless call to MINOR() in device_add_disk
Christoph Hellwig
2021-08-23
block: add error handling for device_add_disk / add_disk
Luis Chamberlain
2021-08-23
block: call blk_register_queue earlier in device_add_disk
Christoph Hellwig
2021-08-23
block: call blk_integrity_add earlier in device_add_disk
Christoph Hellwig
2021-08-23
block: create the bdi link earlier in device_add_disk
Christoph Hellwig
2021-08-23
block: call bdev_add later in device_add_disk
Christoph Hellwig
2021-08-23
block: fold register_disk into device_add_disk
Christoph Hellwig
2021-08-23
block: add a sanity check for a live disk in del_gendisk
Christoph Hellwig
2021-08-23
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
2021-08-23
block: hold a request_queue reference for the lifetime of struct gendisk
Christoph Hellwig
2021-08-23
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
2021-08-23
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
2021-08-23
block: cleanup the lockdep handling in *alloc_disk
Christoph Hellwig
2021-08-16
block: ensure the bdi is freed after inode_detach_wb
Christoph Hellwig
2021-08-16
block: free the extended dev_t minor later
Christoph Hellwig
2021-08-12
block: remove GENHD_FL_UP
Christoph Hellwig
2021-08-09
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
[next]