summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn2016-11-031-2/+2
| * | | blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-022-7/+8
| * | | blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2016-11-022-7/+65
| * | | blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-021-6/+0
| * | | blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-021-5/+1
| * | | blk-mq: Move more code into blk_mq_direct_issue_request()Bart Van Assche2016-11-021-8/+10
| * | | blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche2016-11-021-0/+20
| * | | blk-mq: Introduce blk_mq_hctx_stopped()Bart Van Assche2016-11-022-6/+11
| * | | blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche2016-11-021-3/+3
| * | | block: add bio_iov_iter_get_pages()Kent Overstreet2016-11-021-0/+49
| * | | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+2
| * | | block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-011-3/+8
| * | | cfq-iosched: use op_is_sync instead of opencoding itChristoph Hellwig2016-11-011-12/+4
| * | | block: better op and flags encodingChristoph Hellwig2016-10-287-95/+69
| * | | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-289-77/+78
| * | | block: replace REQ_THROTTLED with a bio flagChristoph Hellwig2016-10-281-5/+5
| * | | block: remove bio_is_rwChristoph Hellwig2016-10-281-1/+1
| * | | blk-mq: get rid of confusing blk_map_ctx structureJens Axboe2016-10-271-13/+5
| * | | blk-mq: update hardware and software queues for sleeping allocJens Axboe2016-10-271-3/+3
| * | | block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann2016-10-241-4/+2
| * | | blk-zoned: implement ioctlsShaun Tancheff2016-10-182-0/+97
| * | | block: Implement support for zoned block devicesHannes Reinecke2016-10-183-0/+266
| * | | block: Define zoned block device operationsShaun Tancheff2016-10-181-0/+4
| * | | block: update chunk_sectors in blk_stack_limits()Hannes Reinecke2016-10-181-0/+4
| * | | blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke2016-10-181-0/+11
| * | | block: Add 'zoned' queue limitDamien Le Moal2016-10-182-0/+19
| |/ /
* | | mm: don't cap request size based on read-ahead settingJens Axboe2016-12-122-0/+2
* | | Don't feed anything but regular iovec's to blk_rq_map_user_iovLinus Torvalds2016-12-071-0/+4
| |/ |/|
* | blk-mq: update hardware and software queues for sleeping allocJens Axboe2016-10-271-3/+3
* | block: flush: fix IO hang in case of flood fua reqMing Lei2016-10-261-0/+28
* | badblocks: badblocks_set/clear update unacked_existShaohua Li2016-10-211-0/+23
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-211-2/+4
|\ \ | |/ |/|
| * badblocks: fix overlapping check for clearingTomasz Majchrzak2016-10-121-2/+4
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-1/+1
|\ \
| * | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-1/+1
* | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-3/+1
|\ \ \
| * | | blkcg: Unlock blkcg_pol_mutex only once when cpd == NULLBart Van Assche2016-09-301-3/+1
* | | | block: require write_same and discard requests align to logical block sizeDarrick J. Wong2016-10-111-0/+15
* | | | block: invalidate the page cache when issuing BLKZEROOUTDarrick J. Wong2016-10-111-6/+12
| |_|/ |/| |
* | | Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-094-142/+57
|\ \ \
| * | | blk-mq: fixup "Convert to new hotplug state machine"Sebastian Andrzej Siewior2016-09-231-1/+1
| * | | blk-mq: Convert to new hotplug state machineSebastian Andrzej Siewior2016-09-221-44/+43
| * | | blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner2016-09-224-98/+14
* | | | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-0910-92/+110
|\ \ \ \
| * | | | blk_mq: linux/blk-mq.h does not include all the headers it depends onStephen Rothwell2016-09-193-1/+8
| * | | | blk-mq: kill unused blk_mq_create_mq_map()Jens Axboe2016-09-151-24/+0
| * | | | blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig2016-09-153-11/+21
| * | | | blk-mq: provide a default queue mapping for PCI deviceChristoph Hellwig2016-09-152-1/+46
| * | | | blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig2016-09-153-26/+21
| * | | | blk-mq: remove ->map_queueChristoph Hellwig2016-09-155-43/+25
OpenPOWER on IntegriCloud