index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
genhd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-27
block, loop: support partitions without scanning
Christoph Hellwig
1
-0
/
+2
2022-04-17
block: remove queue_discard_alignment
Christoph Hellwig
1
-1
/
+1
2022-04-17
block: use bdev_alignment_offset in disk_alignment_offset_show
Christoph Hellwig
1
-1
/
+1
2022-04-01
Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2022-03-28
block: Fix the maximum minor value is blk_alloc_ext_minor()
Christophe JAILLET
1
-1
/
+1
2022-03-24
Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+4
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+62
2022-03-18
block: cancel all throttled bios in del_gendisk()
Yu Kuai
1
-0
/
+3
2022-03-09
block: add ->poll_bio to block_device_operations
Ming Lei
1
-0
/
+4
2022-03-08
block: move rq_qos_exit() into disk_release()
Ming Lei
1
-2
/
+1
2022-03-08
block: do more work in elevator_exit
Christoph Hellwig
1
-3
/
+0
2022-03-08
block: move blk_exit_queue into disk_release
Ming Lei
1
-1
/
+30
2022-03-08
block: move blkcg initialization/destroy into disk allocation/release handler
Ming Lei
1
-0
/
+9
2022-02-22
block: update io_ticks when io hang
Zhang Wensheng
1
-2
/
+12
2022-02-17
block: fix surprise removal for drivers calling blk_set_queue_dying
Christoph Hellwig
1
-0
/
+14
2022-02-16
block: add a ->free_disk method
Christoph Hellwig
1
-0
/
+5
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2022-02-02
block: deprecate autoloading based on dev_t
Christoph Hellwig
1
-0
/
+6
2021-12-21
block: check minor range in device_add_disk()
Tetsuo Handa
1
-0
/
+2
2021-12-21
block: fix error unwinding in device_add_disk
Christoph Hellwig
1
-7
/
+6
2021-12-03
blk-mq: move srcu from blk_mq_hw_ctx to request_queue
Ming Lei
1
-1
/
+1
2021-11-29
block: don't include <linux/part_stat.h> in blk.h
Christoph Hellwig
1
-0
/
+1
2021-11-29
block: don't include blk-mq-sched.h in blk.h
Christoph Hellwig
1
-0
/
+1
2021-11-29
block: don't set GENHD_FL_NO_PART for hidden gendisks
Christoph Hellwig
1
-7
/
+2
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
1
-3
/
+3
2021-11-29
block: remove GENHD_FL_SUPPRESS_PARTITION_INFO
Christoph Hellwig
1
-8
/
+3
2021-11-29
block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
Christoph Hellwig
1
-1
/
+1
2021-11-29
block: merge disk_scan_partitions and blkdev_reread_part
Christoph Hellwig
1
-7
/
+12
2021-11-29
block: remove a dead check in show_partition
Christoph Hellwig
1
-3
/
+1
2021-11-15
blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()
Ming Lei
1
-0
/
+2
2021-11-09
block: add __must_check for *add_disk*() callers
Luis Chamberlain
1
-3
/
+3
2021-11-09
Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+4
2021-11-09
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+6
2021-11-04
block: fix device_add_disk() kobject_create_and_add() error handling
Luis Chamberlain
1
-2
/
+6
2021-11-04
block: update __register_blkdev() probe documentation
Luis Chamberlain
1
-1
/
+4
2021-11-01
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+26
2021-10-26
block: drain queue after disk is removed from sysfs
Ming Lei
1
-10
/
+12
2021-10-21
block: Add invalidate_disk() helper to invalidate the gendisk
Xie Yongji
1
-0
/
+20
2021-10-19
block: move bdev_read_only() into the header
Jens Axboe
1
-6
/
+0
2021-10-18
block: cache inode size in bdev
Jens Axboe
1
-0
/
+1
2021-10-18
block: convert the rest of block to bdev_get_queue
Pavel Begunkov
1
-2
/
+2
2021-10-18
block: cache request queue in bdev
Pavel Begunkov
1
-1
/
+3
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
1
-0
/
+1
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
[next]