summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.5/drivers' into for-5.5/zonedJens Axboe2019-11-1237-339/+713
|\
| * null_blk: add zone open, close, and finish supportAjay Joshi2019-11-071-3/+30
| * dm: add zone open, close and finish supportAjay Joshi2019-11-073-7/+7
| * Merge branch 'for-5.5/block' into for-5.5/driversJens Axboe2019-11-0728-331/+788
| |\
| * | nvme: Fix parsing of ANA log pagePrabhath Sajeepa2019-11-041-4/+8
| * | nvmet: stop using bio_set_op_attrsChristoph Hellwig2019-11-041-7/+6
| * | nvmet: add plugging for read/write when ns is bdevChristoph Hellwig2019-11-041-0/+3
| * | nvmet: clean up command parsing a bitChristoph Hellwig2019-11-042-5/+6
| * | nvme-pci: Spelling s/resdicovered/rediscovered/Geert Uytterhoeven2019-11-041-1/+1
| * | nvmet: fill discovery controller sn, fr and mn correctlySagi Grimberg2019-11-041-1/+7
| * | nvmet: Open code nvmet_req_execute()Christoph Hellwig2019-11-046-15/+8
| * | nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig2019-11-047-39/+86
| * | nvmet: Introduce nvmet_dsm_len() helperChristoph Hellwig2019-11-042-2/+7
| * | nvmet: Cleanup discovery execute handlersChristoph Hellwig2019-11-041-25/+19
| * | nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig2019-11-041-43/+50
| * | nvmet-tcp: Don't set the request's data_lenLogan Gunthorpe2019-11-041-4/+2
| * | nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()Logan Gunthorpe2019-11-041-1/+1
| * | nvme: Introduce nvme_lba_to_sect()Damien Le Moal2019-11-042-7/+15
| * | nvme: Cleanup and rename nvme_block_nr()Damien Le Moal2019-11-042-5/+8
| * | nvme: resync include/linux/nvme.h with nvmecliRevanth Rajashekar2019-11-041-3/+50
| * | nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy2019-11-045-11/+8
| * | nvme: introduce "Command Aborted By host" status codeMax Gurtovoy2019-11-043-1/+3
| * | nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyedIsrael Rukshin2019-11-041-2/+2
| * | nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin2019-11-041-1/+1
| * | nvmet: use bio_io_error instead of duplicating itIsrael Rukshin2019-11-041-5/+3
| * | nvme: introduce nvme_is_aen_req functionIsrael Rukshin2019-11-045-8/+12
| * | nvme-fc: ensure association_id is cleared regardless of a Disconnect LSJames Smart2019-11-041-3/+3
| * | nvme-fc: clarify error messagesJames Smart2019-11-041-5/+6
| * | nvme-fc: Set new cmd set indicator in nvme-fc cmnd iuJames Smart2019-11-041-0/+5
| * | nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart2019-11-042-25/+26
| * | nvme-fc: Sync nvme-fc header to FC-NVME-2James Smart2019-11-041-45/+137
| * | loop: fix no-unmap write-zeroes request behaviorDarrick J. Wong2019-11-011-8/+18
| * | block: mtip32xx: Spelling s/configration/configuration/Geert Uytterhoeven2019-10-251-1/+1
| * | Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2019-10-249-29/+76
| |\ \
| | * | md: no longer compare spare disk superblock events in super_loadYufen Yu2019-10-241-6/+51
| | * | md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-10-248-21/+23
| | * | md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGuoqing Jiang2019-10-241-1/+1
| | * | md/raid0: Fix an error message in raid0_make_request()Dan Carpenter2019-10-241-1/+1
| |/ /
| * | null_blk: return fixed zoned reads > write pointerAjay Joshi2019-10-173-3/+52
| * | null_blk: Enable modifying 'submit_queues' after an instance has been configuredBart Van Assche2019-10-071-25/+50
| * | null_blk: Improve nullb_device_##NAME##_store() readabilityBart Van Assche2019-10-071-3/+4
* | | block: split bio if the only bvec's length is > SZ_4KMing Lei2019-11-081-1/+1
* | | block: still try to split bio if the bvec crosses pagesMing Lei2019-11-081-1/+2
* | | blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo2019-11-079-256/+287
* | | blk-cgroup: reimplement basic IO stats using cgroup rstatTejun Heo2019-11-072-30/+142
* | | blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Tejun Heo2019-11-072-88/+0
* | | blk-throtl: stop using blkg->stat_bytes and ->stat_iosTejun Heo2019-11-071-9/+61
* | | bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo2019-11-073-12/+35
* | | bfq-iosched: relocate bfqg_*rwstat*() helpersTejun Heo2019-11-071-23/+23
* | | Merge branch 'for-linus' into for-5.5/blockJens Axboe2019-11-07943-7850/+8830
|\ \ \ | |_|/ |/| |