]> asedeno.scripts.mit.edu Git - linux.git/history - drivers/block/skd_main.c
skd: Let the block layer core choose .nr_requests
[linux.git] / drivers / block / skd_main.c
2017-08-29 Bart Van Asscheskd: Let the block layer core choose .nr_requests
2017-08-29 Bart Van Asscheskd: Remove blk_queue_bounce_limit() call
2017-08-25 Bart Van Asscheskd: Remove SKD_ID_INCR
2017-08-25 Bart Van Asscheskd: Make it easier for static analyzers to analyze...
2017-08-25 Bart Van Asscheskd: Inline skd_end_request()
2017-08-25 Bart Van Asscheskd: Rename skd_softirq_done() into skd_complete_rq()
2017-08-23 Bart Van Asscheskd: Change default interrupt mode to MSI-X
2017-08-23 Bart Van Asscheskd: Avoid double completions in case of a timeout
2017-08-23 Bart Van Asscheskd: Inline skd_process_request()
2017-08-23 Bart Van Asscheskd: Report completion mismatches once
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: 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-07-28 Linus TorvaldsMerge tag 'nfs-for-4.13-3' of git://git.linux-nfs.org...
2017-07-28 Linus TorvaldsMerge branch 'for-4.13-part3' of git://git.kernel.org...
2017-07-28 Dave AirlieMerge tag 'drm-misc-fixes-2017-07-27' of git://anongit...
2017-07-27 Daniel VetterMerge tag 'gvt-fixes-2017-07-26' of https://github...
2017-07-27 Linus TorvaldsMerge tag 'sound-4.13-rc3' of git://git.kernel.org...
2017-07-27 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2017-07-25 Linus TorvaldsMerge tag 'jfs-4.13' of git://github.com/kleikamp/linux...
2017-07-24 Dave AirlieMerge branch 'drm-vmwgfx-fixes' of git://people.freedes...
2017-07-21 Linus TorvaldsMerge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org...
2017-07-21 Linus TorvaldsMerge branch 'overlayfs-linus' of git://git.kernel...
2017-07-21 Dave AirlieMerge tag 'imx-drm-fixes-2017-07-18' of git://git.pengu...
2017-07-21 Dave AirlieMerge tag 'drm-misc-fixes-2017-07-20' of git://anongit...
2017-07-20 Linus TorvaldsMerge branch 'stable-4.13' of git://git.infradead.org...
2017-07-20 Rafael J. WysockiMerge branches 'intel_pstate' and 'pm-domains'
2017-07-20 Rafael J. WysockiMerge branch 'acpi-ec' into acpi-pm
2017-07-19 Linus TorvaldsMerge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel...
2017-07-17 Doug LedfordMerge tag 'v4.13-rc1' into k.o/for-4.13-rc
2017-07-15 Linus TorvaldsMerge tag 'random_for_linus' of git://git.kernel.org...
2017-07-15 Linus TorvaldsMerge branch 'work.mount' of git://git.kernel.org/pub...
2017-07-15 Linus TorvaldsMerge branch 'work.__copy_to_user' of git://git.kernel...
2017-07-15 Linus TorvaldsMerge branch 'work.uaccess-unaligned' of git://git...
2017-07-15 Linus TorvaldsMerge branch 'misc.compat' of git://git.kernel.org...
2017-07-15 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2017-07-15 Linus TorvaldsMerge branch 'for-linus-4.13-rc1' of git://git.kernel...
2017-07-15 Linus TorvaldsMerge tag 'upstream-4.13-rc1' of git://git.infradead...
2017-07-15 Linus TorvaldsMerge tag 'xfs-4.13-merge-6' of git://git.kernel.org...
2017-07-15 Linus TorvaldsMerge branch 'for-4.13-part2' of git://git.kernel.org...
2017-07-15 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2017-07-15 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2017-07-15 Linus TorvaldsMerge tag 'devprop-fix-4.13-rc1' of git://git.kernel...
2017-07-15 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2017-07-14 Linus TorvaldsMerge tag 'ntb-4.13' of git://github.com/jonmason/ntb
2017-07-14 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2017-07-14 Linus TorvaldsMerge tag 'sound-fix-4.13-rc1' of git://git.kernel...
next