summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ext2: constify xattr_handlerStephen Hemminger2010-05-226-16/+16
| * btrfs: constify xattr_handlerStephen Hemminger2010-05-223-6/+6
| * fs: xattr_handler table should be constStephen Hemminger2010-05-226-15/+15
| * Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik2010-05-224-71/+110
| * Trim includes in fs/super.cAl Viro2010-05-221-7/+0Star
| * Move grabbing s_umount to callers of grab_super()Al Viro2010-05-222-2/+3
| * Take statfs variants to fs/statfs.cAl Viro2010-05-224-192/+197
| * switch selinux delayed superblock handling to iterate_supers()Al Viro2010-05-222-48/+8Star
| * new helper: iterate_supers()Al Viro2010-05-226-82/+56Star
| * Bury __put_super_and_need_restart()Al Viro2010-05-225-31/+6Star
| * fix prune_dcache()/umount() raceAl Viro2010-05-221-11/+6Star
| * In get_super() and user_get_super() restarts are unconditionalAl Viro2010-05-221-8/+10
| * fix get_active_super()/umount() raceAl Viro2010-05-221-7/+7
| * fix do_emergency_remount()/umount() racesAl Viro2010-05-221-3/+3
| * Convert simple loops over superblocks to list_for_each_entry_safeAl Viro2010-05-224-20/+11Star
| * get rid of restarts in sync_filesystems()Al Viro2010-05-223-27/+5Star
| * Leave superblocks on s_list until the endAl Viro2010-05-226-4/+25
| * Saner locking around deactivate_super()Al Viro2010-05-222-91/+30Star
| * get rid of S_BIASAl Viro2010-05-223-37/+24Star
| * get rid of open-coded grab_super() in get_active_super()Al Viro2010-05-221-16/+3Star
| * sb_entry() has been killed a couple of years ago and resurrected on mismergeAl Viro2010-05-221-1/+0Star
| * ceph: should use deactivate_locked_super() on failure exitsAl Viro2010-05-221-2/+1Star
| * Clean ecryptfs ->get_sb() upAl Viro2010-05-221-83/+66Star
| * fix a couple of ecryptfs leaksAl Viro2010-05-222-24/+7Star
| * Simplify devpts_get_sb() failure exitsAl Viro2010-05-221-6/+3Star
| * remove incorrect comment in do_emergency_remountChristoph Hellwig2010-05-221-2/+0Star
| * clean DCACHE_CANT_MOUNT in d_delete()Al Viro2010-05-221-0/+1
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-05-2233-740/+1726
|\ \
| * | PCI: hotplug: pciehp: Removed check for hotplug of display devicesPraveen Kalamegham2010-05-211-14/+3Star
| * | PCI: read memory ranges out of Broadcom CNB20LE host bridgeIra W. Snyder2010-05-213-0/+111
| * | PCI: Allow manual resource allocation for PCI hotplug bridgesFelix Radensky2010-05-211-0/+13
| * | x86/PCI: make ACPI MCFG reserved error messages ACPI specificFeng Tang2010-05-191-8/+9
| * | PCI hotplug: Use kmemdupJulia Lawall2010-05-191-2/+1Star
| * | PM/PCI: Update PCI power management documentationRafael J. Wysocki2010-05-191-266/+992
| * | PCI: output FW warning in pci_read/write_vpdPrarit Bhargava2010-05-191-1/+6
| * | PCI: fix typos pci_device_dis/enable to pci_dis/enable_device in commentsRoman Fietze2010-05-184-4/+4
| * | PCI quirks: disable msi on AMD rs4xx internal gfx bridgesAlex Deucher2010-05-181-0/+1
| * | PCI: Disable MSI for MCP55 on P5N32-E SLIBen Hutchings2010-05-181-3/+4
| * | x86/PCI: irq and pci_ids patch for additional Intel Cougar Point DeviceIDsSeth Heasley2010-05-112-4/+9
| * | PCI: aerdrv: trivial cleanup for aerdrv_core.cHidetoshi Seto2010-05-111-11/+10Star
| * | PCI: aerdrv: trivial cleanup for aerdrv.cHidetoshi Seto2010-05-111-14/+10Star
| * | PCI: aerdrv: introduce default_downstream_reset_linkHidetoshi Seto2010-05-114-46/+71
| * | PCI: aerdrv: rework find_aer_serviceHidetoshi Seto2010-05-111-21/+16Star
| * | PCI: aerdrv: remove is_downstreamHidetoshi Seto2010-05-111-21/+12Star
| * | PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKSHidetoshi Seto2010-05-112-4/+1Star
| * | PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRCHidetoshi Seto2010-05-113-4/+3Star
| * | PCI: aerdrv: rework do_recoveryHidetoshi Seto2010-05-111-21/+17Star
| * | PCI: aerdrv: rework get_e_source()Hidetoshi Seto2010-05-111-32/+31Star
| * | PCI: aerdrv: rework aer_isr_one_error()Hidetoshi Seto2010-05-111-21/+36
| * | PCI: aerdrv: rework add_error_deviceHidetoshi Seto2010-05-111-5/+13