summaryrefslogtreecommitdiffstats
path: root/ipc/namespace.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-09xfs: sanitize qh_lock wrappersChristoph Hellwig4-81/+37
2009-02-09xfs: use mutex_is_locked in XFS_DQ_IS_LOCKEDChristoph Hellwig1-13/+1
2009-02-09xfs: remove XFS_QM_LOCK/XFS_QM_UNLOCK/XFS_QM_HOLD/XFS_QM_RELEChristoph Hellwig2-12/+6
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig3-291/+92
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig7-18/+10
2009-02-09xfs: remove superflous inobt macrosChristoph Hellwig5-31/+17
2009-02-09xfs: remove iclog calculation special casesChristoph Hellwig1-26/+2
2009-02-08xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig3-113/+50
2009-02-08xfs: cleanup xfs_find_handleChristoph Hellwig1-62/+44
2009-02-04xfs: cleanup error handling in xfs_swap_extentsJosef 'Jeff' Sipek1-35/+27
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig4-57/+37
2009-02-04xfs: factor out attr fork reset handlingChristoph Hellwig1-30/+25
2009-02-04xfs: remove unused XFS_MOUNT_ILOCK/XFS_MOUNT_IUNLOCKChristoph Hellwig1-3/+0
2009-02-04xfs: tiny cleanup for xfs_linkChristoph Hellwig1-2/+4
2009-02-04xfs: make sure to free the real-time inodes in the mount error pathChristoph Hellwig3-8/+21
2009-02-04xfs: cleanup error handling in xfs_mountfs:Christoph Hellwig1-42/+35
2009-02-03xfs: Check buffer lengths in log recoveryDave Chinner1-6/+25
2009-02-03virtio-pci: do not oops on config change if driver not loadedMark McLoughlin1-1/+1
2009-02-03modules: Use a better scheme for refcountingEric Dumazet2-19/+41
2009-02-02pxamci: enable DMA for write ops after CMD/RESPCliff Brake1-1/+15
2009-02-02pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())Cliff Brake1-5/+4
2009-02-02ricoh_mmc: Use suspend_late/resume_earlyphilipl@overt.org1-4/+4
2009-02-02mmci: Add support for ST Micro derivateLinus Walleij2-4/+61
2009-02-02mmc: Add a MX2/MX3 specific SDHC driverSascha Hauer4-0/+927
2009-02-02icside: fix PCB version 6 support (v2)Bartlomiej Zolnierkiewicz1-1/+1
2009-02-02tx4939ide: typo fix and minor cleanupAtsushi Nemoto1-2/+2
2009-02-02ide: add CS5536 host driver (v3)Bartlomiej Zolnierkiewicz3-0/+319
2009-02-02ide: Force VIA IDE legacy interrupts for AmigaOne boardsGerhard Pircher1-0/+5
2009-02-02IDE: Unregister and disable devices if initialization fails.Ian Campbell1-1/+2
2009-02-02ide: fix ide_register_port() failure handlingBartlomiej Zolnierkiewicz1-8/+32
2009-02-02ide: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-02-02ide-cd: fix DMA for non bio-backed requestsBorislav Petkov2-3/+9