aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ext2: constify xattr_handlerStephen Hemminger2010-05-216-16/+16
| * btrfs: constify xattr_handlerStephen Hemminger2010-05-213-6/+6
| * fs: xattr_handler table should be constStephen Hemminger2010-05-216-15/+15
| * Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik2010-05-214-71/+110
| * Trim includes in fs/super.cAl Viro2010-05-211-7/+0
| * Move grabbing s_umount to callers of grab_super()Al Viro2010-05-212-2/+3
| * Take statfs variants to fs/statfs.cAl Viro2010-05-214-192/+197
| * switch selinux delayed superblock handling to iterate_supers()Al Viro2010-05-212-48/+8
| * new helper: iterate_supers()Al Viro2010-05-216-82/+56
| * Bury __put_super_and_need_restart()Al Viro2010-05-215-31/+6
| * fix prune_dcache()/umount() raceAl Viro2010-05-211-11/+6
| * In get_super() and user_get_super() restarts are unconditionalAl Viro2010-05-211-8/+10
| * fix get_active_super()/umount() raceAl Viro2010-05-211-7/+7
| * fix do_emergency_remount()/umount() racesAl Viro2010-05-211-3/+3
| * Convert simple loops over superblocks to list_for_each_entry_safeAl Viro2010-05-214-20/+11
| * get rid of restarts in sync_filesystems()Al Viro2010-05-213-27/+5
| * Leave superblocks on s_list until the endAl Viro2010-05-216-4/+25
| * Saner locking around deactivate_super()Al Viro2010-05-212-91/+30
| * get rid of S_BIASAl Viro2010-05-213-37/+24
| * get rid of open-coded grab_super() in get_active_super()Al Viro2010-05-211-16/+3
| * sb_entry() has been killed a couple of years ago and resurrected on mismergeAl Viro2010-05-211-1/+0
| * ceph: should use deactivate_locked_super() on failure exitsAl Viro2010-05-211-2/+1
| * Clean ecryptfs ->get_sb() upAl Viro2010-05-211-83/+66
| * fix a couple of ecryptfs leaksAl Viro2010-05-212-24/+7
| * Simplify devpts_get_sb() failure exitsAl Viro2010-05-211-6/+3
| * remove incorrect comment in do_emergency_remountChristoph Hellwig2010-05-211-2/+0
| * clean DCACHE_CANT_MOUNT in d_delete()Al Viro2010-05-211-0/+1
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-05-2133-740/+1726
|\ \
| * | PCI: hotplug: pciehp: Removed check for hotplug of display devicesPraveen Kalamegham2010-05-211-14/+3
| * | 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-181-8/+9
| * | PCI hotplug: Use kmemdupJulia Lawall2010-05-181-2/+1
| * | PM/PCI: Update PCI power management documentationRafael J. Wysocki2010-05-181-266/+992
| * | PCI: output FW warning in pci_read/write_vpdPrarit Bhargava2010-05-181-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/+10
| * | PCI: aerdrv: trivial cleanup for aerdrv.cHidetoshi Seto2010-05-111-14/+10
| * | PCI: aerdrv: introduce default_downstream_reset_linkHidetoshi Seto2010-05-114-46/+71
| * | PCI: aerdrv: rework find_aer_serviceHidetoshi Seto2010-05-111-21/+16
| * | PCI: aerdrv: remove is_downstreamHidetoshi Seto2010-05-111-21/+12
| * | PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKSHidetoshi Seto2010-05-112-4/+1
| * | PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRCHidetoshi Seto2010-05-113-4/+3
| * | PCI: aerdrv: rework do_recoveryHidetoshi Seto2010-05-111-21/+17
| * | PCI: aerdrv: rework get_e_source()Hidetoshi Seto2010-05-111-32/+31
| * | PCI: aerdrv: rework aer_isr_one_error()Hidetoshi Seto2010-05-111-21/+36
| * | PCI: aerdrv: rework add_error_deviceHidetoshi Seto2010-05-111-5/+13