summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Convert gfs2_aspace_writepage() to use a folioMatthew Wilcox (Oracle)2024-05-031-8/+8
* gfs2: Add a migrate_folio operation for journalled filesMatthew Wilcox (Oracle)2024-05-031-2/+2
* gfs2: Simplify gfs2_read_superMatthew Wilcox (Oracle)2024-05-021-33/+13
* gfs2: Convert gfs2_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2024-04-291-29/+30
* gfs2: gfs2_freeze_unlock cleanupAndreas Gruenbacher2024-04-294-11/+11
* gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher2024-04-241-20/+15
* gfs2: do_xmote fixesAndreas Gruenbacher2024-04-241-19/+25
* gfs2: finish_xmote cleanupAndreas Gruenbacher2024-04-241-8/+13
* gfs2: Unlock fewer glocks on unmountAndreas Gruenbacher2024-04-241-2/+8
* gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher2024-04-246-16/+57
* gfs2: Remove ill-placed consistency checkAndreas Gruenbacher2024-04-241-1/+0
* gfs2: Fix lru_count accountingAndreas Gruenbacher2024-04-241-14/+13
* gfs2: Fix "Make glock lru list scanning safer"Andreas Gruenbacher2024-04-091-11/+13
* Revert "gfs2: fix glock shrinker ref issues"Andreas Gruenbacher2024-04-091-3/+1
* gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2024-04-092-2/+3
* gfs2: Get rid of unnecessary test_and_set_bitAndreas Gruenbacher2024-04-091-1/+2
* gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lruAndreas Gruenbacher2024-04-091-2/+1
* gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher2024-04-094-14/+21
* gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdrawAndreas Gruenbacher2024-04-091-1/+1
* gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher2024-04-092-1/+6
* gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher2024-04-091-0/+3
* gfs2: Use [NO_]CREATE consistently for gfs2_glock_getAndreas Gruenbacher2024-04-091-1/+1
* gfs2: Follow-up to flag rename in sysfs status fileAndreas Gruenbacher2024-04-091-1/+1
* gfs2: Remove unnecessary gfs2_meta_check_ii argumentAndreas Gruenbacher2024-04-092-5/+5
* gfs2: Get rid of newlines in log messagesAndreas Gruenbacher2024-04-093-30/+32
* gfs2: Improve gfs2_consist_inode() usageAndrew Price2024-04-093-40/+53
* gfs2: Fix invalid metadata access in punch_holeAndrew Price2024-03-111-2/+3
* Linux 6.8v6.8Linus Torvalds2024-03-101-1/+1
* Merge tag 'trace-ring-buffer-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-104-94/+120
|\
| * tracing: Use .flush() call to wake up readersSteven Rostedt (Google)2024-03-101-6/+15
| * ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)2024-03-101-7/+23
| * ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)2024-03-101-71/+68
| * tracing: Limit trace_marker writes to just 4KSteven Rostedt (Google)2024-03-061-5/+5
| * tracing: Limit trace_seq size to just 8K and not depend on architecture PAGE_...Steven Rostedt (Google)2024-03-061-1/+7
| * tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)2024-03-061-4/+2
* | Merge tag 'phy-fixes3-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-03-101-8/+8
|\ \
| * | phy: qcom-qmp-combo: fix type-c switch registrationJohan Hovold2024-03-061-4/+4
| * | phy: qcom-qmp-combo: fix drm bridge registrationJohan Hovold2024-03-061-4/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-108-15/+120
|\ \ \
| * | | SEV: disable SEV-ES DebugSwap by defaultPaolo Bonzini2024-03-091-2/+5
| * | | Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-095-6/+28
| |\ \ \
| | * | | KVM: selftests: Add a testcase to verify GUEST_MEMFD and READONLY are exclusiveSean Christopherson2024-02-221-0/+6
| | * | | KVM: selftests: Create GUEST_MEMFD for relevant invalid flags testcasesSean Christopherson2024-02-221-1/+5
| | * | | KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMUSean Christopherson2024-02-221-1/+1
| | * | | KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIPSean Christopherson2024-02-222-3/+9
| | * | | KVM: Make KVM_MEM_GUEST_MEMFD mutually exclusive with KVM_MEM_READONLYSean Christopherson2024-02-221-1/+7
| * | | | Merge tag 'kvm-x86-fixes-6.8-2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-093-0/+78
| |\ \ \ \
| | * | | | KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changingSean Christopherson2024-02-232-0/+68
| | * | | | KVM: x86: Mark target gfn of emulated atomic instruction as dirtySean Christopherson2024-02-161-0/+10
| * | | | | KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()Sean Christopherson2024-02-231-7/+9
| | |/ / / | |/| | |