summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-153-5/+5
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-143-0/+45
|\
| * block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra2013-11-133-0/+45
* | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-1422-167/+2761
|\ \
| * \ Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe2013-11-0815-118/+2701
| |\ \
| | * | blk-mq: don't disallow request merges for req->special being setJens Axboe2013-10-291-3/+14
| | * | blk-mq: mq plug list breakageShaohua Li2013-10-292-2/+8
| | * | blk-mq: fix for flush deadlockChristoph Hellwig2013-10-283-4/+14
| | * | blk-mq: add blk_mq_stop_hw_queuesChristoph Hellwig2013-10-251-0/+10
| | * | blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-2514-102/+2657
| | * | block: remove request ref_countChristoph Hellwig2013-10-252-10/+0
| | * | block: make rq->cmd_flags be 64-bitJens Axboe2013-10-251-2/+2
| * | | block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-081-1/+1
| * | | block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-081-1/+1
| * | | block: Do not call sector_div() with a 64-bit divisorGeert Uytterhoeven2013-11-081-6/+4
| * | | block: Use rw_copy_check_uvector()Kent Overstreet2013-11-081-29/+10
| * | | block: Enable sysfs nomerge control for I/O requests in the plug listAlireza Haghdoost2013-11-081-0/+3
| * | | block: properly stack underlying max_segment_size to DM deviceMike Snitzer2013-11-081-0/+1
| * | | elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama2013-11-081-2/+14
| * | | elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama2013-11-082-1/+15
| * | | block: Replace __get_cpu_var usesChristoph Lameter2013-11-082-7/+7
| * | | blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka2013-11-081-1/+3
| * | | block: fix race between request completion and timeout handlingJeff Moyer2013-11-082-2/+2
| | |/ | |/|
* | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-4/+4
|\ \ \ | |/ / |/| |
| * | ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounc...Santosh Shilimkar2013-10-311-4/+4
* | | block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson2013-10-161-1/+6
| |/ |/|
* | block: change config option name for cmdline partition parsingPaul Gortmaker2013-09-304-9/+14
* | Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-09-227-22/+24
|\ \ | |/ |/|
| * cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov2013-09-221-1/+1
| * If the queue is dying then we only call the rq->end_io callout.Mike Christie2013-09-181-2/+2
| * blkcg: relocate root_blkg setting and clearingTejun Heo2013-09-111-10/+15
| * block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-114-5/+4
| * block: trace all devices plug operationJianpeng Ma2013-09-111-4/+2
* | partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso2013-09-151-2/+6
* | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-111-1/+1
* | block/partitions/efi.c: consistently use pr_foo()Andrew Morton2013-09-111-26/+19
* | partitions/efi: some style cleanupsDavidlohr Bueso2013-09-111-11/+8
* | partitions/efi: delete annoying emacs style commentsDavidlohr Bueso2013-09-111-19/+0
* | partitions/efi: compare first and last usable LBAsDavidlohr Bueso2013-09-111-1/+6
* | partitions/efi: account for pmbr size in lbaDavidlohr Bueso2013-09-111-3/+18
* | partitions/efi: detect hybrid MBRsDavidlohr Bueso2013-09-112-21/+56
* | partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso2013-09-111-3/+0
* | partitions/efi: check pmbr record's starting lbaDavidlohr Bueso2013-09-111-4/+13
* | partitions/efi: use lba-aware partition recordsDavidlohr Bueso2013-09-112-6/+19
* | kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers2013-09-111-1/+1
* | block: support embedded device command line partitionCai Zhiyong2013-09-118-0/+370
* | block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-111-1/+1
* | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-034-115/+105
|\ \
| * | cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-083-10/+5
| * | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-1/+1