summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: get rid of blk_integrity_revalidate()Ilya Dryomov2017-04-211-2/+0
* nvmet_fc: Rework target side abort handlingJames Smart2017-04-211-9/+16
* nvmet_fc: add req_release to lldd apiJames Smart2017-04-211-22/+35
* nvmet_fc: add target feature flags for upcall isr contextsJames Smart2017-04-211-0/+16
* nvme: improve performance for virtual NVMe devicesHelen Koike2017-04-211-0/+13
* blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates2017-04-201-1/+4
* block: remove the errors field from struct requestChristoph Hellwig2017-04-202-12/+7
* blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig2017-04-201-34/+10
* block: add a error_count field to struct requestChristoph Hellwig2017-04-201-0/+1
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-202-1/+2
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-1/+1
* bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara2017-04-201-5/+4
* block: Remove unused functionsJan Kara2017-04-201-5/+0
* fs: Remove SB_I_DYNBDI flagJan Kara2017-04-201-3/+0
* nfs: Convert to separately allocated bdiJan Kara2017-04-201-1/+0
* coda: Convert to separately allocated bdiJan Kara2017-04-201-1/+0
* mtd: Convert to dynamically allocated bdi infrastructureJan Kara2017-04-201-5/+0
* fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara2017-04-202-1/+7
* bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara2017-04-201-0/+6
* block: Inline blk_rq_set_prio()Bart Van Assche2017-04-191-14/+0
* block: Export blk_init_request_from_bio()Bart Van Assche2017-04-191-0/+1
* block: remove blk_end_request_curChristoph Hellwig2017-04-191-1/+0
* block: remove blk_end_request_err and __blk_end_request_errChristoph Hellwig2017-04-191-2/+0
* block, bfq: add full hierarchical scheduling and cgroups supportArianna Avanzini2017-04-191-1/+1
* nbd: add a flag to destroy an nbd device on disconnectJosef Bacik2017-04-171-1/+5
* nbd: add a status netlink commandJosef Bacik2017-04-171-0/+25
* nbd: handle dead connectionsJosef Bacik2017-04-171-0/+1
* nbd: multicast dead link notificationsJosef Bacik2017-04-171-2/+4
* nbd: add a reconfigure netlink commandJosef Bacik2017-04-171-0/+1
* nbd: add a basic netlink interfaceJosef Bacik2017-04-171-0/+69
* lightnvm: allow to init targets on factory modeJavier González2017-04-162-1/+6
* lightnvm: rename scrambler controller hintJavier González2017-04-161-1/+1
* lightnvm: submit erases using the I/O pathJavier González2017-04-161-5/+3
* blk-mq-sched: make completed_request() callback more usefulOmar Sandoval2017-04-141-1/+1
* blk-mq: export helpersOmar Sandoval2017-04-141-0/+1
* sbitmap: add sbitmap_get_shallow() operationOmar Sandoval2017-04-141-0/+55
* remove the mg_disk driverChristoph Hellwig2017-04-141-45/+0
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-082-20/+0
* block: add a new BLKDEV_ZERO_NOFALLBACK flagChristoph Hellwig2017-04-081-0/+1
* block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+6
* block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-081-6/+10
* dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+6
* block: renumber REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-1/+1
* blk-mq-sched: provide hooks for initializing hardware queue dataOmar Sandoval2017-04-071-0/+2
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-0728-109/+129
|\
| * blk-mq: Restart a single queue if tag sets are sharedBart Van Assche2017-04-071-1/+0
| * blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche2017-04-071-0/+2
| * blk-mq-sched: fix crash in switch error pathOmar Sandoval2017-04-071-1/+1
| * nvme: Correct NVMF enum values to match NVMe-oF rev 1.0Roland Dreier2017-04-021-8/+8