aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-2/+4
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+4
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 15-214/+181
2014-01-28block/blk-mq-cpu.c: use hotcpu_notifier()Gravatar Andrew Morton 1-5/+1
2014-01-23percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskGravatar Kent Overstreet 1-2/+4
2014-01-21block: Fix memory leak in rw_copy_check_uvector() handlingGravatar Christian Engelmayer 1-2/+4
2014-01-21block: remove unrelated header files and export symbolGravatar CaiZhiyong 1-7/+11
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 2-93/+73
2014-01-08blk-mq: uses page->list incorrectlyGravatar Dave Hansen 1-3/+3
2014-01-08blk-mq: use __smp_call_function_single directlyGravatar Christoph Hellwig 3-89/+11
2014-01-08bcache/md: Use raid stripe sizeGravatar Kent Overstreet 1-0/+4
2014-01-03blk-mq: fix initializing request's start timeGravatar Ming Lei 1-0/+2
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Gravatar Ming Lei 3-1/+2
2013-12-31block: blk-mq: make blk_sync_queue support mqGravatar Ming Lei 2-2/+10
2013-12-31block: blk-mq: support draining mq queueGravatar Ming Lei 4-18/+40
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreGravatar Jens Axboe 3-10/+27
2013-12-06block: fix memory leaks on unplugging block deviceGravatar Andrey Vagin 1-0/+13
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-28/+15
2013-12-05blk-mq: fix use-after-free of requestGravatar Ming Lei 1-2/+2
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Gravatar Tejun Heo 2-93/+73
2013-12-03block: Really silence spurious compiler warningsGravatar Kent Overstreet 1-9/+3
2013-12-03blk-mq: fix dereference of rq->mq_ctx if allocation failsGravatar Jeff Moyer 1-4/+8
2013-11-26block: Silence spurious compiler warningsGravatar Kent Overstreet 1-0/+6
2013-11-24block: submit_bio_wait() conversionsGravatar Kent Overstreet 1-18/+1
2013-11-23block: Kill bio_iovec_idx(), __bio_iovec()Gravatar Kent Overstreet 1-2/+11
2013-11-23bio-integrity: Convert to bvec_iterGravatar Kent Overstreet 1-18/+22
2013-11-23block: Convert bio_for_each_segment() to bvec_iterGravatar Kent Overstreet 2-28/+25
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 8-39/+39
2013-11-23block: submit_bio_wait() conversionsGravatar Kent Overstreet 1-18/+1
2013-11-21block/partitions/efi.c: fix bound checkGravatar Antti P Miettinen 1-2/+3
2013-11-20Update of blkg_stat and blkg_rwstat may happen in bh context.Gravatar Hong Zhiguo 1-4/+4
2013-11-19blk-mq: add blktrace insert event traceGravatar Jens Axboe 1-0/+2
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workGravatar Jens Axboe 1-4/+8
2013-11-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-8/+7
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSGravatar Christoph Hellwig 3-5/+5
2013-11-14blk-mq: remove newly added instances of __cpuinitGravatar Paul Gortmaker 2-7/+7
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-0/+45
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 22-167/+2761
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-4/+4
2013-11-13block: Use u64_stats_init() to initialize seqcountsGravatar Peter Zijlstra 3-0/+45
2013-11-08block: cleanup removing dependency on bootmem headersGravatar Grygorii Strashko 1-1/+0
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreGravatar Jens Axboe 15-118/+2701
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZEROGravatar Duan Jiong 1-1/+1
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZEROGravatar Duan Jiong 1-1/+1
2013-11-08block: Do not call sector_div() with a 64-bit divisorGravatar Geert Uytterhoeven 1-6/+4
2013-11-08block: Use rw_copy_check_uvector()Gravatar Kent Overstreet 1-29/+10
2013-11-08block: Enable sysfs nomerge control for I/O requests in the plug listGravatar Alireza Haghdoost 1-0/+3
2013-11-08block: properly stack underlying max_segment_size to DM deviceGravatar Mike Snitzer 1-0/+1
2013-11-08elevator: acquire q->sysfs_lock in elevator_change()Gravatar Tomoki Sekiyama 1-2/+14
2013-11-08elevator: Fix a race in elevator switching and md device initializationGravatar Tomoki Sekiyama 2-1/+15