Age | Commit message (Expand) | Author | Files | Lines |
2006-01-07 | Merge with Linus' kernel. | Russell King | 315 | -5850/+6299 |
2006-01-07 | [ARM] Move AMBA include files to include/linux/amba/ | Russell King | 7 | -3/+3 |
2006-01-07 | [ARM] 3239/1: Add ARM optimised swab32 | Andre McCurdy | 1 | -1/+14 |
2006-01-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 | Linus Torvalds | 5 | -55/+20 |
2006-01-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 4 | -9/+9 |
2006-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2 | -4/+4 |
2006-01-07 | [NET]: Endian-annotate in_aton() | Alexey Dobriyan | 1 | -1/+1 |
2006-01-07 | [NET]: Endian-annotate struct iphdr | Alexey Dobriyan | 1 | -5/+5 |
2006-01-07 | [NET]: Change sk_run_filter()'s return type in net/core/filter.c | Kris Katterjohn | 2 | -3/+3 |
2006-01-06 | Merge ../torvalds-2.6/ | Greg Kroah-Hartman | 124 | -1969/+1843 |
2006-01-06 | kbuild: un-stringnify KBUILD_MODNAME | Sam Ravnborg | 2 | -4/+4 |
2006-01-06 | SUNRPC: Update the spkm3 code to use the make_checksum interface | J. Bruce Fields | 1 | -1/+1 |
2006-01-06 | NFSv4: Allow entries in the idmap cache to expire | Trond Myklebust | 1 | -0/+2 |
2006-01-06 | SUNRPC: Ensure client closes the socket when server initiates a close | Trond Myklebust | 1 | -0/+1 |
2006-01-06 | SUNRPC: get rid of cl_chatty | Chuck Lever | 1 | -1/+0 |
2006-01-06 | SUNRPC: transport switch API for setting port number | Chuck Lever | 1 | -0/+1 |
2006-01-06 | SUNRPC: new interface to force an RPC rebind | Chuck Lever | 1 | -0/+1 |
2006-01-06 | SUNRPC: switchable buffer allocation | Chuck Lever | 2 | -7/+6 |
2006-01-06 | NLM: Further cancel fixes | J. Bruce Fields | 1 | -1/+1 |
2006-01-06 | SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string() | Adrian Bunk | 1 | -1/+0 |
2006-01-06 | NFSv4: Allow user to set the port used by the NFSv4 callback channel | Trond Myklebust | 1 | -0/+11 |
2006-01-06 | NFSv4: Ensure DELEGRETURN returns attributes | Trond Myklebust | 1 | -0/+6 |
2006-01-06 | NFS: Make stat() return updated mtimes after a write() | Trond Myklebust | 1 | -0/+1 |
2006-01-06 | NFS: support large reads and writes on the wire | Chuck Lever | 3 | -24/+51 |
2006-01-06 | NFS: simplify inlined bit ops in nfs_page.h | Chuck Lever | 1 | -9/+3 |
2006-01-06 | NFSv4: locking XDR cleanup | Trond Myklebust | 1 | -28/+24 |
2006-01-06 | NFSv4: Make open_confirm() asynchronous too | Trond Myklebust | 1 | -1/+1 |
2006-01-06 | NFSv4: stateful NFSv4 RPC call interface | Trond Myklebust | 1 | -2/+19 |
2006-01-06 | SUNRPC: Further cleanups | Trond Myklebust | 1 | -0/+1 |
2006-01-06 | RPC: Clean up RPC task structure | Trond Myklebust | 4 | -13/+24 |
2006-01-06 | SUNRPC: Yet more RPC cleanups | Trond Myklebust | 1 | -1/+2 |
2006-01-06 | identify multipage ->writepages() calls | Andrew Morton | 1 | -4/+5 |
2006-01-06 | Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 6 | -34/+69 |
2006-01-06 | [PATCH] Suspend support for libata | Jens Axboe | 3 | -0/+16 |
2006-01-06 | [PATCH] md: allow sync-speed to be controlled per-device | NeilBrown | 1 | -0/+4 |
2006-01-06 | [PATCH] md: count corrected read errors per drive | NeilBrown | 1 | -0/+4 |
2006-01-06 | [PATCH] md: allow array level to be set textually via sysfs | NeilBrown | 1 | -0/+1 |
2006-01-06 | [PATCH] md: make a couple of names in md.c static | NeilBrown | 1 | -2/+0 |
2006-01-06 | [PATCH] md: define and use safe_put_page for md | NeilBrown | 1 | -0/+5 |
2006-01-06 | [PATCH] md: remove personality numbering from md | NeilBrown | 2 | -55/+12 |
2006-01-06 | [PATCH] md: tidy up raid5/6 hash table code | NeilBrown | 1 | -2/+2 |
2006-01-06 | [PATCH] md: raid10 read-error handling - resync and read-only | NeilBrown | 1 | -0/+7 |
2006-01-06 | [PATCH] md: auto-correct correctable read errors in raid10 | NeilBrown | 1 | -0/+2 |
2006-01-06 | [PATCH] md: fix up some rdev rcu locking in raid5/6 | NeilBrown | 1 | -1/+0 |
2006-01-06 | [PATCH] md: handle errors when read-only | NeilBrown | 1 | -0/+7 |
2006-01-06 | [PATCH] md: attempt to auto-correct read errors in raid1 | NeilBrown | 1 | -0/+3 |
2006-01-06 | [PATCH] md: fix raid6 resync check/repair code | NeilBrown | 1 | -0/+2 |
2006-01-06 | [PATCH] md: write intent bitmap support for raid10 | NeilBrown | 1 | -1/+8 |
2006-01-06 | [PATCH] md: allow dirty raid[456] arrays to be started at boot | NeilBrown | 1 | -0/+1 |
2006-01-06 | [PATCH] md: improve raid10 "IO Barrier" concept | NeilBrown | 1 | -2/+2 |