summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-0717-82/+115
* xfs: pass perag to xfs_alloc_read_agflDave Chinner2022-07-074-19/+20
* xfs: pass perag to xfs_alloc_put_freelistDave Chinner2022-07-075-18/+10
* xfs: pass perag to xfs_alloc_get_freelistDave Chinner2022-07-075-22/+13
* xfs: pass perag to xfs_read_agfDave Chinner2022-07-072-16/+14
* xfs: pass perag to xfs_read_agiDave Chinner2022-07-074-43/+40
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-0720-83/+70
* xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-077-41/+19
* xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner2022-07-077-36/+31
* xfs: kill xfs_ialloc_pagi_init()Dave Chinner2022-07-073-36/+16
* xfs: make last AG grow/shrink perag centricDave Chinner2022-07-074-41/+40
* xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong2022-07-011-2/+7
* xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong2022-06-291-0/+2
* xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong2022-06-295-65/+12
* xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong2022-06-291-9/+17
* xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong2022-06-261-19/+26
* xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong2022-06-261-1/+19
* xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia2022-06-261-2/+2
* xfs: factor out the common lock flags assertKaixu Xia2022-06-261-37/+23
* xfs: introduce xfs_inodegc_push()Dave Chinner2022-06-235-10/+28
* xfs: bound maximum wait time for inodegc workDave Chinner2022-06-233-16/+24
* xfs: preserve DIFLAG2_NREXT64 when setting other inode attributesDarrick J. Wong2022-06-151-1/+2
* xfs: fix variable state usageDarrick J. Wong2022-06-151-2/+1
* xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong2022-06-156-22/+34
* Linux 5.19-rc2v5.19-rc2Linus Torvalds2022-06-121-1/+1
* Merge tag 'platform-drivers-x86-v5.19-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-06-128-14/+35
|\
| * platform/x86/intel: hid: Add Surface Go to VGBS allow listDuke Lee2022-06-121-0/+6
| * platform/x86: hp-wmi: Use zero insize parameter only when supportedBedant Patnaik2022-06-121-8/+15
| * platform/x86: hp-wmi: Resolve WMI query failures on some devicesJorge Lopez2022-06-121-2/+4
| * platform/x86: gigabyte-wmi: Add support for B450M DS3H-CFAugust Wikerfors2022-06-101-0/+1
| * platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4 supportPiotr Chmura2022-06-101-0/+1
| * platform/x86: barco-p50-gpio: Add check for platform_driver_registerJiasheng Jiang2022-06-101-1/+4
| * platform/x86/intel: pmc: Support Intel Raptorlake PGeorge D Sworo2022-06-101-0/+1
| * platform/x86/intel: Fix pmt_crashlog array referenceDavid Arcari2022-06-101-1/+1
| * platform/mellanox: Add static in struct declaration.Michael Shych2022-06-101-1/+1
| * platform/mellanox: Spelling s/platfom/platform/Geert Uytterhoeven2022-06-101-1/+1
* | Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-123-17/+73
|\ \
| * | workqueue: Switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer2022-06-111-1/+1
| * | workqueue: Fix type of cpu in trace eventWonhyuk Yang2022-06-071-4/+4
| * | workqueue: Wrap flush_workqueue() using a macroTetsuo Handa2022-06-072-12/+68
* | | Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-125-23/+40
|\ \ \
| * | | scripts/gdb: change kernel config dumping methodKuan-Ying Lee2022-06-111-3/+3
| * | | scripts/check-local-export: avoid 'wait $!' for process substitutionMasahiro Yamada2022-06-102-15/+33
| * | | scripts/nsdeps: adjust to the format change of *.mod filesMasahiro Yamada2022-06-081-3/+2
| * | | kbuild: avoid regex RS for POSIX awkKevin Locke2022-06-081-2/+2
| | |/ | |/|
* | | Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-06-126-14/+29
|\ \ \
| * | | cifs: populate empty hostnames for extra channelsShyam Prasad N2022-06-102-1/+8
| * | | cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-061-0/+3
| * | | cifs: fix reconnect on smb3 mount typesPaulo Alcantara2022-06-063-13/+18
| |/ /
* | | Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-129-62/+71
|\ \ \