First  |  Prev |  Next  |  Last
Pages: 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456
Add an AT_NO_AUTOMOUNT flag to suppress terminal automount
David Howells <dhowells(a)redhat.com> wrote: with follow_link semantics. This can be used by fstatat()/xstat() users to xstat() shouldn't be mentioned here. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo... 22 Jul 2010 14:42
[PATCH 3/6] NFS: Use d_automount() rather than abusing follow_link()
Make NFS use the new d_automount() dentry operation rather than abusing follow_link() on directories. Signed-off-by: David Howells <dhowells(a)redhat.com> Acked-by: Trond Myklebust <Trond.Myklebust(a)netapp.com> --- fs/nfs/dir.c | 4 ++ fs/nfs/inode.c | 4 +- fs/nfs/internal.h | ... 22 Jul 2010 14:42
[PATCH 5/6] Remove the automount through follow_link() kludge code from pathwalk
Remove the automount through follow_link() kludge code from pathwalk in favour of using d_automount(). Signed-off-by: David Howells <dhowells(a)redhat.com> --- fs/namei.c | 17 +++-------------- 1 files changed, 3 insertions(+), 14 deletions(-) diff --git a/fs/namei.c b/fs/namei.c index fcec3c6..86068a2 1... 22 Jul 2010 14:42
[PATCH 1/6] Add a dentry op to handle automounting rather than abusing follow_link()
Add a dentry op (d_automount) to handle automounting directories rather than abusing the follow_link() inode operation. The operation is keyed off a new inode flag (S_AUTOMOUNT). This makes it easier to add an AT_ flag to suppress terminal segment automount during pathwalk. It should also remove the need for th... 22 Jul 2010 14:42
Package Level Thermal Control and Power Limit Notification: pkgtemp doc
> > +This driver permits reading package level temperature sensor embedded inside +Intel CPU package. The sensors can be in core, uncore, memroy controller, or memroy --> memory Will change the typo. +other componenets in a package. The feature is first implemented in Intel Sandy componenets ... 22 Jul 2010 18:01
[PATCH 2/6] AFS: Use d_automount() rather than abusing follow_link()
Make AFS use the new d_automount() dentry operation rather than abusing follow_link() on directories. Signed-off-by: David Howells <dhowells(a)redhat.com> --- fs/afs/dir.c | 1 + fs/afs/internal.h | 1 + fs/afs/mntpt.c | 46 +++++++++++++++------------------------------- 3 files changed, 17 in... 22 Jul 2010 14:42
staging: tidspbridge: replace CONST with c standard const
On Mon, Jul 12, 2010 at 05:56:05PM -0500, Nishanth Menon wrote: Signed-off-by: Nishanth Menon <nm(a)ti.com> This one doesn't apply either, so I'll just stop applying this series here. Care to redo the rest of them against the next linux-next so you can sync back up? thanks, greg k-h -- To unsubscribe fro... 22 Jul 2010 14:42
staging: tidspbridge: remove GlobalTypes.h
On Mon, Jul 12, 2010 at 05:56:04PM -0500, Nishanth Menon wrote: Remove custom globaltypes.h header This patch doesn't apply :( thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://... 22 Jul 2010 14:42
[review patch 3/2] firewire: nosy: note ioctls in ioctl-number.txt
These are the ioctls for the special-purpose misc device /dev/nosy, the interface to the IEEE 1394 packet sniffer/ protocol analyzer driver. Currently only the numbers 00...02 are in use; let's block a few more for unforeseen use cases. Cc: Randy Dunlap <rdunlap(a)xenotime.net> Cc: Kristian Høgsberg <krh(a)bitplanet... 22 Jul 2010 14:42
determine the required firmwares for static drivers from .config file
Hi. Just wondered whether it's possible, or someone has already written a tool, that allows to determine the required firmware (pathnames) for all statically compiled drivers from a kernel configuration. Would be interesting to have this in order to automatically add them to e.g. initramfs images. Of course... 22 Jul 2010 14:42
First  |  Prev |  Next  |  Last
Pages: 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456