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
/
blk-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-01
blk-mq: add a flags parameter to blk_mq_alloc_request
Christoph Hellwig
1
-5
/
+6
2015-11-30
block: Always check queue limits for cloned requests
Hannes Reinecke
1
-14
/
+7
2015-11-25
block: do not initialise globals to 0 or NULL
Wei Tang
1
-1
/
+1
2015-11-25
block: rename request_queue slab cache
Ilya Dryomov
1
-1
/
+1
2015-11-11
block: fix blk-core.c kernel-doc warning
Randy Dunlap
1
-0
/
+3
2015-11-11
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+57
2015-11-07
block: add block polling support
Jens Axboe
1
-0
/
+41
2015-11-07
block: change ->make_request_fn() and users to return a queue cookie
Jens Axboe
1
-10
/
+16
2015-11-07
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
1
-2
/
+2
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-8
/
+8
2015-11-05
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+65
2015-11-05
Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+29
2015-10-22
block: fix plug list flushing for nomerge queues
Jeff Moyer
1
-3
/
+29
2015-10-21
block: blk_flush_integrity() for bio-based drivers
Dan Williams
1
-0
/
+3
2015-10-21
block: generic request_queue reference counting
Dan Williams
1
-9
/
+62
2015-10-15
block: don't release bdi while request_queue has live references
Tejun Heo
1
-1
/
+1
2015-09-11
Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2015-08-19
blkcg: consolidate blkg creation in blkcg_bio_issue_check()
Tejun Heo
1
-2
/
+2
2015-08-13
block: make generic_make_request handle arbitrarily sized bios
Kent Overstreet
1
-10
/
+9
2015-07-29
block: manipulate bio->bi_flags through helpers
Jens Axboe
1
-1
/
+1
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-7
/
+8
2015-07-07
block: use FIELD_SIZEOF to calculate size of a field
Maninder Singh
1
-1
/
+1
2015-06-26
Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
1
-11
/
+83
2015-06-26
Revert "block, dm: don't copy bios for request clones"
Mike Snitzer
1
-11
/
+83
2015-06-26
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-28
/
+42
2015-06-26
Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-100
/
+36
2015-06-02
writeback, blkcg: propagate non-root blkcg congestion state
Tejun Heo
1
-6
/
+9
2015-06-02
writeback, blkcg: restructure blk_{set|clear}_queue_congested()
Tejun Heo
1
-25
/
+37
2015-06-02
writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
Tejun Heo
1
-1
/
+1
2015-06-02
writeback: move backing_dev_info->state into bdi_writeback
Tejun Heo
1
-1
/
+0
2015-06-02
blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
Tejun Heo
1
-1
/
+1
2015-05-29
Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2
Mike Snitzer
1
-100
/
+36
2015-05-22
block, dm: don't copy bios for request clones
Christoph Hellwig
1
-83
/
+11
2015-05-19
block: remove unused BIO_RW_BLOCK and BIO_EOF flags
Christoph Hellwig
1
-2
/
+0
2015-05-13
block: remove export for blk_queue_bio
Mike Snitzer
1
-2
/
+3
2015-05-08
blk-mq: make plug work for mutiple disks and queues
Shaohua Li
1
-3
/
+12
2015-05-08
blk: clean up plug
Shaohua Li
1
-12
/
+12
2015-05-05
block: move PM request support to IDE
Christoph Hellwig
1
-0
/
+1
2015-04-27
block: destroy bdi before blockdev is unregistered.
NeilBrown
1
-0
/
+2
2015-03-25
block: allocate request memory local to request queue
David Rientjes
1
-3
/
+16
2015-02-13
Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+8
2015-01-28
block: keep established cmd_flags when cloning into a blk-mq request
Keith Busch
1
-1
/
+1
2015-01-28
block: add blk-mq support to blk_insert_cloned_request()
Keith Busch
1
-0
/
+7
2015-01-28
block: require blk_rq_prep_clone() be given an initialized clone request
Keith Busch
1
-2
/
+0
2015-01-21
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
1
-1
/
+1
2014-12-31
block: wake up waiters when a queue is marked dying
Jens Axboe
1
-1
/
+20
2014-12-14
Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+3
2014-12-11
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2014-12-09
blk-mq: Fix a use-after-free
Bart Van Assche
1
-0
/
+3
2014-12-04
block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
1
-3
/
+3
[prev]
[next]