platform/kernel/linux-rpi.git
2017-08-29 Greg Kroah... drbd: rename "usermode_helper" to "drbd_usermode_helper"
2017-08-29 Lars Ellenbergdrbd: fix race between handshake and admin disconnect...
2017-08-29 Lars Ellenbergdrbd: fix potential deadlock when trying to detach...
2017-08-29 Markus Elfringdrbd: A single dot should be put into a sequence.
2017-08-29 Lars Ellenbergdrbd: fix rmmod cleanup, remove _all_ debugfs entries
2017-08-29 Geliang Tangdrbd: Use setup_timer() instead of init_timer() to...
2017-08-29 Lars Ellenbergdrbd: fix potential get_ldev/put_ldev refcount imbalanc...
2017-08-29 Lars Ellenbergdrbd: new disk-option disable-write-same
2017-08-29 Philipp Reisnerdrbd: Fix resource role for newly created resources...
2017-08-29 Baoyou Xiedrbd: mark symbols static where possible
2017-08-29 Lars Ellenbergdrbd: Send P_NEG_ACK upon write error in protocol != C
2017-08-29 Lars Ellenbergdrbd: add explicit plugging when submitting batches
2017-08-29 Lars Ellenbergdrbd: change list_for_each_safe to while(list_first_ent...
2017-08-29 Lars Ellenbergdrbd: introduce drbd_recv_header_maybe_unplug
2017-08-29 Christoph Hellwigbsg: remove #if 0'ed code
2017-08-29 Ben Hutchingsmq-deadline: Enable auto-loading when built as module
2017-08-29 Ben Hutchingsbfq: Re-enable auto-loading when built as a module
2017-08-29 Damien Le Moalblock: Make blk_dequeue_request() static
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-28 Bhumika Goyalnbd: make device_attribute const
2017-08-28 Jens Axboenull_blk: use available 'dev' in nullb_device_power_store()
2017-08-28 Shaohua Liblock/nullb: delete unnecessary memory free
2017-08-28 David Jefferyblock: fix warning when I/O elevator is changed as...
2017-08-28 weiping zhangblock, scheduler: convert xxx_var_store to void
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-25 Shaohua Liblock/nullb: fix NULL dereference
2017-08-25 weiping zhangblkcg: avoid free blkcg_root when failed to alloc blkcg...
2017-08-25 Jens Axboenull_blk: update email adress
2017-08-25 Omar Sandovalblock: update comments to reflect REQ_FLUSH -> REQ_PREF...
2017-08-24 Bart Van Asschecompat_hdio_ioctl: Fix a declaration
2017-08-24 weiping zhangblock: remove blk_free_devt in add_partition
2017-08-24 Milan Brozbio-integrity: Fix regression if profile verify_fn...
2017-08-23 weiping zhangblock, bfq: fix error handle in bfq_init
2017-08-23 Christoph Hellwigblock: replace bi_bdev with a gendisk pointer and parti...
2017-08-23 Christoph Hellwigblock: cache the partition index in struct block_device
2017-08-23 Christoph Hellwigblock: add a __disk_get_part helper
2017-08-23 Christoph Hellwigblock: reject attempts to allocate more than DISK_MAX_P...
2017-08-23 Christoph Hellwigraid5: remove a call to get_start_sect
2017-08-23 Christoph Hellwigbtrfs: index check-integrity state hash by a dev_t
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 Bart Van Asscheblock: Warn if blk_queue_rq_timed_out() is called for...
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
next