aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-09-12Merge tag 'v4.4.154' into HEADBen Hutchings1-7/+3
2018-07-25block: do not use interruptible wait anywhereAlan Jenkins1-7/+3
2018-05-17Merge tag 'v4.4.130' into linux-4.4.y-cipBen Hutchings4-5/+13
2018-04-13blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei1-1/+2
2018-04-13bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov1-0/+3
2018-04-13block: fix an error code in add_partition()Dan Carpenter1-1/+3
2018-04-13blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong1-2/+2
2018-04-08Merge tag 'v4.4.126' into linux-4.4.y-cipBen Hutchings2-3/+12
2018-04-08partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron1-1/+3
2018-03-22blk-throttle: make sure expire time isn't too bigShaohua Li1-0/+11
2018-03-22blkcg: fix double free of new_blkg in blkcg_init_queueHou Tao1-3/+1
2018-01-05Merge tag 'v4.4.109' into linux-4.4.y-cipBen Hutchings2-7/+11
2017-12-16more bio_map_user_iov() leak fixesAl Viro1-5/+9
2017-12-16block: wake up all tasks blocked in get_request()Ming Lei1-2/+2
2017-11-15Merge tag 'v4.4.98' into linux-4.4.y-cipBen Hutchings1-0/+8
2017-10-21Revert "bsg-lib: don't free job in bsg_prepare_job"Greg Kroah-Hartman1-0/+1
2017-10-18fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh1-0/+8
2017-10-18Revert "bsg-lib: don't free job in bsg_prepare_job"Ben Hutchings1-0/+1
2017-10-18Merge tag 'v4.4.92' into linux-4.4.y-cipBen Hutchings3-7/+13
2017-10-08partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar1-5/+12
2017-10-05bsg-lib: don't free job in bsg_prepare_jobChristoph Hellwig1-1/+0
2017-09-27block: Relax a check in blk_start_queue()Bart Van Assche1-1/+1
2017-08-21Merge tag 'v4.4.83' into linux-4.4.y-cipBen Hutchings1-0/+9
2017-07-05block: fix module reference leak on put_disk() call for cgroups throttleRoman Pen1-0/+9
2017-06-30Merge tag 'v4.4.75' into linux-4.4.y-cipBen Hutchings1-0/+2
2017-06-17partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard1-0/+2
2017-05-24Merge tag 'v4.4.69' into linux-4.4.y-cipBen Hutchings7-35/+50
2017-05-20block: fix blk_integrity_register to use template's interval_exp if not 0Mike Snitzer1-1/+2
2017-05-14block: get rid of blk_integrity_revalidate()Ilya Dryomov2-18/+2
2017-04-27block: fix del_gendisk() vs blkdev_ioctl crashDan Williams1-1/+0
2017-04-18blk-mq: Avoid memory reclaim when remapping queuesGabriel Krisman Bertazi1-3/+3
2017-04-08blk: Ensure users for current->bio_list can see the full list.NeilBrown2-15/+28
2017-04-08blk: improve order of bio handling in generic_make_request()NeilBrown1-5/+20
2017-03-30block: allow WRITE_SAME commands with the SG_IO ioctlSumit Semwal1-0/+3
2017-03-19Merge tag 'v4.4.55' into linux-4.4.y-cipBen Hutchings1-9/+8
2017-02-26blk-mq: really fix plug list flushing for nomerge queuesOmar Sandoval1-9/+8
2017-02-10Merge tag 'v4.4.48' into linux-4.4.y-cipBen Hutchings2-4/+2
2017-01-19blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi1-3/+1
2017-01-19block: cfq_cpd_alloc() should use @gfpTejun Heo1-1/+1
2017-01-12Merge tag 'v4.4.42' into linux-4.4.y-cipBen Hutchings3-3/+9
2017-01-09sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3
2017-01-06blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche1-3/+3
2016-12-10Don't feed anything but regular iovec's to blk_rq_map_user_iovLinus Torvalds1-0/+3
2016-11-24blk-mq: fix undefined behaviour in order_to_size()Bartlomiej Zolnierkiewicz1-1/+1
2016-10-28blkcg: Unlock blkcg_pol_mutex only once when cpd == NULLBart Van Assche1-3/+1
2016-10-22cfq: fix starvation of asynchronous writesGlauber Costa1-3/+10
2016-10-07blk-mq: actually hook up defer list when running requestsOmar Sandoval1-1/+1
2016-09-15block: make sure a big bio is split into at most 256 bvecsMing Lei1-0/+22
2016-09-15block: Fix race triggered by blk_set_queue_dying()Bart Van Assche1-1/+3
2016-09-15blk-mq: End unstarted requests on dying queueKeith Busch1-2/+4
2016-08-20block: fix bdi vs gendisk lifetime mismatchDan Williams1-1/+1
2016-08-20block: add missing group association in bio-cloning functionsPaolo Valente1-0/+15
2016-08-16block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-08-10block: fix use-after-free in sys_ioprio_get()Omar Sandoval1-0/+2
2016-05-04block: partition: initialize percpuref before sending out KOBJ_ADDMing Lei1-3/+10
2016-04-12dm: fix excessive dm-mq context switchingMike Snitzer1-1/+1
2016-03-09block: Initialize max_dev_sectors to 0Keith Busch1-2/+2
2016-03-03bio: return EINTR if copying to user space got interruptedHannes Reinecke1-2/+5
2016-02-17block: fix bio splitting on max sectorsMing Lei1-7/+19
2016-02-17block: split bios to max possible lengthKeith Busch1-3/+16
2016-01-08Revert "block: Split bios on chunk boundaries"Jens Axboe1-1/+1
2015-12-28block: add blk_start_queue_async()Jens Axboe1-0/+16
2015-12-22block: Split bios on chunk boundariesKeith Busch1-1/+1
2015-12-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-12-22block: ensure to split after potentially bouncing a bioJunichi Nomura1-2/+2
2015-12-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+12
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo10-58/+83
2015-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-20/+19
2015-12-03SCSI: Fix NULL pointer dereference in runtime PMKen Xue1-0/+12
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley2-20/+19
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo1-3/+3
2015-11-30blk-merge: fix computing bio->bi_seg_front_size in case of single segmentMing Lei1-0/+3
2015-11-29block: Always check queue limits for cloned requestsHannes Reinecke1-14/+7
2015-11-25Return EBUSY from BLKRRPART for mounted whole-dev fsEric Sandeen1-1/+1
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2-20/+19
2015-11-25Revert "blk-flush: Queue through IO scheduler when flush not required"Jens Axboe1-1/+1
2015-11-24block: fix blk_abort_request for blk-mq driversChristoph Hellwig1-3/+5
2015-11-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-19/+49
2015-11-23blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei1-0/+6
2015-11-23blk-merge: fix blk_bio_segment_splitMing Lei1-3/+19
2015-11-23block: fix segment splitMing Lei1-2/+2
2015-11-20blk-mq: fix calling unplug callbacks with preempt disabledJens Axboe1-5/+9
2015-11-20mac: validate mac_partition is within sectorKees Cook1-3/+7
2015-11-19block: protect rw_page against device teardownDan Williams1-2/+0
2015-11-16blk-flush: Queue through IO scheduler when flush not requiredJan Kara1-1/+1
2015-11-16elevator: use list_{first,prev,next}_entryGeliang Tang1-5/+5
2015-11-11block: fix blk-core.c kernel-doc warningRandy Dunlap1-0/+3
2015-11-11blk-mq: mark __blk_mq_complete_request() staticJens Axboe2-2/+1
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds4-33/+138
2015-11-07block: add block polling supportJens Axboe3-0/+86
2015-11-07blk-mq: return tag/queue combo in the make_request_fn handlersJens Axboe1-17/+28
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe2-22/+30
2015-11-06pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall1-2/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman3-6/+6
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman5-26/+26
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-3/+4
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds1-100/+230
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds10-197/+216
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds7-40/+122
2015-11-03blk-mq: avoid excessive boot delays with large lun countsJeff Moyer1-17/+30
2015-10-28block: re-add discard_granularity and alignment checksMing Lin1-9/+22
2015-10-22blkcg: don't create "io.stat" on the root cgroupTejun Heo1-0/+1
2015-10-21blk-mq: mark ctx as pending at batch in flush plug pathMing Lei1-5/+13
2015-10-21blk-mq: fix for trace_block_plug()Ming Lei1-1/+1
2015-10-21block: check bio_mergeable() early before mergingMing Lei1-1/+1
2015-10-21blk-mq: check bio_mergeable() early before mergingMing Lei1-1/+1
2015-10-21block: avoid to merge splitted bioMing Lei1-0/+3
2015-10-21block: setup bi_phys_segments after splittingMing Lei1-7/+22
2015-10-21block: fix plug list flushing for nomerge queuesJeff Moyer3-6/+36
2015-10-21block: add an API for Persistent ReservationsChristoph Hellwig1-0/+103
2015-10-21block: cleanup blkdev_ioctlChristoph Hellwig1-100/+127
2015-10-21block, libnvdimm, nvme: provide a built-in blk_integrity nop profileDan Williams1-1/+12
2015-10-21block: blk_flush_integrity() for bio-based driversDan Williams3-0/+16
2015-10-21block: move blk_integrity to request_queueDan Williams1-7/+7
2015-10-21block: generic request_queue reference countingDan Williams5-73/+101
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen3-102/+61
2015-10-21block: Export integrity data interval size in sysfsMartin K. Petersen1-0/+14
2015-10-21block: Reduce the size of struct blk_integrityMartin K. Petersen2-5/+5
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen3-25/+16
2015-10-21block: Move integrity kobject to struct gendiskMartin K. Petersen1-11/+11
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo2-1/+2
2015-10-15blk-mq: fix use-after-free in blk_mq_free_tag_set()Junichi Nomura2-3/+2
2015-10-09blk-mq: remove unused blk_mq_clone_flush_request prototypeChristoph Hellwig1-2/+0
2015-10-09blk-mq: fix waitqueue_active without memory barrier in block/blk-mq-tag.cKosuke Tatsukawa1-0/+4
2015-10-09Merge tag 'v4.3-rc4' into for-4.4/coreJens Axboe6-65/+128
2015-10-01blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig3-18/+25
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig1-6/+6
2015-09-29blk-mq: fix deadlock when reading cpu_listAkinobu Mita2-4/+7
2015-09-29blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita3-19/+52
2015-09-29blk-mq: fix q->mq_usage_counter access raceAkinobu Mita1-3/+4
2015-09-29blk-mq: Fix use after of free q->mq_mapAkinobu Mita1-5/+3
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita2-11/+25
2015-09-29blk-mq: avoid setting hctx->tags->cpumask before allocationAkinobu Mita1-1/+8
2015-09-23block: kmemleak: Track the page allocations for struct requestCatalin Marinas1-0/+11
2015-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-39/+61
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2-3/+3
2015-09-17block: fix bounce_end_ioMing Lei1-1/+3
2015-09-17block: blk-merge: fast-clone bio when splitting rw biosMing Lei1-15/+4
2015-09-11block: blkg_destroy_all() should clear q->root_blkg and ->root_rl.blkgTejun Heo1-0/+3
2015-09-11block: Copy a user iovec if it includes gapsSagi Grimberg1-2/+24
2015-09-11block: Refuse adding appending a gapped integrity page to a bioSagi Grimberg1-0/+5
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg2-0/+9
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds6-800/+891
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-27/+4
2015-09-03block: Check for gaps on front and back mergesJens Axboe1-13/+6
2015-09-02block: fix bogus compiler warnings in blk-merge.cJens Axboe1-8/+7
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds17-313/+421
2015-09-01blk: Fix bio_io_vec index when checking bvec gapsKeith Busch1-1/+1
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch3-18/+22
2015-08-18blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchyTejun Heo2-15/+61
2015-08-18blkcg: s/CFQ_WEIGHT_*/CFQ_WEIGHT_LEGACY_*/Tejun Heo1-11/+11
2015-08-18blkcg: implement interface for the unified hierarchyTejun Heo3-5/+221
2015-08-18blkcg: misc preparations for unified hierarchy interfaceTejun Heo2-5/+6
2015-08-18blkcg: separate out tg_conf_updated() from tg_set_conf()Tejun Heo1-28/+32
2015-08-18blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo3-20/+37
2015-08-18blkcg: mark existing cftypes as legacyTejun Heo3-10/+10
2015-08-18blkcg: rename subsystem name from blkio to ioTejun Heo2-4/+5
2015-08-18blkcg: refine error codes returned during blkcg configurationTejun Heo2-7/+7
2015-08-18blkcg: remove unnecessary NULL checks from __cfqg_set_weight_device()Tejun Heo1-4/+1
2015-08-18blkcg: reduce stack usage of blkg_rwstat_recursive_sum()Tejun Heo1-6/+4
2015-08-18blkcg: remove cfqg_stats->sectorsTejun Heo1-19/+36
2015-08-18blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo3-90/+113
2015-08-18blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo2-31/+46
2015-08-18blkcg: make blkcg_[rw]stat per-cpuTejun Heo3-83/+86
2015-08-18blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo2-53/+24
2015-08-18blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo5-97/+19
2015-08-18blk-throttle: improve queue bypass handlingTejun Heo1-3/+4
2015-08-18blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo1-7/+0
2015-08-18blkcg: inline [__]blkg_lookup()Tejun Heo1-36/+2
2015-08-18blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo2-16/+42
2015-08-18blkcg: minor updates around blkcg_policy_dataTejun Heo2-17/+18
2015-08-18blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo3-23/+22
2015-08-18blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo3-52/+31
2015-08-18blk-throttle: remove asynchrnous percpu stats allocation mechanismTejun Heo1-87/+25
2015-08-18blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo3-12/+35
2015-08-18blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fnTejun Heo1-1/+2
2015-08-18blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo1-34/+21
2015-08-18blkcg: remove unnecessary blkcg_root handling from css_alloc/free pathsTejun Heo1-15/+10
2015-08-18blkcg: use blkg_free() in blkcg_init_queue() failure pathTejun Heo1-2/+3
2015-08-18cfq-iosched: charge async IOs to the appropriate blkcg's instead of the rootTejun Heo1-43/+42
2015-08-18cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue()Tejun Heo1-34/+15
2015-08-18cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_...Tejun Heo1-16/+12
2015-08-18cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue()Tejun Heo1-35/+10
2015-08-18blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical all...Tejun Heo2-5/+5
2015-08-18cfq-iosched: minor cleanupsTejun Heo1-15/+11
2015-08-18cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()Tejun Heo1-0/+2
2015-08-18cfq-iosched: fix async oom queue handlingTejun Heo1-1/+1
2015-08-18cfq-iosched: simplify control flow in cfq_get_queue()Tejun Heo1-6/+7
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer1-1/+3
2015-08-17scatterlist: remove open coded sg_unmark_end instancesDan Williams1-1/+1
2015-08-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+2
2015-08-15blk-mq: fix race between timeout and freeing requestMing Lei5-18/+35
2015-08-15blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei1-7/+18
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-23/+0
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet2-36/+3
2015-08-13block: remove split code in blkdev_issue_{discard,write_same}Ming Lin1-36/+11
2015-08-13block: simplify bio_add_page()Kent Overstreet1-80/+55
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet4-20/+165
2015-08-12sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen1-2/+2