summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: rework flush sequencing logicChristoph Hellwig2014-02-107-117/+76
* null_blk: use blk_complete_request and blk_mq_complete_requestChristoph Hellwig2014-02-101-65/+32
* virtio_blk: use blk_mq_complete_requestChristoph Hellwig2014-02-101-3/+4
* blk-mq: rework I/O completionsChristoph Hellwig2014-02-104-24/+37
* fs: Add prototype declaration to appropriate header file include/linux/bio.hRashika Kheria2014-02-091-0/+1
* fs: Mark function as static in fs/bio-integrity.cRashika Kheria2014-02-091-1/+2
* block/null_blk: Fix completion processing from LIFO to FIFOShlomo Pongratz2014-02-071-0/+2
* block: Explicitly handle discard/write same segmentsKent Overstreet2014-02-071-29/+62
* block: Fix nr_vecs for inline integrity vectorsMartin K. Petersen2014-02-071-1/+9
* blk-mq: Add bio_integrity setup to blk_mq_make_requestNicholas Bellinger2014-02-071-0/+5
* blk-mq: initialize sg_reserved_sizeChristoph Hellwig2014-02-071-0/+2
* blk-mq: handle dma_drain_sizeChristoph Hellwig2014-02-071-0/+10
* blk-mq: divert __blk_put_request for MQ opsChristoph Hellwig2014-02-071-0/+5
* blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig2014-02-073-9/+13
* Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe2014-01-306-10/+15
|\
| * bcache: bugfix - gc thread now gets woken when cache is fullNicholas Swenson2014-01-291-3/+3
| * bcache: Minor fixes from kbuild robotKent Overstreet2014-01-294-5/+8
| * bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong2014-01-292-2/+4
* | block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo2014-01-301-1/+1
* | blk-mq: Don't reserve a tag for flush requestShaohua Li2014-01-303-19/+38
* | percpu_ida: fix a live lockShaohua Li2014-01-301-5/+2
* | Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-3039-1895/+2435
|\ \
| * | mg_disk: Spelling s/finised/finished/Geert Uytterhoeven2014-01-211-1/+1
| * | null_blk: Null pointer deference problem in alloc_page_buffersRaghavendra K T2014-01-211-0/+5
| * | mtip32xx: Correctly handle security locked conditionSam Bradshaw2014-01-212-3/+15
| * | mtip32xx: Make SGL container per-command to eliminate high order dma allocationSam Bradshaw2014-01-212-97/+149
| * | Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2014-01-212-10/+29
| |\ \
| | * | floppy: bail out in open() if drive is not responding to block0 readJiri Kosina2014-01-172-10/+29
| * | | drivers/block/loop.c: fix comment typo in loop_config_discardOlaf Hering2014-01-211-1/+1
| * | | drivers/block/cciss.c:cciss_init_one(): use proper errnosAndrew Morton2014-01-211-2/+2
| * | | drivers/block/paride/pg.c: underflow bug in pg_write()Dan Carpenter2014-01-211-1/+1
| * | | drivers/block/sx8.c: remove unnecessary pci_set_drvdata()Jingoo Han2014-01-211-1/+0
| * | | drivers/block/sx8.c: use module_pci_driver()Jingoo Han2014-01-211-14/+1
| | |/ | |/|
| * | bcache: Fix auxiliary search trees for key size > cacheline sizeKent Overstreet2014-01-081-14/+14
| * | bcache: Don't return -EINTR when insert finishedKent Overstreet2014-01-081-2/+4
| * | bcache: Improve bucket_prio() calculationKent Overstreet2014-01-082-3/+16
| * | bcache: Add bch_bkey_equal_header()Nicholas Swenson2014-01-083-8/+11
| * | bcache: update bch_bkey_try_mergeNicholas Swenson2014-01-083-16/+28
| * | bcache: Move insert_fixup() to btree_keys_opsKent Overstreet2014-01-084-229/+257
| * | bcache: Convert sorting to btree_keysKent Overstreet2014-01-083-36/+33
| * | bcache: Convert debug code to btree_keysKent Overstreet2014-01-089-217/+264
| * | bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-086-38/+41
| * | bcache: Refactor bset_tree sysfs statsKent Overstreet2014-01-083-47/+54
| * | bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet2014-01-083-13/+31
| * | bcache: Add struct btree_keysKent Overstreet2014-01-089-264/+323
| * | bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-089-289/+423
| * | bcache: Rename/shuffle various code aroundKent Overstreet2014-01-088-276/+341
| * | bcache: Add struct bset_sort_stateKent Overstreet2014-01-086-49/+87
| * | bcache: Split out sort_extent_cmp()Kent Overstreet2014-01-084-32/+73
| * | bcache: Bkey indexing renamingKent Overstreet2014-01-087-53/+63
OpenPOWER on IntegriCloud