| Commit message (Expand) | Author | Age | Files | Lines |
* | RPCSEC_GSS: Simplify rpcsec_gss crypto code | J. Bruce Fields | 2005-10-18 | 1 | -29/+77 |
* | RPCSEC_GSS: client-side privacy support | J. Bruce Fields | 2005-10-18 | 1 | -1/+148 |
* | RPCSEC_GSS: cleanup au_rslack calculation | J. Bruce Fields | 2005-10-18 | 2 | -15/+12 |
* | SUNRPC: Retry wrap in case of memory allocation failure. | J. Bruce Fields | 2005-10-18 | 1 | -3/+10 |
* | SUNRPC: Provide a callback to allow free pages allocated during xdr encoding | J. Bruce Fields | 2005-10-18 | 2 | -1/+7 |
* | SUNRPC: Add support for privacy to generic gss-api code. | J. Bruce Fields | 2005-10-18 | 2 | -0/+44 |
* | NFSv4: Fix acl buffer size | J. Bruce Fields | 2005-10-18 | 1 | -1/+1 |
* | NFSv4: handle no acl attr | J. Bruce Fields | 2005-10-18 | 1 | -1/+2 |
* | RPC: stops the release_pipe() funtion from being called twice | Steve Dickson | 2005-10-18 | 1 | -0/+2 |
* | NFSv4: Fix an oopsable condition in nfs_free_seqid | Trond Myklebust | 2005-10-18 | 2 | -9/+1 |
* | Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6 | Trond Myklebust | 2005-10-18 | 16 | -11/+101 |
|\ |
|
| * | [PATCH] vesafb: Fix display corruption on display blank | Antonino A. Daplas | 2005-10-18 | 1 | -3/+3 |
| * | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-10-18 | 4 | -8/+12 |
| |\ |
|
| | * | [ARM] 3021/1: Interrupt 0 bug fix for ixp4xx | Kenneth Tan | 2005-10-18 | 1 | -4/+5 |
| | * | [ARM] 3020/1: Fixes typo error CONFIG_CPU_IXP465, which should be CONFIG_CPU_... | Kenneth Tan | 2005-10-18 | 1 | -1/+1 |
| | * | [ARM] 3019/1: fix wrong comments | Nicolas Pitre | 2005-10-18 | 1 | -2/+2 |
| | * | [ARM] 3018/1: S3C2410 - check de-referenced device is really a platform device | Ben Dooks | 2005-10-18 | 1 | -1/+4 |
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2005-10-18 | 1 | -0/+2 |
| |\ \ |
|
| | * | | [SERIAL] Add SupraExpress 56i support | maximilian attems | 2005-10-15 | 1 | -0/+2 |
| * | | | Add some basic .gitignore files | Linus Torvalds | 2005-10-18 | 10 | -0/+84 |
| | |/
| |/| |
|
* | | | NFS: Fix rename of directory onto empty directory | Trond Myklebust | 2005-10-18 | 1 | -3/+5 |
* | | | Fix Connectathon locking test failure | Trond Myklebust | 2005-10-18 | 1 | -17/+25 |
* | | | NFSv4: Ensure that we recover from the OPEN + OPEN_CONFIRM BAD_STATEID race | Trond Myklebust | 2005-10-18 | 1 | -0/+10 |
* | | | NFSv4: If a delegated open fails, ensure that we return the delegation | Trond Myklebust | 2005-10-18 | 1 | -0/+2 |
* | | | NFSv4: Return delegations in case we're changing ACLs | Trond Myklebust | 2005-10-18 | 2 | -0/+6 |
* | | | NFSv4: Return delegation upon rename or removal of file. | Trond Myklebust | 2005-10-18 | 4 | -4/+20 |
* | | | VFS: Make link_path_walk set LOOKUP_CONTINUE before calling permission(). | Trond Myklebust | 2005-10-18 | 1 | -1/+1 |
* | | | [NFS]: Check that the server returns a valid regular file to our OPEN request | Trond Myklebust | 2005-10-18 | 2 | -1/+19 |
* | | | NFSv4: Eliminate nfsv4 open race... | Trond Myklebust | 2005-10-18 | 6 | -102/+74 |
* | | | VFS: Allow the filesystem to return a full file pointer on open intent | Trond Myklebust | 2005-10-18 | 4 | -27/+165 |
* | | | NFS: Fix up a race in the NFS implementation of GETLK | Trond Myklebust | 2005-10-18 | 1 | -9/+18 |
* | | | NFSv4: Fix up handling of open_to_lock sequence ids | Trond Myklebust | 2005-10-18 | 3 | -71/+49 |
* | | | NFSv4: Make NFS clean up byte range locks asynchronously | Trond Myklebust | 2005-10-18 | 5 | -59/+116 |
* | | | NFSv4: Add missing handling of OPEN_CONFIRM requests on CLAIM_DELEGATE_CUR. | Trond Myklebust | 2005-10-18 | 1 | -1/+12 |
* | | | NFSv4: Remove nfs4_client->cl_sem from close() path | Trond Myklebust | 2005-10-18 | 2 | -13/+1 |
* | | | NFSv4: Remove obsolete state_owner and lock_owner semaphores | Trond Myklebust | 2005-10-18 | 3 | -35/+4 |
* | | | NFSv4: Fix a potential CLOSE race | Trond Myklebust | 2005-10-18 | 4 | -45/+87 |
* | | | NFSv4: Add functions to order RPC calls | Trond Myklebust | 2005-10-18 | 5 | -83/+273 |
* | | | RPC: allow call_encode() to delay transmission of an RPC call. | Trond Myklebust | 2005-10-18 | 3 | -11/+21 |
* | | | SUNRPC: Retry rpcbind requests if the server's portmapper isn't up | Chuck Lever | 2005-10-18 | 1 | -1/+2 |
* | | | Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6 | Trond Myklebust | 2005-10-18 | 880 | -8913/+28899 |
|\ \ \
| |/ / |
|
| * | | [PATCH] kbuild: Eliminate build error when KALLSYMS not defined | Mark Rustad | 2005-10-17 | 1 | -1/+3 |
| * | | [PATCH] aio: revert lock_kiocb() | Zach Brown | 2005-10-17 | 2 | -26/+7 |
| * | | [PATCH] uniput - fix crash on SMP | Dmitry Torokhov | 2005-10-17 | 1 | -2/+2 |
| * | | [PATCH] Fix /proc/acpi/events around suspend | Pavel Machek | 2005-10-17 | 1 | -3/+2 |
| * | | [PATCH] n_r3964 mod_timer() fix | Stephan Brodkorb | 2005-10-17 | 1 | -4/+4 |
| * | | [PATCH] output of /proc/maps on nommu systems is incomplete | David McCullough | 2005-10-17 | 1 | -0/+1 |
| * | | [PATCH] rcu: keep rcu callback event counter | Eric Dumazet | 2005-10-17 | 2 | -0/+12 |
| * | | [PATCH] Fix and clean up quirk_intel_ide_combined() configuration | Jeff Garzik | 2005-10-17 | 2 | -2/+7 |
| * | | [PATCH] posix-timers: fix task accounting | Oleg Nesterov | 2005-10-17 | 1 | -0/+3 |