aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov1-2/+0
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart1-9/+16
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart1-22/+35
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart1-0/+16
2017-04-21nvme: improve performance for virtual NVMe devicesHelen Koike1-0/+13
2017-04-20blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates1-1/+4
2017-04-20block: remove the errors field from struct requestChristoph Hellwig2-12/+7
2017-04-20blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig1-34/+10
2017-04-20block: add a error_count field to struct requestChristoph Hellwig1-0/+1
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig2-1/+2
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+1
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara1-5/+4
2017-04-20block: Remove unused functionsJan Kara1-5/+0
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara1-3/+0
2017-04-20nfs: Convert to separately allocated bdiJan Kara1-1/+0
2017-04-20coda: Convert to separately allocated bdiJan Kara1-1/+0
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureJan Kara1-5/+0
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara2-1/+7
2017-04-20bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara1-0/+6
2017-04-19block: Inline blk_rq_set_prio()Bart Van Assche1-14/+0
2017-04-19block: Export blk_init_request_from_bio()Bart Van Assche1-0/+1
2017-04-19block: remove blk_end_request_curChristoph Hellwig1-1/+0
2017-04-19block: remove blk_end_request_err and __blk_end_request_errChristoph Hellwig1-2/+0
2017-04-19block, bfq: add full hierarchical scheduling and cgroups supportArianna Avanzini1-1/+1
2017-04-17nbd: add a flag to destroy an nbd device on disconnectJosef Bacik1-1/+5
2017-04-17nbd: add a status netlink commandJosef Bacik1-0/+25
2017-04-17nbd: handle dead connectionsJosef Bacik1-0/+1
2017-04-17nbd: multicast dead link notificationsJosef Bacik1-2/+4
2017-04-17nbd: add a reconfigure netlink commandJosef Bacik1-0/+1
2017-04-17nbd: add a basic netlink interfaceJosef Bacik1-0/+69
2017-04-16lightnvm: allow to init targets on factory modeJavier González2-1/+6
2017-04-16lightnvm: rename scrambler controller hintJavier González1-1/+1
2017-04-16lightnvm: submit erases using the I/O pathJavier González1-5/+3
2017-04-14blk-mq-sched: make completed_request() callback more usefulOmar Sandoval1-1/+1
2017-04-14blk-mq: export helpersOmar Sandoval1-0/+1
2017-04-14sbitmap: add sbitmap_get_shallow() operationOmar Sandoval1-0/+55
2017-04-14remove the mg_disk driverChristoph Hellwig1-45/+0
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig2-20/+0
2017-04-08block: add a new BLKDEV_ZERO_NOFALLBACK flagChristoph Hellwig1-0/+1
2017-04-08block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+6
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-6/+10
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+6
2017-04-08block: renumber REQ_OP_WRITE_ZEROESChristoph Hellwig1-1/+1
2017-04-07blk-mq-sched: provide hooks for initializing hardware queue dataOmar Sandoval1-0/+2
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe28-109/+129
2017-04-07blk-mq: Restart a single queue if tag sets are sharedBart Van Assche1-1/+0
2017-04-07blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche1-0/+2
2017-04-07block: trace completion of all bios.NeilBrown1-0/+2
2017-04-07block: simple improvements for bio->flagsNeilBrown1-9/+13