summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-25bcache: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2020-07-25bcache: movinggc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-2/+2
2020-07-25bcache: writeback: Remove unneeded variable iXu Wang1-2/+0
2020-07-25bcache: journel: use for_each_clear_bit() to simplify the codeXu Wang1-4/+1
2020-07-25bcache: allocate meta data pages as compound pagesColy Li4-5/+5
2020-07-25bcache: Fix typo in Kconfig nameJean Delvare2-2/+2
2020-07-23md/raid5: use do_div() for 64 bit divisions in raid5_sync_requestYufen Yu1-1/+1
2020-07-22md/raid10: avoid deadlock on recovery.Vitaly Mayatskikh1-3/+11
2020-07-22raid: md_p.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-07-22md-cluster: fix rmmod issue when md_cluster convert bitmap to noneZhao Heming1-0/+1
2020-07-22md-cluster: fix safemode_delay value when converting to clustered bitmapZhao Heming1-2/+9
2020-07-22md/raid5: support config stripe_size by sysfs entryYufen Yu1-0/+72
2020-07-22md/raid5: set default stripe_size as 4096Yufen Yu2-3/+24
2020-07-22md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu4-128/+153
2020-07-16raid5: remove the meaningless check in raid5_make_requestGuoqing Jiang1-2/+1
2020-07-16raid5: put the comment of clear_batch_ready to the right placeGuoqing Jiang1-4/+4
2020-07-16raid5: call clear_batch_ready before set STRIPE_ACTIVEGuoqing Jiang1-5/+10
2020-07-16md: raid10: Fix compilation warningDamien Le Moal1-2/+2
2020-07-16md: raid5: Fix compilation warningDamien Le Moal1-6/+6
2020-07-16md: raid5-cache: Remove set but unused variableDamien Le Moal1-3/+1
2020-07-16md: Fix compilation warningDamien Le Moal1-6/+6
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel6-1/+56
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel6-0/+61
2020-07-15s390/dasd: Use struct_size() helperGustavo A. R. Silva1-5/+3
2020-07-15s390/dasd: fix inability to use DASD with DIAG driverStefan Haberland1-8/+17
2020-07-15md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming1-0/+1
2020-07-15md/raid5-cache: clear MD_SB_CHANGE_PENDING before flushing stripesSong Liu1-0/+7
2020-07-15md: fix deadlock causing by sysfs_notifyJunxiao Bi5-20/+42
2020-07-14md: improve io stats accountingArtur Paszkiewicz2-12/+46
2020-07-14md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King1-4/+5
2020-07-11rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()'Christophe JAILLET1-14/+16
2020-07-08nvme: remove ns->disk checksChristoph Hellwig1-4/+4
2020-07-08nvme-pci: use standard block status symbolic namesBaolin Wang1-3/+3
2020-07-08nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()Baolin Wang1-1/+1
2020-07-08nvme-pci: add a blank line after declarationsBaolin Wang1-0/+4
2020-07-08nvme-pci: fix some comments issuesBaolin Wang1-4/+4
2020-07-08nvme-pci: remove redundant segment validationBaolin Wang1-3/+0
2020-07-08nvme: document quirked Intel modelsDavid Fugate1-4/+4
2020-07-08nvme: expose reconnect_delay and ctrl_loss_tmo via sysfsSagi Grimberg1-0/+62
2020-07-08nvme: support for zoned namespacesKeith Busch6-15/+492
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch6-25/+76
2020-07-08nvme: implement multiple I/O Command Set supportNiklas Cassel3-12/+61
2020-07-08null_blk: introduce zone capacity for zoned deviceAravind Ramesh3-3/+24
2020-07-08block: add capacity field to zone descriptorsMatias Bjørling4-2/+17
2020-07-08nvme: use USEC_PER_SEC instead of magic numbersBaolin Wang1-1/+1
2020-07-08nvmet-tcp: simplify nvmet_process_resp_listSagi Grimberg1-9/+3
2020-07-08nvme-tcp: optimize network stack with setting msg flags according to batch sizeSagi Grimberg1-3/+17
2020-07-08nvme-tcp: leverage request pluggingSagi Grimberg1-5/+14
2020-07-08nvme-tcp: have queue prod/cons send list become a llistSagi Grimberg1-10/+24
2020-07-08nvme-fcloop: verify wwnn and wwpn formatDongli Zhang1-6/+23