platform/kernel/linux-starfive.git
2020-08-03 Xiao Nimd: fix max sectors calculation for super 1.0
2020-07-29 Jens AxboeMerge branch 'nvme-5.9' of git://git.infradead.org...
2020-07-29 Chaitanya Kulkarninvme-loop: remove extra variable in create ctrl
2020-07-29 Chaitanya Kulkarninvme-loop: set ctrl state connecting after init
2020-07-29 Hannes Reineckenvme-multipath: do not fall back to __nvme_find_path...
2020-07-29 Martin Wilcknvme-multipath: fix logic for non-optimized paths
2020-07-29 Sagi Grimbergnvme-rdma: fix controller reset hang during traffic
2020-07-29 Sagi Grimbergnvme-tcp: fix controller reset hang during traffic
2020-07-29 Chaitanya Kulkarninvmet: introduce the passthru Kconfig option
2020-07-29 Logan Gunthorpenvmet: introduce the passthru configfs interface
2020-07-29 Logan Gunthorpenvmet: Add passthru enable/disable helpers
2020-07-29 Logan Gunthorpenvmet: add passthru code to process commands
2020-07-29 Logan Gunthorpenvme: export nvme_find_get_ns() and nvme_put_ns()
2020-07-29 Logan Gunthorpenvme: introduce nvme_ctrl_get_by_path()
2020-07-29 Logan Gunthorpenvme: introduce nvme_execute_passthru_rq to call nvme_p...
2020-07-29 Logan Gunthorpenvme: create helper function to obtain command effects
2020-07-29 Logan Gunthorpenvme: clear any SGL flags in passthru commands
2020-07-29 James Smartnvmet-fc: remove redundant del_work_active flag
2020-07-29 James Smartnvmet-fc: check successful reference in nvmet_fc_find_t...
2020-07-29 James Smartnvme-fc: set max_segments to lldd max value
2020-07-29 Randy Dunlapnvme-fc: drop a duplicated word in a comment
2020-07-29 Sagi Grimbergnvme-hwmon: log the controller device name
2020-07-29 Sagi Grimbergnvme: fix deadlock in disconnect during scan_work and...
2020-07-29 Sagi Grimbergnvme: document nvme controller states
2020-07-29 Chaitanya Kulkarninvmet: use xarray for ctrl ns storing
2020-07-29 Yamin Friedmannvmet-rdma: use new shared CQ mechanism
2020-07-29 Yamin Friedmannvme-rdma: use new shared CQ mechanism
2020-07-29 David E. Boxnvme-pci: add support for ACPI StorageD3Enable property
2020-07-29 Chaitanya Kulkarninvme-pci: use max of PRP or SGL for iod size
2020-07-29 Chaitanya Kulkarninvme-core: replace ctrl page size with a macro
2020-07-29 Baolin Wangnvme: remove redundant validation in nvme_start_ctrl()
2020-07-29 Dan Carpenternvme: remove an unnecessary condition
2020-07-28 Coly Libcache: use disk_{start,end}_io_acct() to count I/O...
2020-07-25 Coly Libcache: fix bio_{start,end}_io_acct with proper device
2020-07-25 Coly Libcache: avoid extra memory consumption in struct bbio...
2020-07-25 Coly Libcache: avoid extra memory allocation from mempool...
2020-07-25 Coly Libcache: add sysfs file to display feature sets informat...
2020-07-25 Coly Libcache: add bucket_size_hi into struct cache_sb_disk...
2020-07-25 Coly Libcache: handle btree node memory allocation properly...
2020-07-25 Coly Libcache: handle cache set verify_ondisk properly for...
2020-07-25 Coly Libcache: handle cache prio_buckets and disk_buckets...
2020-07-25 Coly Libcache: handle c->uuids properly for bucket size > 8MB
2020-07-25 Coly Libcache: introduce meta_bucket_pages() related helper...
2020-07-25 Coly Libcache: struct cache_sb is only for in-memory super...
2020-07-25 Coly Libcache: move bucket related code into read_super_common()
2020-07-25 Coly Libcache: increase super block version for cache device...
2020-07-25 Coly Libcache: fix super block seq numbers comparision in...
2020-07-25 Coly Libcache: disassemble the big if() checks in bch_cache_se...
2020-07-25 Coly Libcache: add more accurate error information in read_sup...
2020-07-25 Coly Libcache: add read_super_common() to read major part...
2020-07-25 Coly Libcache: fix overflow in offset_to_stripe()
2020-07-25 Coly Libcache: avoid nr_stripes overflow in bcache_device_init()
2020-07-25 Gustavo A.... bcache: Use struct_size() in kzalloc()
2020-07-25 Gustavo A.... bcache: movinggc: Use struct_size() helper in kzalloc()
2020-07-25 Xu Wangbcache: writeback: Remove unneeded variable i
2020-07-25 Xu Wangbcache: journel: use for_each_clear_bit() to simplify...
2020-07-25 Coly Libcache: allocate meta data pages as compound pages
2020-07-25 Jean Delvarebcache: Fix typo in Kconfig name
2020-07-24 Jens AxboeMerge branch 'md-next' of https://git./linux/kernel...
2020-07-23 Yufen Yumd/raid5: use do_div() for 64 bit divisions in raid5_sy...
2020-07-22 Jens AxboeMerge branch 'md-next' of https://git./linux/kernel...
2020-07-22 Vitaly Mayatskikhmd/raid10: avoid deadlock on recovery.
2020-07-22 Randy Dunlapraid: md_p.h: drop duplicated word in a comment
2020-07-22 Zhao Hemingmd-cluster: fix rmmod issue when md_cluster convert...
2020-07-22 Zhao Hemingmd-cluster: fix safemode_delay value when converting...
2020-07-22 Yufen Yumd/raid5: support config stripe_size by sysfs entry
2020-07-22 Yufen Yumd/raid5: set default stripe_size as 4096
2020-07-22 Yufen Yumd/raid456: convert macro STRIPE_* to RAID5_STRIPE_*
2020-07-16 Guoqing Jiangraid5: remove the meaningless check in raid5_make_request
2020-07-16 Guoqing Jiangraid5: put the comment of clear_batch_ready to the...
2020-07-16 Guoqing Jiangraid5: call clear_batch_ready before set STRIPE_ACTIVE
2020-07-16 Damien Le Moalmd: raid10: Fix compilation warning
2020-07-16 Damien Le Moalmd: raid5: Fix compilation warning
2020-07-16 Damien Le Moalmd: raid5-cache: Remove set but unused variable
2020-07-16 Damien Le Moalmd: Fix compilation warning
2020-07-15 Niklas Casselblock: add max_active_zones to blk-sysfs
2020-07-15 Niklas Casselblock: add max_open_zones to blk-sysfs
2020-07-15 Jens AxboeMerge branch 'md-next' of https://git./linux/kernel...
2020-07-15 Gustavo A.... s390/dasd: Use struct_size() helper
2020-07-15 Stefan Haberlands390/dasd: fix inability to use DASD with DIAG driver
2020-07-15 Zhao Hemingmd-cluster: fix wild pointer of unlock_all_bitmaps()
2020-07-15 Song Liumd/raid5-cache: clear MD_SB_CHANGE_PENDING before flush...
2020-07-15 Junxiao Bimd: fix deadlock causing by sysfs_notify
2020-07-14 Artur Paszkiewiczmd: improve io stats accounting
2020-07-14 Colin Ian Kingmd: raid0/linear: fix dereference before null check...
2020-07-11 Christophe... rsxx: switch from 'pci_free_consistent()' to 'dma_free_...
2020-07-10 Jens AxboeMerge branch 'nvme-5.9' of git://git.infradead.org...
2020-07-08 Christoph Hellwignvme: remove ns->disk checks
2020-07-08 Baolin Wangnvme-pci: use standard block status symbolic names
2020-07-08 Baolin Wangnvme-pci: use the consistent return type of nvme_pci_io...
2020-07-08 Baolin Wangnvme-pci: add a blank line after declarations
2020-07-08 Baolin Wangnvme-pci: fix some comments issues
2020-07-08 Baolin Wangnvme-pci: remove redundant segment validation
2020-07-08 David Fugatenvme: document quirked Intel models
2020-07-08 Sagi Grimbergnvme: expose reconnect_delay and ctrl_loss_tmo via...
2020-07-08 Keith Buschnvme: support for zoned namespaces
2020-07-08 Keith Buschnvme: support for multiple Command Sets Supported and...
2020-07-08 Niklas Casselnvme: implement multiple I/O Command Set support
2020-07-08 Aravind Rameshnull_blk: introduce zone capacity for zoned device
2020-07-08 Matias Bjørlingblock: add capacity field to zone descriptors
next