| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] sanitize unshare_files/reset_files_struct | Al Viro | 2008-04-25 | 2 | -4/+2 |
* | [PATCH] restore sane ->umount_begin() API | Al Viro | 2008-04-25 | 1 | -1/+1 |
* | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-04-24 | 10 | -50/+72 |
|\ |
|
| * | Merge branch 'devel' | Trond Myklebust | 2008-04-24 | 10 | -50/+72 |
| |\ |
|
| | * | make nfs_automount_list static | Adrian Bunk | 2008-04-19 | 1 | -1/+0 |
| | * | SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests | Trond Myklebust | 2008-04-19 | 1 | -0/+8 |
| | * | NFSv4: Reintroduce machine creds | Trond Myklebust | 2008-04-19 | 3 | -0/+5 |
| | * | NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() | Trond Myklebust | 2008-04-19 | 1 | -2/+0 |
| | * | NLM/lockd: Add a reference counter to struct nlm_rqst | Trond Myklebust | 2008-04-19 | 1 | -0/+1 |
| | * | NFSv4: Only increment the sequence id if the server saw it | Trond Myklebust | 2008-04-19 | 1 | -2/+8 |
| | * | NFS: Ensure that the write code cleans up properly when rpc_run_task() fails | Trond Myklebust | 2008-04-19 | 1 | -2/+2 |
| | * | SUNRPC: Fix up xprt_write_space() | Trond Myklebust | 2008-04-19 | 1 | -1/+1 |
| | * | lockd: introduce new function to encode private argument in SM_MON requests | Chuck Lever | 2008-03-19 | 1 | -0/+1 |
| | * | lockd: bring a few function declarations up to date | Chuck Lever | 2008-03-19 | 1 | -6/+5 |
| | * | NLM: NLM protocol version numbers are u32 | Chuck Lever | 2008-03-19 | 1 | -2/+4 |
| | * | NFS: Save the values of the "mount*=" mount options | Chuck Lever | 2008-03-19 | 1 | -0/+7 |
| | * | NFS: Save the value of the "port=" mount option | Chuck Lever | 2008-03-19 | 1 | -0/+1 |
| | * | Merge branch 'hotfixes' into devel | Trond Myklebust | 2008-03-19 | 21 | -200/+155 |
| | |\ |
|
| | * | | SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task | Trond Myklebust | 2008-03-14 | 1 | -0/+2 |
| | * | | SUNRPC: Add a generic RPC credential | Trond Myklebust | 2008-03-14 | 1 | -0/+3 |
| | * | | SUNRPC: Clean up rpcauth_bindcred() | Trond Myklebust | 2008-03-14 | 1 | -3/+1 |
| | * | | SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS | Trond Myklebust | 2008-03-14 | 1 | -2/+2 |
| | * | | SUNRPC: Fix a bug in rpcauth_lookup_credcache() | Trond Myklebust | 2008-03-14 | 1 | -2/+2 |
| | * | | Merge commit 'origin' into devel | Trond Myklebust | 2008-03-08 | 38 | -96/+341 |
| | |\ \ |
|
| | * \ \ | Merge branch 'cleanups' into next | Trond Myklebust | 2008-02-28 | 1 | -4/+5 |
| | |\ \ \ |
|
| | | * | | | SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async | Trond Myklebust | 2008-02-14 | 1 | -4/+5 |
| | * | | | | SUNRPC: Remove now-redundant RCU-safe rpc_task free path | Trond Myklebust | 2008-02-28 | 1 | -2/+0 |
| | * | | | | SUNRPC: Eliminate the now-redundant rpc_start_wakeup() | Trond Myklebust | 2008-02-28 | 1 | -11/+1 |
| | * | | | | SUNRPC: Switch tasks to using the rpc_waitqueue's timer function | Trond Myklebust | 2008-02-28 | 1 | -8/+1 |
| | * | | | | SUNRPC: Add a timer function to wait queues. | Trond Myklebust | 2008-02-28 | 1 | -0/+9 |
| | * | | | | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues | Trond Myklebust | 2008-02-28 | 1 | -0/+1 |
| | * | | | | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs | Trond Myklebust | 2008-02-25 | 1 | -3/+1 |
| | * | | | | SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task | Trond Myklebust | 2008-02-25 | 1 | -1/+0 |
| | * | | | | SUNRPC: Add a new helper rpc_wake_up_queued_task() | Trond Myklebust | 2008-02-25 | 1 | -1/+3 |
| | * | | | | SUNRPC: Allow the rpc_release() callback to be run on another workqueue | Trond Myklebust | 2008-02-25 | 1 | -0/+1 |
* | | | | | | Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-04-24 | 10 | -19/+19 |
|\ \ \ \ \ \ |
|
| * | | | | | | SUNRPC: Update RPC server's TCP record marker decoder | Chuck Lever | 2008-04-23 | 1 | -2/+2 |
| * | | | | | | Use a zero sized array for raw field in struct fid | Steven Whitehouse | 2008-04-23 | 1 | -1/+1 |
| * | | | | | | SUNRPC: remove svc_create_thread() | Jeff Layton | 2008-04-23 | 1 | -1/+0 |
| * | | | | | | NFSD: Strip __KERNEL__ testing from unexported header files. | Robert P. J. Day | 2008-04-23 | 3 | -7/+2 |
| * | | | | | | gss_krb5: consistently use unsigned for seqnum | Kevin Coffman | 2008-04-23 | 1 | -2/+2 |
| * | | | | | | Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependent | Kevin Coffman | 2008-04-23 | 1 | -2/+0 |
| * | | | | | | nfsd: fix sparse warnings | Harvey Harrison | 2008-04-23 | 1 | -0/+8 |
| * | | | | | | svcrpc: move unused field from cache_deferred_req | J. Bruce Fields | 2008-04-23 | 1 | -1/+0 |
| * | | | | | | nfs: remove unnecessary NFS_NEED_* defines | J. Bruce Fields | 2008-04-23 | 1 | -1/+1 |
| * | | | | | | IPv6 support for NFS server export caches | Aurélien Charbon | 2008-04-23 | 1 | -2/+3 |
| |/ / / / / |
|
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb | Linus Torvalds | 2008-04-24 | 4 | -7/+54 |
|\ \ \ \ \ \ |
|
| * | | | | | | V4L/DVB (7620): Adding support for a new i2c bridge type | Steven Toth | 2008-04-24 | 1 | -0/+1 |
| * | | | | | | V4L/DVB (7453): v4l2-api: Define a standard control for color killer function... | Frej Drejhammar | 2008-04-24 | 1 | -1/+2 |
| * | | | | | | V4L/DVB (7450): v4l2-api: Define a standard control for chroma AGC | Frej Drejhammar | 2008-04-24 | 1 | -1/+3 |