pandora-kernel.git
2008-01-30 Chuck LeverNFS: Verify IPv6 addresses properly
2008-01-30 Chuck LeverNFS: Add support for AF_INET6 addresses in nfs_compare_...
2008-01-30 Chuck LeverNFS: Address a couple of nits in nfs_follow_referral()
2008-01-30 Chuck LeverNFS: Move dprintks from callback.c to callback_proc.c
2008-01-30 Chuck LeverNFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)
2008-01-30 Chuck LeverNFS: Enable NFS client to generate CLIENTID strings...
2008-01-30 Chuck LeverNFS: Increase size of cl_ipaddr field to hold IPv6...
2008-01-30 Chuck LeverNFS: Ensure NFSv4 SETCLIENTID send buffer is large...
2008-01-30 Chuck LeverSUNRPC: Move universal address definitions to global...
2008-01-30 Chuck LeverSUNRPC: RPC version numbers are u32
2008-01-30 Chuck LeverSUNRPC: Fix socket address handling in rpcb_clnt
2008-01-30 Chuck LeverSUNRPC: rpc_create() default hostname should support...
2008-01-30 Trond MyklebustNFS: Remove the redundant nfs_client->cl_nfsversion
2008-01-30 Trond MyklebustNFS: Clean up the nfs_find_client function.
2008-01-30 Trond MyklebustNFS: Clean up the nfs_client initialisation
2008-01-30 Trond MyklebustNFS: define a function to update nfsi->cache_change_att...
2008-01-30 Chuck LeverNFS: Remove an unneeded check in decode_compound_header...
2008-01-30 Chuck LeverNFS: Clean up address comparison in __nfs_find_client()
2008-01-30 Chuck LeverNFS: Clean up: copy hostname with kstrndup during mount...
2008-01-30 Chuck LeverNFS: Remove support for the 'mountprog' option
2008-01-30 Chuck LeverNFS: Remove support for the 'nfsprog' option
2008-01-30 Chuck LeverNFS: Ensure that NFS version 4 mounts use NFS_PORT...
2008-01-30 Chuck LeverNFS: Prevent nfs_getattr() hang during heavy write...
2008-01-30 Chuck LeverNFS: Change sign of some loop indices in nfs4xdr.c
2008-01-30 Chuck LeverNFS: Use unsigned intermediates for manipulating header...
2008-01-30 Chuck LeverNFS: Use unsigned intermediates for manipulating header...
2008-01-30 Chuck LeverNFS: Use unsigned intermediates for manipulating header...
2008-01-30 Chuck LeverNFS: Ensure nfs_wcc_update_inode always converts file...
2008-01-30 Chuck LeverSUNRPC: Remove an unneeded implicit type cast when...
2008-01-30 Chuck LeverSUNRPC: temp var should match return type of xdr_skb_re...
2008-01-30 Chuck LeverSUNRPC: Check a return result
2008-01-30 Chuck LeverSUNRPC: Fix an unnecessary implicit type cast in rpcrdm...
2008-01-30 Chuck LeverSUNRPC: Prevent mixed sign comparisons in rpcrdma_conve...
2008-01-30 Trond MyklebustSUNRPC: Remove the obsolete RPC_WAITQ macro
2008-01-30 Trond MyklebustSUNRPC: Cleanup to remove the last users of the RPC_WAI...
2008-01-30 Trond MyklebustSUNRPC: Unexport rpc_init_task() and rpc_execute()
2008-01-30 Trond MyklebustNFS/SUNRPC: Convert users of rpc_init_task+rpc_execute...
2008-01-30 Trond MyklebustSUNRPC: allow the caller of rpc_run_task to preallocate...
2008-01-30 Trond MyklebustSUNRPC: Remove the now unused function rpc_call_setup()
2008-01-30 Trond MyklebustNFS/SUNRPC: Convert all users of rpc_call_setup()
2008-01-30 Trond MyklebustNFS: Clean up the (commit|read|write)_setup() callback...
2008-01-30 Trond MyklebustSUNRPC: Allow rpc_init_task() to initialise the rpc_tas...
2008-01-30 Trond MyklebustSUNRPC: Add a helper rpc_call_start() that initialises...
2008-01-30 Trond MyklebustSUNRPC: Mask signals across the call to rpc_call_setup...
2008-01-30 Trond MyklebustSUNRPC: Clean up the initialisation of priority queue...
2008-01-30 Trond MyklebustSUNRPC: Clean up rpc_run_task
2008-01-30 Trond MyklebustSUNRPC: Cleanup of rpc_task initialisation
2008-01-30 Trond MyklebustSUNRPC: Restrict sunrpc client exports
2008-01-30 Trond MyklebustSUNRPC: Move exported declarations to the function...
2008-01-30 J. Bruce Fieldssunrpc: document the rpc_pipefs kernel api
2008-01-30 Trond MyklebustSUNRPC: Reconnect immediately whenever the server isn...
2008-01-30 Trond MyklebustSUNRPC: Rename xprt_disconnect()
2008-01-30 Trond MyklebustSUNRPC: Make call_status()/call_decode() call xprt_forc...
2008-01-30 Trond MyklebustSUNRPC: xprt_autoclose() should not call xprt_disconnect()
2008-01-30 Trond MyklebustSUNRPC: Use shutdown() instead of close() when disconne...
2008-01-30 Trond MyklebustSUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is...
2008-01-30 Trond MyklebustSUNRPC: Allow the client to detect if the TCP connectio...
2008-01-30 Trond MyklebustSUNRPC: Fix TCP rebinding logic
2008-01-30 Trond MyklebustSUNRPC: Fix a race in xs_tcp_state_change()
2008-01-30 Steve DicksonNFS: Stop sillyname renames and unmounts from racing
2008-01-30 Trond MyklebustNFSv4: Clean up the OPEN/CLOSE serialisation code
2008-01-30 Trond MyklebustNFS: Clean up the write request locking.
2008-01-30 Trond MyklebustNFS: Optimise nfs_vm_page_mkwrite()
2008-01-30 Trond MyklebustNFS: Ensure that we eject stale inodes as soon as possible
2008-01-30 Trond MyklebustNFS: Handle -ENOENT errors in unlink()/rmdir()/rename()
2008-01-30 Trond MyklebustNFS: Sillyrename: in the case of a race, check aliases...
2008-01-30 Trond MyklebustNFS: Fix a sillyrename race...
2008-01-29 Linus TorvaldsMostly revert "e1000/e1000e: Move PCI-Express device...
2008-01-29 Jens Axboesplice: fix problem with atime not being updated
2008-01-29 Jan Engelhardtblock: constify function pointer tables
2008-01-29 Jens Axboecciss: fix bug in overriding ->data_len before completion
2008-01-29 Martin K. PetersenExpose hardware sector size
2008-01-29 Martin K. PetersenFix blktrace compile warning
2008-01-29 Jens Axboeblock: fix warning on compile with CONFIG_BLOCK
2008-01-29 Jens Axboeblock: ll_rw_blk.c split, add blk-merge.c
2008-01-29 Jens Axboeblock: remove dated (and wrong) comment in blk-core.c
2008-01-29 Jens Axboeblock: get rid of unnecessary forward declarations...
2008-01-29 Jens Axboeblock: continue ll_rw_blk.c splitup
2008-01-29 Jens Axboeblock: split tag and sysfs handling from blk-core.c
2008-01-29 Jens Axboeblock: first step of splitting ll_rw_blk, rename it
2008-01-29 Jens Axboexsysace: end request handling fix
2008-01-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6.25
2008-01-29 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2008-01-29 Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild
2008-01-29 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2008-01-29 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2008-01-29 Dmitri Vorobiev[MIPS] remove Documentation/mips/GT64120.README
2008-01-29 Dmitri Vorobiev[MIPS] Malta: remaining bits of the board support code...
2008-01-29 Dmitri Vorobiev[MIPS] Malta: make the helper function static
2008-01-29 Dmitri Vorobiev[MIPS] Malta: fix braces at single statement blocks
2008-01-29 Dmitri Vorobiev[MIPS] Malta, Atlas: move an extern function declaratio...
2008-01-29 Dmitri Vorobiev[MIPS] Malta: Use C89 style for comments
2008-01-29 Dmitri Vorobiev[MIPS] Malta: else should follow close brace in malta_int.c
2008-01-29 Dmitri Vorobiev[MIPS] Malta: remove a superfluous comment
2008-01-29 Dmitri Vorobiev[MIPS] Malta: include <linux/cpu.h> instead of <asm...
2008-01-29 Dmitri Vorobiev[MIPS] Malta, Atlas, Sead: remove an extern from .c...
2008-01-29 Dmitri Vorobiev[MIPS] Malta: fix oversized lines in malta_int.c
2008-01-29 Dmitri Vorobiev[MIPS] Malta: remove a dead function declaration
2008-01-29 Dmitri Vorobiev[MIPS] Malta: use tabs not spaces
2008-01-29 Dmitri Vorobiev[MIPS] Malta: set up the screen info in a separate...
next