summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nbd: move multi-connection bit to unused valueJens Axboe2016-11-221-1/+1
* nbd: add multi-connection supportJosef Bacik2016-11-221-4/+5
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-1/+2
* block: clear all of bi_opf in bio_set_op_attrsChristoph Hellwig2016-11-211-2/+5
* block: Change extern inline to static inlineTobias Klauser2016-11-181-1/+1
* blk-mq: make the polling code adaptiveJens Axboe2016-11-171-1/+1
* blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-171-0/+1
* block: move poll code to blk-mqJens Axboe2016-11-111-1/+1
* block: hook up writeback throttlingJens Axboe2016-11-101-0/+3
* blk-wbt: add general throttling mechanismJens Axboe2016-11-101-0/+153
* block: add scalable completion tracking of requestsJens Axboe2016-11-102-0/+23
* nvme: introduce struct nvme_requestChristoph Hellwig2016-11-101-5/+5
* writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe2016-11-081-0/+2
* block: add code to track actual device queue depthJens Axboe2016-11-051-0/+11
* block: immediately dispatch big size requestShaohua Li2016-11-031-0/+1
* blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-2/+3
* blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2016-11-022-0/+4
* blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-021-1/+0
* blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche2016-11-021-0/+1
* block: add bio_iov_iter_get_pages()Kent Overstreet2016-11-021-0/+1
* writeback: mark background writeback as suchJens Axboe2016-11-021-0/+2
* writeback: add wbc_to_write_flags()Jens Axboe2016-11-021-0/+9
* 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-011-1/+3
* ceph: don't include blk_types.h in messenger.hChristoph Hellwig2016-11-011-1/+1
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-013-1/+4
* 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-012-53/+4
* block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-013-8/+8
* 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
* blk-cgroup: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-011-1/+1
* block: add a proper block layer data direction encodingChristoph Hellwig2016-10-282-13/+30
* block: better op and flags encodingChristoph Hellwig2016-10-288-108/+63
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-283-41/+51
* block: replace REQ_THROTTLED with a bio flagChristoph Hellwig2016-10-281-6/+2
* 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-281-11/+0
* sd: Implement support for ZBC devicesHannes Reinecke2016-10-181-0/+17
* blk-zoned: implement ioctlsShaun Tancheff2016-10-183-0/+65
* block: Implement support for zoned block devicesHannes Reinecke2016-10-183-0/+135
* block: Define zoned block device operationsShaun Tancheff2016-10-181-0/+2
* block: Add 'zoned' queue limitDamien Le Moal2016-10-181-0/+47
* generic syscalls: kill cruft from removed pkey syscallsDave Hansen2016-10-172-7/+0
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-156-6/+29
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-106-6/+18
| * gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-101-0/+11