summaryrefslogtreecommitdiffstats
path: root/Documentation/vm/slub.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-09SUNRPC: Retry bad rpcbind repliesChuck Lever1-0/+4
2007-10-09SUNRPC: Make rpcb_decode_getaddr more picky about universal addressesChuck Lever1-5/+23
2007-10-09SUNRPC: Clean up in rpc_show_tasksChuck Lever1-2/+7
2007-10-09SUNRPC: Make sure server name is reasonable before trying to print itChuck Lever1-2/+8
2007-10-09SUNRPC: Use correct argument type in memcpy()Chuck Lever1-1/+1
2007-10-09SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_programChuck Lever2-2/+2
2007-10-09SUNRPC: Only one dprintk is needed during client creationChuck Lever1-3/+0
2007-10-09SUNRPC: Fix generation of universal addresses forChuck Lever1-11/+13
2007-10-09SUNRPC: Add support for formatted universal addressesChuck Lever2-0/+19
2007-10-09SUNRPC: Split xs_reclassify_socket into an IPv4 and IPv6 versionChuck Lever1-18/+20
2007-10-09SUNRPC: Add a helper for extracting the address using the correct typeChuck Lever1-6/+20
2007-10-09SUNRPC: Add IPv6 address support to net/sunrpc/xprtsock.cChuck Lever1-10/+47
2007-10-09SUNRPC: create connect workers for IPv6Chuck Lever1-0/+101
2007-10-09SUNRPC: Rename IPv4 connect workersChuck Lever1-6/+6
2007-10-09SUNRPC: Refactor a part of socket connect logic into a helper functionChuck Lever1-59/+72
2007-10-09SUNRPC: create an IPv6-savvy mechanism for binding to a reserved portChuck Lever1-0/+33
2007-10-09SUNRPC: Rename xs_bind() to prepare for IPv6-specific bind methodChuck Lever1-5/+6
2007-10-09SUNRPC: Introduce support for setting the port number in IPv6 addressesChuck Lever1-2/+11
2007-10-09SUNRPC: add support for IPv6 to the kernel's rpcbind clientChuck Lever1-6/+45
2007-10-09SUNRPC: add a function to format IPv6 addressesChuck Lever1-0/+52
2007-10-09SUNRPC: Rename xs_format_peer_addressesChuck Lever1-3/+3
2007-10-09SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()Chuck Lever2-0/+16
2007-10-09SUNRPC: Free address buffers in a loopChuck Lever1-7/+12
2007-10-09SUNRPC: Use standard macros for printing IP addressesChuck Lever1-2/+2
2007-10-09SUNRPC: Fix a signed v. unsigned comparison in net/sunrpc/xprtsock.cChuck Lever1-1/+2
2007-10-09SUNRPC: Fix a signed v. unsigned comparison in rpcbind's XDR routinesChuck Lever1-2/+3
2007-10-09[NFS] [PATCH] NFS: show addr=ipaddr in /proc/mounts rather thanJeff Layton1-2/+2
2007-10-09[NFS] [PATCH] nfs: tiny makefile cleanupChristoph Hellwig1-1/+0
2007-10-09Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffiesFabio Olive Leite3-3/+7
2007-10-0964 bit ino support for NFS clientPeter Staubach3-10/+13
2007-10-09SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooksTrond Myklebust2-3/+5
2007-10-09NFS: Fall back to synchronous writes when a background write errors...Trond Myklebust3-23/+57
2007-10-09NFS: Writeback optimisationTrond Myklebust1-10/+22
2007-10-09NFS: Clean up NFS writeback flush codeTrond Myklebust3-29/+16
2007-10-09VFS: Remove writeback_control->fs_privateTrond Myklebust1-2/+0
2007-10-09NFS: Clean up nfs_writepages()Trond Myklebust1-24/+33
2007-10-09NFS: Clean up write code...Trond Myklebust4-67/+5
2007-10-09NFS: Add the helper nfs_vm_page_mkwriteTrond Myklebust1-2/+33
2007-10-09Linux 2.6.23v2.6.23Linus Torvalds1-1/+1
2007-10-09NLM: Fix a memory leak in nlmsvc_testlockTrond Myklebust1-1/+3
2007-10-09sata_mv: correct S/G table limitsJeff Garzik1-3/+6
2007-10-09[MIPS] Au1000: set the PCI controller IO baseFlorian Fainelli1-0/+1
2007-10-09[MIPS] Alchemy: Fix USB initialization.Florian Fainelli4-10/+10
2007-10-09[MIPS] IP32: Fix fatal typo in address computation.Giuseppe Sacco1-1/+1
2007-10-09Correct Makefile rule for generating custom keymapMaarten Bressers1-1/+1
2007-10-08ISDN: Fix data access out of array boundsKarsten Keil1-2/+3
2007-10-08AIO: fix cleanup in io_submit_one(...)Yan Zheng1-1/+1
2007-10-08fix page release issue in filemap_faultYan Zheng1-0/+1
2007-10-08fix VM_CAN_NONLINEAR check in sys_remap_file_pagesYan Zheng1-1/+1
2007-10-08mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra3-5/+10