aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-03-20Fix bug in blk_rq_merge_okWenbo Wang1-1/+1
2015-03-18blkmq: Fix NULL pointer deref when all reserved tags inSam Bradshaw1-2/+4
2015-03-13blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer1-3/+3
2015-02-20blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo1-0/+3
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-47/+25
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds13-486/+372
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-11block: remove unused function blk_bio_map_sgChristoph Hellwig1-29/+0
2015-02-11block: handle the null_mapped flag correctly in blk_rq_map_user_iovChristoph Hellwig1-0/+3
2015-02-11blk-mq: fix double-free in error pathTony Battersby1-0/+1
2015-02-11block: prevent request-to-request merging with gaps if not allowedKeith Busch1-0/+12
2015-02-10blk-mq: make blk_mq_run_queues() staticJens Axboe1-5/+4
2015-02-09Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-02-09cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov1-1/+6
2015-02-05block: Quiesce zeroout wrapperMartin K. Petersen1-19/+7
2015-02-05block: rewrite and split __bio_copy_iov()Dongsu Park1-34/+56
2015-02-05block: merge __bio_map_user_iov into bio_map_user_iovChristoph Hellwig2-37/+21
2015-02-05block: merge __bio_map_kern into bio_map_kernChristoph Hellwig1-33/+17
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet3-111/+90
2015-02-05block: add a helper to free bio bounce buffer pagesChristoph Hellwig1-32/+33
2015-02-05block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig2-176/+14
2015-02-05block: simplify bio_map_kernChristoph Hellwig1-16/+44
2015-02-04block: Simplify bsg complete allPeter Zijlstra1-47/+25
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar1-1/+1
2015-01-29blk-mq: release mq's kobjects in blk_release_queue()Ming Lei3-7/+26
2015-01-29Revert "blk-mq: fix hctx/ctx kobject use-after-free"Ming Lei2-24/+7
2015-01-28block: keep established cmd_flags when cloning into a blk-mq requestKeith Busch1-1/+1
2015-01-28block: add blk-mq support to blk_insert_cloned_request()Keith Busch1-0/+7
2015-01-28block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch1-2/+0
2015-01-23blk-mq: add tag allocation policyShaohua Li3-17/+29
2015-01-23block: support different tag allocation policyShaohua Li1-8/+25
2015-01-22block: Remove annoying "unknown partition table" messageBoaz Harrosh1-6/+6
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen2-5/+27
2015-01-21cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer1-2/+7
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2015-01-20blk-mq: fix hctx/ctx kobject use-after-freeMing Lei2-7/+24
2015-01-14blk-mq: fix false negative out-of-tags conditionJens Axboe1-17/+26
2015-01-08blk-mq: End unstarted requests on a dying queueKeith Busch1-1/+10
2015-01-08blk-mq: Allow requests to never expireKeith Busch2-1/+6
2015-01-08blk-mq: Add helper to abort requeued requestsJens Axboe1-0/+20
2015-01-08blk-mq: Let drivers cancel requeue_workKeith Busch1-0/+6
2015-01-08blk-mq: Export if requests were startedKeith Busch1-0/+6
2015-01-08blk-mq: Wake tasks entering queue on dyingKeith Busch1-0/+7
2015-01-07efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov1-1/+1
2015-01-07blk-mq: get rid of ->cmd_size in the hardware queueJens Axboe1-1/+0
2015-01-02blk-mq: export blk_mq_freeze_queue()Jens Axboe1-0/+1
2014-12-31block: wake up waiters when a queue is marked dyingJens Axboe5-5/+42
2014-12-20blk-mq: Export freeze/unfreeze functionsKeith Busch1-2/+4
2014-12-20blk-mq: Exit queue on alloc failureKeith Busch1-1/+3
2014-12-15Revert "blk-mq: Micro-optimize bt_get()"Jens Axboe1-1/+3
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds10-119/+197
2014-12-11bio: modify __bio_add_page() to accept pages that don't start a new segmentMaurizio Lombardi1-24/+30
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+4
2014-12-10blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai1-5/+4
2014-12-09blk-mq: Use all available hardware queuesBart Van Assche1-1/+1
2014-12-09blk-mq: Micro-optimize bt_get()Bart Van Assche1-3/+1
2014-12-09blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche1-6/+5
2014-12-09blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche1-2/+4
2014-12-09blk-mq: Fix a use-after-freeBart Van Assche2-8/+7
2014-12-08Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds4-3/+33
2014-12-08blk-mq: prevent unmapped hw queue from being scheduledMing Lei2-2/+11
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki2-4/+4
2014-12-08blk-mq: re-check for available tags after running the hardware queueJens Axboe1-0/+8
2014-12-08blk-mq: fix hang in bt_get()Bart Van Assche1-0/+7
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley4-3/+33
2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2-4/+4
2014-12-02block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong1-6/+7
2014-11-30blk-mq: move the kdump check to blk_mq_alloc_tag_setShaohua Li1-10/+10
2014-11-24blk-mq: cleanup tag free handlingJens Axboe1-18/+6
2014-11-24blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe1-1/+1
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke1-1/+1
2014-11-24blk: introduce generic io stat accounting help functionGu Zheng1-0/+28
2014-11-24blk-mq: handle the single queue case in blk_mq_hctx_next_cpuChristoph Hellwig1-21/+10
2014-11-19genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe1-2/+9
2014-11-17blk-mq: add blk_mq_free_hctx_request()Jens Axboe1-5/+12
2014-11-17blk-mq: export blk_mq_free_request()Jens Axboe1-0/+1
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig1-2/+2
2014-11-12blk-mq: add blk_mq_unique_tag()Bart Van Assche2-0/+30
2014-11-11block: blk-merge: fix blk_recount_segments()Ming Lei1-8/+11
2014-11-11blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enablePaolo Bonzini1-4/+4
2014-11-11blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if neededPaolo Bonzini1-9/+12
2014-11-10scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby1-3/+5
2014-11-04blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo1-8/+33
2014-10-31block: Fix computation of merged request priorityJan Kara1-6/+8
2014-10-29blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe1-1/+6
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe1-2/+27
2014-10-23block: fix wrong error return in elevator_init()Sudip Mukherjee1-1/+3
2014-10-22scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara1-2/+1
2014-10-21blk-merge: recaculate segment if it isn't less than max segmentsMing Lei1-2/+3
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig1-3/+1
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds24-607/+791
2014-10-13blk-mq: allocate cpumask on the home nodeJens Axboe1-1/+2
2014-10-13bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng1-2/+0
2014-10-13block: include func name in __get_request printsRobert Elliott1-2/+2
2014-10-13block: make blk_update_request print prefix match ratelimited prefixRobert Elliott1-2/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds3-13/+22
2014-10-09blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bioMing Lei1-2/+6
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer1-2/+2
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-5/+5
2014-10-07blk-mq: Make bt_clear_tag() easier to readBart Van Assche1-5/+2
2014-10-07blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe1-2/+2
2014-10-03block: add bioset_create_nobvec()Junichi Nomura1-17/+44
2014-10-03block: use bio_clone_fast() in blk_rq_prep_clone()Junichi Nomura1-1/+1
2014-10-01block: misplaced rq_complete tracepointHannes Reinecke1-2/+2
2014-09-27block: Replace strnicmp with strncasecmpRasmus Villemoes1-4/+4
2014-09-27block: Add T10 Protection Information functionsMartin K. Petersen3-2/+200
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen2-13/+29
2014-09-27block: Integrity checksum flagMartin K. Petersen1-0/+3
2014-09-27block: Relocate bio integrity flagsMartin K. Petersen1-2/+2
2014-09-27block: Add a disk flag to block integrity profileMartin K. Petersen1-0/+12
2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen2-23/+24
2014-09-27block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen1-60/+22
2014-09-27block: Make protection interval calculation genericMartin K. Petersen1-5/+1
2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen2-26/+26
2014-09-27block: Remove bip_bufMartin K. Petersen1-4/+6
2014-09-27block: Remove integrity tagging functionsMartin K. Petersen2-95/+1
2014-09-27block: Replace bi_integrity with bi_specialMartin K. Petersen1-9/+10
2014-09-27block: Get rid of bdev_integrity_enabled()Martin K. Petersen1-22/+17
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei5-39/+54
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei4-10/+10
2014-09-25block: flush: avoid to figure out flush queue unnecessarilyMing Lei1-14/+16
2014-09-25block: remove blk_init_flush() and its pairMing Lei5-23/+10
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei4-48/+97
2014-09-25block: avoid to use q->flush_rq directlyMing Lei1-8/+9
2014-09-25block: move flush initialization to blk_flush_initMing Lei2-3/+4
2014-09-25block: introduce blk_init_flush and its pairMing Lei6-8/+26
2014-09-25blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei3-12/+17
2014-09-25blk-mq: handle failure path for initializing hctxMing Lei1-45/+69
2014-09-24blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo3-3/+20
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo1-1/+1
2014-09-24Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p...Tejun Heo1-10/+1
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo10-82/+194
2014-09-24blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo1-1/+10
2014-09-22genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe1-2/+0
2014-09-22block: fix blk_abort_request on blk-mqChristoph Hellwig3-2/+8
2014-09-22blk-timeout: fix blk_add_timerMing Lei1-1/+2
2014-09-22blk-mq: limit memory consumption if a crash dump is activeJens Axboe1-0/+11
2014-09-22blk-mq: remove unnecessary blk_clear_rq_complete()Ming Lei2-3/+0
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig1-3/+3
2014-09-22blk-mq: unshared timeout handlerChristoph Hellwig3-24/+39
2014-09-22blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig2-86/+43
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2-10/+10
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig1-7/+6
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig1-17/+5
2014-09-22Merge branch 'for-linus' into for-3.18/coreJens Axboe2-11/+18
2014-09-22blk-mq: use blk_mq_start_hw_queues() when running requeue workJens Axboe1-1/+5
2014-09-22blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()Jens Axboe1-1/+0
2014-09-22blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig2-8/+4
2014-09-22blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand1-1/+3
2014-09-22blk-mq: request deadline must be visible before marking rq as startedJens Axboe1-0/+6
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe9-71/+163
2014-09-10blk-mq: scale depth and rq map appropriate if low on memoryJens Axboe1-19/+69
2014-09-09Block: fix unbalanced bypass-disable in blk_register_queueAlan Stern1-2/+4
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2-5/+5
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itTejun Heo3-15/+3
2014-09-08blkcg: remove blkcg->idTejun Heo3-10/+5
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo1-1/+2
2014-09-03block: Fix dev_t minor allocation lifetimeKeith Busch2-11/+15
2014-09-03blk-mq: cleanup after blk_mq_init_rq_map failuresRobert Elliott1-0/+3
2014-09-02blk-merge: fix blk_recount_segmentsMing Lei1-6/+11
2014-08-29bsg: fix potential error pointer dereferenceJens Axboe1-0/+1
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence4-29/+33
2014-08-28cfq-iosched: Add comments on update timing of weightToshiaki Makita1-0/+8
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence1-1/+8
2014-08-26cfq-iosched: Fix wrong children_weight calculationToshiaki Makita1-3/+8
2014-08-26block: fix error handling in sg_ioSabrina Dubroca1-0/+1
2014-08-22fix regression in SCSI_IOCTL_SEND_COMMANDTony Battersby1-2/+7
2014-08-22scsi-mq: fix requests that use a separate CDB bufferTony Battersby2-1/+2
2014-08-21block: support > 16 byte CDBs for SG_IOChristoph Hellwig1-7/+17
2014-08-21block: cleanup error handling in sg_ioChristoph Hellwig1-6/+4
2014-08-21blk-mq: blk_mq_freeze_queue() should allow nestingTejun Heo1-4/+8
2014-08-21blk-mq: correct a few wrong/bad commentsJens Axboe1-3/+3
2014-08-21block: Fix BUG_ON when pi errors occurSagi Grimberg1-1/+1
2014-08-21blk-mq: don't allow merges if turned off for the queueJens Axboe1-3/+9
2014-08-15blk-mq: fix WARNING "percpu_ref_kill() called more than once!"Ming Lei1-4/+0
2014-08-14Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2014-08-14Merge branch 'for-3.17/core' of git://git.kernel.dk/linux-blockLinus Torvalds12-109/+102
2014-08-05partitions: aix.c: off by one bugDan Carpenter1-1/+1
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-5/+14
2014-08-01block: use kmalloc alignment for bio slabMikulas Patocka1-1/+2
2014-07-16blkcg: don't call into policy draining if root_blkg is already goneTejun Heo1-0/+7
2014-07-15cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo1-1/+2
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo1-1/+1
2014-07-14Revert "bio: modify __bio_add_page() to accept pages that don't start a new s...Jens Axboe1-29/+23
2014-07-14block: provide compat ioctl for BLKZEROOUTMikulas Patocka1-0/+1
2014-07-12blkcg: don't call into policy draining if root_blkg is already goneTejun Heo1-0/+7
2014-07-09cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo1-3/+3
2014-07-08blkcg, memcg: make blkcg depend on memcg on the default hierarchyTejun Heo1-0/+8
2014-07-08block: don't assume last put of shared tags is for the hostChristoph Hellwig1-26/+7
2014-07-01bio: modify __bio_add_page() to accept pages that don't start a new segmentMaurizio Lombardi1-23/+29
2014-07-01block SG_IO: add SG_FLAG_Q_AT_HEAD flagDouglas Gilbert1-1/+4
2014-07-01block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is hugeAkinobu Mita1-4/+11
2014-07-01block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAXAkinobu Mita2-3/+8
2014-07-01block/partitions/efi.c: kerneldoc fixingFabian Frederick1-22/+24
2014-07-01block/partitions/msdos.c: code clean-upFabian Frederick1-5/+8
2014-07-01block/partitions/amiga.c: replace nolevel printk by pr_errFabian Frederick1-5/+7
2014-07-01block/partitions/aix.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-07-01bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGu Zheng1-9/+3
2014-07-01blk-mq: use percpu_ref for mq usage countTejun Heo1-39/+29