Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
bafeafeab94b8d3019aac15c2df2ce47b08a6363
/
block
/
blk-core.c
4eabc94
block: don't kick empty queue in blk_drain_queue()
by Tejun Heo
· 13 years ago
5151412
block: initialize request_queue's numa node during
by Mike Snitzer
· 13 years ago
019ceb7
block: add missed trace_block_plug
by Shaohua Li
· 13 years ago
3540d5e
block: avoid unnecessary plug list flush
by Shaohua Li
· 13 years ago
6dd9ad7
block: don't call blk_drain_queue() if elevator is not up
by Tejun Heo
· 13 years ago
8315722
Merge branch 'for-linus' into for-3.2/core
by Jens Axboe
· 13 years ago
e67b77c
blk-flush: move the queue kick into
by Jeff Moyer
· 13 years ago
9562ad9
block: Remove the control of complete cpu from bio.
by Tao Ma
· 13 years ago
c9a929d
block: fix request_queue lifetime handling by making blk_queue_cleanup() properly shutdown
by Tejun Heo
· 13 years ago
bd87b58
block: drop @tsk from attempt_plug_merge() and explain sync rules
by Tejun Heo
· 13 years ago
da8303c
block: make get_request[_wait]() fail if queue is dead
by Tejun Heo
· 13 years ago
bc16a4f
block: reorganize throtl_get_tg() and blk_throtl_bio()
by Tejun Heo
· 13 years ago
e3c78ca
block: reorganize queue draining
by Tejun Heo
· 13 years ago
75eb6c3
block: pass around REQ_* flags instead of broken down booleans during request alloc/free
by Tejun Heo
· 13 years ago
5c04b42
Merge branch 'v3.1-rc10' into for-3.2/core
by Jens Axboe
· 13 years ago
777eb1b
block: Free queue resources at blk_release_queue()
by Hannes Reinecke
· 13 years ago
75df713
block: document blk-plug
by Suresh Jayaraman
· 13 years ago
27a84d5
block: refactor generic_make_request
by Christoph Hellwig
· 13 years ago
5a7bbad
block: remove support for bio remapping from ->make_request
by Christoph Hellwig
· 13 years ago
c20e8de
block: rename __make_request() to blk_queue_bio()
by Jens Axboe
· 13 years ago
166e1f9
block: export __make_request
by Christoph Hellwig
· 13 years ago
56ebdaf
block: simplify force plug flush code a little bit
by Shaohua Li
· 13 years ago
a632716
block: change force plug flush call order
by Shaohua Li
· 13 years ago
5ccc387
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
4853aba
block: fix flush machinery for stacking drivers with differring flush flags
by Jeff Moyer
· 13 years ago
dd48c08
fault-injection: add ability to export fault_attr in arbitrary directory
by Akinobu Mita
· 13 years ago
b2c9cd3
fail_make_request: cleanup should_fail_request
by Akinobu Mita
· 13 years ago
11ccf11
block: fix warning with calling smp_processor_id() in preemptible section
by Jens Axboe
· 13 years ago
096a705
Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
5757a6d
block: strict rq_affinity
by Dan Williams
· 13 years ago
bfe159a
[SCSI] fix crash in scsi_dispatch_cmd()
by James Bottomley
· 13 years ago
55c022b
block: avoid building too big plug list
by Shaohua Li
· 13 years ago
d86e0e8
block: export blk_{get,put}_queue()
by Jens Axboe
· 13 years ago
700c4f3
block: remove unused variable in bio_attempt_front_merge()
by Luca Tettamanti
· 13 years ago
95cf3dd
block: call elv_bio_merged() when merged
by Vivek Goyal
· 13 years ago
771949d
block: get rid of on-stack plugging debug checks
by Jens Axboe
· 13 years ago
f469a7b
blk-cgroup: Allow sleeping while dynamically allocating a group
by Vivek Goyal
· 13 years ago
3ec717b
block: don't delay blk_run_queue_async
by Shaohua Li
· 13 years ago
d350e6b
block: remove stale kerneldoc member from __blk_run_queue()
by Jens Axboe
· 14 years ago
c21e6be
block: get rid of QUEUE_FLAG_REENTER
by Jens Axboe
· 14 years ago
bd900d4
block: kill blk_flush_plug_list() export
by Jens Axboe
· 14 years ago
24ecfbe
block: add blk_run_queue_async
by Christoph Hellwig
· 14 years ago
4521cc4
block: blk_delay_queue() should use kblockd workqueue
by Jens Axboe
· 14 years ago
99e2259
block: drop queue lock before calling __blk_run_queue() for kblockd punt
by Jens Axboe
· 14 years ago
b4cb290
Revert "block: add callback function for unplug notification"
by Jens Axboe
· 14 years ago
048c937
block: Enhance new plugging support to support general callbacks
by NeilBrown
· 14 years ago
49cac01
block: make unplug timer trace event correspond to the schedule() unplug
by Jens Axboe
· 14 years ago
f660378
block: only force kblockd unplugging from the schedule() path
by Jens Axboe
· 14 years ago
88b996c
block: cleanup the block plug helper functions
by Christoph Hellwig
· 14 years ago
f4af3c3
block: move queue run on unplug to kblockd
by Jens Axboe
· 14 years ago
cf82c79
block: kill queue_sync_plugs()
by Jens Axboe
· 14 years ago
dc6d36c
block: readd plug trace event
by Jens Axboe
· 14 years ago
f756645
block: add callback function for unplug notification
by Jens Axboe
· 14 years ago
1881127
block: add comment on why we save and disable interrupts in flush_plug_list()
by Jens Axboe
· 14 years ago
94b5eb2
block: fixup block IO unplug trace call
by Jens Axboe
· 14 years ago
109b812
block: splice plug list to local context
by NeilBrown
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
f83e826
block: fix request sorting at unplug
by Konstantin Khlebnikov
· 14 years ago
8182924
block: dump request state on seeing a corrupted request completion
by Jens Axboe
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ad3d9d7
block: fix issue with calling blk_stop_queue() from the request_fn handler
by Jens Axboe
· 14 years ago
401a18e
block: fix bug with inserting flush requests as sort/merge
by Jens Axboe
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
5e84ea3
block: attempt to merge with existing requests on plug flush
by Jens Axboe
· 14 years ago
c55d267
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 14 years ago
4c63f56
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
by Jens Axboe
· 14 years ago
721a960
block: kill off REQ_UNPLUG
by Jens Axboe
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
73c1010
block: initial patch for on-stack per-task plugging
by Jens Axboe
· 14 years ago
3cca6dc
block: add API for delaying work/request_fn a little bit
by Jens Axboe
· 14 years ago
e83a46b
Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core
by Tejun Heo
· 14 years ago
da52777
block: Move blk_throtl_exit() call to blk_cleanup_queue()
by Vivek Goyal
· 14 years ago
c94a96a
block: Initialize ->queue_lock to internal lock at queue allocation time
by Vivek Goyal
· 14 years ago
1654e74
block: add @force_kblockd to __blk_run_queue()
by Tejun Heo
· 14 years ago
6fae9c2
Merge commit 'v2.6.38-rc6' into for-2.6.39/core
by Jens Axboe
· 14 years ago
450adcb
blk-throttle: Do not use kblockd workqueue for throtl work
by Vivek Goyal
· 14 years ago
7977556
[SCSI] block: improve detail in I/O error messages
by Hannes Reinecke
· 14 years ago
9d5a4e9
block: skip elevator data initialization for flush requests
by Mike Snitzer
· 14 years ago
ae1b153
block: reimplement FLUSH/FUA to support merge
by Tejun Heo
· 14 years ago
143a87f
block: improve flush bio completion
by Tejun Heo
· 14 years ago
414b4ff
block: add REQ_FLUSH_SEQ
by Tejun Heo
· 14 years ago
6c23a96
block: add internal hd part table references
by Jens Axboe
· 14 years ago
09e099d
block: fix accounting bug on cross partition merges
by Jerome Marchand
· 14 years ago
89b90be
block: make kblockd_workqueue smarter
by Tejun Heo
· 14 years ago
d07335e
block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event.
by Mike Snitzer
· 14 years ago
02e031c
block: remove REQ_HARDBARRIER
by Christoph Hellwig
· 14 years ago
77304d2
block: read i_size with i_size_read()
by Mike Snitzer
· 14 years ago
8e77516
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
f253b86
Revert "block: fix accounting bug on cross partition merges"
by Jens Axboe
· 14 years ago
7ad58c0
block: fix use-after-free bug in blk throttle code
by Jens Axboe
· 14 years ago
a288709
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
e9dd2b6
Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
fa251f89
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
by Jens Axboe
· 14 years ago
7681bfe
block: fix accounting bug on cross partition merges
by Yasuaki Ishimatsu
· 14 years ago
e43473b
blkio: Core implementation of throttle policy
by Vivek Goyal
· 14 years ago
8dcbdc7
block: block_dump: Add number of sectors to debug output
by San Mehat
· 14 years ago
3a2edd0
block: make __blk_rq_prep_clone() copy most command flags
by Tejun Heo
· 14 years ago
1e87901
block: filter flush bio's in __generic_make_request()
by Tejun Heo
· 14 years ago
4fed947
block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests
by Tejun Heo
· 14 years ago
Next »