- 22 Sep, 2003 40 commits
-
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Chas Williams authored
-
Kevin Corry authored
Support an arbitrary number of target parameters. [Alasdair Kergon]
-
Kevin Corry authored
Fix error message when linear targets gets handed more than 2 arguments. [Alasdair Kergon]
-
Kevin Corry authored
dev_wait was meant to return table status not dev status. [Alasdair Kergon]
-
Kevin Corry authored
Move retrieve_status up so dev_wait() can use it.
-
Kevin Corry authored
When multiple load ioctls are issued the reference count on older 'new_tables' wasn't being dropped. [Christophe Saout]
-
Kevin Corry authored
Use the format_dev_t function for target status functions.
-
Neil Brown authored
From: "William A.(Andy) Adamson" <andros@citi.umich.edu> This implments the LOCKU operation. These all pass the connectathon lock test suite against the solaris nfsv4 client.
-
Neil Brown authored
From: "William A.(Andy) Adamson" <andros@citi.umich.edu> This implements the LOCKT operation.
-
Neil Brown authored
From: "William A.(Andy) Adamson" <andros@citi.umich.edu> This implements the nfsv4 LOCK operation.
-
Neil Brown authored
From: "William A.(Andy) Adamson" <andros@citi.umich.edu> This renames some structures and functions that can be used for byte-range locking as well as for the exiting open share locks, and does some cleanup.
-
Neil Brown authored
This implements the idempotent replay cache need for NFSv4 OPEN state. each state owner (open owner or lock owner) is required to store the last sequence number mutating operation, and retransmit it when replayed sequence number is presented for the operation. I've implemented the cache as a static buffer of size 112 bytes (NFSD4_REPLAY_ISIZE) which is large enough to hold the OPEN, the largest of the sequence mutation operations. This implements the cache for OPEN, OPEN_CONFIRM, OPEN_DOWNGRADE, and CLOSE. LOCK and UNLOCK will be added when byte-range locking is done (soon!).
-
Neil Brown authored
There is a warning because of calling return with an argument on a void function. The root cause is putting a return statement in a macro (evil side effect). Change ENCODE_SEQID_OP_TAIL to be a more proper macro, change all calling functions to return void.
-
Neil Brown authored
From: Trond Myklebust <trond.myklebust@fys.uio.no> ... see the code in ip_sockglue.c + the macros in socket.h.... AFAICS the control messages have wierd alignment requirements.
-
Neil Brown authored
Silly typo.
-
Neil Brown authored
From: Rusty Russell <rusty@rustcorp.com.au>
-
Neil Brown authored
Also revert to md_fail_request before stopping an array. The ->stop method can never fail, so there is not point checking it.
-
bk://kernel.bkbits.net/gregkh/linux/i2c-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Chris Wright authored
Found by checker (David Yu Chen @Stanford)
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.6
-
Andrey Borzenkov authored
> That's what you are going to have to set the name file to in the > i2c_client structure, much like your patch did. Then look at the > different name files in each device directory to see what kind of device > it is (chip, subclient, etc.) OK attached patch sets all names to just chip name for chips themselves and "chipname subclient" when subclient ios registered.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
Fix bug when registering the i2c_adap as the structure was not set to 0.
-
Albert Cahalan authored
Elimination of this nonsense allows for the assumption that a task group shares VM. This lets procps run faster.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
Remove direct memory accesses and link up device in the proper place in the sysfs tree.
-
Greg Kroah-Hartman authored
-
Andrew Morton authored
strut nls_table was changed, but smbfs uses it and was not updated.
-
Andrew Morton authored
- bio_release_pages() should have file-local scope. - don't use spaces in slab names in device mapper, enforce this henceforth in kmem_cache_create(). - Fix alpha header leftover from cpumask_t conversion
-
Andrew Morton authored
From David M-T.
-