summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJan Rekorajski <baggins@sith.mimuw.edu.pl>2009-11-16 11:57:02 +0000
committerAlex Elder <aelder@sgi.com>2009-11-17 10:26:38 -0600
commit8ec6dba2581754e375be66f7bedd708d856d8b30 (patch)
treed6cfdee839d6fb0b236a8d4272e607a9f5c4241c /tools/perf/scripts/python/export-to-postgresql.py
parenta9366e61b03f55a6e009e687ad10e706714c9907 (diff)
downloadkernel-8ec6dba2581754e375be66f7bedd708d856d8b30.tar.gz
XFS bug in log recover with quota (bugzilla id 855)
Hi, I was hit by a bug in linux 2.6.31 when XFS is not able to recover the log after a crash if fs was mounted with quotas. Gory details in XFS bugzilla: http://oss.sgi.com/bugzilla/show_bug.cgi?id=855. It looks like wrong struct is used in buffer length check, and the following patch should fix the problem. xfs_dqblk_t has a size of 104+32 bytes, while xfs_disk_dquot_t is 104 bytes long, and this is exactly what I see in system logs - "XFS: dquot too small (104) in xlog_recover_do_dquot_trans." Signed-off-by: Jan Rekorajski <baggins@sith.mimuw.edu.pl> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
96b952629'>soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer messageAndrew Davis 2024-06-16soc: qcom: rpmh-rsc: Enhance check for VRM in-flight requestMaulik Shah 2024-06-12soc: qcom: pmic_glink: Make client-lock non-sleepingBjorn Andersson 2024-06-12soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVEChun-Kuang Hu 2024-06-12soc: qcom: pmic_glink: notify clients about the current stateDmitry Baryshkov 2024-06-12soc: qcom: pmic_glink: don't traverse clients list without a lockDmitry Baryshkov 2024-04-03soc: fsl: qbman: Use raw spinlock for cgr_lockSean Anderson 2024-04-03soc: fsl: qbman: Always disable interrupts when taking cgr_lockSean Anderson 2024-03-26soc: fsl: dpio: fix kcalloc() argument orderArnd Bergmann 2024-03-26soc: qcom: llcc: Check return value on Broadcast_OR reg readUnnathi Chalicheemala 2024-03-26soc: qcom: socinfo: rename PM2250 to PM4125Dmitry Baryshkov 2024-03-26soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input promptGeert Uytterhoeven 2024-03-26soc: qcom: pmic_glink_altmode: fix drm bridge use-after-freeJohan Hovold 2024-03-06soc: qcom: pmic_glink: Fix boot when QRTR=mRob Clark 2024-02-05soc: xilinx: fix unhandled SGI warning messageTanmay Shah 2024-02-05soc: xilinx: Fix for call trace due to the usage of smp_processor_id()HariBabu Gattem