linux-2.6-microblaze.git
2020-05-29 Ming Leiblk-mq: add blk_mq_all_tag_iter
2020-05-29 Christoph Hellwigblk-mq: open code __blk_mq_alloc_request in blk_mq_allo...
2020-05-29 Christoph Hellwigblk-mq: use BLK_MQ_NO_TAG in more places
2020-05-29 Christoph Hellwigblk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAG
2020-05-29 Christoph Hellwigblk-mq: move more request initialization to blk_mq_rq_c...
2020-05-29 Christoph Hellwigblk-mq: simplify the blk_mq_get_request calling convention
2020-05-29 Christoph Hellwigblk-mq: remove the bio argument to ->prepare_request
2020-05-29 Keith Buschnvme: force complete cancelled requests
2020-05-29 Keith Buschblk-mq: blk-mq: provide forced completion method
2020-05-28 Christoph Hellwigblock: fix a warning when blkdev.h is included for...
2020-05-27 Colin Ian Kingblock: blk-crypto-fallback: remove redundant initializa...
2020-05-27 Christoph Hellwigblock: reduce part_stat_lock() scope
2020-05-27 Konstantin... block: use __this_cpu_add() instead of access by smp_pr...
2020-05-27 Konstantin... block: remove rcu_read_lock() from part_stat_lock()
2020-05-27 Konstantin... block: add a blk_account_io_merge_bio helper
2020-05-27 Konstantin... block: account merge of two requests
2020-05-27 Christoph Hellwigblock: always use a percpu variable for disk stats
2020-05-27 Christoph Hellwigblock: move update_io_ticks to blk-core.c
2020-05-27 Christoph Hellwigblock: remove generic_{start,end}_io_acct
2020-05-27 Christoph Hellwigzram: nvdimm: use bio_{start,end}_io_acct and disk_...
2020-05-27 Christoph Hellwignvdimm: use bio_{start,end}_io_acct
2020-05-27 Christoph Hellwigdm: use bio_{start,end}_io_acct
2020-05-27 Christoph Hellwigbcache: use bio_{start,end}_io_acct
2020-05-27 Christoph Hellwiglightnvm/pblk: use bio_{start,end}_io_acct
2020-05-27 Christoph Hellwigrsxx: use bio_{start,end}_io_acct
2020-05-27 Christoph Hellwigdrbd: use bio_{start,end}_io_acct
2020-05-27 Christoph Hellwigblock: add disk/bio-based accounting helpers
2020-05-22 Christoph Hellwigblock: remove the disk and queue NULL checks in blkdev_...
2020-05-22 Christoph Hellwigblock: remove the error_sector argument to blkdev_issue...
2020-05-19 Baolin Wangblock: Remove unused flush_queue_delayed in struct...
2020-05-19 Bart Van Asschenull_blk: Zero-initialize read buffers in non-memory...
2020-05-19 Bart Van Asscheblock: Document the bio_vec properties
2020-05-19 Bart Van Asschebio.h: Declare the arguments of the bio iteration funct...
2020-05-19 Bart Van Asscheblock: Fix type of first compat_put_{,u}long() argument
2020-05-19 Christoph Hellwigblock: merge part_{inc,dev}_in_flight into their only...
2020-05-19 Christoph Hellwigblock: don't call part_{inc,dec}_in_flight for blk...
2020-05-19 Christoph Hellwigblock: move the blk-mq calls out of part_in_flight...
2020-05-19 Christoph Hellwigblock: mark blk_account_io_completion static
2020-05-19 Christoph Hellwigblk-mq: allow blk_mq_make_request to consume the q_usag...
2020-05-19 Christoph Hellwigblk-mq: remove a pointless queue enter pair in blk_mq_a...
2020-05-19 Christoph Hellwigblk-mq: remove a pointless queue enter pair in blk_mq_a...
2020-05-19 Christoph Hellwigblk-mq: move the call to blk_queue_enter_live out of...
2020-05-16 Jan Karablktrace: Report pid with note messages
2020-05-16 Christoph Hellwigblock: remove the REQ_NOWAIT_INLINE flag
2020-05-14 Satya Tangiralablock: blk-crypto-fallback for Inline Encryption
2020-05-14 Satya Tangiralablock: Make blk-integrity preclude hardware inline...
2020-05-14 Satya Tangiralablock: Inline encryption support for blk-mq
2020-05-14 Satya Tangiralablock: Keyslot Manager for Inline Encryption
2020-05-14 Satya TangiralaDocumentation: Document the blk-crypto framework
2020-05-14 Tejun Heoiocost: don't let vrate run wild while there's no satur...
2020-05-14 Ming Leiblock: move blk_io_schedule() out of header file
2020-05-13 Johannes Thumshirnzonefs: use REQ_OP_ZONE_APPEND for sync DIO
2020-05-13 Johannes Thumshirnblock: export bio_release_pages and bio_iov_iter_get_pages
2020-05-13 Damien Le Moalnull_blk: Support REQ_OP_ZONE_APPEND
2020-05-13 Johannes Thumshirnscsi: sd_zbc: emulate ZONE_APPEND commands
2020-05-13 Johannes Thumshirnscsi: sd_zbc: factor out sanity checks for zoned commands
2020-05-13 Damien Le Moalblock: Modify revalidate zones
2020-05-13 Johannes Thumshirnblock: introduce blk_req_zone_write_trylock
2020-05-13 Keith Buschblock: Introduce REQ_OP_ZONE_APPEND
2020-05-13 Christoph Hellwigblock: rename __bio_add_pc_page to bio_add_hw_page
2020-05-13 Johannes Thumshirnblock: provide fallbacks for blk_queue_zone_is_seq...
2020-05-13 Ming Leiblock: add blk_io_schedule() for avoiding task hung...
2020-05-13 Ming Leiblock: don't hold part0's refcount in IO path
2020-05-13 Ming Leiblock: re-organize fields of 'struct hd_part'
2020-05-13 Ming Leiblock: only define 'nr_sects_seq' in hd_part for 32bit SMP
2020-05-13 Ming Leiblock: fix use-after-free on cached last_lookup partition
2020-05-13 Weiping Zhangblock: reset mapping if failed to update hardware queue...
2020-05-11 Stephen Rothwellbdi: fix up for "remove the name field in struct backin...
2020-05-09 Christoph Hellwighfs: stop using ioctl_by_bdev
2020-05-09 Christoph Hellwigbdi: remove the name field in struct backing_dev_info
2020-05-09 Christoph Hellwigbdi: simplify bdi_alloc
2020-05-09 Christoph Hellwigbdi: remove bdi_register_owner
2020-05-09 Christoph Hellwigbdi: unexport bdi_register_va
2020-05-09 Christoph Hellwigdriver core: remove device_create_vargs
2020-05-09 Weiping Zhangblock: rename blk_mq_alloc_rq_maps
2020-05-09 Weiping Zhangblock: rename __blk_mq_alloc_rq_map
2020-05-09 Ming Leiblock: alloc map and request for new hardware queue
2020-05-09 Weiping Zhangblock: save previous hardware queue count before udpate
2020-05-09 Weiping Zhangblock: free both rq_map and request
2020-05-09 Jens AxboeMerge branch 'block-5.7' into for-5.8/block
2020-05-09 Sagi Grimbergnvme: fix possible hang when ns scanning fails during...
2020-05-09 Alexey Dobriyannvme-pci: fix "slimmer CQ head update"
2020-05-09 Christoph Hellwigbdi: add a ->dev_name field to struct backing_dev_info
2020-05-09 Yufen Yubdi: use bdi_dev_name() to get device name
2020-05-07 Christoph Hellwigbdi: move bdi_dev_name out of line
2020-05-07 Christoph Hellwigvboxsf: don't use the source name in the bdi name
2020-05-05 Tejun Heoiocost: protect iocg->abs_vdebt with iocg->waitq.lock
2020-05-04 Christoph Hellwigudf: stop using ioctl_by_bdev
2020-05-04 Christoph Hellwigisofs: stop using ioctl_by_bdev
2020-05-04 Christoph Hellwighfsplus: stop using ioctl_by_bdev
2020-05-04 Christoph Hellwigcdrom: factor out a cdrom_multisession helper
2020-05-04 Christoph Hellwigcdrom: factor out a cdrom_read_tocentry helper
2020-05-04 Christoph Hellwigide-cd: rename cdrom_read_tocentry
2020-05-04 Christoph Hellwigblock: add a cdrom_device_info pointer to struct gendisk
2020-04-30 Tejun Heoiocost_monitor: drop string wrap around numbers when...
2020-04-30 Tejun Heoiocost_monitor: exit successfully if interval is zero
2020-04-30 Tejun Heoblk-iocost: account for IO size when testing latencies
2020-04-30 Tejun Heoblk-iocost: switch to fixed non-auto-decaying use_delay
2020-04-30 Christoph Hellwigblock: remove the bd_openers checks in blk_drop_partitions
2020-04-30 Jens AxboeMerge branch 'nvme-5.7' of git://git.infradead.org...
next