index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
2021-08-23
9
-26
/
+26
*
block: hold a request_queue reference for the lifetime of struct gendisk
Christoph Hellwig
2021-08-23
2
-13
/
+7
*
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
2021-08-23
6
-12
/
+13
*
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
2021-08-23
6
-11
/
+10
*
block: remove alloc_disk and alloc_disk_node
Christoph Hellwig
2021-08-23
4
-13
/
+9
*
block: cleanup the lockdep handling in *alloc_disk
Christoph Hellwig
2021-08-23
4
-29
/
+17
*
sg: do not allocate a gendisk
Christoph Hellwig
2021-08-23
1
-23
/
+9
*
st: do not allocate a gendisk
Christoph Hellwig
2021-08-23
2
-38
/
+13
*
nvme: use blk_mq_alloc_disk
Christoph Hellwig
2021-08-23
1
-20
/
+13
*
block: add back the bd_holder_dir reference in bd_link_disk_holder
Christoph Hellwig
2021-08-21
1
-0
/
+7
*
block: fix default IO priority handling
Damien Le Moal
2021-08-18
4
-7
/
+13
*
block: Introduce IOPRIO_NR_LEVELS
Damien Le Moal
2021-08-18
6
-14
/
+14
*
block: fix IOPRIO_PRIO_CLASS() and IOPRIO_PRIO_VALUE() macros
Damien Le Moal
2021-08-18
1
-4
/
+8
*
block: change ioprio_valid() to an inline function
Damien Le Moal
2021-08-18
2
-2
/
+10
*
block: improve ioprio class description comment
Damien Le Moal
2021-08-18
1
-4
/
+6
*
block: bfq: fix bfq_set_next_ioprio_data()
Damien Le Moal
2021-08-18
1
-1
/
+1
*
block: unexport blk_register_queue
Christoph Hellwig
2021-08-16
1
-1
/
+0
*
blk-cgroup: stop using seq_get_buf
Christoph Hellwig
2021-08-16
5
-64
/
+39
*
blk-cgroup: refactor blkcg_print_stat
Christoph Hellwig
2021-08-16
1
-74
/
+74
*
nvme: use bvec_virt
Christoph Hellwig
2021-08-16
1
-3
/
+2
*
dcssblk: use bvec_virt
Christoph Hellwig
2021-08-16
1
-2
/
+1
*
dasd: use bvec_virt
Christoph Hellwig
2021-08-16
3
-10
/
+10
*
ps3vram: use bvec_virt
Christoph Hellwig
2021-08-16
1
-1
/
+1
*
ubd: use bvec_virt
Christoph Hellwig
2021-08-16
1
-2
/
+1
*
sd: use bvec_virt
Christoph Hellwig
2021-08-16
1
-1
/
+1
*
bcache: use bvec_virt
Christoph Hellwig
2021-08-16
1
-1
/
+1
*
virtio_blk: use bvec_virt
Christoph Hellwig
2021-08-16
1
-5
/
+2
*
rbd: use bvec_virt
Christoph Hellwig
2021-08-16
1
-2
/
+1
*
squashfs: use bvec_virt
Christoph Hellwig
2021-08-16
6
-9
/
+8
*
dm-integrity: use bvec_virt
Christoph Hellwig
2021-08-16
1
-2
/
+2
*
dm-ebs: use bvec_virt
Christoph Hellwig
2021-08-16
1
-1
/
+1
*
dm: make EBS depend on !HIGHMEM
Christoph Hellwig
2021-08-16
1
-1
/
+1
*
block: use bvec_virt in bio_integrity_{process,free}
Christoph Hellwig
2021-08-16
1
-5
/
+2
*
bvec: add a bvec_virt helper
Christoph Hellwig
2021-08-16
1
-0
/
+12
*
block: ensure the bdi is freed after inode_detach_wb
Christoph Hellwig
2021-08-16
2
-4
/
+4
*
block: free the extended dev_t minor later
Christoph Hellwig
2021-08-16
3
-4
/
+5
*
blk-throtl: optimize IOPS throttle for large IO scenarios
Chunguang Xu
2021-08-15
3
-0
/
+36
*
block: pass a gendisk to bdev_resize_partition
Christoph Hellwig
2021-08-12
3
-9
/
+9
*
block: pass a gendisk to bdev_del_partition
Christoph Hellwig
2021-08-12
3
-6
/
+6
*
block: pass a gendisk to bdev_add_partition
Christoph Hellwig
2021-08-12
3
-6
/
+6
*
block: store a gendisk in struct parsed_partitions
Christoph Hellwig
2021-08-12
14
-73
/
+52
*
block: remove GENHD_FL_UP
Christoph Hellwig
2021-08-12
6
-15
/
+12
*
bcache: move the del_gendisk call out of bcache_device_free
Christoph Hellwig
2021-08-12
1
-6
/
+4
*
bcache: add proper error unwinding in bcache_device_init
Christoph Hellwig
2021-08-12
1
-5
/
+11
*
sx8: use the internal state machine to check if del_gendisk needs to be called
Christoph Hellwig
2021-08-12
1
-1
/
+1
*
nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_disk
Christoph Hellwig
2021-08-12
1
-1
/
+1
*
nvme: remove the GENHD_FL_UP check in nvme_ns_remove
Christoph Hellwig
2021-08-12
1
-8
/
+6
*
mmc: block: cleanup gendisk creation
Christoph Hellwig
2021-08-12
1
-32
/
+17
*
mmc: block: let device_add_disk create disk attributes
Christoph Hellwig
2021-08-12
1
-57
/
+45
*
block: move some macros to blkdev.h
Guoqing Jiang
2021-08-12
5
-10
/
+4
[next]