summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nvme-6.5-2023-07-13' of git://git.infradead.org/nvme into block-6.5Jens Axboe2023-07-138-25/+89
|\
| * nvme-pci: fix DMA direction of unmapping integrity dataMing Lei2023-07-131-1/+1
| * nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesChristoph Hellwig2023-07-131-3/+33
| * nvme: ensure disabling pairs with unquiesceKeith Busch2023-07-121-8/+17
| * nvme-fc: fix race between error recovery and creating associationMichael Liang2023-07-121-5/+16
| * nvme-fc: return non-zero status code when fails to create associationMichael Liang2023-07-121-3/+15
| * nvme: fix parameter check in nvme_fault_inject_init()Minjie Du2023-07-121-1/+1
| * nvme: warn only once for legacy uuid attributeKeith Busch2023-07-121-1/+1
| * nvme: fix the NVME_ID_NS_NVM_STS_MASK definitionAnkit Kumar2023-07-101-1/+1
| * nvmet: use PAGE_SECTORS_SHIFTDamien Le Moal2023-07-102-3/+3
| * nvme: add BOGUS_NID quirk for Samsung SM953Pankaj Raghav2023-07-101-0/+2
* | blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqChengming Zhou2023-07-131-17/+30
* | block/mq-deadline: Fix a bug in deadline_from_pos()Bart Van Assche2023-07-121-1/+1
* | block: remove dead struc request->completion_data fieldJens Axboe2023-07-101-3/+3
|/
* blk-crypto: use dynamic lock class for blk_crypto_profile::lockEric Biggers2023-07-062-2/+11
* block/partition: fix signedness issue for Amiga partitionsMichael Schmitz2023-07-061-1/+1
* gup: make the stack expansion warning a bit more targetedLinus Torvalds2023-07-051-10/+41
* Revert ".gitignore: ignore *.cover and *.mbx"Linus Torvalds2023-07-051-2/+0
* Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-0420-17/+282
|\
| * kbuild: Drop -Wdeclaration-after-statementPeter Zijlstra2023-06-262-7/+1
| * locking: Introduce __cleanup() based infrastructurePeter Zijlstra2023-06-2616-1/+272
| * apparmor: Free up __cleanup() namePeter Zijlstra2023-06-261-3/+3
| * dmaengine: ioat: Free up __cleanup() namePeter Zijlstra2023-06-261-6/+6
* | afs: Fix accidental truncation when storing dataDavid Howells2023-07-041-3/+5
* | Merge tag 'ovl-update-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-044-564/+581
|\ \
| * | ovl: move all parameter handling into params.{c,h}Christian Brauner2023-07-034-564/+581
* | | Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-0419-237/+277
|\ \ \
| * | | gfs2: Add quota_change typeBob Peterson2023-07-032-11/+15
| * | | gfs2: Use memcpy_{from,to}_page where appropriateAndreas Gruenbacher2023-07-033-15/+7
| * | | gfs2: Convert remaining kmap_atomic calls to kmap_local_pageAndreas Gruenbacher2023-07-032-8/+9
| * | | gfs2: Replace deprecated kmap_atomic with kmap_local_pageDeepak R Varma2023-07-031-4/+4
| * | | gfs: Get rid of unnucessary locking in inode_go_dumpAndreas Gruenbacher2023-07-032-12/+7
| * | | gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher2023-07-034-12/+7
| * | | gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher2023-07-037-31/+17
| * | | gfs2: Rework freeze / thaw logicAndreas Gruenbacher2023-07-037-110/+178
| * | | gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher2023-06-154-7/+7
| * | | gfs2: Reconfiguring frozen filesystem already rejectedAndreas Gruenbacher2023-06-151-7/+0
| * | | gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher2023-06-155-11/+12
| * | | gfs2: Rename the {freeze,thaw}_super callbacksAndreas Gruenbacher2023-06-152-7/+7
| * | | gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher2023-06-155-9/+9
| * | | gfs2: retry interrupted internal readsAndreas Gruenbacher2023-06-131-4/+7
| * | | gfs2: Fix possible data races in gfs2_show_options()Tuo Li2023-06-131-11/+15
| * | | gfs2: Fix duplicate should_fault_in_pages() callBob Peterson2023-06-121-1/+1
| * | | gfs2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-122-1/+3
| * | | gfs2: Don't remember delete unless it's successfulBob Peterson2023-06-061-3/+3
| * | | gfs2: Update rl_unlinked before releasing rgrp lockBob Peterson2023-06-061-1/+1
| * | | gfs2: Fix gfs2_qa_get imbalance in gfs2_quota_holdBob Peterson2023-06-061-0/+1
| * | | gfs2: ignore rindex_update failure in dinode_deallocBob Peterson2023-06-061-3/+1
| * | | gfs2: fix minor comment typosBob Peterson2023-06-061-2/+2
| * | | gfs2: simplify gdlm_put_lock with out_free labelBob Peterson2023-06-061-13/+10