aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-05-05blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats()Tejun Heo1-1/+14
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-04-09block: fix regression with block enabled taggingJens Axboe4-13/+10
2014-04-07blk-mq: fix potential stall during CPU unplug with IO pendingJens Axboe1-2/+6
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds4-23/+17
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2014-04-01constify blk_rq_map_user_iov() and friendsAl Viro1-1/+1
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds14-48/+125
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-17/+19
2014-03-21blk-mq: add REQ_SYNC earlyShaohua Li1-0/+2
2014-03-21rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith1-7/+7
2014-03-21blk-mq: support partial I/O completionsChristoph Hellwig1-32/+5
2014-03-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig4-47/+13
2014-03-21blk-mq: remove blk_mq_alloc_rqChristoph Hellwig1-8/+2
2014-03-20block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones1-2/+6
2014-03-20blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe4-10/+43
2014-03-19blk-mq: fix wrong usage of hctx->state vs hctx->flagsJens Axboe1-3/+3
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2-4/+4
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-03-14blk-mq: allow blk_mq_init_commands() to return failureJens Axboe1-7/+45
2014-03-13block: remove old blk_iopoll_enabled variableJens Axboe1-3/+0
2014-03-08block: change flush sequence list addition back to front addMike Snitzer1-4/+7
2014-03-08block: fix q->flush_rq NULL pointer crash on dm-mpath flushMike Snitzer1-11/+6
2014-03-07blk-mq: add REQ_SYNC earlyShaohua Li1-0/+2
2014-03-05blktrace: fix accounting of partially completed requestsRoman Pen2-2/+2
2014-03-03rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith1-7/+7
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2-2/+2
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2-2/+2
2014-02-24block: Stop abusing rq->csd.list in blk-softirqJan Kara1-6/+11
2014-02-24block: Stop abusing csd.list for fifo_timeJan Kara2-8/+8
2014-02-21blk-mq: support partial I/O completionsChristoph Hellwig1-32/+5
2014-02-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig4-47/+13
2014-02-21blk-mq: remove blk_mq_alloc_rqChristoph Hellwig1-8/+2
2014-02-20Merge branch 'master' into for-nextJiri Kosina21-457/+484
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida2-2/+2
2014-02-18block: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney2-2/+2
2014-02-18block: Use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza3-6/+10
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds11-158/+219
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo1-1/+1
2014-02-12block: add cond_resched() to potentially long running ioctl discard loopJens Axboe1-0/+8
2014-02-12cgroup: remove cgroup->nameTejun Heo1-4/+8
2014-02-11cgroup: update the meaning of cftype->max_write_lenTejun Heo2-7/+0
2014-02-11blk-mq: pair blk_mq_start_request / blk_mq_requeue_requestChristoph Hellwig1-23/+26
2014-02-11blk-mq: dont assume rq->errors is set when returning an error from ->queue_rqChristoph Hellwig1-1/+1
2014-02-10block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_showMasanari Iida1-1/+1
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig5-105/+72
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig3-24/+33
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo2-6/+4
2014-02-08cgroup: drop module supportTejun Heo1-1/+0
2014-02-07block: Explicitly handle discard/write same segmentsKent Overstreet1-29/+62
2014-02-07blk-mq: Add bio_integrity setup to blk_mq_make_requestNicholas Bellinger1-0/+5
2014-02-07blk-mq: initialize sg_reserved_sizeChristoph Hellwig1-0/+2
2014-02-07blk-mq: handle dma_drain_sizeChristoph Hellwig1-0/+10
2014-02-07blk-mq: divert __blk_put_request for MQ opsChristoph Hellwig1-0/+5
2014-02-07blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig2-8/+11
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-2/+4
2014-01-30block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo1-1/+1
2014-01-30blk-mq: Don't reserve a tag for flush requestShaohua Li2-19/+35
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