summaryrefslogtreecommitdiffstats
path: root/security (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner3-14/+19
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner3-3/+17
2013-06-28drbd: Fix rcu_read_lock balance on error pathAndreas Gruenbacher1-7/+12
2013-06-28drbd: fix error return code in drbd_init()Wei Yongjun1-3/+1
2013-06-28drbd: Do not sleep inside rcuAndreas Gruenbacher1-2/+2
2013-06-25xen-blkback: check the number of iovecs before allocating a biosRoger Pau Monne1-1/+2
2013-06-21xen-blkfront: set blk_queue_max_hw_sectors correctlyRoger Pau Monne1-1/+1
2013-06-21xen-blkback: workaround compiler bug in gcc 4.1Roger Pau Monne1-10/+14
2013-06-19rsxx: Adding in debugfs entries.Philip J Kelleher2-0/+278
2013-06-19rsxx: Fixes incorrect stats calculation.Philip J Kelleher1-0/+1
2013-06-19rsxx: Adding EEH check inside cregs timeout.Philip J Kelleher1-0/+9
2013-06-19rsxx: Adapter address space sanity check.Philip J Kelleher1-0/+3
2013-06-19rsxx: Fixes DLPAR add kernel panic if partition still mounted.Philip J Kelleher1-0/+4
2013-06-19rsxx: Changing the adapter name to the official name.Philip J Kelleher3-8/+8
2013-06-19rsxx: Adding in sync_start module paramenter.Philip J Kelleher1-0/+34
2013-06-19rsxx: Allow block size to be determined by configuration.Philip J Kelleher1-19/+1
2013-06-19rsxx: Fixes soft-lockup issues during DMAs.Philip J Kelleher2-8/+28
2013-06-19rsxx: Restructured DMA cancel scheme.Philip J Kelleher4-93/+95
2013-06-19rsxx: Individual workqueues for interruptible events.Philip J Kelleher3-3/+27
2013-06-17xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk3-1/+16
2013-06-17xen/io/ring.h: new macro to detect whether there are too many requests on the...Jan Beulich1-0/+5
2013-06-07xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk1-1/+12
2013-06-07xen/blkback: Use physical sector size for setupStefan Bader2-3/+23
2013-06-04xen-blkback/sysfs: Move the parameters for the persistent grant featuresKonrad Rzeszutek Wilk2-18/+17
2013-06-04xen-blkfront: Introduce a 'max' module parameter to alter the amount of indir...Konrad Rzeszutek Wilk2-0/+12
2013-05-14blk-throttle: implement proper hierarchy supportTejun Heo4-23/+38
2013-05-14blk-throttle: implement throtl_grp->has_rules[]Tejun Heo1-7/+42
2013-05-14blk-throttle: Account for child group's start time in parent while bio climbs upVivek Goyal1-0/+33
2013-05-14blk-throttle: add throtl_qnode for dispatch fairnessTejun Heo1-25/+176
2013-05-14blk-throttle: make throtl_pending_timer_fn() ready for hierarchyTejun Heo1-7/+33
2013-05-14blk-throttle: make tg_dispatch_one_bio() ready for hierarchyTejun Heo1-7/+21
2013-05-14blk-throttle: make blk_throtl_bio() ready for hierarchyTejun Heo1-7/+20
2013-05-14blk-throttle: make blk_throtl_drain() ready for hierarchyTejun Heo1-11/+40
2013-05-14blk-throttle: dispatch from throtl_pending_timer_fn()Tejun Heo1-25/+44
2013-05-14blk-throttle: implement dispatch loopingTejun Heo1-26/+56
2013-05-14blk-throttle: separate out throtl_service_queue->pending_timer from throtl_da...Tejun Heo1-23/+45
2013-05-14blk-throttle: set REQ_THROTTLED from throtl_charge_bio() and gate stats updat...Tejun Heo1-5/+25
2013-05-14blk-throttle: implement sq_to_tg(), sq_to_td() and throtl_log()Tejun Heo1-29/+81
2013-05-14blk-throttle: add throtl_service_queue->parent_sqTejun Heo1-42/+39
2013-05-14blk-throttle: generalize update_disptime optimization in blk_throtl_bio()Tejun Heo1-10/+18
2013-05-14blk-throttle: dispatch to throtl_data->service_queue.bio_lists[]Tejun Heo1-17/+23
2013-05-14blk-throttle: move bio_lists[] and friends to throtl_service_queueTejun Heo1-24/+39
2013-05-14blk-throttle: add throtl_grp->service_queueTejun Heo1-4/+11
2013-05-14blk-throttle: reorganize throtl_service_queue passed around as argumentTejun Heo1-49/+51
2013-05-14blk-throttle: pass around throtl_service_queue instead of throtl_dataTejun Heo1-25/+28
2013-05-14blk-throttle: add backlink pointer from throtl_grp to throtl_dataTejun Heo1-53/+53
2013-05-14blk-throttle: simplify throtl_grp flag handlingTejun Heo1-25/+9
2013-05-14blk-throttle: rename throtl_rb_root to throtl_service_queueTejun Heo1-42/+42
2013-05-14blk-throttle: remove pointless throtl_nr_queued() optimizationsTejun Heo1-22/+7
2013-05-14blk-throttle: relocate throtl_schedule_delayed_work()Tejun Heo1-16/+13