OSDN Git Service

android-x86/kernel.git
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...
2017-08-18 Bart Van Asscheblock: Relax a check in blk_start_queue()
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 Asschegenhd: Annotate all part and part_tbl pointer dereferences
2017-08-18 Bart Van Asscheblk-mq-debugfs: Declare a local symbol static
2017-08-18 Bart Van Asscheblk-mq: Make blk_mq_reinit_tagset() calls easier to...
2017-08-18 Bart Van Asscheblock: Unexport blk_queue_end_tag()
2017-08-18 Bart Van Asscheblock: Fix two comments that refer to .queue_rq() retur...
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-11 Ritesh Harjanicfq: Give a chance for arming slice idle timer in case...
2017-08-11 Paolo Valenteblock, bfq: boost throughput with flash-based non-queue...
2017-08-11 Paolo Valenteblock,bfq: refactor device-idling logic
2017-08-10 Jens Axboeblock: remove unused syncfull/asyncfull queue flags
2017-08-09 Jens Axboeblk-mq: enable checking two part inflight counts at...
2017-08-09 Jens Axboeblk-mq: provide internal in-flight variant
2017-08-09 Jens Axboeblock: make part_in_flight() take an array of two ints
2017-08-09 Jens Axboeblock: pass in queue to inflight accounting
2017-08-09 Jens Axboeblk-mq-tag: check for NULL rq when iterating tags
2017-08-09 Christoph Hellwigdm-crypt: don't mess with BIP_BLOCK_INTEGRITY
2017-08-09 Christoph Hellwigbio-integrity: move the bio integrity profile check...
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-08-02 Jan Karablock: Add comment to submit_bio_wait()
2017-08-01 Jens Axboeblk-mq: add warning to __blk_mq_run_hw_queue() for...
2017-07-29 Jens Axboeblk-mq: blk_mq_requeue_work() doesn't need to save...
2017-07-29 Arnd Bergmannblock: DAC960: shut up format-overflow warning
2017-07-29 Shaohua Liblock: use standard blktrace API to output cgroup info...
2017-07-29 Shaohua Liblktrace: add an option to allow displaying cgroup...
2017-07-29 Shaohua Liblock: always attach cgroup info into bio
2017-07-29 Shaohua Liblktrace: export cgroup info in trace
2017-07-29 Shaohua Licgroup: export fhandle info for a cgroup
2017-07-29 Shaohua Likernfs: add exportfs operations
2017-07-29 Shaohua Likernfs: introduce kernfs_node_id
2017-07-29 Shaohua Likernfs: don't set dentry->d_fsdata
2017-07-29 Shaohua Likernfs: add an API to get kernfs node from inode number
2017-07-29 Shaohua Likernfs: implement i_generation
2017-07-29 Shaohua Likernfs: use idr instead of ida to manage inode number
next