First  |  Prev |  Next  |  Last
Pages: 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530
[PATCH -V17 06/12] vfs: Support null pathname in faccessat
This enables to use faccessat to get the access check details from a file descriptor pointing to the file. This can be used with open_by_handle syscall that returns a file descriptor. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/open.c | 29 +++++++++++++++++++++-------- 1 files c... 19 Jul 2010 15:46
[PATCH -V17 12/12] ext4: Copy fs UUID to superblock
File system UUID is made available to application via /proc/<pid>/mountinfo Acked-by: Serge Hallyn <serue(a)us.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/ext4/super.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/supe... 19 Jul 2010 15:46
cfq-iosched: Print per slice sectors dispatched in blktrace
Vivek Goyal <vgoyal(a)redhat.com> writes: - Divyesh had gotten rid of this code in the past. I want to re-introduce it back as it helps me a lot during debugging. Fine with me. Reviewed-by: Jeff Moyer <jmoyer(a)redhat.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the ... 19 Jul 2010 15:46
cfq-iosched: Implement a new tunable group_idle
Vivek Goyal <vgoyal(a)redhat.com> writes: o Implement a new tunable group_idle, which allows idling on the group instead of a cfq queue. Hence one can set slice_idle = 0 and not idle on the individual queues but idle on the group. This way on fast storage we can get fairness between groups at the same... 19 Jul 2010 17:58
[PATCH 03/26] cciss: factor out cciss_lookup_board_id
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out cciss_lookup_board_id Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 66 ++++++++++++++++++++++++++----------------------- 1 files changed, 35 insertions(+), 31 deletions(-) diff --git a/... 19 Jul 2010 15:46
[PATCH 19/26] cciss: factor out cciss_reset_devices()
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out cciss_reset_devices() Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 51 ++++++++++++++++++++++++++++++------------------- drivers/block/cciss.h | 3 +++ 2 files changed, 34 insertions(+... 19 Jul 2010 15:46
writeback: sync old inodes first in background writeback
On 07/19/2010 09:11 AM, Mel Gorman wrote: From: Wu Fengguang<fengguang.wu(a)intel.com> A background flush work may run for ever. So it's reasonable for it to mimic the kupdate behavior of syncing old/expired inodes first. This behavior also makes sense from the perspective of page reclaim. File pages... 25 Jul 2010 23:48
[PATCH 06/26] cciss: factor out cciss_find_memory_BAR()
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out cciss_find_memory_BAR() Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 37 +++++++++++++++++++------------------ 1 files changed, 19 insertions(+), 18 deletions(-) diff --git a/drivers/bl... 19 Jul 2010 15:46
[PATCH 05/26] cciss: remove board_id parameter from cciss_interrupt_mode()
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: remove board_id parameter from cciss_interrupt_mode() Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/block/cciss... 19 Jul 2010 15:46
[PATCH 10/26] cciss: factor out cciss_find_board_params
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out cciss_find_board_params Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 52 ++++++++++++++++++++++++------------------------- 1 files changed, 25 insertions(+), 27 deletions(-) diff --git ... 19 Jul 2010 15:46
First  |  Prev |  Next  |  Last
Pages: 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530