Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e90a21d45d7ea269e6700208809a92d35c0c2362
/
block
« Previous
46f92d4
blk-mq: unshared timeout handler
by Christoph Hellwig
· 10 years ago
81481eb
blk-mq: fix and simplify tag iteration for the timeout handler
by Christoph Hellwig
· 10 years ago
c8a446a
blk-mq: rename blk_mq_end_io to blk_mq_end_request
by Christoph Hellwig
· 10 years ago
e249007
blk-mq: call blk_mq_start_request from ->queue_rq
by Christoph Hellwig
· 10 years ago
bf57229
blk-mq: remove REQ_END
by Christoph Hellwig
· 10 years ago
6d11fb4
Merge branch 'for-linus' into for-3.18/core
by Jens Axboe
· 10 years ago
8b95741
blk-mq: use blk_mq_start_hw_queues() when running requeue work
by Jens Axboe
· 10 years ago
6b55e1f
blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()
by Jens Axboe
· 10 years ago
a57a178
blk-mq: avoid infinite recursion with the FUA flag
by Christoph Hellwig
· 10 years ago
683d0e1
blk-mq: Avoid race condition with uninitialized requests
by David Hildenbrand
· 10 years ago
538b753
blk-mq: request deadline must be visible before marking rq as started
by Jens Axboe
· 10 years ago
b207892
Merge branch 'for-linus' into for-3.18/core
by Jens Axboe
· 10 years ago
a516440
blk-mq: scale depth and rq map appropriate if low on memory
by Jens Axboe
· 10 years ago
df35c7c
Block: fix unbalanced bypass-disable in blk_register_queue
by Alan Stern
· 10 years ago
da3dae5
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
by Masanari Iida
· 10 years ago
ff9ea32
block, bdi: an active gendisk always has a request_queue associated with it
by Tejun Heo
· 10 years ago
f4da807
blkcg: remove blkcg->id
by Tejun Heo
· 10 years ago
a34375e
percpu-refcount: add @gfp to percpu_ref_init()
by Tejun Heo
· 10 years ago
2da7809
block: Fix dev_t minor allocation lifetime
by Keith Busch
· 10 years ago
5676e7b
blk-mq: cleanup after blk_mq_init_rq_map failures
by Robert Elliott
· 10 years ago
0738854
blk-merge: fix blk_recount_segments
by Ming Lei
· 10 years ago
55872c5
bsg: fix potential error pointer dereference
by Jens Axboe
· 10 years ago
a492f07
block,scsi: fixup blk_get_request dead queue scenarios
by Joe Lawrence
· 10 years ago
7b5af5c
cfq-iosched: Add comments on update timing of weight
by Toshiaki Makita
· 10 years ago
eb571ee
block,scsi: verify return pointer from blk_get_request
by Joe Lawrence
· 10 years ago
e15693e
cfq-iosched: Fix wrong children_weight calculation
by Toshiaki Makita
· 10 years ago
d19d744
block: fix error handling in sg_io
by Sabrina Dubroca
· 10 years ago
2ba136d
fix regression in SCSI_IOCTL_SEND_COMMAND
by Tony Battersby
· 10 years ago
6f4a1626
scsi-mq: fix requests that use a separate CDB buffer
by Tony Battersby
· 10 years ago
a57821c
block: support > 16 byte CDBs for SG_IO
by Christoph Hellwig
· 10 years ago
2cada58
block: cleanup error handling in sg_io
by Christoph Hellwig
· 10 years ago
cddd5d1
blk-mq: blk_mq_freeze_queue() should allow nesting
by Tejun Heo
· 10 years ago
a68aafa
blk-mq: correct a few wrong/bad comments
by Jens Axboe
· 10 years ago
16f408d
block: Fix BUG_ON when pi errors occur
by Sagi Grimberg
· 10 years ago
274a584
blk-mq: don't allow merges if turned off for the queue
by Jens Axboe
· 10 years ago
dd84008
blk-mq: fix WARNING "percpu_ref_kill() called more than once!"
by Ming Lei
· 10 years ago
ba36899
Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
d429a36
Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
4a319a4
Merge branch 'for-3.17/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
d97a86c
partitions: aix.c: off by one bug
by Dan Carpenter
· 10 years ago
47dfe40
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
6a24148
block: use kmalloc alignment for bio slab
by Mikulas Patocka
· 11 years ago
2a1b4cf
blkcg: don't call into policy draining if root_blkg is already gone
by Tejun Heo
· 10 years ago
2cf669a
cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()
by Tejun Heo
· 10 years ago
5577964
cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
by Tejun Heo
· 10 years ago
26a3379
Revert "bio: modify __bio_add_page() to accept pages that don't start a new segment"
by Jens Axboe
· 10 years ago
3b3a181
block: provide compat ioctl for BLKZEROOUT
by Mikulas Patocka
· 10 years ago
0b462c8
blkcg: don't call into policy draining if root_blkg is already gone
by Tejun Heo
· 10 years ago
aa6ec29
cgroup: remove sane_behavior support on non-default hierarchies
by Tejun Heo
· 10 years ago
1ced953
blkcg, memcg: make blkcg depend on memcg on the default hierarchy
by Tejun Heo
· 10 years ago
d45b327
block: don't assume last put of shared tags is for the host
by Christoph Hellwig
· 10 years ago
254c440
bio: modify __bio_add_page() to accept pages that don't start a new segment
by Maurizio Lombardi
· 10 years ago
d151561
block SG_IO: add SG_FLAG_Q_AT_HEAD flag
by Douglas Gilbert
· 10 years ago
9b4231b
block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is huge
by Akinobu Mita
· 10 years ago
63f2649
block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAX
by Akinobu Mita
· 10 years ago
16e1556
block/partitions/efi.c: kerneldoc fixing
by Fabian Frederick
· 10 years ago
dce14c2
block/partitions/msdos.c: code clean-up
by Fabian Frederick
· 10 years ago
600ffc5
block/partitions/amiga.c: replace nolevel printk by pr_err
by Fabian Frederick
· 10 years ago
472d5e2
block/partitions/aix.c: replace count*size kzalloc by kcalloc
by Fabian Frederick
· 10 years ago
cbcd1054
bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payload
by Gu Zheng
· 10 years ago
add703f
blk-mq: use percpu_ref for mq usage count
by Tejun Heo
· 10 years ago
72d6f02
blk-mq: collapse __blk_mq_drain_queue() into blk_mq_freeze_queue()
by Tejun Heo
· 10 years ago
780db20
blk-mq: decouble blk-mq freezing from generic bypassing
by Tejun Heo
· 10 years ago
776687b
block, blk-mq: draining can't be skipped even if bypass_depth was non-zero
by Tejun Heo
· 10 years ago
531ed62
blk-mq: fix a memory ordering bug in blk_mq_queue_enter()
by Tejun Heo
· 10 years ago
3493860
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
0ffbce8
blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue()
by Jens Axboe
· 10 years ago
66cb45a
block: add support for limiting gaps in SG lists
by Jens Axboe
· 10 years ago
e567bf7
Revert "block: add __init to elv_register"
by Jens Axboe
· 10 years ago
d5bf029
Revert "block: add __init to blkcg_policy_register"
by Jens Axboe
· 10 years ago
a5049a8
blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt an atomic_t
by Tejun Heo
· 10 years ago
f1d7024
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
86fb5c5
blk-mq: bitmap tag: fix races in bt_get() function
by Alexander Gordeev
· 10 years ago
2971c35
blk-mq: bitmap tag: fix race on blk_mq_bitmap_tags::wake_cnt
by Alexander Gordeev
· 10 years ago
8537b12
blk-mq: bitmap tag: fix races on shared ::wake_index fields
by Alexander Gordeev
· 10 years ago
b55b390
Merge git://git.infradead.org/users/willy/linux-nvme
by Linus Torvalds
· 10 years ago
95ed068
blk-mq: merge blk_mq_drain_queue and __blk_mq_drain_queue
by Christoph Hellwig
· 10 years ago
8f5280f
blk-mq: properly drain stopped queues
by Christoph Hellwig
· 10 years ago
28747fc
block: remove WQ_POWER_EFFICIENT from kblockd
by Matias Bjørling
· 10 years ago
2940474
block: remove elv_abort_queue and blk_abort_flushes
by Christoph Hellwig
· 10 years ago
23d4ed5
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
a2d445d
block: add __init to blkcg_policy_register
by Fabian Frederick
· 10 years ago
b5097e9
block: add __init to elv_register
by Fabian Frederick
· 10 years ago
58a4915
block: ensure that bio_add_page() always accepts a page for an empty bio
by Jens Axboe
· 10 years ago
14208b0
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
2b8393b
blk-mq: add timer in blk_mq_start_request
by Ming Lei
· 10 years ago
3ee3237
blk-mq: always initialize request->start_time
by Jens Axboe
· 10 years ago
de83953
block: blk-exec.c: Cleaning up local variable address returnd
by Rickard Strandqvist
· 10 years ago
b1de0d1
mm: convert some level-less printks to pr_*
by Mitchel Humpherys
· 10 years ago
f6be4fb
blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init()
by Jens Axboe
· 10 years ago
3b632cf
blk-mq: don't allow queue entering for a dying queue
by Keith Busch
· 10 years ago
a4391c6
blk-mq: bump max tag depth to 10K tags
by Jens Axboe
· 10 years ago
f27b087
block: add blk_rq_set_block_pc()
by Jens Axboe
· 10 years ago
762380a
block: add notion of a chunk size for request merging
by Jens Axboe
· 10 years ago
14b83e1
block: mq flush: clear flush_rq's tag in flush_end_io()
by Ming Lei
· 10 years ago
0e62f51
blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter
by Jens Axboe
· 10 years ago
f899fed
blk-mq: fix regression from commit 624dbe475416
by Jens Axboe
· 10 years ago
ff87bce
blk-mq: handle NULL req return from blk_map_request in single queue mode
by Jens Axboe
· 10 years ago
e6cdb09
blk-mq: fix sparse warning on missed __percpu annotation
by Ming Lei
· 10 years ago
cb96a42
blk-mq: fix schedule from atomic context
by Ming Lei
· 10 years ago
Next »