aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus 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/c...Linus 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/k...Linus 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
2013-11-08block: Replace __get_cpu_var usesChristoph Lameter2-7/+7
2013-11-08blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka1-1/+3
2013-11-08block: fix race between request completion and timeout handlingJeff Moyer2-2/+2
2013-10-31ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounc...Santosh Shilimkar1-4/+4
2013-10-29blk-mq: don't disallow request merges for req->special being setJens Axboe1-3/+14
2013-10-29blk-mq: mq plug list breakageShaohua Li2-2/+8
2013-10-28blk-mq: fix for flush deadlockChristoph Hellwig3-4/+14
2013-10-25blk-mq: add blk_mq_stop_hw_queuesChristoph Hellwig1-0/+10
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe14-102/+2657
2013-10-25block: remove request ref_countChristoph Hellwig2-10/+0
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe1-2/+2
2013-10-16block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson1-1/+6
2013-09-30block: change config option name for cmdline partition parsingPaul Gortmaker4-9/+14
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds7-22/+24
2013-09-22cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov1-1/+1
2013-09-18If the queue is dying then we only call the rq->end_io callout.Mike Christie1-2/+2
2013-09-15partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso1-2/+6
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-1/+1
2013-09-11block/partitions/efi.c: consistently use pr_foo()Andrew Morton1-26/+19
2013-09-11partitions/efi: some style cleanupsDavidlohr Bueso1-11/+8
2013-09-11partitions/efi: delete annoying emacs style commentsDavidlohr Bueso1-19/+0
2013-09-11partitions/efi: compare first and last usable LBAsDavidlohr Bueso1-1/+6
2013-09-11partitions/efi: account for pmbr size in lbaDavidlohr Bueso1-3/+18
2013-09-11partitions/efi: detect hybrid MBRsDavidlohr Bueso2-21/+56
2013-09-11partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso1-3/+0
2013-09-11partitions/efi: check pmbr record's starting lbaDavidlohr Bueso1-4/+13
2013-09-11partitions/efi: use lba-aware partition recordsDavidlohr Bueso2-6/+19
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers1-1/+1
2013-09-11block: support embedded device command line partitionCai Zhiyong8-0/+370
2013-09-11block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-09-11blkcg: relocate root_blkg setting and clearingTejun Heo1-10/+15
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches4-5/+4
2013-09-11block: trace all devices plug operationJianpeng Ma1-4/+2
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds4-115/+105
2013-08-23[SCSI] Return ENODATA on medium errorHannes Reinecke1-0/+3
2013-08-23[SCSI] return ENOSPC on thin provisioning failureHannes Reinecke1-0/+3
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo3-10/+5
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-1/+1
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo3-24/+17
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo3-64/+64
2013-08-08cgroup: add subsys backlink pointer to cftypeTejun Heo1-1/+1
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-12/+13
2013-08-08cgroup: add css_parent()Tejun Heo1-3/+1
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-4/+8
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-3/+2
2013-07-14block: delete __cpuinit usage from all block filesPaul Gortmaker2-6/+6
2013-07-11Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockLinus Torvalds8-418/+875
2013-07-09partitions/msdos: enumerate also AIX LVM partitionsPhilippe De Muyter1-0/+5
2013-07-09partitions: add aix lvm partition support filesPhilippe De Muyter4-0/+306
2013-07-09partitions/msdos.c: end-of-line whitespace and semicolon cleanupPhilippe De Muyter1-6/+6
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2-1/+2
2013-07-03block: do not pass disk names as format stringsKees Cook1-1/+1
2013-07-03block/compat_ioctl.c: do not leak info to user-spaceCong Wang1-0/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-2/+6
2013-07-03elevator: Fix a race in elevator switchingJianpeng Ma4-29/+46
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-6/+12
2013-07-01block: check for timeout function in blk_rq_timed_out()Hannes Reinecke1-2/+3
2013-07-01block/dasd: detailed I/O errorsHannes Reinecke1-0/+3
2013-06-28block: Reserve only one queue tag for sync IO if only 3 tags are availableJan Kara1-2/+9
2013-05-17blkpm: avoid sleep when holding queue lockAaron Lu1-1/+1
2013-05-14blk-throttle: implement proper hierarchy supportTejun Heo2-9/+21
2013-05-14blk-throttle: implement throtl_grp->has_rules[]Tejun Heo1-7/+42
2013-05-14blk-throttle: Account for child group's start time in parent while bio climbs upVivek Goyal1-0/+33
2013-05-14blk-throttle: add throtl_qnode for dispatch fairnessTejun Heo1-25/+176
2013-05-14blk-throttle: make throtl_pending_timer_fn() ready for hierarchyTejun Heo1-7/+33
2013-05-14blk-throttle: make tg_dispatch_one_bio() ready for hierarchyTejun Heo1-7/+21
2013-05-14blk-throttle: make blk_throtl_bio() ready for hierarchyTejun Heo1-7/+20
2013-05-14blk-throttle: make blk_throtl_drain() ready for hierarchyTejun Heo1-11/+40
2013-05-14blk-throttle: dispatch from throtl_pending_timer_fn()Tejun Heo1-25/+44
2013-05-14blk-throttle: implement dispatch loopingTejun Heo1-26/+56
2013-05-14blk-throttle: separate out throtl_service_queue->pending_timer from throtl_da...Tejun Heo1-23/+45
2013-05-14blk-throttle: set REQ_THROTTLED from throtl_charge_bio() and gate stats updat...Tejun Heo1-5/+25
2013-05-14blk-throttle: implement sq_to_tg(), sq_to_td() and throtl_log()Tejun Heo1-29/+81
2013-05-14blk-throttle: add throtl_service_queue->parent_sqTejun Heo1-42/+39
2013-05-14blk-throttle: generalize update_disptime optimization in blk_throtl_bio()Tejun Heo1-10/+18
2013-05-14blk-throttle: dispatch to throtl_data->service_queue.bio_lists[]Tejun Heo1-17/+23
2013-05-14blk-throttle: move bio_lists[] and friends to throtl_service_queueTejun Heo1-24/+39
2013-05-14blk-throttle: add throtl_grp->service_queueTejun Heo1-4/+11
2013-05-14blk-throttle: reorganize throtl_service_queue passed around as argumentTejun Heo1-49/+51
2013-05-14blk-throttle: pass around throtl_service_queue instead of throtl_dataTejun Heo1-25/+28
2013-05-14blk-throttle: add backlink pointer from throtl_grp to throtl_dataTejun Heo1-53/+53
2013-05-14blk-throttle: simplify throtl_grp flag handlingTejun Heo1-25/+9
2013-05-14blk-throttle: rename throtl_rb_root to throtl_service_queueTejun Heo1-42/+42
2013-05-14blk-throttle: remove pointless throtl_nr_queued() optimizationsTejun Heo1-22/+7
2013-05-14blk-throttle: relocate throtl_schedule_delayed_work()Tejun Heo1-16/+13
2013-05-14blk-throttle: collapse throtl_dispatch() into the work functionTejun Heo1-17/+9
2013-05-14blk-throttle: remove deferred config application mechanismTejun Heo1-54/+20
2013-05-14blk-throttle: remove spurious throtl_enqueue_tg() call from throtl_select_dis...Tejun Heo1-3/+1
2013-05-14blkcg: move bulk of blkcg_gq release operations to the RCU callbackTejun Heo2-20/+18
2013-05-14blkcg: invoke blkcg_policy->pd_init() after parent is linkedTejun Heo1-17/+22
2013-05-14blkcg: implement blkg_for_each_descendant_post()Tejun Heo1-0/+14
2013-05-14blkcg: move blkg_for_each_descendant_pre() to block/blk-cgroup.hTejun Heo2-22/+22
2013-05-14blkcg: fix error return path in blkg_create()Tejun Heo1-1/+1
2013-05-14block: queue work on power efficient wqViresh Kumar3-6/+12
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds6-79/+229
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2013-04-30partitions/efi.c: replace useless kzalloc's by kmalloc'sPhilippe De Muyter1-2/+2
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-2/+0
2013-04-29Merge tag 'driver-core-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-0/+1
2013-04-14Merge 3.9-rc7 into driver-core-nextGreg Kroah-Hartman2-1/+2
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman1-1/+1
2013-04-09blkcg: fix "scheduling while atomic" in blk_queue_bypass_startJun'ichi Nomura1-2/+2
2013-04-08driver core: add uid and gid to devtmpfsKay Sievers1-1/+2
2013-04-08Revert "loop: cleanup partitions when detaching loop device"Jens Axboe1-1/+0
2013-04-03block: avoid using uninitialized value in from queue_var_storeArnd Bergmann1-0/+2
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2-1/+2
2013-03-24Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Jens Axboe3-75/+16
2013-03-23block: Add bio_end_sector()Kent Overstreet3-7/+4
2013-03-23block: Refactor blk_update_request()Kent Overstreet1-68/+12
2013-03-22block: implement runtime pm strategyLin Ming2-0/+65
2013-03-22block: add runtime pm helpersLin Ming1-0/+144
2013-03-22Block: blk-flush: Fixed indent code styleAlice Ferrazzi1-1/+1
2013-03-22loop: cleanup partitions when detaching loop devicePhillip Susi1-0/+1
2013-03-20scatterlist: introduce sg_unmark_endPaolo Bonzini2-2/+2
2013-03-04cgroup: fix cgroup_path() vs rename() raceLi Zefan1-2/+0
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds11-205/+834
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin5-12/+7
2013-02-27block/partitions: optimize memory allocation in check_partition()Ming Lei3-8/+37
2013-02-27block/partitions/mac.c: obey the state->limit constraintMing Lei1-0/+4
2013-02-27block/partitions/efi.c: ensure that the GPT header is at least the size of th...Peter Jones1-2/+10
2013-02-27block/partition/msdos: detect AIX formatted disks even without 55aaPhilippe De Muyter1-3/+8
2013-02-27block: convert to idr_alloc()Tejun Heo2-32/+15
2013-02-27block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo1-8/+5
2013-02-27block: fix ext_devt_idr handlingTomas Henzl2-2/+6
2013-02-23block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesMing Lei1-0/+10
2013-02-22cfq: fix lock imbalance with failed allocationsGlauber Costa1-0/+2
2013-02-22block: don't select PERCPU_RWSEMMikulas Patocka1-1/+0
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-3/+5
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong1-0/+4
2013-02-19Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+28
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-02-15block: account iowait time when waiting for completion of IO requestVladimir Davydov3-6/+6
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams1-0/+1
2013-01-22block: don't request module during elevator initTejun Heo1-7/+12
2013-01-18init, block: try to load default elevator module early during bootTejun Heo1-0/+16
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo1-2/+2
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo1-1/+0
2013-01-11Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe4-163/+818
2013-01-11block: Remove should_sort judgement when flush blk_plugJianpeng Ma1-12/+1
2013-01-11block,elevator: use new hashtable implementationSasha Levin2-20/+5
2013-01-09cfq-iosched: add hierarchical cfq_group statisticsTejun Heo1-0/+105
2013-01-09cfq-iosched: collect stats from dead cfqgsTejun Heo1-1/+56
2013-01-09cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats()Tejun Heo1-4/+9
2013-01-09blkcg: make blkcg_print_blkgs() grab q locks instead of blkcg lockTejun Heo1-5/+9
2013-01-09block: RCU free request_queueTejun Heo1-1/+8
2013-01-09blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge()Tejun Heo2-0/+142
2013-01-09blkcg: export __blkg_prfill_rwstat()Tejun Heo1-0/+1
2013-01-09blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/Tejun Heo2-4/+4