aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFS/SUNRPC: Convert all users of rpc_call_setup()Trond Myklebust2008-01-303-107/+79
* NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust2008-01-307-143/+113
* SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msgTrond Myklebust2008-01-302-7/+15
* SUNRPC: Add a helper rpc_call_start() that initialises task->tk_actionTrond Myklebust2008-01-302-1/+8
* SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_taskTrond Myklebust2008-01-302-6/+10
* SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust2008-01-305-42/+29
* SUNRPC: Clean up rpc_run_taskTrond Myklebust2008-01-305-38/+67
* SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust2008-01-307-58/+117
* SUNRPC: Restrict sunrpc client exportsTrond Myklebust2008-01-306-44/+44
* SUNRPC: Move exported declarations to the function declarationsTrond Myklebust2008-01-309-67/+55
* sunrpc: document the rpc_pipefs kernel apiJ. Bruce Fields2008-01-301-1/+51
* SUNRPC: Reconnect immediately whenever the server isn't refusing it.Trond Myklebust2008-01-301-1/+9
* SUNRPC: Rename xprt_disconnect()Trond Myklebust2008-01-304-8/+8
* SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect()Trond Myklebust2008-01-302-3/+3
* SUNRPC: xprt_autoclose() should not call xprt_disconnect()Trond Myklebust2008-01-302-3/+1
* SUNRPC: Use shutdown() instead of close() when disconnecting a TCP socketTrond Myklebust2008-01-301-7/+34
* SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writesTrond Myklebust2008-01-301-0/+2
* SUNRPC: Allow the client to detect if the TCP connection is closedTrond Myklebust2008-01-302-3/+22
* SUNRPC: Fix TCP rebinding logicTrond Myklebust2008-01-301-21/+38
* SUNRPC: Fix a race in xs_tcp_state_change()Trond Myklebust2008-01-303-4/+22
* NFS: Stop sillyname renames and unmounts from racingSteve Dickson2008-01-305-0/+39
* NFSv4: Clean up the OPEN/CLOSE serialisation codeTrond Myklebust2008-01-302-35/+27
* NFS: Clean up the write request locking.Trond Myklebust2008-01-303-26/+16
* NFS: Optimise nfs_vm_page_mkwrite()Trond Myklebust2008-01-301-22/+14
* NFS: Ensure that we eject stale inodes as soon as possibleTrond Myklebust2008-01-301-0/+4
* NFS: Handle -ENOENT errors in unlink()/rmdir()/rename()Trond Myklebust2008-01-301-2/+13
* NFS: Sillyrename: in the case of a race, check aliases are really positiveTrond Myklebust2008-01-301-1/+3
* NFS: Fix a sillyrename race...Trond Myklebust2008-01-302-7/+6
* Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e"Linus Torvalds2008-01-302-1/+28
* splice: fix problem with atime not being updatedJens Axboe2008-01-291-8/+7
* block: constify function pointer tablesJan Engelhardt2008-01-291-2/+2
* cciss: fix bug in overriding ->data_len before completionJens Axboe2008-01-291-1/+0
* Expose hardware sector sizeMartin K. Petersen2008-01-291-0/+11
* Fix blktrace compile warningMartin K. Petersen2008-01-291-3/+3
* block: fix warning on compile with CONFIG_BLOCKJens Axboe2008-01-291-0/+1
* block: ll_rw_blk.c split, add blk-merge.cJens Axboe2008-01-294-481/+495
* block: remove dated (and wrong) comment in blk-core.cJens Axboe2008-01-291-5/+0
* block: get rid of unnecessary forward declarations in blk-core.cJens Axboe2008-01-291-32/+30
* block: continue ll_rw_blk.c splitupJens Axboe2008-01-298-1249/+1312
* block: split tag and sysfs handling from blk-core.cJens Axboe2008-01-295-710/+735
* block: first step of splitting ll_rw_blk, rename itJens Axboe2008-01-292-1/+1
* xsysace: end request handling fixJens Axboe2008-01-291-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds2008-01-291113-55518/+139990
|\
| * [IPV6] ADDRLABEL: Fix double free on label deletion.YOSHIFUJI Hideaki2008-01-281-8/+6
| * [PPP]: Sparse warning fixes.Stephen Hemminger2008-01-285-6/+8
| * [IPV4] fib_trie: remove unneeded NULL checkStephen Hemminger2008-01-281-3/+0
| * [IPV4] fib_trie: More whitespace cleanup.Stephen Hemminger2008-01-281-6/+0
| * [NET_SCHED]: Use nla_policy for attribute validation in ematchesPatrick McHardy2008-01-282-8/+12
| * [NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy2008-01-287-33/+51
| * [NET_SCHED]: Use nla_policy for attribute validation in classifiersPatrick McHardy2008-01-286-68/+59