aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFS: get rid of useless kernel log messageChuck Lever2006-01-061-2/+1
* NFS: simplify inlined bit ops in nfs_page.hChuck Lever2006-01-061-9/+3
* 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/+19
* 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/+16
* 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/+179
* 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/+7
* SUNRPC: Get rid of some unused exportsTrond Myklebust2006-01-061-4/+0
* 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/+34
* NFS: Work correctly with single-page ->writepage() callsTrond Myklebust2006-01-061-11/+5
* 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/+1
| * [BLOCK] I/O barrier documentation updateTejun Heo2006-01-061-8/+2
| * [BLOCK] update IDE to use new blk_ordered for barriersTejun Heo2006-01-062-88/+54
| * [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/+0
| * [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/+20
| * [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
| * [BLOCK] bio: check for same page merge possibilities in __bio_add_page()Jens Axboe2006-01-061-2/+24
| * [BLOCK] ll_rw_blk: fastpath get_request()Jens Axboe2006-01-061-33/+37
| * [BLOCK] as-iosched: update alias handlingTejun Heo2006-01-061-119/+25
* | x86: remove bogus 'pci=usepirqmask' suggestion when no irq is definedLinus Torvalds2006-01-061-1/+1
* | [PATCH] Suspend support for libataJens Axboe2006-01-067-0/+181
* | [PATCH] md: allow sync-speed to be controlled per-deviceNeilBrown2006-01-063-5/+131
* | [PATCH] md: support adding new devices to md arrays via sysfsNeilBrown2006-01-062-0/+68
* | [PATCH] md: allow available size of component devices to be set via sysfsNeilBrown2006-01-062-0/+32
* | [PATCH] md-export-rdev-data_offset-via-sysfs-fixAndrew Morton2006-01-061-1/+1