First  |  Prev |  Next  |  Last
Pages: 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754
ext4: Add temporary richacl mount option for ext4.
On Sat, 3 Jul 2010 00:13:47 +0530, "Aneesh Kumar K.V" <aneesh.kumar(a)linux.vnet.ibm.com> wrote: This helps in easy testing of the patchset. The mount option will be later removed in favour of a feature flag. ***Should be folded before merging*** Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vn... 3 Jul 2010 07:58
New ACL format for better NFSv4 acl interoperability
On Sat, 3 Jul 2010 00:13:31 +0530, "Aneesh Kumar K.V" <aneesh.kumar(a)linux.vnet.ibm.com> wrote: Hi, The following set of patches implements a new acl model for linux. Rich ACLs are an implementation of NFSv4 ACLs, extended by file masks to fit into the standard POSIX file permission model. They are des... 20 Jul 2010 12:27
KVM: MMU: combine guest pte read between walk and pte prefetch
Marcelo Tosatti wrote: On Thu, Jul 01, 2010 at 09:55:56PM +0800, Xiao Guangrong wrote: Combine guest pte read between guest pte walk and pte prefetch Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/paging_tmpl.h | 48 ++++++++++++++++++++++++++++++-------------... 5 Jul 2010 06:42
[PATCH padmux.c] Fix typo in kerneldoc
Trivial fix in a typo (enalbed for enabled). Thanks, Davidlohr Signed-off-by: Davidlohr Bueso <dave(a)gnu.org> --- arch/arm/plat-spear/padmux.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-spear/padmux.c b/arch/arm/plat-spear/padmux.c index d2aab3a..555eec6 10064... 3 Jul 2010 06:54
block: remove q->prepare_flush_fn completely
Not a comment on the patch itself, but some interesting observations on the drivers ordered flags: diff --git a/drivers/block/loop.c b/drivers/block/loop.c index fedfdb7..d285a54 100644 --- a/drivers/block/loop.c +++ b/drivers/block/loop.c @@ -831,7 +831,7 @@ static int loop_set_fd(struct loop_device ... 3 Jul 2010 06:54
hwmon: Add support for W83667HG-B and W83667HG-I to w83627ehf driver.
在 2010-07-03六的 10:35 +0200,Jean Delvare写道: Hi Guenter, On Fri, 2 Jul 2010 02:23:26 -0700, Guenter Roeck wrote: + w83667hg-i 9 5 3 3 0xb340 0xc1 0x5ca3 As discussed before, this one is a 677 series, not 667. That being said, I admit that the device ID proximity betw... 3 Jul 2010 17:53
remove q->prepare_flush_fn hook
On Sat, Jul 03, 2010 at 05:45:31PM +0900, FUJITA Tomonori wrote: This removes q->prepare_flush_fn. Except for ide and scsi, all the users just mark flush requests. They can use REQ_FLUSH flag instead. SCSI and ide can use q->prep_rq_fn to build flush requests. This can be applied to the block's f... 7 Jul 2010 20:06
[PATCH 3/9] scsi: stop using q->prepare_flush_fn
scsi-ml builds flush requests via q->prepare_flush_fn(), however, builds discard requests via q->prep_rq_fn. Using two different mechnisms for the similar requests (building commands in SCSI ULD) doesn't make sense. Handing both via q->prep_rq_fn makes the code design simpler. Signed-off-by: FUJITA Tomonori ... 3 Jul 2010 05:50
[PATCH 1/9] block: introduce REQ_FLUSH flag
SCSI-ml needs a way to mark a request as flush request in q->prepare_flush_fn because it needs to identify them later (e.g. in q->request_fn or prep_rq_fn). queue_flush sets REQ_HARDBARRIER in rq->cmd_flags however the block layer also sends normal REQ_TYPE_FS requests with REQ_HARDBARRIER. So SCSI-ml can't use ... 3 Jul 2010 05:50
[PATCH 6/9] dm: stop using q->prepare_flush_fn
use REQ_FLUSH flag instead. Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Cc: Alasdair G Kergon <agk(a)redhat.com> --- drivers/md/dm.c | 16 ++-------------- 1 files changed, 2 insertions(+), 14 deletions(-) diff --git a/drivers/md/dm.c b/drivers/md/dm.c index d6f77ba..00c8105 100644 --- a... 3 Jul 2010 05:50
First  |  Prev |  Next  |  Last
Pages: 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754