index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Introduce freeze_super and thaw_super for the fsfreeze ioctl
Josef Bacik
2010-05-21
4
-71
/
+110
|
|
*
Trim includes in fs/super.c
Al Viro
2010-05-21
1
-7
/
+0
|
|
*
Move grabbing s_umount to callers of grab_super()
Al Viro
2010-05-21
2
-2
/
+3
|
|
*
Take statfs variants to fs/statfs.c
Al Viro
2010-05-21
4
-192
/
+197
|
|
*
switch selinux delayed superblock handling to iterate_supers()
Al Viro
2010-05-21
2
-48
/
+8
|
|
*
new helper: iterate_supers()
Al Viro
2010-05-21
6
-82
/
+56
|
|
*
Bury __put_super_and_need_restart()
Al Viro
2010-05-21
5
-31
/
+6
|
|
*
fix prune_dcache()/umount() race
Al Viro
2010-05-21
1
-11
/
+6
|
|
*
In get_super() and user_get_super() restarts are unconditional
Al Viro
2010-05-21
1
-8
/
+10
|
|
*
fix get_active_super()/umount() race
Al Viro
2010-05-21
1
-7
/
+7
|
|
*
fix do_emergency_remount()/umount() races
Al Viro
2010-05-21
1
-3
/
+3
|
|
*
Convert simple loops over superblocks to list_for_each_entry_safe
Al Viro
2010-05-21
4
-20
/
+11
|
|
*
get rid of restarts in sync_filesystems()
Al Viro
2010-05-21
3
-27
/
+5
|
|
*
Leave superblocks on s_list until the end
Al Viro
2010-05-21
6
-4
/
+25
|
|
*
Saner locking around deactivate_super()
Al Viro
2010-05-21
2
-91
/
+30
|
|
*
get rid of S_BIAS
Al Viro
2010-05-21
3
-37
/
+24
|
|
*
get rid of open-coded grab_super() in get_active_super()
Al Viro
2010-05-21
1
-16
/
+3
|
|
*
sb_entry() has been killed a couple of years ago and resurrected on mismerge
Al Viro
2010-05-21
1
-1
/
+0
|
|
*
ceph: should use deactivate_locked_super() on failure exits
Al Viro
2010-05-21
1
-2
/
+1
|
|
*
Clean ecryptfs ->get_sb() up
Al Viro
2010-05-21
1
-83
/
+66
|
|
*
fix a couple of ecryptfs leaks
Al Viro
2010-05-21
2
-24
/
+7
|
|
*
Simplify devpts_get_sb() failure exits
Al Viro
2010-05-21
1
-6
/
+3
|
|
*
remove incorrect comment in do_emergency_remount
Christoph Hellwig
2010-05-21
1
-2
/
+0
|
|
*
clean DCACHE_CANT_MOUNT in d_delete()
Al Viro
2010-05-21
1
-0
/
+1
|
*
|
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2010-05-21
33
-740
/
+1726
|
|
\
\
|
|
*
|
PCI: hotplug: pciehp: Removed check for hotplug of display devices
Praveen Kalamegham
2010-05-21
1
-14
/
+3
|
|
*
|
PCI: read memory ranges out of Broadcom CNB20LE host bridge
Ira W. Snyder
2010-05-21
3
-0
/
+111
|
|
*
|
PCI: Allow manual resource allocation for PCI hotplug bridges
Felix Radensky
2010-05-21
1
-0
/
+13
|
|
*
|
x86/PCI: make ACPI MCFG reserved error messages ACPI specific
Feng Tang
2010-05-18
1
-8
/
+9
|
|
*
|
PCI hotplug: Use kmemdup
Julia Lawall
2010-05-18
1
-2
/
+1
|
|
*
|
PM/PCI: Update PCI power management documentation
Rafael J. Wysocki
2010-05-18
1
-266
/
+992
|
|
*
|
PCI: output FW warning in pci_read/write_vpd
Prarit Bhargava
2010-05-18
1
-1
/
+6
|
|
*
|
PCI: fix typos pci_device_dis/enable to pci_dis/enable_device in comments
Roman Fietze
2010-05-18
4
-4
/
+4
|
|
*
|
PCI quirks: disable msi on AMD rs4xx internal gfx bridges
Alex Deucher
2010-05-18
1
-0
/
+1
|
|
*
|
PCI: Disable MSI for MCP55 on P5N32-E SLI
Ben Hutchings
2010-05-18
1
-3
/
+4
|
|
*
|
x86/PCI: irq and pci_ids patch for additional Intel Cougar Point DeviceIDs
Seth Heasley
2010-05-11
2
-4
/
+9
|
|
*
|
PCI: aerdrv: trivial cleanup for aerdrv_core.c
Hidetoshi Seto
2010-05-11
1
-11
/
+10
|
|
*
|
PCI: aerdrv: trivial cleanup for aerdrv.c
Hidetoshi Seto
2010-05-11
1
-14
/
+10
|
|
*
|
PCI: aerdrv: introduce default_downstream_reset_link
Hidetoshi Seto
2010-05-11
4
-46
/
+71
|
|
*
|
PCI: aerdrv: rework find_aer_service
Hidetoshi Seto
2010-05-11
1
-21
/
+16
|
|
*
|
PCI: aerdrv: remove is_downstream
Hidetoshi Seto
2010-05-11
1
-21
/
+12
|
|
*
|
PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKS
Hidetoshi Seto
2010-05-11
2
-4
/
+1
|
|
*
|
PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRC
Hidetoshi Seto
2010-05-11
3
-4
/
+3
|
|
*
|
PCI: aerdrv: rework do_recovery
Hidetoshi Seto
2010-05-11
1
-21
/
+17
|
|
*
|
PCI: aerdrv: rework get_e_source()
Hidetoshi Seto
2010-05-11
1
-32
/
+31
|
|
*
|
PCI: aerdrv: rework aer_isr_one_error()
Hidetoshi Seto
2010-05-11
1
-21
/
+36
|
|
*
|
PCI: aerdrv: rework add_error_device
Hidetoshi Seto
2010-05-11
1
-5
/
+13
|
|
*
|
PCI: aerdrv: remove compare_device_id
Hidetoshi Seto
2010-05-11
1
-16
/
+2
|
|
*
|
PCI: aerdrv: introduce is_error_source
Hidetoshi Seto
2010-05-11
1
-40
/
+34
|
|
*
|
PCI: aerdrv: rework find_source_device
Hidetoshi Seto
2010-05-11
1
-12
/
+16
[prev]
[next]