index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
genhd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add __must_check for *add_disk*() callers
Luis Chamberlain
2021-11-09
1
-3
/
+3
*
Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-09
1
-1
/
+4
|
\
|
*
block: update __register_blkdev() probe documentation
Luis Chamberlain
2021-11-04
1
-1
/
+4
*
|
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-09
1
-2
/
+6
|
\
\
|
*
|
block: fix device_add_disk() kobject_create_and_add() error handling
Luis Chamberlain
2021-11-04
1
-2
/
+6
*
|
|
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-0
/
+1
|
\
\
\
|
*
|
|
block: cache inode size in bdev
Jens Axboe
2021-10-18
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-9
/
+26
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
block: Add invalidate_disk() helper to invalidate the gendisk
Xie Yongji
2021-10-21
1
-0
/
+20
|
*
|
block: move bdev_read_only() into the header
Jens Axboe
2021-10-19
1
-6
/
+0
|
|
/
|
*
block: convert the rest of block to bdev_get_queue
Pavel Begunkov
2021-10-18
1
-2
/
+2
|
*
block: cache request queue in bdev
Pavel Begunkov
2021-10-18
1
-1
/
+3
|
*
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
2021-10-18
1
-0
/
+1
*
|
block: drain queue after disk is removed from sysfs
Ming Lei
2021-10-26
1
-10
/
+12
|
/
*
block: warn when putting the final reference on a registered disk
Christoph Hellwig
2021-10-17
1
-0
/
+1
*
block: keep q_usage_counter in atomic mode after del_gendisk
Christoph Hellwig
2021-10-15
1
-1
/
+2
*
block: drain file system I/O on del_gendisk
Christoph Hellwig
2021-10-15
1
-0
/
+21
*
block: genhd: fix double kfree() in __alloc_disk_node()
Tetsuo Handa
2021-10-02
1
-0
/
+1
*
block: genhd: don't call blkdev_show() with major_names_lock held
Tetsuo Handa
2021-09-07
1
-2
/
+7
*
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
[next]