aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAge
...
| * | | | | | | | SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Clean up rpc credential initialisationTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Trond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Add the helper function 'rpc_call_null()'Trond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Make rpc_ping() staticTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Add a field to track the number of kernel users of an rpc_pipeTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Add a downcall queue to struct rpc_inodeTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_authTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()Trond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Remove rpc_clnt->cl_countTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Kill rpc_clnt->cl_deadTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust2007-07-10
| * | | | | | | | SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust2007-07-10
| * | | | | | | | NFS: Convert struct nfs_open_context to use a krefTrond Myklebust2007-07-10
| * | | | | | | | NFS: Prevent integer overflow in nfs_scan_list()Trond Myklebust2007-07-10
| * | | | | | | | NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeTrond Myklebust2007-07-10
| * | | | | | | | NFS cleanup: speed up nfs_scan_commit using radix tree tagsTrond Myklebust2007-07-10
| * | | | | | | | NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKEDTrond Myklebust2007-07-10
| * | | | | | | | NFS: Convert struct nfs_page to use krefsTrond Myklebust2007-07-10
| * | | | | | | | NFS4: on a O_EXCL OPEN make sure SETATTR sets the fields holding the verifierJeff Layton2007-07-10
| * | | | | | | | NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust2007-07-10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli...Linus Torvalds2007-07-13
|\ \ \ \ \ \ \ \
| * | | | | | | | ioatdma: add the unisys "i/oat" pci vendor/device idDan Williams2007-07-13
| * | | | | | | | md: handle_stripe5 - add request/completion logic for async read opsDan Williams2007-07-13
| * | | | | | | | md: handle_stripe5 - add request/completion logic for async compute opsDan Williams2007-07-13
| * | | | | | | | md: raid5_run_ops - run stripe operations outside sh->lockDan Williams2007-07-13
| * | | | | | | | raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams2007-07-13
| * | | | | | | | async_tx: add the async_tx apiDan Williams2007-07-13
| * | | | | | | | xor: make 'xor_blocks' a library routine for use with async_txDan Williams2007-07-13
| * | | | | | | | dmaengine: make clients responsible for managing channelsDan Williams2007-07-13
| * | | | | | | | dmaengine: refactor dmaengine around dma_async_tx_descriptorDan Williams2007-07-13
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-07-13
|\ \ \ \ \ \ \ \
| * | | | | | | | [PATCH] sched: small topology.h cleanupIngo Molnar2007-07-13
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-07-12
|\ \ \ \ \ \ \ \
| * | | | | | | | usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell2007-07-12
| * | | | | | | | usb gadget stack: remove usb_ep_*_buffer(), part 1David Brownell2007-07-12
| * | | | | | | | USB: add IAD support to usbfs and sysfsCraig W. Nadler2007-07-12
| * | | | | | | | USB: Add URB_FREE_BUFFER flag and the logic behind itMarcel Holtmann2007-07-12
| * | | | | | | | USB: add power/persist device attributeAlan Stern2007-07-12
| * | | | | | | | USB: add reset_resume methodAlan Stern2007-07-12
| * | | | | | | | USB: introduce usb_anchorOliver Neukum2007-07-12
| * | | | | | | | USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h>David Brownell2007-07-12
| * | | | | | | | USB: add USB_DEVICE_AND_INTERFACE_INFO for device matchingDaniel Drake2007-07-12
| * | | | | | | | USB: add RESET_RESUME device quirkAlan Stern2007-07-12
| * | | | | | | | USB: add USB-Persist facilityAlan Stern2007-07-12