summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-141-1/+11
|\ \
| * | Btrfs: catch invalid free space treesOmar Sandoval2016-10-031-1/+11
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-0/+1
|\ \ \
| * | | vfs: add vfs_get_link() helperMiklos Szeredi2016-10-141-0/+1
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-145-63/+179
|\ \ \ \
| * | | | kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin2016-09-221-5/+10
| * | | | kbuild: allow archs to select link dead code/data eliminationNicholas Piggin2016-09-094-63/+80
| * | | | EXPORT_SYMBOL() for asmAl Viro2016-08-071-0/+94
* | | | | Merge tag 'docs-4.9-2' of git://git.lwn.net/linuxLinus Torvalds2016-10-141-35/+42
|\ \ \ \ \