summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IPv6 support for NFS server export cachesAurélien Charbon2008-04-235-45/+111
* NLM: Convert lockd to use kthreadsJeff Layton2008-04-232-75/+60Star
* SUNRPC: have svc_recv() check kthread_should_stop()Jeff Layton2008-04-231-2/+22
* SUNRPC: export svc_sock_update_bufsJeff Layton2008-04-231-0/+1
* knfsd: Remove NLM_HOST_MAX and associated logic.NeilBrown2008-04-231-6/+3Star
* slab_err: Pass parameters correctly to slab_bugChristoph Lameter2008-04-231-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-2312-138/+573
|\
| * [patch 7/7] vfs: mountinfo: show dominating group idMiklos Szeredi2008-04-234-2/+65
| * [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai2008-04-234-23/+144
| * [patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi2008-04-233-63/+70
| * [patch 4/7] vfs: mountinfo: add mount peer group IDMiklos Szeredi2008-04-233-4/+95
| * [patch 3/7] vfs: mountinfo: add mount IDMiklos Szeredi2008-04-232-0/+35
| * [patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi2008-04-234-8/+49
| * [patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai2008-04-234-40/+118
| * [PATCH] remove unused label in xattr.c (noise from ro-bind)Al Viro2008-04-231-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-2321-54/+49Star
|\ \
| * | iwlwifi: Fix built-in compilation of iwlcoreTomas Winkler2008-04-231-1/+1
| * | net: Unexport move_addr_to_{kernel,user}Adrian Bunk2008-04-231-3/+0Star
| * | rt2x00: Select LEDS_CLASS.David S. Miller2008-04-231-5/+10
| * | iwlwifi: Select LEDS_CLASS.David S. Miller2008-04-231-2/+6
| * | leds: Do not guard NEW_LEDS with HAS_IOMEMDavid S. Miller2008-04-231-1/+0Star
| * | [IPSEC]: Fix catch-22 with algorithm IDs above 31Herbert Xu2008-04-224-2/+7
| * | time: Export set_normalized_timespec.YOSHIFUJI Hideaki2008-04-221-0/+1
| * | tcp: Make use of before macro in tcp_input.cArnd Hannemann2008-04-211-1/+1
| * | hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.cMark Asselstine2008-04-211-3/+0Star
| * | [NETNS]: Remove empty ->init callback.Pavel Emelyanov2008-04-211-7/+0Star
| * | [DCCP]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2008-04-211-11/+6Star
| * | [NETNS]: Don't initialize err variable twice.Pavel Emelyanov2008-04-211-2/+1Star
| * | [NETNS]: The ip6_fib_timer can work with garbage on net namespace stop.Pavel Emelyanov2008-04-211-1/+1
| * | [IPV4]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2008-04-212-10/+10
| * | [IPV4]: Make icmp_sk_init() static.Adrian Bunk2008-04-211-1/+1
| * | [IPV6]: Make struct ip6_prohibit_entry_template static.Adrian Bunk2008-04-211-1/+1
| * | tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.cSatoru SATOH2008-04-211-1/+1
| * | [NET]: Expose netdevice dev_id through sysfsDavid Woodhouse2008-04-211-0/+2
| * | skbuff: fix missing kernel-doc notationRandy Dunlap2008-04-211-0/+1
| * | [ROSE]: Fix soft lockup wrt. rose_node_list_lockBernard Pidoux2008-04-211-2/+0Star
* | | pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ...Len Brown2008-04-231-4/+6
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-2318-120/+118Star
|\ \
| * | [PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Al Viro2008-04-231-21/+6Star
| * | [PATCH] proc_readfd_common() race fixAl Viro2008-04-231-3/+1Star
| * | [PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()Al Viro2008-04-231-0/+3
| * | [PATCH] teach seq_file to discard entriesAl Viro2008-04-223-4/+15
| * | [PATCH] umount_tree() will unhash everything itselfAl Viro2008-04-221-2/+1Star
| * | [PATCH] get rid of more nameidata passing in namespace.cAl Viro2008-04-221-28/+25Star
| * | [PATCH] switch a bunch of LSM hooks from nameidata to pathAl Viro2008-04-226-52/+53
| * | [PATCH] lock exclusively in collect_mounts() and drop_collected_mounts()Al Viro2008-04-221-4/+4
| * | [PATCH] move a bunch of declarations to fs/internal.hAl Viro2008-04-226-9/+13
* | | Fix cardbus resource allocationLinus Torvalds2008-04-231-15/+15
* | | bus_remove_device: be more careful about incomplete initializationRafael J. Wysocki2008-04-231-1/+2
* | | Relax check on adding children of suspended devicesRafael J. Wysocki2008-04-231-9/+6Star