summaryrefslogtreecommitdiffstats
path: root/sound/usb/usbquirks.h (unfollow)
Commit message (Expand)AuthorFilesLines
2006-03-21SUNRPC,RPCSEC_GSS: spkm3: import contexts using NID_cast5_cbcJ. Bruce Fields1-0/+6
2006-03-21LOCKD: Make nlmsvc_traverse_shares return voidJ. Bruce Fields3-7/+3
2006-03-21LOCKD: nlmsvc_traverse_blocks return is unusedJ. Bruce Fields3-5/+5
2006-03-21SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers.J. Bruce Fields3-6/+16
2006-03-21NFSv4: Dont list system.nfs4_acl for filesystems that don't support it.J. Bruce Fields1-0/+2
2006-03-21SUNRPC,RPCSEC_GSS: remove unnecessary kmalloc of a checksumJ. Bruce Fields5-17/+12
2006-03-21SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust3-21/+26
2006-03-20SUNRPC: Fix memory barriers for req->rq_receivedTrond Myklebust2-1/+7
2006-03-20NFS: Fix a race in nfs_sync_inode()Trond Myklebust3-30/+56
2006-03-20NFS: Clean up nfs_flush_list()Trond Myklebust1-33/+29
2006-03-20NFS: Fix a race with PG_private and nfs_release_page()Trond Myklebust2-5/+7
2006-03-20NFSv4: Ensure the callback daemon flushes signalsTrond Myklebust1-6/+13
2006-03-20SUNRPC: Fix a 'Busy inodes' error in rpc_pipefsTrond Myklebust4-14/+35
2006-03-20NFS, NLM: Allow blocking locks to respect signalsTrond Myklebust1-6/+0
2006-03-20NFS: Make nfs_fhget() return appropriate error valuesTrond Myklebust3-14/+13
2006-03-20NFSv4: Fix an oops in nfs4_fill_superTrond Myklebust2-8/+8
2006-03-20lockd: blocks should hold a reference to the nlm_fileTrond Myklebust1-35/+46
2006-03-20NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCETrond Myklebust2-2/+20
2006-03-20NFSv4: Send the delegation stateid for SETATTR callsTrond Myklebust3-14/+33
2006-03-20NFSv4: Ensure nfs_callback_down() calls svc_destroy()Trond Myklebust1-0/+1
2006-03-20lockd: Fix a typo in nlmsvc_grant_release()Trond Myklebust1-1/+3
2006-03-20lockd: Add helper for *_RES callbacksTrond Myklebust4-192/+129
2006-03-20NLM: Add nlmclnt_release_callTrond Myklebust5-203/+135
2006-03-20NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust2-2/+7
2006-03-20NLM: Simplify client locksTrond Myklebust3-54/+35
2006-03-20NFS: O_DIRECT needs to use a completionTrond Myklebust1-5/+5
2006-03-20NFS: Clean up nfs_get_user_pagesTrond Myklebust1-30/+29
2006-03-20NFS: fix compiler warnings on 64-bit platformsChuck Lever1-2/+2
2006-03-20SUNRPC: fix compile warnings on 64-bit platformsChuck Lever1-1/+1
2006-03-20NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errorsTrond Myklebust1-0/+1
2006-03-20lockd: Fix Oopses due to list manipulation errors.Trond Myklebust3-14/+15
2006-03-20lockd: stop abusing file_lock_listChristoph Hellwig7-63/+21
2006-03-20lockd: Make lockd use rpc_new_client() instead of rpc_create_clientTrond Myklebust1-1/+2
2006-03-20lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host()Trond Myklebust3-6/+3
2006-03-20lockd: Clean up of the server-side GRANTED codeTrond Myklebust3-48/+53
2006-03-20lockd: Add refcounting to struct nlm_blockTrond Myklebust2-50/+47
2006-03-20lockd: Fix server-side lock blocking codeTrond Myklebust1-33/+40
2006-03-20lockd: posix_test_lock() should not call locks_copy_lock()Trond Myklebust1-5/+13
2006-03-20NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free)Trond Myklebust3-65/+66
2006-03-20NFS: Debugging code for nfs_direct_(read|write)_schedule()Trond Myklebust1-0/+4
2006-03-20NFS: O_DIRECT async IO may lose contextTrond Myklebust1-18/+12
2006-03-20nfs: Use UNSTABLE + COMMIT for NFS O_DIRECT writesTrond Myklebust2-25/+200
2006-03-20NFS: Make nfs_commit_alloc() externTrond Myklebust2-2/+7
2006-03-20NFS: fix data_update accounting in NFS direct I/O pathChuck Lever1-0/+3
2006-03-20NFS: Replace atomic_t variables in nfs_direct_req with a single spin lockChuck Lever1-34/+47
2006-03-20NFS: clean up comments and tab damage in direct.cChuck Lever1-23/+31
2006-03-20NFS: support EIOCBQUEUED return in direct write pathChuck Lever1-7/+13
2006-03-20NFS: make iocb available everywhere in direct write pathChuck Lever1-32/+14
2006-03-20NFS: remove support for multi-segment iovs in the direct write pathChuck Lever1-51/+17
2006-03-20NFS: make direct write path generate write requests concurrentlyChuck Lever3-83/+162