summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-0850-956/+1000
|\
| * relay: move remove_buf_file inside relay_close_bufDmitry Monakhov2013-04-301-1/+1
| * partitions/efi.c: replace useless kzalloc's by kmalloc'sPhilippe De Muyter2013-04-301-2/+2
| * fs/block_dev.c: fix iov_shorten() criteria in blkdev_aio_read()Gu Zheng2013-04-291-1/+1
| * block: fix max discard sectors limitJames Bottomley2013-04-241-1/+1
| * blkcg: fix "scheduling while atomic" in blk_queue_bypass_startJun'ichi Nomura2013-04-091-2/+2
| * Documentation: cfq-iosched: update documentation help for cfq tunablesNamjae Jeon2013-04-091-3/+44
| * Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-02572-4347/+8490
| |\
| | * writeback: expose the bdi_wq workqueueTejun Heo2013-04-011-1/+1
| | * writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-014-312/+65
| | * writeback: remove unused bdi_pending_listTejun Heo2013-04-012-4/+1
| * | aoe: Fix unitialized var usageKent Overstreet2013-03-251-1/+1
| * | Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Jens Axboe2013-03-2439-630/+645
| |\ \
| | * | bio-integrity: Add explicit field for owner of bip_bufKent Overstreet2013-03-232-3/+3
| | * | block: Add an explicit bio flag for bios that own their bvecKent Overstreet2013-03-233-6/+4
| | * | block: Add bio_alloc_pages()Kent Overstreet2013-03-233-13/+32
| | * | block: Convert some code to bio_for_each_segment_all()Kent Overstreet2013-03-235-24/+19
| | * | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-237-14/+25
| | * | bounce: Refactor __blk_queue_bounce to not use bi_io_vecKent Overstreet2013-03-231-54/+19
| | * | raid1: use bio_copy_data()Kent Overstreet2013-03-231-3/+2
| | * | pktcdvd: Use bio_reset() in disabled code to kill bi_idx usageKent Overstreet2013-03-231-9/+8
| | * | pktcdvd: use bio_copy_data()Kent Overstreet2013-03-231-67/+12
| | * | block: Add bio_copy_data()Kent Overstreet2013-03-232-0/+72
| | * | raid1: Refactor narrow_write_error() to not use bi_idxKent Overstreet2013-03-231-18/+18
| | * | raid5: use bio_reset()Kent Overstreet2013-03-231-14/+13
| | * | raid1: use bio_reset()Kent Overstreet2013-03-231-18/+6
| | * | raid10: Use bio_reset()Kent Overstreet2013-03-231-22/+9
| | * | block: Add submit_bio_wait(), remove from mdKent Overstreet2013-03-234-38/+37
| | * | block: Remove some unnecessary bi_vcnt usageKent Overstreet2013-03-233-11/+11
| | * | block: Remove bi_idx referencesKent Overstreet2013-03-238-13/+2
| | * | block: Change bio_split() to respect the current value of bi_idxKent Overstreet2013-03-234-10/+7
| | * | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-238-38/+35
| | * | block: Add bio_end_sector()Kent Overstreet2013-03-2315-34/+26
| | * | md: Convert md_trim_bio() to use bio_advance()Kent Overstreet2013-03-231-13/+4
| | * | block: Refactor blk_update_request()Kent Overstreet2013-03-231-68/+12
| | * | block: Add bio_advance()Kent Overstreet2013-03-233-0/+45
| | * | block: Convert integrity to bvec_alloc_bs()Kent Overstreet2013-03-233-108/+68
| | * | block: Fix a buffer overrun in bio_integrity_split()Kent Overstreet2013-03-232-3/+6
| | * | block: Avoid deadlocks with bio allocation by stacking driversKent Overstreet2013-03-232-2/+123
| | * | block: Reorder struct bio_setKent Overstreet2013-03-231-33/+33
| * | | block: implement runtime pm strategyLin Ming2013-03-222-0/+65
| * | | block: add runtime pm helpersLin Ming2013-03-222-0/+171
| * | | block: add a flag to identify PM requestLin Ming2013-03-221-0/+2
| |/ /
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0789-1364/+900
|\ \ \
| * | | aio: don't include aio.h in sched.hKent Overstreet2013-05-0758-7/+58
| * | | aio: kill ki_retryKent Overstreet2013-05-072-165/+85
| * | | aio: kill ki_keyKent Overstreet2013-05-072-7/+9
| * | | aio: give shared kioctx fields their own cachelinesKent Overstreet2013-05-071-12/+15
| * | | aio: kill struct aio_ring_infoKent Overstreet2013-05-071-81/+74
| * | | aio: kill batch allocationKent Overstreet2013-05-072-102/+15