summaryrefslogtreecommitdiff
path: root/drivers/block/paride/mkd
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-03-27 23:06:28 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-03-27 23:06:28 -0800
commitf70602f4f6248735a02c61a1323c9151a33a3775 (patch)
tree29dd382412fb913a6f3f7902017ffaa9ae953679 /drivers/block/paride/mkd
parent6d4da66240b9fec065933928043b1365f97ab724 (diff)
downloadkernel-linux-2.6.15.y.tar.gz
Linux 2.6.15.7linux-2.6.15.y
Diffstat (limited to 'drivers/block/paride/mkd')
0 files changed, 0 insertions, 0 deletions
e10c6d7251c8348d74b3e014'>timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner 2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld 2022-10-03SUNRPC: use max_t() to simplify open codeZiyang Xuan 2022-10-03SUNRPC: Directly use ida_alloc()/free()Bo Liu 2022-09-01SUNRPC: Fix call completion races with call_decode()Trond Myklebust 2022-07-27SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust 2022-07-25SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia 2022-07-25SUNRPC expose functions for offline remote xprt functionalityOlga Kornievskaia 2022-04-08Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds 2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust 2022-03-29SUNRPC: handle malloc failure in ->request_prepareNeilBrown 2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds 2022-03-23SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown 2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust 2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown 2022-03-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown 2022-03-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown 2022-02-25SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust 2022-01-28SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet