summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Pass sdp to gfs2_adjust_quotaBob Peterson2023-09-051-5/+6
* gfs2: remove dead code for quota writesBob Peterson2023-09-051-4/+1
* gfs2: Introduce new quota=quiet mount optionBob Peterson2023-09-054-6/+16
* gfs2: Add device name to gfs2_logd and gfs2_quotadAndreas Gruenbacher2023-09-051-2/+2
* gfs2: Rename "freeze_workqueue" to "gfs2_freeze"Andreas Gruenbacher2023-09-051-1/+1
* gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery"Andreas Gruenbacher2023-09-053-7/+7
* gfs2: Fix withdraw raceAndreas Gruenbacher2023-09-051-12/+12
* gfs2: Sanitize kthread stoppingAndreas Gruenbacher2023-09-052-9/+9
* gfs2: Switch to wait_event in gfs2_quotadAndreas Gruenbacher2023-09-051-6/+5
* gfs2: Fix asynchronous thread destructionAndreas Gruenbacher2023-09-054-33/+32
* gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher2023-09-052-8/+20
* gfs2: Free quota data objects synchronouslyAndreas Gruenbacher2023-09-051-3/+34
* gfs2: Fix initial quota data refcountAndreas Gruenbacher2023-09-051-1/+2
* gfs2: No more quota complaints after withdrawAndreas Gruenbacher2023-09-051-3/+5
* gfs2: Factor out duplicate quota data disposal codeAndreas Gruenbacher2023-09-051-23/+24
* gfs2: Use gfs2_qd_dispose in gfs2_quota_cleanupAndreas Gruenbacher2023-09-051-22/+4
* gfs2: Fix wrong quota shrinker return valueAndreas Gruenbacher2023-09-051-2/+6
* gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher2023-09-056-8/+8
* gfs2: Rename sd_{ glock => kill }_waitAndreas Gruenbacher2023-09-053-5/+5
* gfs2: Use qd_sbd more consequentlyBob Peterson2023-09-051-11/+11
* gfs2: journal flush threshold fixes and cleanupAndreas Gruenbacher2023-09-051-18/+16
* gfs2: Fix logd wakeup on I/O errorAndreas Gruenbacher2023-09-051-0/+1
* gfs2: low-memory forced flush fixesAndreas Gruenbacher2023-09-052-6/+6
* gfs2: Switch to wait_event in gfs2_logdAndreas Gruenbacher2023-09-051-12/+5
* gfs2: conversion deadlock do_promote bypassBob Peterson2023-09-051-0/+2
* gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher2023-09-054-33/+7
* gfs2: do_promote cleanupAndreas Gruenbacher2023-09-051-6/+6
* gfs: Don't use GFP_NOFS in gfs2_unstuff_dinodeAndreas Gruenbacher2023-09-051-1/+1
* gfs2: Use mapping->gfp_mask for metadata inodesAndreas Gruenbacher2023-09-053-9/+14
* gfs2: increase usage of folio_next_index() helperMinjie Du2023-09-051-2/+1
* Merge tag 'gfs2-v6.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-082-6/+12
|\
| * gfs2: Don't use filemap_splice_readBob Peterson2023-08-071-2/+2
| * gfs2: Fix freeze consistency check in gfs2_trans_add_metaAndreas Gruenbacher2023-08-071-4/+10
* | Merge tag 'xsa432-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/x...Linus Torvalds2023-08-071-5/+10
|\ \
| * | xen/netback: Fix buffer overrun triggered by unusual packetRoss Lagerwall2023-08-031-5/+10
* | | Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-08-0712-29/+380
|\ \ \
| * | | Documentation/x86: Fix backwards on/off logic about YMM supportDave Hansen2023-08-011-1/+1
| * | | KVM: Add GDS_NO support to KVMDaniel Sneddon2023-07-212-1/+13
| * | | x86/speculation: Add Kconfig option for GDSDaniel Sneddon2023-07-212-0/+23
| * | | x86/speculation: Add force option to GDS mitigationDaniel Sneddon2023-07-213-6/+40
| * | | x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon2023-07-1910-28/+310
* | | | Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-0720-16/+521
|\ \ \ \
| * | | | x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)2023-08-072-11/+15
| * | | | x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)2023-07-291-0/+1
| * | | | x86/srso: Fix return thunks in generated codeJosh Poimboeuf2023-07-292-3/+7
| * | | | x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)2023-07-274-1/+26
| * | | | x86/srso: Add IBPBBorislav Petkov (AMD)2023-07-272-1/+24
| * | | | x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)2023-07-277-15/+39
| * | | | x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)2023-07-272-1/+13
| * | | | x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-2716-10/+422