[PATCHv4 24/25] shmem: add huge pages support
Here's basic implementation of huge pages support for shmem/tmpfs. It's all pretty streight-forward: - shmem_getpage() allcoates huge page if it c
View Article[PATCHv4 25/25] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
Let's wire up existing madvise() hugepage hints for file mappings. MADV_HUGEPAGE advise shmem to allocate huge page on page fault in the VMA. It only
View ArticleRe: [v8, 08/23] powerpc/8xx: Map IMMR area with 512k page at a fixed address
On Tue, Feb 09, 2016 at 05:08:02PM +0100, Christophe Leroy wrote: > Once the linear memory space has been mapped with 8Mb pages, as > seen in the rela
View Article[PATCH v2] dell-rbtn: Ignore ACPI notifications if device is suspended
Some BIOSes unconditionally send an ACPI notification to RBTN when the system is resuming from suspend. This makes dell-rbtn send an input event to us
View Article[GIT PULL] Late MTD fix for v4.5
Hi Linus, I have 2 small, late updates for MTD. The fix is trivial and tested. Both low reward (it's just a test) and even lower risk. And some suck
View Article[PATCH 1/2] f2fs: submit node page write bios when really required
If many threads calls fsync with data writes, we don't need to flush every bios having node page writes. The f2fs_wait_on_page_writeback will flush it
View Article[PATCH 2/2] f2fs: avoid writepage lock when many threads call fsync
If many threads try to write small number of data and fsync, we should avoid writepages lock contention. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.o
View Article[PATCH v3] cpu-= command line parmeter, SYS_cpuid sys call, kernel-adjusted...
Currently there is no way of disabling CPU features reported by the CPUID instruction. Which sometimes turn out to be broken [1] or undesired [2]. We
View Article[PATCH 00/10] Cleanup and audit of lnet selftest code
With lnet selftest nearly in sync with the OpenSFS code base it was time to do a audit to see if anything was missed. One patch was missed a few error
View Article[PATCH 01/10] staging: lustre: fix bogus lst errors for lnet selftest
From: Isaac Huang <he.huang@intel.com> It should not be counted as errors if a test RPC has been stopped due to administrative actions, e.g. lst end_
View Article[PATCH 02/10] staging: lustre: remove returns in void function for lnet selftest
No reason to have returns at end of void function. Signed-off-by: James Simmons <jsimmons@infradead.org> --- drivers/staging/lustre/lnet/selftest/br
View Article[PATCH 03/10] staging: lustre: fix spacing issues checkpatch reported in lnet...
Remove any extra spacing as reported by checkpatch. Signed-off-by: James Simmons <jsimmons@infradead.org> --- drivers/staging/lustre/lnet/selftest/b
View Article[PATCH 04/10] staging: lustre: remove extra spacing of variable declartions...
Remove any extra spacing such as "int rc" to "int rc" to match the proper kernel style Signed-off-by: James Simmons <jsimmons@infradead.org> --- d
View Article[PATCH 05/10] staging: lustre: remove extra spacing when setting variable for...
Remove any extra spacing for the lines of code setting variables to some value. Signed-off-by: James Simmons <jsimmons@infradead.org> --- drivers/st
View Article[PATCH 06/10] staging: lustre: filter remaining extra spacing for lnet selftest
This patch is a result of a filter applied to the lnet selftest code to remove the last bits of hidden white spaces. Signed-off-by: James Simmons <js
View Article[PATCH 07/10] staging: lustre: cleanup comment style for lnet selftest
Apply a consistent style for comments in the lnet selftest code. Signed-off-by: James Simmons <jsimmons@infradead.org> --- drivers/staging/lustre/ln
View Article[PATCH 08/10] staging: lustre: test for proper errno code in...
The error value returned will be -ETIMEDOUT not ETIMEDOUT. This fixes a typo that prevents us from handling the error case. Signed-off-by: James Simm
View Article[PATCH 09/10] staging: lustre: report minimum of two buffers for LNet...
The minimum number reserve buffer for lnet selftest load test is two not one. Signed-off-by: James Simmons <jsimmons@infradead.org> --- drivers/stag
View Article[PATCH 10/10] staging: lustre: fix aligments in lnet selftest
Some aligment issues were not caught by checkpatch. We address them here. Some of the alignment issues caused greater than 80 character checkpatch iss
View ArticleRe: [lustre-devel] [PATCH 07/10] staging: lustre: cleanup comment style for...
On 2016/03/11, 18:29, "lustre-devel on behalf of James Simmons" <lustre-devel-bounces@lists.lustre.org on behalf of jsimmons@infradead.org> wrote: >A
View Article