]> asedeno.scripts.mit.edu Git - linux.git/history - drivers
block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queue
[linux.git] / drivers /
2017-08-23 Shaohua Linullb: badbblocks support
2017-08-23 Shaohua Linullb: emulate cache
2017-08-23 Shaohua Linullb: bandwidth control
2017-08-23 Shaohua Linullb: support discard
2017-08-23 Shaohua Linullb: support memory backed store
2017-08-23 Shaohua Linullb: use ida to manage index
2017-08-23 Shaohua Linullb: add interface to power on disk
2017-08-23 Shaohua Linullb: add configfs interface
2017-08-23 Shaohua Linullb: factor disk parameters
2017-08-23 Dan Carpenterskd: error pointer dereference in skd_cons_disk()
2017-08-23 Dan Carpenterskd: Uninitialized variable in skd_isr_completion_posted()
2017-08-18 Bart Van Asscheskd: Remove driver version information
2017-08-18 Bart Van Asscheskd: Bump driver version
2017-08-18 Bart Van Asscheskd: Optimize locking
2017-08-18 Bart Van Asscheskd: Remove several local variables
2017-08-18 Bart Van Asscheskd: Reduce memory usage
2017-08-18 Bart Van Asscheskd: Remove skd_device.in_flight
2017-08-18 Bart Van Asscheskd: Switch to block layer timeout mechanism
2017-08-18 Bart Van Asscheskd: Convert to blk-mq
2017-08-18 Bart Van Asscheskd: Coalesce struct request and struct skd_request_context
2017-08-18 Bart Van Asscheskd: Move skd_free_sg_list() up
2017-08-18 Bart Van Asscheskd: Split skd_recover_requests()
2017-08-18 Bart Van Asscheskd: Introduce skd_process_request()
2017-08-18 Bart Van Asscheskd: Convert several per-device scalar variables into...
2017-08-18 Bart Van Asscheskd: Enable request tags for the block layer queue
2017-08-18 Bart Van Asscheskd: Initialize skd_special_context.req.n_sg to one
2017-08-18 Bart Van Asscheskd: Remove dead code
2017-08-18 Bart Van Asscheskd: Remove SG IO support
2017-08-18 Bart Van Asscheskd: Convert explicit skd_request_fn() calls
2017-08-18 Bart Van Asscheskd: Rework request failing code path
2017-08-18 Bart Van Asscheskd: Move a function definition
2017-08-18 Bart Van Asscheskb: Use symbolic names for SCSI opcodes
2017-08-18 Bart Van Asscheskd: Use kcalloc() instead of kzalloc() with multiply
2017-08-18 Bart Van Asscheskd: Remove superfluous occurrences of the 'volatile...
2017-08-18 Bart Van Asscheskd: Remove a redundant init_timer() call
2017-08-18 Bart Van Asscheskd: Use for_each_sg()
2017-08-18 Bart Van Asscheskd: Drop second argument of skd_recover_requests()
2017-08-18 Bart Van Asscheskd: Remove superfluous initializations from skd_isr_co...
2017-08-18 Bart Van Asscheskd: Simplify the code for handling data direction
2017-08-18 Bart Van Asscheskd: Use ARRAY_SIZE() where appropriate
2017-08-18 Bart Van Asscheskd: Make the skd_isr() code more brief
2017-08-18 Bart Van Asscheskd: Use __packed only when needed
2017-08-18 Bart Van Asscheskd: Check structure sizes at build time
2017-08-18 Bart Van Asscheskd: Use a structure instead of hardcoding structure...
2017-08-18 Bart Van Asscheskd: Simplify the code for allocating DMA message buffers
2017-08-18 Bart Van Asscheskd: Simplify the code for deciding whether or not...
2017-08-18 Bart Van Asscheskd: Reorder the code in skd_process_request()
2017-08-18 Bart Van Asscheskd: Fix size argument in skd_free_skcomp()
2017-08-18 Bart Van Asscheskd: Introduce SKD_SKCOMP_SIZE
2017-08-18 Bart Van Asscheskd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSG
2017-08-18 Bart Van Asscheskd: Document locking assumptions
2017-08-18 Bart Van Asscheskd: Fix endianness annotations
2017-08-18 Bart Van Asscheskd: Switch from the pr_*() to the dev_*() logging...
2017-08-18 Bart Van Asscheskd: Remove useless barrier() calls
2017-08-18 Bart Van Asscheskd: Remove a set-but-not-used variable from struct...
2017-08-18 Bart Van Asscheskd: Remove set-but-not-used local variables
2017-08-18 Bart Van Asscheskd: Fix a function name in a comment
2017-08-18 Bart Van Asscheskd: Fix spelling in a source code comment
2017-08-18 Bart Van Asscheskd: Avoid that gcc 7 warns about fall-through when...
2017-08-18 Bart Van Asscheskd: Remove unnecessary blank lines
2017-08-18 Bart Van Asscheskd: Remove ESXi code
2017-08-18 Bart Van Asscheskd: Remove unneeded #include directives
2017-08-18 Bart Van Asscheskd: Update maintainer information
2017-08-18 Bart Van Asscheskd: Switch to GPLv2
2017-08-18 Bart Van Asscheskd: Submit requests to firmware before triggering...
2017-08-18 Bart Van Asscheskd: Avoid that module unloading triggers a use-after-free
2017-08-18 Bart Van Asschexen-blkfront: Avoid that gcc 7 warns about fall-through...
2017-08-18 Bart Van Asschexen-blkback: Avoid that gcc 7 warns about fall-through...
2017-08-18 Bart Van Asschexen-blkback: Fix indentation
2017-08-18 Bart Van Asschevirtio_blk: Use blk_rq_is_scsi()
2017-08-18 Bart Van Asscheide-floppy: Use blk_rq_is_scsi()
2017-08-18 Bart Van Asscheblk-mq: Make blk_mq_reinit_tagset() calls easier to read
2017-08-17 Josef Baciknbd: change the default nbd partitions
2017-08-17 Josef Baciknbd: allow device creation at a specific index
2017-08-15 Anton Volkovloop: fix to a race condition due to the early registra...
2017-08-09 Jens Axboeblock: pass in queue to inflight accounting
2017-08-09 Christoph Hellwigdm-crypt: don't mess with BIP_BLOCK_INTEGRITY
2017-08-07 weiping zhangnull_blk: make sure submit_queues > 0
2017-08-07 weiping zhangnull_blk: simplify logic for use_per_node_hctx
2017-07-29 Arnd Bergmannblock: DAC960: shut up format-overflow warning
2017-07-29 Linus TorvaldsMerge tag 'devicetree-fixes-for-4.13' of git://git...
2017-07-28 Linus TorvaldsMerge tag 'nfs-for-4.13-3' of git://git.linux-nfs.org...
2017-07-28 Linus TorvaldsMerge tag 'xfs-4.13-fixes-2' of git://git.kernel.org...
2017-07-28 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2017-07-28 Linus TorvaldsMerge tag 'for-linus-4.13b-rc3-tag' of git://git.kernel...
2017-07-28 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2017-07-28 Linus TorvaldsMerge tag 'powerpc-4.13-4' of git://git.kernel.org...
2017-07-28 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2017-07-28 Linus TorvaldsMerge branch 'for-4.13-part3' of git://git.kernel.org...
2017-07-28 Linus TorvaldsMerge branch 'for-next' of git://git.kernel.org/pub...
2017-07-28 Linus TorvaldsMerge tag 'for-4.13/dm-fixes' of git://git.kernel.org...
2017-07-28 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux-block
2017-07-28 Linus TorvaldsMerge tag 'mmc-v4.13-rc1' of git://git.kernel.org/pub...
2017-07-28 Javier Gonzálezlightnvm: pblk: advance bio according to lba index
2017-07-28 Linus TorvaldsMerge tag 'drm-fixes-for-v4.13-rc3' of git://people...
2017-07-28 Dave AirlieMerge tag 'exynos-drm-fixes-for-v4.13-rc3' of git:...
2017-07-28 Dave AirlieMerge tag 'drm-intel-fixes-2017-07-27' of git://anongit...
2017-07-28 Dave AirlieMerge tag 'drm-misc-fixes-2017-07-27' of git://anongit...
2017-07-27 Linus TorvaldsMerge tag 'acpi-4.13-rc3' of git://git.kernel.org/pub...
2017-07-27 Rafael J. WysockiMerge branches 'acpi-pm' and 'acpi-numa'
next