aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-23[PATCH] Optimise NFS readdir hack slightly.David Woodhouse1-2/+3
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro6-41/+33
2008-10-23[PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro3-20/+15
2008-10-23[PATCH] get rid of on-stack fake dentry in ext3_get_parent()Al Viro1-37/+33
2008-10-23[JFFS2] Reinstate NFS exportabilityDavid Woodhouse1-0/+48
2008-10-23[PATCH] Remove XFS buffered readdir hackDavid Woodhouse1-128/+0
2008-10-23[PATCH] Copy XFS readdir hack into nfsd code.David Woodhouse1-15/+93
2008-10-23[PATCH] Factor out nfsd_do_readdir() into its own functionDavid Woodhouse1-16/+24
2008-10-23[PATCH] reduce the stack footprint of exportfs_decode_fh()Al Viro1-5/+4
2008-10-23[PATCH] kill d_alloc_anonChristoph Hellwig2-72/+37
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig19-305/+78
2008-10-23[PATCH] new helper: d_obtain_aliasChristoph Hellwig3-24/+38
2008-10-23[PATCH] generic_file_llseek tidyupsChristoph Hellwig1-18/+40
2008-10-23[PATCH] tidy up chrdev_openChristoph Hellwig1-7/+14
2008-10-23[PATCH] hpfs: cleanup ->setattrChristoph Hellwig4-13/+22
2008-10-23[PATCH] dm: kill lookup_device wrapperChristoph Hellwig1-15/+6
2008-10-23[PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsAl Viro4-8/+9
2008-10-23[PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufsAl Viro1-2/+2
2008-10-23[PATCH] get rid of path_lookup_create()Al Viro1-39/+22
2008-10-23[PATCH] get rid of nameidata in audit_treeAl Viro1-24/+24
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro4-37/+34
2008-10-23[PATCH] switch nfsd to kern_path()Al Viro4-58/+56
2008-10-23[PATCH] sanitize svc_export_parse()Al Viro1-42/+35
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro4-37/+37
2008-10-23[PATCH] no need for noinline stuff in fs/namespace.c anymoreAl Viro1-12/+5
2008-10-23[PATCH] finally get rid of nameidata in namespace.cAl Viro1-60/+59
2008-10-23[PATCH] new helper - kern_path()Al Viro2-0/+12
2008-10-20binfmt_elf_fdpic: Update for cputime changes.Paul Mundt1-12/+7
2008-10-20mm: remove duplicated #include'sHuang Weiyi2-3/+0
2008-10-20Export tiny shmem_file_setup for DRM-GEMHugh Dickins2-1/+2
2008-10-20misc: replace remaining __FUNCTION__ with __func__Harvey Harrison5-8/+8
2008-10-20fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.cThomas Gleixner1-2/+3
2008-10-20fix WARN() for PPCArjan van de Ven1-1/+1
2008-10-20kexec: fix crash_save_vmcoreinfo_init build problemLuck, Tony1-0/+1
2008-10-20USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.cLinus Torvalds1-1/+1
2008-10-20i915: cleanup coding horrors in i915_gem_gtt_pwrite()Linus Torvalds1-23/+36
2008-10-20Fix sprintf format warnings in drm_proc.cLinus Torvalds1-2/+2
2008-10-20byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison1-1/+1
2008-10-20Update email addresses.Dave Jones18-26/+26
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan6-267/+269
2008-10-20Remove empty imacfb.c fileLinus Torvalds1-0/+0
2008-10-20PCI: fix pci_ioremap_bar() on s390Heiko Carstens1-0/+2
2008-10-20Update .gitignore files for generated targetsLinus Torvalds2-1/+2
2008-10-20PCI: fix AER capability checkYu Zhao4-12/+5
2008-10-20PCI: use pci_find_ext_capability everywhereJesse Barnes5-65/+20
2008-10-20PCI: remove #ifdef DEBUG around dev_dbg callJesse Barnes1-2/+0
2008-10-20PCI hotplug: fix get_##name return value problemKenji Kaneshige1-1/+1
2008-10-20PCI: document the pcie_aspm kernel parameterChuck Ebbert1-0/+6
2008-10-20PCI: introduce an pci_ioremap(pdev, barnr) functionArjan van de Ven1-0/+13
2008-10-20powerpc/PCI: Add legacy PCI access via sysfsBenjamin Herrenschmidt3-1/+153