First  |  Prev |  Next  |  Last
Pages: 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704
vfs: Support null pathname in readlink
On Tue, Jun 15, 2010 at 10:42:55PM +0530, Aneesh Kumar K.V wrote: From: NeilBrown <neilb(a)suse.de> This enables to use readlink to get the link target name from a file descriptor point to the link. This can be used with open_by_handle syscall that returns a file descriptor for a link. We can then use ... 12 Jul 2010 04:10
[PATCH 0/2] cfq-iosched: fixing RQ_NOIDLE handling.
Hi Jens, patch 8e55063 "cfq-iosched: fix corner cases in idling logic", is suspected for some regressions on high end hardware. The two patches from this series: - [PATCH 1/2] cfq-iosched: fix tree-wide handling of rq_noidle - [PATCH 2/2] cfq-iosched: RQ_NOIDLE enabled for SYNC_WORKLOAD fix two issues that I have... 7 Jul 2010 12:22
[PATCH 2/2] cfq-iosched: RQ_NOIDLE enabled for SYNC_WORKLOAD
RQ_NOIDLE flag is meaningful and should be honored for SYNC_WORKLOAD, without further checks. RQ_NOIDLE can be used to mark the last request of a sequence for which - we want to idle between the requests of the sequence, to keep locality - we don't want to idle after the sequence, because we know that no new nea... 7 Jul 2010 12:22
[PATCH 1/2] cfq-iosched: fix tree-wide handling of rq_noidle
Patch: 8e55063 cfq-iosched: fix corner cases in idling logic introduced the possibility of iding even on no-idle requests in the no_idle tree, if any previous request in the current slice could idle. The implementation had a problem, though: - if a queue sent several possibly idling requests and a noidle request... 7 Jul 2010 12:22
ocfs2: When zero extending, do it by page.
Hi Joel, Joel Becker wrote: ocfs2_zero_extend() does its zeroing block by block, but it calls a function named ocfs2_write_zero_page(). Let's have ocfs2_write_zero_page() handle the page level. From ocfs2_zero_extend()'s perspective, it is now page-at-a-time. Signed-off-by: Joel Becker <joel.becker... 8 Jul 2010 06:57
vfs: Allow handle based open on symlinks
On Tue, Jun 15, 2010 at 10:42:54PM +0530, Aneesh Kumar K.V wrote: The patch update may_open to allow handle based open on symlinks. The file handle based API use file descritor returned from open_by_handle_at to do different file system operations. To find the link target name we need to get a file descript... 12 Jul 2010 14:02
[RFC] perf migration
Hi, To begin with, the name is a bit pompous. It's not a strong cpu task migration observer as it's only based on the number of tasks living in a cpu runqueue. This is the only basis for the cpu load: it doesn't handle the nice level, scheduler classes, of each tasks (except idle ones that don't count on the loa... 7 Jul 2010 12:22
vfs: Add open by file handle support
On Tue, Jun 15, 2010 at 10:42:53PM +0530, Aneesh Kumar K.V wrote: diff --git a/fs/open.c b/fs/open.c index 43ac798..1c5daa3 100644 --- a/fs/open.c +++ b/fs/open.c @@ -1168,3 +1168,201 @@ SYSCALL_DEFINE4(name_to_handle_at, int, dfd, const char __user *, name, return -ENOSYS; } #endif + ... 7 Jul 2010 12:22
linux-next: manual merge of the staging-next tree with the v4l-dvb tree
On Tue, Jul 06, 2010 at 05:53:37PM +1000, Stephen Rothwell wrote: Hi Greg, Today's linux-next merge of the staging-next tree got a conflict in drivers/staging/cx25821/cx25821-audups11.c between commit e302c8255a198a567dab3a4ace7bd0222a6dc037 ("V4L/DVB: cx25821: Removed duplicate code and cleaned up")... 7 Jul 2010 12:22
[PATCH 04/10] SELinux: Add new labeling type native labels
There currently doesn't exist a labeling type that is adequate for use with labeled NFS. Since NFS doesn't really support xattrs we can't use the use xattr labeling behavior. For this we developed a new labeling type. The native labeling type is used solely by NFS to ensure NFS inodes are labeled at runtime by the ... 7 Jul 2010 11:15
First  |  Prev |  Next  |  Last
Pages: 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704