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
*
blk-iocost: Move the usage ratio calculation to the correct place
Baolin Wang
2020-12-07
1
-21
/
+23
*
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
*
blktrace: fix up a kerneldoc comment
Christoph Hellwig
2020-12-07
1
-1
/
+0
*
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
2020-12-04
8
-57
/
+39
*
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
2020-12-04
11
-42
/
+28
*
block: remove the request_queue argument to the block_split tracepoint
Christoph Hellwig
2020-12-04
4
-13
/
+10
*
block: simplify and extend the block_bio_merge tracepoint class
Christoph Hellwig
2020-12-04
6
-161
/
+48
*
block: remove the unused block_sleeprq tracepoint
Christoph Hellwig
2020-12-04
2
-40
/
+0
*
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
2
-4
/
+17
*
block: optimise for_each_bvec() advance
Pavel Begunkov
2020-12-02
1
-5
/
+15
*
block: stop using bdget_disk for partition 0
Christoph Hellwig
2020-12-01
7
-49
/
+13
*
block: merge struct block_device and struct hd_struct
Christoph Hellwig
2020-12-01
10
-230
/
+108
*
f2fs: remove a few bd_part checks
Christoph Hellwig
2020-12-01
2
-13
/
+1
*
block: switch disk_part_iter_* to use a struct block_device
Christoph Hellwig
2020-12-01
4
-42
/
+42
*
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
4
-13
/
+11
*
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-12-01
22
-137
/
+122
*
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
2020-12-01
15
-169
/
+61
*
block: move the policy field to struct block_device
Christoph Hellwig
2020-12-01
6
-10
/
+11
*
block: move make_it_fail to struct block_device
Christoph Hellwig
2020-12-01
4
-6
/
+7
*
block: move holder_dir to struct block_device
Christoph Hellwig
2020-12-01
5
-13
/
+13
*
block: move the partition_meta_info to struct block_device
Christoph Hellwig
2020-12-01
7
-17
/
+16
*
block: move the start_sect field to struct block_device
Christoph Hellwig
2020-12-01
8
-25
/
+22
*
block: move disk stat accounting to struct block_device
Christoph Hellwig
2020-12-01
9
-43
/
+39
*
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
2020-12-01
16
-194
/
+67
*
block: initialize struct block_device in bdev_alloc
Christoph Hellwig
2020-12-01
1
-13
/
+9
*
block: simplify part_to_disk
Christoph Hellwig
2020-12-01
1
-7
/
+3
*
block: simplify the block device claiming interface
Christoph Hellwig
2020-12-01
3
-44
/
+25
*
block: remove ->bd_contains
Christoph Hellwig
2020-12-01
4
-17
/
+13
*
block: simplify bdev/disk lookup in blkdev_get
Christoph Hellwig
2020-12-01
9
-319
/
+194
*
block: remove i_bdev
Christoph Hellwig
2020-12-01
18
-252
/
+121
*
block: opencode devcgroup_inode_permission
Christoph Hellwig
2020-12-01
1
-6
/
+4
*
block: move bdput() to the callers of __blkdev_get
Christoph Hellwig
2020-12-01
1
-2
/
+5
*
block: refactor blkdev_get
Christoph Hellwig
2020-12-01
1
-99
/
+86
*
block: refactor __blkdev_put
Christoph Hellwig
2020-12-01
1
-7
/
+7
*
init: cleanup match_dev_by_uuid and match_dev_by_label
Christoph Hellwig
2020-12-01
1
-12
/
+6
*
init: refactor devt_from_partuuid
Christoph Hellwig
2020-12-01
1
-37
/
+31
*
init: refactor name_to_dev_t
Christoph Hellwig
2020-12-01
2
-99
/
+91
*
block: switch bdgrab to use igrab
Christoph Hellwig
2020-12-01
1
-1
/
+5
*
block: change the hash used for looking up block devices
Christoph Hellwig
2020-12-01
1
-24
/
+2
*
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: add a bdev_kobj helper
Christoph Hellwig
2020-12-01
5
-23
/
+12
*
block: remove a superflous check in blkpg_do_ioctl
Christoph Hellwig
2020-12-01
1
-9
/
+0
*
block: remove a duplicate __disk_get_part prototype
Christoph Hellwig
2020-12-01
1
-1
/
+0
*
dm: remove the block_device reference in struct mapped_device
Christoph Hellwig
2020-12-01
2
-13
/
+14
[next]