Re: Nginx + PHP Windows Network Sharing Uploads locking/slow load time
c0nw0nk Wrote: ------------------------------------------------------- > I did look in the docs and find this "fastcgi_buffering off;" And "proxy_buffering off;" > > Is that what you are...
View ArticleRe: [PATCH 1/3] staging: iio: Drop owner assignment from i2c_driver
On 10/07/15 07:34, Krzysztof Kozlowski wrote: > i2c_driver does not need to set an owner because i2c_register_driver() > will set it. > > Signed-off-by: Krzysztof Kozlowski...
View ArticleRe: [PATCH] iio: Drop owner assignment from i2c_driver
On 10/07/15 06:54, Krzysztof Kozlowski wrote: > i2c_driver does not need to set an owner because i2c_register_driver() > will set it. > > Signed-off-by: Krzysztof Kozlowski...
View ArticleRe: [PHP-DEV] PHP7 and types
+1 It will be useful for autocomplete in IDE -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
View ArticleV4.0.x fails to create /dev/rtc0 on Winbook TW100 when...
On a Winbook TW100 BayTrail tablet, kernel 4.0 and later do not create /dev/rtc0 when CONFIG_PINCTRL_BAYTRAIL is set in the configuration. Removing this option from the config creates a real-time...
View Article[PATCH 01/11] blkcg: remove unnecessary request_list->blkg NULL test in...
Since ec13b1d6f0a0 ("blkcg: always create the blkcg_gq for the root blkcg"), a request_list always has its blkg associated. Drop unnecessary rl->blkg NULL test from blk_put_rl(). Signed-off-by:...
View Article[PATCH 11/11] blkcg: replace blkcg_policy->cpd_size with...
Each active policy has a cpd (blkcg_policy_data) on each blkcg. The cpd's were allocated by blkcg core and each policy could request to allocate extra space at the end by setting...
View Article[PATCH 03/11] blkcg: remove unnecessary blkcg_root handling from...
blkcg_css_alloc() bypasses policy data allocation and blkcg_css_free() bypasses policy data and blkcg freeing for blkcg_root. There's no reason to to treat policy data any differently for blkcg_root....
View Article[PATCH 10/11] blkcg: cosmetic updates about blkcg_policy_data
* Rename blkcg->pd[] to blkcg->cpd[] so that cpd is consistently used for blkcg_policy_data. * Make blkcg_policy->cpd_init_fn() take blkcg_policy_data instead of blkcg. This makes it...
View Article[PATCH 09/11] blkcg: make blkcg_policy methods take a pointer to...
The newly added ->pd_alloc_fn() and ->pd_free_fn() deal with pd (blkg_policy_data) while the older ones use blkg (blkcg_gq). As using blkg doesn't make sense for ->pd_alloc_fn() and after...
View Article[PATCH 04/11] blkcg: restructure blkg_policy_data allocation in...
When a policy gets activated, it needs to allocate and install its policy data on all existing blkg's (blkcg_gq's). Because blkg iteration is protected by a spinlock, it currently counts the total...
View Article[PATCH 08/11] blk-throttle: clean up blkg_policy_data alloc/init/exit/free...
With the recent addition of alloc and free methods, things became messier. This patch reorganizes them according to the followings. * ->pd_alloc_fn() Responsible for allocation and static...
View Article[PATCH 07/11] blk-throttle: remove asynchrnous percpu stats allocation mechanism
Because percpu allocator couldn't do non-blocking allocations, blk-throttle was forced to implement an ad-hoc asynchronous allocation mechanism for its percpu stats for cases where blkg's (blkcg_gq's)...
View Article[PATCH 06/11] blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn()...
A blkg (blkcg_gq) represents the relationship between a cgroup and request_queue. Each active policy has a pd (blkg_policy_data) on each blkg. The pd's were allocated by blkcg core and each policy...
View Article[PATCH 05/11] blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fn
blkg_create() allows NULL ->pd_init_fn() but blkcg_activate_policy() doesn't. As both in-kernel policies implement ->pd_init_fn, it currently doesn't break anything. Update...
View Article[PATCHSET v3 block/for-4.3] blkcg: blkcg policy methods and data handling...
This is v3 of blkcg_policy methods cleanup patchset. Changes from the last take [L] are * Rebased on top of block/for-linus. * 0003-blkcg-remove-unnecessary-blkcg_root-handling-from-cs.patch and...
View Article[PATCH 02/11] blkcg: use blkg_free() in blkcg_init_queue() failure path
When blkcg_init_queue() fails midway after creating a new blkg, it performs kfree() directly; however, this doesn't free the policy data areas. Make it use blkg_free() instead. In turn, blkg_free() is...
View ArticleRe: [PATCH v2] xen/blkfront: convert to blk-mq APIs
On 07/11/2015 07:30 AM, Bob Liu wrote: > Note: This patch is based on original work of Arianna's internship for > GNOME's Outreach Program for Women. Great to see this finally get prepped to go...
View ArticleRe: [PATCH] drm/atomic: fix null dereference
On Sat, Jul 11, 2015 at 1:24 PM, Sudip Mukherjee <sudipm.mukherjee@gmail.com> wrote: > We are checking the size of e->event but we were doing it when e is > known to be NULL. nak, this...
View ArticleRe: V4.0.x fails to create /dev/rtc0 on Winbook TW100 when...
On 7/11/2015 10:59 AM, Larry Finger wrote: > On a Winbook TW100 BayTrail tablet, kernel 4.0 and later do not create /dev/rtc0 when CONFIG_PINCTRL_BAYTRAIL is set in the configuration. Removing this...
View Article