index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-06
Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
3
-3
/
+4
2015-11-05
Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-100
/
+230
2015-11-05
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-197
/
+216
2015-11-05
Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-40
/
+122
2015-11-03
blk-mq: avoid excessive boot delays with large lun counts
Jeff Moyer
1
-17
/
+30
2015-10-28
block: re-add discard_granularity and alignment checks
Ming Lin
1
-9
/
+22
2015-10-22
blkcg: don't create "io.stat" on the root cgroup
Tejun Heo
1
-0
/
+1
2015-10-22
blk-mq: mark ctx as pending at batch in flush plug path
Ming Lei
1
-5
/
+13
2015-10-22
blk-mq: fix for trace_block_plug()
Ming Lei
1
-1
/
+1
2015-10-22
block: check bio_mergeable() early before merging
Ming Lei
1
-1
/
+1
2015-10-22
blk-mq: check bio_mergeable() early before merging
Ming Lei
1
-1
/
+1
2015-10-22
block: avoid to merge splitted bio
Ming Lei
1
-0
/
+3
2015-10-22
block: setup bi_phys_segments after splitting
Ming Lei
1
-7
/
+22
2015-10-22
block: fix plug list flushing for nomerge queues
Jeff Moyer
3
-6
/
+36
2015-10-21
block: add an API for Persistent Reservations
Christoph Hellwig
1
-0
/
+103
2015-10-21
block: cleanup blkdev_ioctl
Christoph Hellwig
1
-100
/
+127
2015-10-21
block, libnvdimm, nvme: provide a built-in blk_integrity nop profile
Dan Williams
1
-1
/
+12
2015-10-21
block: blk_flush_integrity() for bio-based drivers
Dan Williams
3
-0
/
+16
2015-10-21
block: move blk_integrity to request_queue
Dan Williams
1
-7
/
+7
2015-10-21
block: generic request_queue reference counting
Dan Williams
5
-73
/
+101
2015-10-21
block: Inline blk_integrity in struct gendisk
Martin K. Petersen
3
-102
/
+61
2015-10-21
block: Export integrity data interval size in sysfs
Martin K. Petersen
1
-0
/
+14
2015-10-21
block: Reduce the size of struct blk_integrity
Martin K. Petersen
2
-5
/
+5
2015-10-21
block: Consolidate static integrity profile properties
Martin K. Petersen
3
-25
/
+16
2015-10-21
block: Move integrity kobject to struct gendisk
Martin K. Petersen
1
-11
/
+11
2015-10-15
block: don't release bdi while request_queue has live references
Tejun Heo
2
-1
/
+2
2015-10-15
blk-mq: fix use-after-free in blk_mq_free_tag_set()
Junichi Nomura
2
-3
/
+2
2015-10-09
blk-mq: remove unused blk_mq_clone_flush_request prototype
Christoph Hellwig
1
-2
/
+0
2015-10-09
blk-mq: fix waitqueue_active without memory barrier in block/blk-mq-tag.c
Kosuke Tatsukawa
1
-0
/
+4
2015-10-09
Merge tag 'v4.3-rc4' into for-4.4/core
Jens Axboe
6
-65
/
+128
2015-10-01
blk-mq: factor out a helper to iterate all tags for a request_queue
Christoph Hellwig
3
-18
/
+25
2015-10-01
blk-mq: fix racy updates of rq->errors
Christoph Hellwig
1
-6
/
+6
2015-09-29
blk-mq: fix deadlock when reading cpu_list
Akinobu Mita
2
-4
/
+7
2015-09-29
blk-mq: avoid inserting requests before establishing new mapping
Akinobu Mita
3
-19
/
+52
2015-09-29
blk-mq: fix q->mq_usage_counter access race
Akinobu Mita
1
-3
/
+4
2015-09-29
blk-mq: Fix use after of free q->mq_map
Akinobu Mita
1
-5
/
+3
2015-09-29
blk-mq: fix sysfs registration/unregistration race
Akinobu Mita
2
-11
/
+25
2015-09-29
blk-mq: avoid setting hctx->tags->cpumask before allocation
Akinobu Mita
1
-1
/
+8
2015-09-23
block: kmemleak: Track the page allocations for struct request
Catalin Marinas
1
-0
/
+11
2015-09-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-39
/
+61
2015-09-18
cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()
Tejun Heo
2
-3
/
+3
2015-09-17
block: fix bounce_end_io
Ming Lei
1
-1
/
+3
2015-09-17
block: blk-merge: fast-clone bio when splitting rw bios
Ming Lei
1
-15
/
+4
2015-09-11
block: blkg_destroy_all() should clear q->root_blkg and ->root_rl.blkg
Tejun Heo
1
-0
/
+3
2015-09-11
block: Copy a user iovec if it includes gaps
Sagi Grimberg
1
-2
/
+24
2015-09-11
block: Refuse adding appending a gapped integrity page to a bio
Sagi Grimberg
1
-0
/
+5
2015-09-11
block: Refuse request/bio merges with gaps in the integrity payload
Sagi Grimberg
2
-0
/
+9
2015-09-11
Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-800
/
+891
2015-09-03
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-27
/
+4
2015-09-03
block: Check for gaps on front and back merges
Jens Axboe
1
-13
/
+6
[next]