index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-iocost: Remove unnecessary advance declaration
Baolin Wang
2020-12-07
1
-2
/
+0
*
blk-iocost: Fix some typos in comments
Baolin Wang
2020-12-07
1
-6
/
+6
*
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
2020-12-04
3
-6
/
+6
*
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
2020-12-04
1
-1
/
+1
*
block: remove the request_queue argument to the block_split tracepoint
Christoph Hellwig
2020-12-04
1
-1
/
+1
*
block: simplify and extend the block_bio_merge tracepoint class
Christoph Hellwig
2020-12-04
4
-5
/
+5
*
blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_D...
Yu Kuai
2020-12-02
1
-0
/
+6
*
block: fix inflight statistics of part0
Jeffle Xu
2020-12-02
1
-1
/
+2
*
bio: optimise bvec iteration
Pavel Begunkov
2020-12-02
1
-2
/
+2
*
block: stop using bdget_disk for partition 0
Christoph Hellwig
2020-12-01
1
-1
/
+0
*
block: merge struct block_device and struct hd_struct
Christoph Hellwig
2020-12-01
4
-141
/
+75
*
block: switch disk_part_iter_* to use a struct block_device
Christoph Hellwig
2020-12-01
2
-36
/
+36
*
block: pass a block_device to invalidate_partition
Christoph Hellwig
2020-12-01
1
-10
/
+3
*
block: pass a block_device to blk_alloc_devt
Christoph Hellwig
2020-12-01
3
-9
/
+9
*
block: remove the partno field from struct hd_struct
Christoph Hellwig
2020-12-01
2
-11
/
+10
*
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-12-01
8
-78
/
+78
*
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
2020-12-01
6
-125
/
+33
*
block: move the policy field to struct block_device
Christoph Hellwig
2020-12-01
4
-8
/
+8
*
block: move make_it_fail to struct block_device
Christoph Hellwig
2020-12-01
2
-3
/
+4
*
block: move holder_dir to struct block_device
Christoph Hellwig
2020-12-01
2
-6
/
+7
*
block: move the partition_meta_info to struct block_device
Christoph Hellwig
2020-12-01
3
-13
/
+9
*
block: move the start_sect field to struct block_device
Christoph Hellwig
2020-12-01
4
-13
/
+15
*
block: move disk stat accounting to struct block_device
Christoph Hellwig
2020-12-01
5
-22
/
+8
*
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
2020-12-01
5
-86
/
+49
*
block: simplify bdev/disk lookup in blkdev_get
Christoph Hellwig
2020-12-01
5
-238
/
+81
*
block: remove i_bdev
Christoph Hellwig
2020-12-01
1
-2
/
+1
*
block: use put_device in put_disk
Christoph Hellwig
2020-12-01
1
-1
/
+1
*
block: use disk_part_iter_exit in disk_part_iter_next
Christoph Hellwig
2020-12-01
1
-2
/
+1
*
block: remove a superflous check in blkpg_do_ioctl
Christoph Hellwig
2020-12-01
1
-9
/
+0
*
block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init
Lei Chen
2020-11-30
1
-1
/
+0
*
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
2020-11-16
1
-8
/
+5
*
block: fix the kerneldoc comment for __register_blkdev
Christoph Hellwig
2020-11-16
1
-1
/
+4
*
block: switch gendisk lookup to a simple xarray
Christoph Hellwig
2020-11-16
1
-171
/
+37
*
block: add an optional probe callback to major_names
Christoph Hellwig
2020-11-16
1
-3
/
+18
*
block: rework requesting modules for unclaimed devices
Christoph Hellwig
2020-11-16
1
-10
/
+15
*
block: split block_class_lock
Christoph Hellwig
2020-11-16
1
-14
/
+15
*
block: open code kobj_map into in block/genhd.c
Christoph Hellwig
2020-11-16
1
-13
/
+117
*
block: cleanup del_gendisk a bit
Christoph Hellwig
2020-11-16
1
-7
/
+8
*
block: remove __blkdev_driver_ioctl
Christoph Hellwig
2020-11-16
1
-20
/
+5
*
block: remove set_device_ro
Christoph Hellwig
2020-11-16
2
-8
/
+1
*
block: don't call into the driver for BLKROSET
Christoph Hellwig
2020-11-16
1
-23
/
+0
*
block: add a new set_read_only method
Christoph Hellwig
2020-11-16
1
-0
/
+5
*
block: don't call into the driver for BLKFLSBUF
Christoph Hellwig
2020-11-16
1
-7
/
+0
*
block: add a return value to set_capacity_revalidate_and_notify
Christoph Hellwig
2020-11-12
1
-1
/
+4
*
blk-mq: mark flush request as IDLE in flush_end_io()
Ming Lei
2020-10-30
1
-0
/
+1
*
block: advance iov_iter on bio_add_hw_page failure
Naohiro Aota
2020-10-28
1
-4
/
+7
*
blk-cgroup: Pre-allocate tree node on blkg_conf_prep
Gabriel Krisman Bertazi
2020-10-26
1
-2
/
+12
*
blk-cgroup: Fix memleak on error path
Gabriel Krisman Bertazi
2020-10-26
1
-0
/
+1
*
Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-24
3
-3
/
+7
|
\
|
*
block: blk-mq: fix a kernel-doc markup
Mauro Carvalho Chehab
2020-10-23
1
-1
/
+1
[next]