aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+4
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds15-214/+181
2014-01-28block/blk-mq-cpu.c: use hotcpu_notifier()Andrew Morton1-5/+1
2014-01-23percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet1-2/+4
2014-01-21block: Fix memory leak in rw_copy_check_uvector() handlingChristian Engelmayer1-2/+4
2014-01-21block: remove unrelated header files and export symbolCaiZhiyong1-7/+11
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-93/+73
2014-01-08blk-mq: uses page->list incorrectlyDave Hansen1-3/+3
2014-01-08blk-mq: use __smp_call_function_single directlyChristoph Hellwig3-89/+11
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet1-0/+4
2014-01-03blk-mq: fix initializing request's start timeMing Lei1-0/+2
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei3-1/+2
2013-12-31block: blk-mq: make blk_sync_queue support mqMing Lei2-2/+10
2013-12-31block: blk-mq: support draining mq queueMing Lei4-18/+40
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe3-10/+27
2013-12-06block: fix memory leaks on unplugging block deviceAndrey Vagin1-0/+13
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-28/+15
2013-12-05blk-mq: fix use-after-free of requestMing Lei1-2/+2
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2-93/+73
2013-12-03block: Really silence spurious compiler warningsKent Overstreet1-9/+3
2013-12-03blk-mq: fix dereference of rq->mq_ctx if allocation failsJeff Moyer1-4/+8
2013-11-26block: Silence spurious compiler warningsKent Overstreet1-0/+6
2013-11-24block: submit_bio_wait() conversionsKent Overstreet1-18/+1
2013-11-23block: Kill bio_iovec_idx(), __bio_iovec()Kent Overstreet1-2/+11
2013-11-23bio-integrity: Convert to bvec_iterKent Overstreet1-18/+22
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2-28/+25
2013-11-23block: Abstract out bvec iteratorKent Overstreet8-39/+39
2013-11-23block: submit_bio_wait() conversionsKent Overstreet1-18/+1
2013-11-21block/partitions/efi.c: fix bound checkAntti P Miettinen1-2/+3
2013-11-20Update of blkg_stat and blkg_rwstat may happen in bh context.Hong Zhiguo1-4/+4
2013-11-19blk-mq: add blktrace insert event traceJens Axboe1-0/+2
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe1-4/+8
2013-11-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-8/+7
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig3-5/+5
2013-11-14blk-mq: remove newly added instances of __cpuinitPaul Gortmaker2-7/+7
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+45
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds22-167/+2761
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+4
2013-11-13block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra3-0/+45
2013-11-08block: cleanup removing dependency on bootmem headersGrygorii Strashko1-1/+0
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe15-118/+2701
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2013-11-08block: Do not call sector_div() with a 64-bit divisorGeert Uytterhoeven1-6/+4
2013-11-08block: Use rw_copy_check_uvector()Kent Overstreet1-29/+10
2013-11-08block: Enable sysfs nomerge control for I/O requests in the plug listAlireza Haghdoost1-0/+3
2013-11-08block: properly stack underlying max_segment_size to DM deviceMike Snitzer1-0/+1
2013-11-08elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama1-2/+14
2013-11-08elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama2-1/+15