| Commit message (Expand) | Author | Age | Files | Lines |
* | rpc: move process_xdr_buf | Olga Kornievskaia | 2006-12-06 | 3 | -69/+74 |
* | rpc: gss: fix a kmap_atomic race in krb5 code | J. Bruce Fields | 2006-12-06 | 1 | -2/+2 |
* | rpc: gss: eliminate print_hexl()'s | J. Bruce Fields | 2006-12-06 | 6 | -66/+2 |
* | SUNRPC: another pmap wakeup fix | Chuck Lever | 2006-12-06 | 1 | -5/+6 |
* | NFS: Clean up calls to mark_inode_dirty() part 2 | Trond Myklebust | 2006-12-06 | 1 | -2/+2 |
* | NFS: Fix up writeback_control->nr_to_write accounting | Trond Myklebust | 2006-12-06 | 1 | -9/+1 |
* | NFS: Fix up the dirty page accounting | Trond Myklebust | 2006-12-06 | 2 | -2/+0 |
* | NFS: Ensure the inode is marked as dirty if we break out of nfs_wb_all() | Trond Myklebust | 2006-12-06 | 1 | -0/+3 |
* | NFS: Fix nfs_release_page | Trond Myklebust | 2006-12-06 | 1 | -6/+7 |
* | NFS: Ensure we only call set_page_writeback() under the page lock | Trond Myklebust | 2006-12-06 | 3 | -15/+30 |
* | NFS: Make nfs_updatepage() mark the page as dirty. | Trond Myklebust | 2006-12-06 | 2 | -17/+57 |
* | NFS: Ensure that nfs_wb_page() calls writepage when necessary. | Trond Myklebust | 2006-12-06 | 2 | -4/+31 |
* | NFS: Add nfs_set_page_dirty() | Trond Myklebust | 2006-12-06 | 4 | -14/+39 |
* | NFS: Remove nfs_writepage_sync() | Trond Myklebust | 2006-12-06 | 6 | -258/+10 |
* | NFS: More cleanups of fs/nfs/write.c | Trond Myklebust | 2006-12-06 | 1 | -44/+24 |
* | NFS: Remove call to igrab() from nfs_writepage() | Trond Myklebust | 2006-12-06 | 1 | -15/+1 |
* | NFS: Cleanup: add common helper nfs_page_length() | Trond Myklebust | 2006-12-06 | 3 | -63/+31 |
* | NFS: Store pointer to the nfs_page in page->private | Trond Myklebust | 2006-12-06 | 1 | -33/+33 |
* | NFS: cleanup of nfs_sync_inode_wait() | Trond Myklebust | 2006-12-06 | 4 | -39/+92 |
* | NFS: Clean up nfs_scan_dirty() | Trond Myklebust | 2006-12-06 | 4 | -66/+71 |
* | NFS: Clean up nfs_flush_inode() | Trond Myklebust | 2006-12-06 | 1 | -10/+10 |
* | SUNRPC: Make the transport-specific setup routine allocate rpc_xprt | Chuck Lever | 2006-12-06 | 3 | -47/+61 |
* | SUNRPC: minor optimization of "xid" field in rpc_xprt | Chuck Lever | 2006-12-06 | 1 | -6/+1 |
* | SUNRPC: Clean up xs_send_pages() | Trond Myklebust | 2006-12-06 | 1 | -75/+65 |
* | SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overruns | Trond Myklebust | 2006-12-06 | 1 | -33/+26 |
* | SUNRPC: Add __(read|write)_bytes_from_xdr_buf | Trond Myklebust | 2006-12-06 | 1 | -29/+37 |
* | SUNRPC: Clean up argument types in xdr.c | Trond Myklebust | 2006-12-06 | 2 | -49/+49 |
* | NFS: Remove use of the Big Kernel Lock around nfs calls to readlink | Frank Filz | 2006-12-06 | 1 | -2/+0 |
* | NFS: Remove use of the Big Kernel Lock around calls to rpc_call_sync | Frank Filz | 2006-12-06 | 3 | -8/+0 |
* | NFS: Remove use of the Big Kernel Lock around calls to rpc_execute. | Frank Filz | 2006-12-06 | 3 | -10/+0 |
* | SUNRPC: Remove BKL around the RPC socket operations etc. | Trond Myklebust | 2006-12-06 | 2 | -5/+11 |
* | SUNRPC: Fix up missing BKL in asynchronous RPC callback functions | Trond Myklebust | 2006-12-06 | 3 | -6/+13 |
* | SUNRPC: Give cloned RPC clients their own rpc_pipefs directory | Trond Myklebust | 2006-12-06 | 2 | -10/+14 |
* | SUNRPC: Handle the cases where rpc_alloc_iostats() fails | Trond Myklebust | 2006-12-06 | 1 | -1/+10 |
* | NFS: Fix nfs_sync_inode_wait(FLUSH_INVALIDATE) | Trond Myklebust | 2006-12-06 | 1 | -2/+4 |
* | NFS: Fix missing page_unlock() in nfs_readpage | Trond Myklebust | 2006-12-06 | 1 | -4/+6 |
* | NFS: Fix asynchronous read error handling | Trond Myklebust | 2006-12-06 | 1 | -71/+69 |
* | NFS Exclusive open not supported bug | Andy Ryan | 2006-12-06 | 1 | -1/+1 |
* | SUNRPC: Fix a potential race in rpc_wake_up_task() | Trond Myklebust | 2006-12-06 | 5 | -20/+47 |
* | Fix a second potential rpc_wakeup race... | Trond Myklebust | 2006-12-06 | 6 | -57/+65 |
* | Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race condition | Christophe Saout | 2006-12-06 | 1 | -4/+6 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2006-12-06 | 83 | -1126/+4760 |
|\ |
|
| * | [SCSI] aic79xx: Add ASC-29320LPE ids to driver | Salyzyn, Mark | 2006-12-05 | 3 | -1/+9 |
| * | [SCSI] stex: version update | Ed Lin | 2006-12-05 | 1 | -4/+2 |
| * | [SCSI] stex: change wait loop code | Ed Lin | 2006-12-05 | 1 | -21/+20 |
| * | [SCSI] stex: add new device type support | Ed Lin | 2006-12-05 | 1 | -7/+21 |
| * | [SCSI] stex: update device id info | Ed Lin | 2006-12-05 | 2 | -11/+33 |
| * | [SCSI] stex: adjust default queue length | Ed Lin | 2006-12-05 | 1 | -1/+10 |
| * | [SCSI] stex: add value check in hard reset routine | Ed Lin | 2006-12-05 | 1 | -1/+1 |
| * | [SCSI] stex: fix controller_info command handling | Ed Lin | 2006-12-05 | 1 | -0/+1 |