summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* md: get sysfs entry after redundancy attr group createJunxiao Bi2020-08-061-7/+10
* Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2020-08-034-29/+71
|\
| * md/raid5: Allow degraded raid6 to do rmwChangSyun Peng2020-08-031-6/+16
| * md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng2020-08-031-1/+2
| * raid5: don't duplicate code for different paths in handle_stripeGuoqing Jiang2020-08-031-6/+3
| * raid5-cache: hold spinlock instead of mutex in r5c_journal_mode_showGuoqing Jiang2020-08-031-6/+3
| * md: print errno in super_writtenGuoqing Jiang2020-08-031-1/+2
| * md/raid5: remove the redundant setting of STRIPE_HANDLEGuoqing Jiang2020-08-031-6/+2
| * md: register new md sysfs file 'uuid' read-onlySebastian Parschauer2020-08-032-0/+13
| * md: fix max sectors calculation for super 1.0Xiao Ni2020-08-031-4/+31
|/
* Merge branch 'nvme-5.9' of git://git.infradead.org/nvme into for-5.9/driversJens Axboe2020-07-2923-311/+1209
|\
| * nvme-loop: remove extra variable in create ctrlChaitanya Kulkarni2020-07-291-8/+6
| * nvme-loop: set ctrl state connecting after initChaitanya Kulkarni2020-07-291-0/+3
| * nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke2020-07-291-4/+7
| * nvme-multipath: fix logic for non-optimized pathsMartin Wilck2020-07-291-0/+6
| * nvme-rdma: fix controller reset hang during trafficSagi Grimberg2020-07-291-3/+9
| * nvme-tcp: fix controller reset hang during trafficSagi Grimberg2020-07-291-3/+9
| * nvmet: introduce the passthru Kconfig optionChaitanya Kulkarni2020-07-291-0/+12
| * nvmet: introduce the passthru configfs interfaceLogan Gunthorpe2020-07-292-0/+100
| * nvmet: Add passthru enable/disable helpersLogan Gunthorpe2020-07-294-1/+111
| * nvmet: add passthru code to process commandsLogan Gunthorpe2020-07-296-2/+510
| * nvme: export nvme_find_get_ns() and nvme_put_ns()Logan Gunthorpe2020-07-292-2/+6
| * nvme: introduce nvme_ctrl_get_by_path()Logan Gunthorpe2020-07-292-0/+24
| * nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()Logan Gunthorpe2020-07-292-7/+16
| * nvme: create helper function to obtain command effectsLogan Gunthorpe2020-07-292-92/+103
| * nvme: clear any SGL flags in passthru commandsLogan Gunthorpe2020-07-291-1/+9
| * nvmet-fc: remove redundant del_work_active flagJames Smart2020-07-291-24/+3
| * nvmet-fc: check successful reference in nvmet_fc_find_target_assocJames Smart2020-07-291-1/+2
| * nvme-fc: set max_segments to lldd max valueJames Smart2020-07-291-2/+3
| * nvme-fc: drop a duplicated word in a commentRandy Dunlap2020-07-291-1/+1
| * nvme-hwmon: log the controller device nameSagi Grimberg2020-07-291-1/+2
| * nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg2020-07-298-15/+55
| * nvme: document nvme controller statesSagi Grimberg2020-07-291-0/+14
| * nvmet: use xarray for ctrl ns storingChaitanya Kulkarni2020-07-293-57/+27
| * nvmet-rdma: use new shared CQ mechanismYamin Friedman2020-07-291-7/+7
| * nvme-rdma: use new shared CQ mechanismYamin Friedman2020-07-291-26/+51
| * nvme-pci: add support for ACPI StorageD3Enable propertyDavid E. Box2020-07-292-0/+66
| * nvme-pci: use max of PRP or SGL for iod sizeChaitanya Kulkarni2020-07-291-15/+10
| * nvme-core: replace ctrl page size with a macroChaitanya Kulkarni2020-07-293-38/+37
| * nvme: remove redundant validation in nvme_start_ctrl()Baolin Wang2020-07-291-2/+1
| * nvme: remove an unnecessary conditionDan Carpenter2020-07-291-2/+2
|/
* bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li2020-07-281-28/+9
* bcache: fix bio_{start,end}_io_acct with proper deviceColy Li2020-07-251-4/+27
* bcache: avoid extra memory consumption in struct bbio for large bucket sizeColy Li2020-07-252-2/+2
* bcache: avoid extra memory allocation from mempool c->fill_iterColy Li2020-07-251-1/+1
* bcache: add sysfs file to display feature sets information of cache setColy Li2020-07-254-1/+73
* bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li2020-07-256-11/+52
* bcache: handle btree node memory allocation properly for bucket size > 8MBColy Li2020-07-251-1/+1
* bcache: handle cache set verify_ondisk properly for bucket size > 8MBColy Li2020-07-251-2/+10
* bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Coly Li2020-07-252-9/+10