summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-027-15/+15
* blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2016-11-024-7/+69
* blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-024-10/+0
* blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-024-12/+3
* 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-022-0/+21
* 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-022-0/+50
* writeback: mark background writeback as suchJens Axboe2016-11-021-0/+2
* writeback: add wbc_to_write_flags()Jens Axboe2016-11-028-16/+17
* block: add REQ_BACKGROUNDJens Axboe2016-11-021-0/+2
* block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig2016-11-011-3/+0
* mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-017-1/+9
* ceph: don't include blk_types.h in messenger.hChristoph Hellwig2016-11-011-1/+1
* arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig2016-11-012-2/+0
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-0118-1/+19
* block, fs: move submit_bio to bio.hChristoph Hellwig2016-11-012-1/+2
* fs: decouple READ and WRITE from the block layer opsChristoph Hellwig2016-11-014-14/+11
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-0153-182/+133
* block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-016-28/+33
* block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2016-11-012-4/+10
* block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig2016-11-011-1/+1
* btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-012-2/+2
* bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-012-4/+3
* umem: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-011-1/+1
* blk-cgroup: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-011-1/+1
* cfq-iosched: use op_is_sync instead of opencoding itChristoph Hellwig2016-11-011-12/+4
* block: add a proper block layer data direction encodingChristoph Hellwig2016-10-282-13/+30
* block: better op and flags encodingChristoph Hellwig2016-10-2823-221/+148
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-2838-218/+242
* block: replace REQ_THROTTLED with a bio flagChristoph Hellwig2016-10-282-11/+7
* block: move REQ_RAHEAD to common flagsChristoph Hellwig2016-10-281-2/+2
* block: REQ_NOMERGE is common to the bio and requestChristoph Hellwig2016-10-281-1/+1
* block: remove bio_is_rwChristoph Hellwig2016-10-282-12/+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
* brd: remove support for BLKFLSBUFMike Snitzer2016-10-251-35/+0
* brd: Switch rd_size to unsigned longJan Kara2016-10-251-2/+2
* sd: fix uninitialized variable access in error handlingArnd Bergmann2016-10-241-1/+3
* block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann2016-10-241-4/+2
* sd: Implement support for ZBC devicesHannes Reinecke2016-10-185-35/+843
* blk-zoned: implement ioctlsShaun Tancheff2016-10-185-0/+162
* block: Implement support for zoned block devicesHannes Reinecke2016-10-186-0/+401
* block: Define zoned block device operationsShaun Tancheff2016-10-182-0/+6
* block: update chunk_sectors in blk_stack_limits()Hannes Reinecke2016-10-181-0/+4
* blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke2016-10-182-0/+24
* block: Add 'zoned' queue limitDamien Le Moal2016-10-184-0/+82
* btrfs: assign error values to the correct bio structsJunjie Mao2016-10-171-2/+2
* x86, pkeys: remove cruft from never-merged syscallsDave Hansen2016-10-172-4/+0