aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy2018-07-305-125/+118
* block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-306-12/+16
* block: don't account for split bio's size in cgroup statsJosef Bacik2018-07-301-2/+8
* pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park2018-07-281-1/+3
* partitions/aix: append null character to print data from diskMauricio Faria de Oliveira2018-07-271-2/+6
* partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira2018-07-271-2/+3
* bcache: stop using the deprecated get_seconds()Arnd Bergmann2018-07-272-8/+8
* bcache: do not assign in if condition in bcache_device_init()Florian Schmaus2018-07-271-5/+11
* bcache: do not assign in if condition in bcache_init()Florian Schmaus2018-07-271-3/+9
* bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang2018-07-271-0/+1
* bcache: do not assign in if condition register_bcache()Florian Schmaus2018-07-271-2/+6
* bcache: fix I/O significant decline while backend devices registeringTang Junhui2018-07-271-3/+26
* bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui2018-07-271-2/+35
* bcache: finish incremental GCTang Junhui2018-07-273-1/+21
* bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui2018-07-274-20/+7
* readahead: stricter check for bdi io_pagesMarkus Stockhausen2018-07-271-2/+10
* scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devicesGreg Edwards2018-07-261-4/+4
* block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards2018-07-262-22/+34
* xen/blkfront: remove unused macrosJuergen Gross2018-07-251-5/+0
* Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/blockJens Axboe2018-07-2516-266/+536
|\
| * nvmet: don't use uuid_le typeAndy Shevchenko2018-07-241-1/+1
| * nvmet: check fileio lba range access boundariesSagi Grimberg2018-07-241-2/+17
| * nvmet: fix file discard return statusSagi Grimberg2018-07-241-8/+10
| * nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg2018-07-241-37/+29
| * nvme-rdma: centralize controller setup sequenceSagi Grimberg2018-07-241-77/+53
| * nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg2018-07-241-0/+2
| * nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva2018-07-241-0/+1
| * nvme: add disk name to trace eventsKeith Busch2018-07-242-7/+37
| * nvme: add controller name to trace eventsKeith Busch2018-07-241-6/+11
| * nvme: use hw qid in trace eventsKeith Busch2018-07-233-71/+53
| * nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg2018-07-235-0/+6
| * nvmet-rdma: add an error flow for post_recv failuresMax Gurtovoy2018-07-231-5/+21
| * nvmet-rdma: add unlikely check in the fast pathMax Gurtovoy2018-07-231-1/+1
| * nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise2018-07-236-43/+169
| * nvme-rdma: support up to 4 segments of inline dataSteve Wise2018-07-231-11/+27
| * nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni2018-07-234-5/+67
| * nvmet: add commands supported and effects log pageChaitanya Kulkarni2018-07-231-1/+34
| * nvme: move init of keep_alive work item to controller initializationJames Smart2018-07-231-3/+4
| * nvme.h: resync with nvme-cliRevanth Rajashekar2018-07-231-0/+5
* | block: allow max_discard_segments to be stackedMike Snitzer2018-07-241-1/+1
* | block: unexport bio_clone_biosetChristoph Hellwig2018-07-243-79/+68
* | md: remove a bogus commentChristoph Hellwig2018-07-241-4/+0
* | block: remove bio_clone_kmallocChristoph Hellwig2018-07-241-6/+0
* | exofs: use bio_clone_fast in _write_mirrorChristoph Hellwig2018-07-241-2/+2
* | bcache: don't clone bio in bch_data_verifyChristoph Hellwig2018-07-241-1/+5
* | block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vecChristoph Hellwig2018-07-241-4/+2
* | block: simplify bio_check_pages_dirtyChristoph Hellwig2018-07-241-35/+21
* | block: Rename the null_blk_mod kernel module back into null_blkBart Van Assche2018-07-242-3/+3
|/
* blk-mq: fail the request in case issue failureMing Lei2018-07-221-2/+6
* blk-rq-qos: make depth comparisons unsignedJosef Bacik2018-07-222-5/+5