summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFS: Clean up weak cache consistency codeTrond Myklebust2006-01-061-20/+40
* NFSv4: Ensure DELEGRETURN returns attributesTrond Myklebust2006-01-064-17/+41
* NFSv4: Ensure change attribute returned by GETATTR callback conforms to specTrond Myklebust2006-01-063-1/+5
* SUNRPC: Fix a potential race in rpc_pipefs.Trond Myklebust2006-01-061-3/+6
* NFS: Make directIO aware of compound pages...Trond Myklebust2006-01-061-3/+4
* NFS: Make stat() return updated mtimes after a write()Trond Myklebust2006-01-063-11/+15
* NFSv4: Ensure that we return the delegation on the target of a rename too.Trond Myklebust2006-01-061-1/+3
* NFS: support large reads and writes on the wireChuck Lever2006-01-068-53/+91
* NFS: make "inode number mismatch" message more usefulChuck Lever2006-01-061-8/+9
* NFS: get rid of useless kernel log messageChuck Lever2006-01-061-2/+1Star
* NFS: simplify inlined bit ops in nfs_page.hChuck Lever2006-01-061-9/+3Star
* NFS: Fix error recovery code in fs/nfs/inode.c:__init_nfs()Chuck Lever2006-01-061-2/+2
* NFS: use generic_write_checks() to sanity check direct writesChuck Lever2006-01-061-24/+19Star
* NFSv4: Remove requirement for machine creds for the "setclientid" operationTrond Myklebust2006-01-064-49/+52
* NFSv4: Remove requirement for machine creds for the "renew" operationTrond Myklebust2006-01-064-25/+41
* NFSv4: Send RENEW requests to the server only when we're holding stateTrond Myklebust2006-01-065-2/+75
* NFS: Convert instances of kernel_thread() to kthread()Trond Myklebust2006-01-061-30/+16Star
* NFSv4: State recovery cleanupTrond Myklebust2006-01-063-25/+28
* NFSv4: OPEN/LOCK/LOCKU/CLOSE will automatically renew the NFSv4 leaseTrond Myklebust2006-01-061-3/+31
* SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.Trond Myklebust2006-01-062-4/+4
* NFSv4: Make DELEGRETURN an interruptible operation.Trond Myklebust2006-01-061-8/+60
* NFSv4: Convert LOCK rpc call into an asynchronous RPC callTrond Myklebust2006-01-062-75/+175
* NFSv4: locking XDR cleanupTrond Myklebust2006-01-063-196/+179Star
* NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctlyTrond Myklebust2006-01-062-131/+156
* NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separatelyTrond Myklebust2006-01-063-28/+42
* NFSv4: Make open_confirm() asynchronous tooTrond Myklebust2006-01-063-29/+81
* NFSv4: Convert open() into an asynchronous RPC callTrond Myklebust2006-01-062-66/+130
* SUNRPC: rpc_execute should not return task->tk_status;Trond Myklebust2006-01-062-8/+7Star
* SUNRPC: Get rid of some unused exportsTrond Myklebust2006-01-061-4/+0Star
* NFSv4: Allocate OPEN call RPC arguments using kmalloc()Trond Myklebust2006-01-061-96/+117
* NFSv4: Make locku use the new RPC "wait on completion" interface.Trond Myklebust2006-01-061-29/+36
* NFSv4: stateful NFSv4 RPC call interfaceTrond Myklebust2006-01-063-22/+78
* SUNRPC: Further cleanupsTrond Myklebust2006-01-064-18/+27
* RPC: Clean up RPC task structureTrond Myklebust2006-01-0618-185/+241
* SUNRPC: Yet more RPC cleanupsTrond Myklebust2006-01-064-40/+34Star
* NFS: Work correctly with single-page ->writepage() callsTrond Myklebust2006-01-061-11/+5Star
* identify multipage ->writepages() callsAndrew Morton2006-01-062-6/+13
* Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-01-0650-644/+695
|\
| * [SCSI] scsi_end_async() needs to take an uptodate parameterJens Axboe2006-01-061-1/+1
| * [BLOCK] Correct blk_execute_rq_nowait() prototypeJens Axboe2006-01-061-2/+1Star
| * [BLOCK] I/O barrier documentation updateTejun Heo2006-01-061-8/+2Star
| * [BLOCK] update IDE to use new blk_ordered for barriersTejun Heo2006-01-062-88/+54Star
| * [BLOCK] add FUA support to libataTejun Heo2006-01-065-15/+61
| * [BLOCK] update libata to use new blk_ordered for barriersTejun Heo2006-01-0613-13/+0Star
| * [BLOCK] scsi: add FUA support to sdTejun Heo2006-01-061-3/+26
| * [BLOCK] update SCSI to use new blk_ordered for barriersTejun Heo2006-01-065-95/+20Star
| * [BLOCK] reimplement handling of barrier requestTejun Heo2006-01-064-192/+359
| * [BLOCK] ll_rw_blk: separate out bio init part from __make_requestTejun Heo2006-01-061-29/+33
| * [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo2006-01-0621-34/+42
| * [BLOCK] mark some block/ variables consArjan van de Ven2006-01-064-14/+14