summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFS: Ensure that nfs_wb_page() calls writepage when necessary.Trond Myklebust2006-12-062-4/+31
* NFS: Add nfs_set_page_dirty()Trond Myklebust2006-12-064-14/+39
* NFS: Remove nfs_writepage_sync()Trond Myklebust2006-12-066-258/+10
* NFS: More cleanups of fs/nfs/write.cTrond Myklebust2006-12-061-44/+24
* NFS: Remove call to igrab() from nfs_writepage()Trond Myklebust2006-12-061-15/+1
* NFS: Cleanup: add common helper nfs_page_length()Trond Myklebust2006-12-063-63/+31
* NFS: Store pointer to the nfs_page in page->privateTrond Myklebust2006-12-061-33/+33
* NFS: cleanup of nfs_sync_inode_wait()Trond Myklebust2006-12-064-39/+92
* NFS: Clean up nfs_scan_dirty()Trond Myklebust2006-12-064-66/+71
* NFS: Clean up nfs_flush_inode()Trond Myklebust2006-12-061-10/+10
* SUNRPC: Make the transport-specific setup routine allocate rpc_xprtChuck Lever2006-12-063-47/+61
* SUNRPC: minor optimization of "xid" field in rpc_xprtChuck Lever2006-12-061-6/+1
* SUNRPC: Clean up xs_send_pages()Trond Myklebust2006-12-061-75/+65
* SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overrunsTrond Myklebust2006-12-061-33/+26
* SUNRPC: Add __(read|write)_bytes_from_xdr_bufTrond Myklebust2006-12-061-29/+37
* SUNRPC: Clean up argument types in xdr.cTrond Myklebust2006-12-062-49/+49
* NFS: Remove use of the Big Kernel Lock around nfs calls to readlinkFrank Filz2006-12-061-2/+0
* NFS: Remove use of the Big Kernel Lock around calls to rpc_call_syncFrank Filz2006-12-063-8/+0
* NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz2006-12-063-10/+0
* SUNRPC: Remove BKL around the RPC socket operations etc.Trond Myklebust2006-12-062-5/+11
* SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust2006-12-063-6/+13
* SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust2006-12-062-10/+14
* SUNRPC: Handle the cases where rpc_alloc_iostats() failsTrond Myklebust2006-12-061-1/+10
* NFS: Fix nfs_sync_inode_wait(FLUSH_INVALIDATE)Trond Myklebust2006-12-061-2/+4
* NFS: Fix missing page_unlock() in nfs_readpageTrond Myklebust2006-12-061-4/+6
* NFS: Fix asynchronous read error handlingTrond Myklebust2006-12-061-71/+69
* NFS Exclusive open not supported bugAndy Ryan2006-12-061-1/+1
* SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust2006-12-065-20/+47
* Fix a second potential rpc_wakeup race...Trond Myklebust2006-12-066-57/+65
* Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race conditionChristophe Saout2006-12-061-4/+6
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-12-0583-1126/+4760
|\
| * [SCSI] aic79xx: Add ASC-29320LPE ids to driverSalyzyn, Mark2006-12-053-1/+9
| * [SCSI] stex: version updateEd Lin2006-12-051-4/+2
| * [SCSI] stex: change wait loop codeEd Lin2006-12-051-21/+20
| * [SCSI] stex: add new device type supportEd Lin2006-12-051-7/+21
| * [SCSI] stex: update device id infoEd Lin2006-12-052-11/+33
| * [SCSI] stex: adjust default queue lengthEd Lin2006-12-051-1/+10
| * [SCSI] stex: add value check in hard reset routineEd Lin2006-12-051-1/+1
| * [SCSI] stex: fix controller_info command handlingEd Lin2006-12-051-0/+1
| * [SCSI] stex: fix biosparam calculationEd Lin2006-12-051-3/+3
| * [SCSI] megaraid: fix MMIO castsJeff Garzik2006-12-052-6/+10
| * [SCSI] tgt: fix undefined flush_dcache_page() problemakpm@osdl.org2006-12-051-0/+2
| * [SCSI] libsas: better error handling in sas_expander.cJames Bottomley2006-12-031-12/+24
| * [SCSI] lpfc 8.1.11 : Change version number to 8.1.11James Smart2006-12-031-1/+1
| * [SCSI] lpfc 8.1.11 : Misc FixesJames Smart2006-12-034-3/+35
| * [SCSI] lpfc 8.1.11 : Add soft_wwnn sysfs attribute, rename soft_wwn_enableJames Smart2006-12-034-11/+80
| * [SCSI] lpfc 8.1.11 : Removed decoding of PCI Subsystem IdJames Smart2006-12-032-84/+35
| * [SCSI] lpfc 8.1.11 : Add MSI (Message Signalled Interrupts) supportJames Smart2006-12-033-0/+22
| * [SCSI] lpfc 8.1.11 : Adjust LOG_FCP loggingJames Smart2006-12-033-15/+24
| * [SCSI] lpfc 8.1.11 : Fix Memory leaksJames Smart2006-12-034-7/+41