aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-11-21block/partitions/efi.c: fix bound checkGravatar Antti P Miettinen 1-2/+3
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
2013-11-08block: Replace __get_cpu_var usesGravatar Christoph Lameter 2-7/+7
2013-11-08blk-core: Fix memory corruption if blkcg_init_queue failsGravatar Mikulas Patocka 1-1/+3
2013-11-08block: fix race between request completion and timeout handlingGravatar Jeff Moyer 2-2/+2
2013-10-31ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounc...Gravatar Santosh Shilimkar 1-4/+4
2013-10-29blk-mq: don't disallow request merges for req->special being setGravatar Jens Axboe 1-3/+14
2013-10-29blk-mq: mq plug list breakageGravatar Shaohua Li 2-2/+8
2013-10-28blk-mq: fix for flush deadlockGravatar Christoph Hellwig 3-4/+14
2013-10-25blk-mq: add blk_mq_stop_hw_queuesGravatar Christoph Hellwig 1-0/+10
2013-10-25blk-mq: new multi-queue block IO queueing mechanismGravatar Jens Axboe 14-102/+2657
2013-10-25block: remove request ref_countGravatar Christoph Hellwig 2-10/+0
2013-10-25block: make rq->cmd_flags be 64-bitGravatar Jens Axboe 1-2/+2
2013-10-16block/partitions/efi.c: treat size mismatch as a warning, not an errorGravatar Doug Anderson 1-1/+6
2013-09-30block: change config option name for cmdline partition parsingGravatar Paul Gortmaker 4-9/+14
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-22/+24
2013-09-22cfq: explicitly use 64bit divide operation for 64bit argumentsGravatar Anatol Pomozov 1-1/+1
2013-09-18If the queue is dying then we only call the rq->end_io callout.Gravatar Mike Christie 1-2/+2
2013-09-15partitions/efi: loosen check fot pmbr size in lbaGravatar Davidlohr Bueso 1-2/+6
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptGravatar Jan Kara 1-1/+1
2013-09-11block/partitions/efi.c: consistently use pr_foo()Gravatar Andrew Morton 1-26/+19
2013-09-11partitions/efi: some style cleanupsGravatar Davidlohr Bueso 1-11/+8
2013-09-11partitions/efi: delete annoying emacs style commentsGravatar Davidlohr Bueso 1-19/+0
2013-09-11partitions/efi: compare first and last usable LBAsGravatar Davidlohr Bueso 1-1/+6
2013-09-11partitions/efi: account for pmbr size in lbaGravatar Davidlohr Bueso 1-3/+18
2013-09-11partitions/efi: detect hybrid MBRsGravatar Davidlohr Bueso 2-21/+56
2013-09-11partitions/efi: do not require gpt partition to begin at sector 1Gravatar Davidlohr Bueso 1-3/+0
2013-09-11partitions/efi: check pmbr record's starting lbaGravatar Davidlohr Bueso 1-4/+13
2013-09-11partitions/efi: use lba-aware partition recordsGravatar Davidlohr Bueso 2-6/+19
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Gravatar Mathieu Desnoyers 1-1/+1
2013-09-11block: support embedded device command line partitionGravatar Cai Zhiyong 8-0/+370
2013-09-11block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-1/+1