aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-3/+6
2016-03-20blk-mq: Use proper cpumask iteratorGravatar Thomas Gleixner 2-3/+6
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Gravatar Linus Torvalds 1-0/+24
2016-03-18Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-109/+178
2016-03-16Merge tag 'dm-4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-1/+1
2016-03-15block: partition: add partition specific uevent callbacks for partition infoGravatar San Mehat 1-0/+11
2016-03-15blk-mq: add bounds check on tag-to-rq conversionGravatar Hannes Reinecke 1-1/+4
2016-03-14block: bio_remaining_done() isn't unlikelyGravatar Christoph Hellwig 1-1/+1
2016-03-14block: cleanup bio_endioGravatar Christoph Hellwig 1-18/+17
2016-03-14block: factor out chained bio completionGravatar Christoph Hellwig 1-8/+8
2016-03-14block: don't unecessarily clobber bi_error for chained biosGravatar Christoph Hellwig 1-2/+5
2016-03-03blk-mq: Fix NULL pointer updating nr_requestsGravatar Keith Busch 1-0/+2
2016-03-03block: support large requests in blk_rq_map_user_iovGravatar Christoph Hellwig 1-30/+61
2016-03-03block: merge: get the 1st and last bvec via helpersGravatar Ming Lei 1-6/+2
2016-02-27block: disable block device DAX by defaultGravatar Dan Williams 1-0/+13
2016-02-22dm: fix excessive dm-mq context switchingGravatar Mike Snitzer 1-1/+1
2016-02-19block: Add blk_set_runtime_active()Gravatar Mika Westerberg 1-0/+24
2016-02-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-13/+23
2016-02-17blk: fix overflow in queue_discard_max_hw_showGravatar Alan 1-3/+2
2016-02-14blk-mq: mark request queue as mq asapGravatar Ming Lei 1-1/+3
2016-02-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-2/+4
2016-02-12bio: return EINTR if copying to user space got interruptedGravatar Hannes Reinecke 1-2/+5
2016-02-11blk-mq: End unstarted requests on dying queueGravatar Keith Busch 1-2/+4
2016-02-11block: Initialize max_dev_sectors to 0Gravatar Keith Busch 1-2/+2
2016-02-11block: Initialize max_dev_sectors to 0Gravatar Keith Busch 1-2/+2
2016-02-09blk-mq: dynamic h/w context countGravatar Keith Busch 3-73/+110
2016-02-09block: fix module reference leak on put_disk() call for cgroups throttleGravatar Roman Pen 1-0/+9
2016-02-09kernel/fs: fix I/O wait not accounted for RW O_DSYNCGravatar Stephane Gasparini 1-1/+1
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesGravatar James Bottomley 1-2/+4
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledGravatar Martin K. Petersen 1-2/+4
2016-02-04cfq-iosched: Allow parent cgroup to preempt its childGravatar Jan Kara 1-1/+18
2016-02-04cfq-iosched: Allow sync noidle workloads to preempt each otherGravatar Jan Kara 1-1/+0
2016-02-04cfq-iosched: Reorder checks in cfq_should_preempt()Gravatar Jan Kara 1-6/+7
2016-02-04cfq-iosched: Don't group_idle if cfqq has big thinktimeGravatar Jan Kara 1-2/+8
2016-02-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-41/+15
2016-02-01deadline: remove unused struct memberGravatar Tahsin Erdogan 1-3/+0
2016-01-30block: use DAX for partition table readsGravatar Dan Williams 1-3/+15
2016-01-30block: revert runtime dax control of the raw block deviceGravatar Dan Williams 1-38/+0
2016-01-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+19
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 2-225/+1
2016-01-22block: fix bio splitting on max sectorsGravatar Ming Lei 1-7/+19
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-18/+29
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 9-48/+56
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-2/+686
2016-01-12block: split bios to max possible lengthGravatar Keith Busch 1-3/+16
2016-01-09block: kill disk_{check|set|clear|alloc}_badblocksGravatar Dan Williams 1-42/+0
2016-01-09pmem, dax: disable dax in the presence of bad blocksGravatar Dan Williams 1-0/+10
2016-01-09block, badblocks: introduce devm_init_badblocksGravatar Dan Williams 1-13/+35
2016-01-09block: clarify badblocks lifetimeGravatar Dan Williams 2-5/+2