index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
genhd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-13
block: retry call probe after request_module in blk_request_module
Yang Erkun
1
-5
/
+17
2025-03-13
block: deprecate autoloading based on dev_t
Christoph Hellwig
1
-0
/
+6
2024-10-17
blk-integrity: register sysfs attributes on struct device
Thomas Weißschuh
1
-8
/
+4
2024-01-25
block: add check of 'minors' and 'first_minor' in device_add_disk()
Li Nan
1
-1
/
+3
2024-01-25
block: Set memalloc_noio to false on device_add_disk() error path
Li Nan
1
-0
/
+1
2023-09-19
block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
Christoph Hellwig
1
-1
/
+1
2022-12-31
block: clear ->slave_dir when dropping the main slave_dir reference
Christoph Hellwig
1
-0
/
+2
2022-11-10
block: Fix possible memory leak for rq_wb on add_disk failure
Chen Zhongjin
1
-0
/
+1
2022-04-08
block: Fix the maximum minor value is blk_alloc_ext_minor()
Christophe JAILLET
1
-1
/
+1
2022-03-16
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
1
-0
/
+1
2022-02-23
block: fix surprise removal for drivers calling blk_set_queue_dying
Christoph Hellwig
1
-0
/
+14
2022-01-27
block: check minor range in device_add_disk()
Tetsuo Handa
1
-0
/
+2
2022-01-27
block: fix error unwinding in device_add_disk
Christoph Hellwig
1
-7
/
+6
2021-12-01
blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()
Ming Lei
1
-0
/
+2
2021-11-18
block: fix device_add_disk() kobject_create_and_add() error handling
Luis Chamberlain
1
-2
/
+6
2021-10-26
block: drain queue after disk is removed from sysfs
Ming Lei
1
-10
/
+12
2021-10-17
block: warn when putting the final reference on a registered disk
Christoph Hellwig
1
-0
/
+1
2021-10-15
block: keep q_usage_counter in atomic mode after del_gendisk
Christoph Hellwig
1
-1
/
+2
2021-10-15
block: drain file system I/O on del_gendisk
Christoph Hellwig
1
-0
/
+21
2021-10-02
block: genhd: fix double kfree() in __alloc_disk_node()
Tetsuo Handa
1
-0
/
+1
2021-09-07
block: genhd: don't call blkdev_show() with major_names_lock held
Tetsuo Handa
1
-2
/
+7
2021-08-24
block: refine the disk_live check in del_gendisk
Christoph Hellwig
1
-1
/
+1
2021-08-24
block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT
Christoph Hellwig
1
-39
/
+4
2021-08-24
block: remove a pointless call to MINOR() in device_add_disk
Christoph Hellwig
1
-1
/
+1
2021-08-23
block: add error handling for device_add_disk / add_disk
Luis Chamberlain
1
-34
/
+58
2021-08-23
block: call blk_register_queue earlier in device_add_disk
Christoph Hellwig
1
-2
/
+3
2021-08-23
block: call blk_integrity_add earlier in device_add_disk
Christoph Hellwig
1
-1
/
+2
2021-08-23
block: create the bdi link earlier in device_add_disk
Christoph Hellwig
1
-7
/
+6
2021-08-23
block: call bdev_add later in device_add_disk
Christoph Hellwig
1
-19
/
+17
2021-08-23
block: fold register_disk into device_add_disk
Christoph Hellwig
1
-71
/
+60
2021-08-23
block: add a sanity check for a live disk in del_gendisk
Christoph Hellwig
1
-1
/
+1
2021-08-23
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
1
-0
/
+2
2021-08-23
block: hold a request_queue reference for the lifetime of struct gendisk
Christoph Hellwig
1
-12
/
+7
2021-08-23
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
1
-3
/
+4
2021-08-23
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
1
-4
/
+2
2021-08-23
block: cleanup the lockdep handling in *alloc_disk
Christoph Hellwig
1
-3
/
+5
2021-08-16
block: ensure the bdi is freed after inode_detach_wb
Christoph Hellwig
1
-1
/
+0
2021-08-16
block: free the extended dev_t minor later
Christoph Hellwig
1
-2
/
+0
2021-08-12
block: remove GENHD_FL_UP
Christoph Hellwig
1
-4
/
+2
2021-08-09
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
1
-9
/
+14
2021-08-09
block: remove support for delayed queue registrations
Christoph Hellwig
1
-22
/
+7
2021-08-09
block: support delayed holder registration
Christoph Hellwig
1
-0
/
+10
2021-08-09
block: look up holders by bdev
Christoph Hellwig
1
-1
/
+3
2021-08-02
block: export diskseq in sysfs
Matteo Croce
1
-0
/
+10
2021-08-02
block: export the diskseq in uevents
Matteo Croce
1
-0
/
+9
2021-08-02
block: add disk sequence number
Matteo Croce
1
-0
/
+24
2021-08-02
block: remove disk_name()
Christoph Hellwig
1
-8
/
+9
2021-08-02
block: use the %pg format specifier in show_partition
Christoph Hellwig
1
-4
/
+2
2021-08-02
block: use the %pg format specifier in printk_all_partitions
Christoph Hellwig
1
-4
/
+2
2021-08-02
block: reduce stack usage in diskstats_show
Abd-Alrhman Masalkhi
1
-4
/
+2
[next]