08 Jan, 2006
1 commit
07 Jan, 2006
25 commits
-
Signed-off-by: Randy Dunlap
Signed-off-by: Andrew Morton
Signed-off-by: Len Brown -
Signed-off-by: Len Brown
-
If someone changes the uid/gid mapping in userland, then we do eventually
want those changes to be propagated to the kernel. Currently the kernel
assumes that it may cache entries forever.Add an expiration time + garbage collector for idmap entries.
Signed-off-by: Trond Myklebust
-
Signed-off-by: Trond Myklebust
-
Update modules.txt with info how to build external modules
with files in several directories.
The question popped up on lkml often enough to warrant this,
let's see if people read this stuff - or google hits it.Signed-off-by: Sam Ravnborg
-
Manual fixup for merge with Jens' "Suspend support for libata", commit
ID 9b847548663ef1039dd49f0eb4463d001e596bc3.Signed-off-by: Linus Torvalds
-
Also export current (average) speed and status in sysfs.
Signed-off-by: Neil Brown
Acked-by: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Writing major:minor to md/new_dev will bind that device to the array.
Signed-off-by: Neil Brown
Acked-by: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Signed-off-by: Neil Brown
Acked-by: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Signed-off-by: Neil Brown
Acked-by: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
This the role that a device has in an array can be viewed and set.
Signed-off-by: Neil Brown
Acked-by: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
If array is active, try to reshape, else just set the value.
Signed-off-by: Neil Brown
Acked-by: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Store this total in superblock (As appropriate), and make it available to
userspace via sysfs.Signed-off-by: Neil Brown
Acked-by: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Signed-off-by: Neil Brown
Acked-by: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Allow it to be set to a particular version, or 'none'.
Signed-off-by: Neil Brown
Acked-by: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Signed-off-by: Neil Brown
Acked-by: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
... only before array is started of course.
Signed-off-by: Neil Brown
Acked-by: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
See patch to md.txt for more details
Signed-off-by: Neil Brown
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Make the suspend image size limit tunable via /sys/power/image_size.
It is necessary for systems on which there is a limited amount of swap
available for suspend. It can also be useful for optimizing performance of
swsusp on systems with 1 GB of RAM or more.Signed-off-by: Rafael J. Wysocki
Acked-by: Pavel Machek
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Remove the key duplication stuff since there's nothing that uses it, no way
to get at it and it's awkward to deal with for LSM purposes.Signed-off-by: David Howells
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
06 Jan, 2006
14 commits
-
Update documentation to match new barrier implementation.
Signed-off-by: Tejun Heo
Signed-off-by: Jens Axboe -
One more supported PCI ID for the i2c-nforce2 driver.
Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman -
Document i2c_driver.command as being deprecated, and don't suggest an
empty implementation of this callback as it doesn't make any sense.Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman -
Update the i2c documentation to reflect the recent change to
i2c_add_driver.Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman -
Document the drop of the owner and name fields of the i2c_driver
structure.Signed-off-by: Jean Delvare
CC: Laurent Riffard
Signed-off-by: Greg Kroah-Hartman -
Update Documentation/i2c/porting-clients. Many recent changes to the i2c
and hwmon subsystems were never reported there.Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman -
Do not limit the usage count of i2c clients to 1. In other words,
change the client usage count behavior from the old I2C_CLIENT_ALLOW_USE
to the old I2C_CLIENT_ALLOW_MULTIPLE_USE. The rationale is that no
driver actually needs the limiting behavior, and the unlimiting
behavior is slightly easier to implement.Update the documentation to reflect this change.
Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman -
Just about every i2c chip driver sets the I2C_DF_NOTIFY flag, so we
can simply make it the default and drop the flag. If any driver really
doesn't want to be notified when i2c adapters are added, that driver
can simply omit to set .attach_adapter. This approach is also more
robust as it prevents accidental NULL pointer dereferences.Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman -
The following patch adds support for the Barco LPT->DVI I2C adapter to
the i2c-parport driver.Signed-off-by: Peter Korsgaard
Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman -
This patch clarifies the W83627THF VID documentation.
Signed-off-by: Mark M. Hoffman
Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman -
drivers, hwmon, adm1025 and adm1026: remove deprecated sysfs names.
these names have been listed for removal for six months, time for them to go
Signed-off-by: Grant Coady
Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman