summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | bcache: Remove/fix some header dependenciesKent Overstreet2014-01-083-24/+26
| * | bcache: Use a mempool for mergesort temporary spaceKent Overstreet2014-01-083-16/+8
| * | bcache: Btree verify code improvementsKent Overstreet2014-01-086-40/+83
| * | bcache: kill index()Kent Overstreet2014-01-084-8/+24
| * | bcache: Trivial error handling fixKent Overstreet2014-01-081-1/+2
| * | bcache/md: Use raid stripe sizeKent Overstreet2014-01-084-0/+12
| * | bcache: Do bkey_put() in btree_split() error pathKent Overstreet2014-01-081-1/+4
| * | bcache: Rework allocator reservesKent Overstreet2014-01-088-83/+105
| * | bcache: kill closure locking codeKent Overstreet2014-01-082-313/+123
| * | bcache: kill closure locking usageKent Overstreet2014-01-087-55/+98
| * | bcache: Zero less memoryKent Overstreet2014-01-083-40/+41
| * | bcache: Don't touch bucket gen for dirty ptrsKent Overstreet2014-01-082-2/+7
| * | bcache: Minor btree cache fixKent Overstreet2014-01-081-7/+3
| * | bcache: Performance fix for when journal entry is fullKent Overstreet2014-01-081-5/+9
| * | bcache: Minor journal fixKent Overstreet2014-01-081-5/+14
| * | bcache: Data corruption fixKent Overstreet2014-01-081-4/+22
| * | Merge branch 'for-3.14/core' into for-3.14/driversJens Axboe2014-01-081314-7015/+15423
| |\ \ | | |/ | |/|
| * | pktcdvd: fix error return codeJulia Lawall2014-01-031-1/+3
| * | drivers/cdrom/gdrom.c: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-12-031-2/+2
| * | block: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter2013-12-031-1/+1
* | | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-30139-2683/+2144
|\ \ \
| * | | xtensa: fixup simdisk driver to work with immutable bio_vecsJens Axboe2014-01-291-7/+7
| * | | block/blk-mq-cpu.c: use hotcpu_notifier()Andrew Morton2014-01-281-5/+1
| * | | blk-mq: for_each_* macro correctnessJose Alonso2014-01-281-6/+6
| * | | block: Fix memory leak in rw_copy_check_uvector() handlingChristian Engelmayer2014-01-211-2/+4
| * | | bio-integrity: Fix bio_integrity_verify segment start bugNicholas Bellinger2014-01-211-7/+8
| * | | block: remove unrelated header files and export symbolCaiZhiyong2014-01-212-11/+15
| * | | blk-mq: uses page->list incorrectlyDave Hansen2014-01-081-3/+3
| * | | blk-mq: use __smp_call_function_single directlyChristoph Hellwig2014-01-083-89/+11
| * | | btrfs: fix missing increment of bi_remainingMuthu Kumar2014-01-081-2/+7
| * | | Revert "block: Warn and free bio if bi_end_io is not set"Jens Axboe2014-01-081-9/+0
| * | | block: Warn and free bio if bi_end_io is not setMuthukumar Ratty2014-01-081-0/+9
| | |/ | |/|
| * | blk-mq: fix initializing request's start timeMing Lei2014-01-031-0/+2
| * | block: blk-mq: don't export blk_mq_free_queue()Ming Lei2013-12-314-2/+2
| * | block: blk-mq: make blk_sync_queue support mqMing Lei2013-12-312-2/+10
| * | block: blk-mq: support draining mq queueMing Lei2013-12-314-18/+40
| * | Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311309-6993/+15369
| |\ \ | | |/ | |/|
| * | dm cache: increment bi_remaining when bi_end_io is restoredMike Snitzer2013-12-031-6/+6
| * | block: fixup for generic bio chainingKent Overstreet2013-12-032-1/+3
| * | block: Really silence spurious compiler warningsKent Overstreet2013-12-031-9/+3
| * | block: Silence spurious compiler warningsKent Overstreet2013-11-261-0/+6
| * | block: Kill bio_pair_split()Kent Overstreet2013-11-233-165/+0
| * | block: Introduce new bio_split()Kent Overstreet2013-11-2310-409/+272
| * | block: Rename bio_split() -> bio_pair_split()Kent Overstreet2013-11-236-9/+9
| * | block: Generic bio chainingKent Overstreet2013-11-239-11/+90
| * | block: Remove bi_idx hacksKent Overstreet2013-11-232-68/+2
| * | block: Don't save/copy bvec array anymoreKent Overstreet2013-11-231-41/+13
| * | dm: Refactor for new bio cloning/splittingKent Overstreet2013-11-234-253/+20
| * | rbd: Refactor bio cloningKent Overstreet2013-11-231-62/+2
| * | block: Add bio_clone_fast()Kent Overstreet2013-11-233-6/+64