linux-2.6-microblaze.git
2020-10-08 Jens AxboeMerge tag 'nvme-5.10-2020-10-08' of git://git.infradead...
2020-10-07 Chaitanya Kulkarninvme-core: remove extra condition for vwc
2020-10-07 Chaitanya Kulkarninvme-core: remove extra variable
2020-10-07 Christoph Hellwignvme: remove nvme_identify_ns_list
2020-10-07 Christoph Hellwignvme: refactor nvme_validate_ns
2020-10-07 Christoph Hellwignvme: move nvme_validate_ns
2020-10-07 Christoph Hellwignvme: query namespace identifiers before adding the...
2020-10-07 Christoph Hellwignvme: revalidate zone bitmaps in nvme_update_ns_info
2020-10-07 Christoph Hellwignvme: remove nvme_update_formats
2020-10-07 Christoph Hellwignvme: update the known admin effects
2020-10-07 Christoph Hellwignvme: set the queue limits in nvme_update_ns_info
2020-10-07 Christoph Hellwignvme: remove the 0 lba_shift check in nvme_update_ns_info
2020-10-07 Christoph Hellwignvme: clean up the check for too large logic block...
2020-10-07 Christoph Hellwignvme: freeze the queue over ->lba_shift updates
2020-10-07 Christoph Hellwignvme: factor out a nvme_configure_metadata helper
2020-10-07 Christoph Hellwignvme: call nvme_identify_ns as the first thing in nvme_...
2020-10-07 Christoph Hellwignvme: lift the check for an unallocated namespace into...
2020-10-07 Christoph Hellwignvme: rename __nvme_revalidate_disk
2020-10-07 Christoph Hellwignvme: rename _nvme_revalidate_disk
2020-10-07 Christoph Hellwignvme: rename nvme_validate_ns to nvme_validate_or_alloc_ns
2020-10-07 Christoph Hellwignvme: remove the disk argument to nvme_update_zone_info
2020-10-07 Christoph Hellwignvme: fix initialization of the zone bitmaps
2020-10-07 Christoph Hellwigblock: optimize blk_queue_zoned_model for !CONFIG_BLK_D...
2020-10-07 Chaitanya Kulkarninvme-loop: don't put ctrl on nvme_init_ctrl error
2020-10-06 Kashyap Desaiscsi: megaraid_sas: Added support for shared host tagse...
2020-10-06 John Garryscsi: scsi_debug: Support host tagset
2020-10-06 John Garryscsi: hisi_sas: Switch v3 hw to MQ
2020-10-06 John Garryscsi: core: Show nr_hw_queues in sysfs
2020-10-06 Hannes Reineckescsi: Add host and host template flag 'host_tagset'
2020-10-02 Gustavo A.... block: scsi_ioctl: Avoid the use of one-element arrays
2020-10-02 Gustavo A.... rsxx: Use fallthrough pseudo-keyword
2020-10-02 Coly Libcache: remove embedded struct cache_sb from struct...
2020-10-02 Coly Libcache: check and set sync status on cache's in-memory...
2020-10-02 Coly Libcache: remove can_attach_cache()
2020-10-02 Coly Libcache: don't check seq numbers in register_cache_set()
2020-10-02 Coly Libcache: only use bucket_bytes() on struct cache
2020-10-02 Coly Libcache: remove useless bucket_pages()
2020-10-02 Coly Libcache: remove useless alloc_bucket_pages()
2020-10-02 Coly Libcache: only use block_bytes() on struct cache
2020-10-02 Coly Libcache: add set_uuid in struct cache_set
2020-10-02 Coly Libcache: remove for_each_cache()
2020-10-02 Coly Libcache: explicitly make cache_set only have single...
2020-10-02 Coly Libcache: remove 'int n' from parameter list of bch_bucke...
2020-10-02 Qinglang Miaobcache: Convert to DEFINE_SHOW_ATTRIBUTE
2020-10-02 Dongsheng Yangbcache: check c->root with IS_ERR_OR_NULL() in mca_rese...
2020-10-02 Coly Libcache: share register sysfs with async register
2020-09-29 Niklas Casselnull_blk: add support for max open/active zone limit...
2020-09-28 Jens AxboeMerge tag 'nvme-5.10-2020-09-27' of git://git.infradead...
2020-09-27 Jeffle Xunvme-pci: allocate separate interrupt for the reserved...
2020-09-27 Christoph Hellwignvme: fix error handling in nvme_ns_report_zones
2020-09-27 James Smartnvmet-fc: fix missing check for no hostport struct
2020-09-27 Chaitanya Kulkarninvmet: add passthru ZNS support
2020-09-27 Amit Engelnvmet: handle keep-alive timer when kato is modified...
2020-09-27 Mark Wunderlichnvmet-tcp: have queue io_work context run on sock incom...
2020-09-27 Andy Shevchenkonvme-pci: Move enumeration by class to be last in the...
2020-09-27 Chaitanya Kulkarninvme: use an xarray to lookup the Commands Supported...
2020-09-27 Chaitanya Kulkarninvme: lift the file open code from nvme_ctrl_get_by_path
2020-09-25 Jens AxboeMerge branch 'md-next' of https://git./linux/kernel...
2020-09-24 Xiao Nimd/raid10: improve discard request for far layout
2020-09-24 Xiao Nimd/raid10: improve raid10 discard request
2020-09-24 Xiao Nimd/raid10: pull codes that wait for blocked dev into...
2020-09-24 Xiao Nimd/raid10: extend r10bio devs to raid disks
2020-09-24 Xiao Nimd: add md_submit_discard_bio() for submitting discard bio
2020-09-24 Zhen Leimd: Simplify code with existing definition RESYNC_SECTO...
2020-09-24 Yufen Yumd/raid5: reallocate page array after setting new strip...
2020-09-24 Yufen Yumd/raid5: resize stripe_head when reshape array
2020-09-24 Yufen Yumd/raid5: let multiple devices of stripe_head share...
2020-09-24 Yufen Yumd/raid6: let async recovery function support different...
2020-09-24 Yufen Yumd/raid6: let syndrome computor support different page...
2020-09-24 Yufen Yumd/raid5: convert to new xor compution interface
2020-09-24 Yufen Yumd/raid5: add new xor function to support different...
2020-09-24 Yufen Yumd/raid5: make async_copy_data() to support different...
2020-09-24 Yufen Yumd/raid5: add a new member of offset into r5dev
2020-09-24 Xianting Tianmd: only calculate blocksize once and use i_blocksize()
2020-09-24 John Garrynull_blk: Support shared tag bitmap
2020-09-24 Jens AxboeMerge branch 'for-5.10/block' into for-5.10/drivers
2020-09-24 Christoph Hellwigbdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with...
2020-09-24 Christoph Hellwigbdi: invert BDI_CAP_NO_ACCT_WB
2020-09-24 Christoph Hellwigbdi: replace BDI_CAP_STABLE_WRITES with a queue and...
2020-09-24 Christoph Hellwigmm: use SWP_SYNCHRONOUS_IO more intelligently
2020-09-24 Christoph Hellwigbdi: remove BDI_CAP_SYNCHRONOUS_IO
2020-09-24 Christoph Hellwigbdi: remove BDI_CAP_CGROUP_WRITEBACK
2020-09-24 Christoph Hellwigblock: lift setting the readahead size into the block...
2020-09-24 Christoph Hellwigmd: update the optimal I/O size on reshape
2020-09-24 Christoph Hellwigbdi: initialize ->ra_pages and ->io_pages in bdi_init
2020-09-24 Christoph Hellwigaoe: set an optimal I/O size
2020-09-24 Christoph Hellwigbcache: inherit the optimal I/O size
2020-09-24 Christoph Hellwigdrbd: remove dead code in device_to_statistics
2020-09-24 Christoph Hellwigfs: remove the unused SB_I_MULTIROOT flag
2020-09-23 Christoph Hellwigblock: mark blkdev_get static
2020-09-23 Christoph HellwigPM: mm: cleanup swsusp_swap_check
2020-09-23 Christoph Hellwigmm: split swap_type_of
2020-09-23 Christoph HellwigPM: rewrite is_hibernate_resume_dev to not require...
2020-09-23 Christoph Hellwigmm: cleanup claim_swapfile
2020-09-23 Christoph Hellwigocfs2: cleanup o2hb_region_dev_store
2020-09-23 Christoph Hellwigdasd: cleanup dasd_scan_partitions
2020-09-23 Christoph Hellwigraw: don't keep unopened block device around
2020-09-23 Christoph Hellwigzram: cleanup backing_dev_store
2020-09-23 Christoph Hellwigpktcdvd: use blkdev_get_by_dev instead of open coding it
2020-09-23 Christoph Hellwigpktcdvd: remove the if 0'ed pkt_start_recovery function
next