index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
genhd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: refine the disk_live check in del_gendisk
Christoph Hellwig
2021-08-24
1
-1
/
+1
*
block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT
Christoph Hellwig
2021-08-24
1
-39
/
+4
*
block: remove a pointless call to MINOR() in device_add_disk
Christoph Hellwig
2021-08-24
1
-1
/
+1
*
block: add error handling for device_add_disk / add_disk
Luis Chamberlain
2021-08-23
1
-34
/
+58
*
block: call blk_register_queue earlier in device_add_disk
Christoph Hellwig
2021-08-23
1
-2
/
+3
*
block: call blk_integrity_add earlier in device_add_disk
Christoph Hellwig
2021-08-23
1
-1
/
+2
*
block: create the bdi link earlier in device_add_disk
Christoph Hellwig
2021-08-23
1
-7
/
+6
*
block: call bdev_add later in device_add_disk
Christoph Hellwig
2021-08-23
1
-19
/
+17
*
block: fold register_disk into device_add_disk
Christoph Hellwig
2021-08-23
1
-71
/
+60
*
block: add a sanity check for a live disk in del_gendisk
Christoph Hellwig
2021-08-23
1
-1
/
+1
*
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
2021-08-23
1
-0
/
+2
*
block: hold a request_queue reference for the lifetime of struct gendisk
Christoph Hellwig
2021-08-23
1
-12
/
+7
*
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
2021-08-23
1
-3
/
+4
*
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
2021-08-23
1
-4
/
+2
*
block: cleanup the lockdep handling in *alloc_disk
Christoph Hellwig
2021-08-23
1
-3
/
+5
*
block: ensure the bdi is freed after inode_detach_wb
Christoph Hellwig
2021-08-16
1
-1
/
+0
*
block: free the extended dev_t minor later
Christoph Hellwig
2021-08-16
1
-2
/
+0
*
block: remove GENHD_FL_UP
Christoph Hellwig
2021-08-12
1
-4
/
+2
*
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
2021-08-09
1
-9
/
+14
*
block: remove support for delayed queue registrations
Christoph Hellwig
2021-08-09
1
-22
/
+7
*
block: support delayed holder registration
Christoph Hellwig
2021-08-09
1
-0
/
+10
*
block: look up holders by bdev
Christoph Hellwig
2021-08-09
1
-1
/
+3
*
block: export diskseq in sysfs
Matteo Croce
2021-08-02
1
-0
/
+10
*
block: export the diskseq in uevents
Matteo Croce
2021-08-02
1
-0
/
+9
*
block: add disk sequence number
Matteo Croce
2021-08-02
1
-0
/
+24
*
block: remove disk_name()
Christoph Hellwig
2021-08-02
1
-8
/
+9
*
block: use the %pg format specifier in show_partition
Christoph Hellwig
2021-08-02
1
-4
/
+2
*
block: use the %pg format specifier in printk_all_partitions
Christoph Hellwig
2021-08-02
1
-4
/
+2
*
block: reduce stack usage in diskstats_show
Abd-Alrhman Masalkhi
2021-08-02
1
-4
/
+2
*
block: remove bdput
Christoph Hellwig
2021-08-02
1
-2
/
+2
*
block: unhash the whole device inode earlier
Christoph Hellwig
2021-08-02
1
-6
/
+1
*
block: delay freeing the gendisk
Christoph Hellwig
2021-07-28
1
-2
/
+1
*
block: grab a device refcount in disk_uevent
Christoph Hellwig
2021-07-01
1
-2
/
+2
*
block: add the events* attributes to disk_attrs
Christoph Hellwig
2021-06-24
1
-0
/
+3
*
block: move the disk events code to a separate file
Christoph Hellwig
2021-06-24
1
-492
/
+0
*
block: remove bdget_disk
Christoph Hellwig
2021-06-01
1
-30
/
+5
*
block: factor out a part_devt helper
Christoph Hellwig
2021-06-01
1
-8
/
+17
*
block: move bd_mutex to struct gendisk
Christoph Hellwig
2021-06-01
1
-3
/
+4
*
block: add blk_alloc_disk and blk_cleanup_disk APIs
Christoph Hellwig
2021-06-01
1
-0
/
+35
*
block: add a flag to make put_disk on partially initalized disks safer
Christoph Hellwig
2021-06-01
1
-2
/
+5
*
block: automatically enable GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-06-01
1
-1
/
+1
*
block: move the DISK_MAX_PARTS sanity check into __device_add_disk
Christoph Hellwig
2021-06-01
1
-7
/
+6
*
block: refactor device number setup in __device_add_disk
Christoph Hellwig
2021-06-01
1
-60
/
+36
*
block: prevent block device lookups at the beginning of del_gendisk
Christoph Hellwig
2021-05-20
1
-10
/
+1
*
block: remove disk_part_iter
Christoph Hellwig
2021-04-08
1
-79
/
+13
*
block: simplify diskstats_show
Christoph Hellwig
2021-04-08
1
-4
/
+6
*
block: simplify show_partition
Christoph Hellwig
2021-04-08
1
-6
/
+7
*
block: simplify printk_all_partitions
Christoph Hellwig
2021-04-08
1
-17
/
+16
*
block: take bd_mutex around delete_partitions in del_gendisk
Christoph Hellwig
2021-04-08
1
-0
/
+4
*
block: refactor blk_drop_partitions
Christoph Hellwig
2021-04-08
1
-10
/
+1
[next]