Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e2d389b5aa3741431fc89fca993b7818545dc0f1
/
block
d3dc366
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
a86073e
blk-mq: allocate cpumask on the home node
by Jens Axboe
· 10 years ago
b65c749
bio-integrity: remove the needless fail handle of bip_slab creating
by Gu Zheng
· 10 years ago
7b2b10e
block: include func name in __get_request prints
by Robert Elliott
· 10 years ago
ef3ecb6
block: make blk_update_request print prefix match ratelimited prefix
by Robert Elliott
· 10 years ago
c798360
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
764f612
blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bio
by Ming Lei
· 10 years ago
b8839b8
block: fix alignment_offset math that assumes io_min is a power-of-2
by Mike Snitzer
· 10 years ago
28596c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
9d8f0bc
blk-mq: Make bt_clear_tag() easier to read
by Bart Van Assche
· 10 years ago
abab13b
blk-mq: fix potential hang if rolling wakeup depth is too high
by Jens Axboe
· 10 years ago
d8f429e
block: add bioset_create_nobvec()
by Junichi Nomura
· 10 years ago
11dfce5
block: use bio_clone_fast() in blk_rq_prep_clone()
by Junichi Nomura
· 10 years ago
4a0efdc
block: misplaced rq_complete tracepoint
by Hannes Reinecke
· 10 years ago
5829405
block: Replace strnicmp with strncasecmp
by Rasmus Villemoes
· 10 years ago
2341c2f
block: Add T10 Protection Information functions
by Martin K. Petersen
· 10 years ago
4eaf99b
block: Don't merge requests if integrity flags differ
by Martin K. Petersen
· 10 years ago
aae7df5
block: Integrity checksum flag
by Martin K. Petersen
· 10 years ago
b1f013885
block: Relocate bio integrity flags
by Martin K. Petersen
· 10 years ago
3aec2f4
block: Add a disk flag to block integrity profile
by Martin K. Petersen
· 10 years ago
8288f49
block: Add prefix to block integrity profile flags
by Martin K. Petersen
· 10 years ago
1859308
block: Clean up the code used to generate and verify integrity metadata
by Martin K. Petersen
· 10 years ago
5a2aa87
block: Make protection interval calculation generic
by Martin K. Petersen
· 10 years ago
3be91c4
block: Deprecate the use of the term sector in the context of block integrity
by Martin K. Petersen
· 10 years ago
5f9378f
block: Remove bip_buf
by Martin K. Petersen
· 10 years ago
8492b68b
block: Remove integrity tagging functions
by Martin K. Petersen
· 10 years ago
180b2f9
block: Replace bi_integrity with bi_special
by Martin K. Petersen
· 10 years ago
e7258c1
block: Get rid of bdev_integrity_enabled()
by Martin K. Petersen
· 10 years ago
f70ced0
blk-mq: support per-distpatch_queue flush machinery
by Ming Lei
· 10 years ago
e97c293
block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queue
by Ming Lei
· 10 years ago
0bae352
block: flush: avoid to figure out flush queue unnecessarily
by Ming Lei
· 10 years ago
ba48338
block: remove blk_init_flush() and its pair
by Ming Lei
· 10 years ago
7c94e1c
block: introduce blk_flush_queue to drive flush machinery
by Ming Lei
· 10 years ago
7ddab5d
block: avoid to use q->flush_rq directly
by Ming Lei
· 10 years ago
3c09676
block: move flush initialization to blk_flush_init
by Ming Lei
· 10 years ago
f355265
block: introduce blk_init_flush and its pair
by Ming Lei
· 10 years ago
1bcb1ea
blk-mq: allocate flush_rq in blk_mq_init_flush()
by Ming Lei
· 10 years ago
08e98fc
blk-mq: handle failure path for initializing hctx
by Ming Lei
· 10 years ago
17497ac
blk-mq, percpu_ref: start q->mq_usage_counter in atomic mode
by Tejun Heo
· 10 years ago
2aad2a8
percpu_ref: add PERCPU_REF_INIT_* flags
by Tejun Heo
· 10 years ago
9eca804
Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe"
by Tejun Heo
· 10 years ago
d06efeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18
by Tejun Heo
· 10 years ago
0a30288
blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe
by Tejun Heo
· 10 years ago
46f341f
genhd: fix leftover might_sleep() in blk_free_devt()
by Jens Axboe
· 10 years ago
9041583
block: fix blk_abort_request on blk-mq
by Christoph Hellwig
· 10 years ago
5e940aa
blk-timeout: fix blk_add_timer
by Ming Lei
· 10 years ago
aedcd72
blk-mq: limit memory consumption if a crash dump is active
by Jens Axboe
· 10 years ago
2edd2c7
blk-mq: remove unnecessary blk_clear_rq_complete()
by Ming Lei
· 10 years ago
0152fb6
blk-mq: pass a reserved argument to the timeout handler
by Christoph Hellwig
· 10 years ago
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
Next »