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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-07
block: Improve blk_revalidate_disk_zones() checks
Damien Le Moal
1
-1
/
+15
2020-12-07
sbitmap: simplify wrap check
Pavel Begunkov
1
-3
/
+5
2020-12-07
sbitmap: replace CAS with atomic and
Pavel Begunkov
1
-5
/
+3
2020-12-07
sbitmap: remove swap_lock
Pavel Begunkov
2
-16
/
+3
2020-12-07
sbitmap: optimise sbitmap_deferred_clear()
Pavel Begunkov
1
-12
/
+12
2020-12-07
blk-mq: skip hybrid polling if iopoll doesn't spin
Pavel Begunkov
1
-2
/
+3
2020-12-07
blk-iocost: Factor out the base vrate change into a separate function
Baolin Wang
1
-45
/
+54
2020-12-07
blk-iocost: Factor out the active iocgs' state check into a separate function
Baolin Wang
1
-40
/
+54
2020-12-07
blk-iocost: Move the usage ratio calculation to the correct place
Baolin Wang
1
-21
/
+23
2020-12-07
blk-iocost: Remove unnecessary advance declaration
Baolin Wang
1
-2
/
+0
2020-12-07
blk-iocost: Fix some typos in comments
Baolin Wang
1
-6
/
+6
2020-12-07
blktrace: fix up a kerneldoc comment
Christoph Hellwig
1
-1
/
+0
2020-12-04
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
8
-57
/
+39
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
11
-42
/
+28
2020-12-04
block: remove the request_queue argument to the block_split tracepoint
Christoph Hellwig
4
-13
/
+10
2020-12-04
block: simplify and extend the block_bio_merge tracepoint class
Christoph Hellwig
6
-161
/
+48
2020-12-04
block: remove the unused block_sleeprq tracepoint
Christoph Hellwig
2
-40
/
+0
2020-12-02
blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_D...
Yu Kuai
1
-0
/
+6
2020-12-02
block: fix inflight statistics of part0
Jeffle Xu
1
-1
/
+2
2020-12-02
bio: optimise bvec iteration
Pavel Begunkov
2
-4
/
+17
2020-12-02
block: optimise for_each_bvec() advance
Pavel Begunkov
1
-5
/
+15
2020-12-01
block: stop using bdget_disk for partition 0
Christoph Hellwig
7
-49
/
+13
2020-12-01
block: merge struct block_device and struct hd_struct
Christoph Hellwig
10
-230
/
+108
2020-12-01
f2fs: remove a few bd_part checks
Christoph Hellwig
2
-13
/
+1
2020-12-01
block: switch disk_part_iter_* to use a struct block_device
Christoph Hellwig
4
-42
/
+42
2020-12-01
block: pass a block_device to invalidate_partition
Christoph Hellwig
1
-10
/
+3
2020-12-01
block: pass a block_device to blk_alloc_devt
Christoph Hellwig
3
-9
/
+9
2020-12-01
block: remove the partno field from struct hd_struct
Christoph Hellwig
4
-13
/
+11
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
22
-137
/
+122
2020-12-01
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
15
-169
/
+61
2020-12-01
block: move the policy field to struct block_device
Christoph Hellwig
6
-10
/
+11
2020-12-01
block: move make_it_fail to struct block_device
Christoph Hellwig
4
-6
/
+7
2020-12-01
block: move holder_dir to struct block_device
Christoph Hellwig
5
-13
/
+13
2020-12-01
block: move the partition_meta_info to struct block_device
Christoph Hellwig
7
-17
/
+16
2020-12-01
block: move the start_sect field to struct block_device
Christoph Hellwig
8
-25
/
+22
2020-12-01
block: move disk stat accounting to struct block_device
Christoph Hellwig
9
-43
/
+39
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
16
-194
/
+67
2020-12-01
block: initialize struct block_device in bdev_alloc
Christoph Hellwig
1
-13
/
+9
2020-12-01
block: simplify part_to_disk
Christoph Hellwig
1
-7
/
+3
2020-12-01
block: simplify the block device claiming interface
Christoph Hellwig
3
-44
/
+25
2020-12-01
block: remove ->bd_contains
Christoph Hellwig
4
-17
/
+13
2020-12-01
block: simplify bdev/disk lookup in blkdev_get
Christoph Hellwig
9
-319
/
+194
2020-12-01
block: remove i_bdev
Christoph Hellwig
18
-252
/
+121
2020-12-01
block: opencode devcgroup_inode_permission
Christoph Hellwig
1
-6
/
+4
2020-12-01
block: move bdput() to the callers of __blkdev_get
Christoph Hellwig
1
-2
/
+5
2020-12-01
block: refactor blkdev_get
Christoph Hellwig
1
-99
/
+86
2020-12-01
block: refactor __blkdev_put
Christoph Hellwig
1
-7
/
+7
2020-12-01
init: cleanup match_dev_by_uuid and match_dev_by_label
Christoph Hellwig
1
-12
/
+6
2020-12-01
init: refactor devt_from_partuuid
Christoph Hellwig
1
-37
/
+31
2020-12-01
init: refactor name_to_dev_t
Christoph Hellwig
2
-99
/
+91
[next]