summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ext4: fix rec_len verify errorShida Zhang2023-09-141-11/+15
| * | | | ext4: do not let fstrim block system suspendJan Kara2023-09-141-2/+10
| * | | | ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara2023-09-141-21/+25
| * | | | jbd2: Fix memory leak in journal_init_common()Li Zetao2023-09-141-0/+2
| * | | | jbd2: Remove page size assumptionsRitesh Harjani (IBM)2023-09-072-18/+10
| * | | | buffer: Make bh_offset() work for compound pagesMatthew Wilcox (Oracle)2023-09-071-1/+4
* | | | | Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-172-2/+2
|\ \ \ \ \
| * | | | | kbuild: avoid long argument lists in make modules_installMichal Kubecek2023-09-141-1/+1
| * | | | | kbuild: fix kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada2023-09-141-1/+1
| | |/ / / | |/| | |
* | | | | vm: fix move_vma() memory accounting being offLinus Torvalds2023-09-171-1/+1
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-09-1621-107/+112
|\ \ \ \ \
| * | | | | scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rportsJustin Tee2023-09-142-8/+19
| * | | | | scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmoJustin Tee2023-09-141-1/+1
| * | | | | scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan2023-09-141-7/+7
| * | | | | scsi: target: core: Fix target_cmd_counter leakDavid Disseldorp2023-09-141-0/+1
| * | | | | scsi: pm8001: Setup IRQs on resumeDamien Le Moal2023-09-141-34/+17
| * | | | | scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...Michal Grzedzicki2023-09-141-0/+2
| * | | | | scsi: pm80xx: Use phy-specific SAS address when sending PHY_START commandMichal Grzedzicki2023-09-142-2/+2
| * | | | | Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen2023-09-1414-55/+63
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC commandKiwoong Kim2023-09-051-1/+6
| | * | | | scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lockKiwoong Kim2023-09-051-5/+1
| | * | | | scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan2023-09-052-3/+14
| | * | | | scsi: target: Replace strlcpy() with strscpy()Azeem Shaikh2023-09-051-12/+12
| | * | | | scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan2023-09-051-3/+3
| | * | | | scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali2023-09-054-8/+7
| | * | | | scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali2023-09-052-8/+8
| | * | | | scsi: ppa: Fix accidentally reversed conditions for 16-bit and 32-bit EPPAlex Henrie2023-09-051-2/+2
| | * | | | scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2023-09-052-13/+10
* | | | | | Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-168-40/+63
|\ \ \ \ \ \
| * | | | | | ata: libata-core: fetch sense data for successful commands iff CDL enabledNiklas Cassel2023-09-161-5/+2
| * | | | | | ata: libata-eh: do not thaw the port twice in ata_eh_reset()Niklas Cassel2023-09-161-3/+0
| * | | | | | ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()Niklas Cassel2023-09-161-10/+3
| * | | | | | ata: pata_parport: Fix code style issuesDamien Le Moal2023-09-151-5/+4
| * | | | | | ata: libahci: clear pending interrupt statusSzuying Chen2023-09-151-12/+23
| * | | | | | ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()Christophe JAILLET2023-09-111-2/+2
| * | | | | | ata: libata: disallow dev-initiated LPM transitions to unsupported statesNiklas Cassel2023-09-113-3/+29
| |/ / / / /
* | | | | | Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-161-0/+3
|\ \ \ \ \ \
| * | | | | | usb: typec: ucsi: Fix NULL pointer dereferenceHeikki Krogerus2023-09-111-0/+3
| |/ / / / /
* | | | | | Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-162-0/+3
|\ \ \ \ \ \
| * | | | | | Documentation: embargoed-hardware-issues.rst: Add myself for RISC-VPalmer Dabbelt2023-09-131-0/+1
| * | | | | | driver core: return an error when dev_set_name() hasn't happenedAndy Shevchenko2023-09-121-0/+2
| |/ / / / /
* | | | | | Merge tag 'char-misc-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-161-68/+35
|\ \ \ \ \ \
| * | | | | | Revert "comedi: add HAS_IOPORT dependencies"Ian Abbott2023-09-121-68/+35
| |/ / / / /
* | | | | | Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-166-16/+11
|\ \ \ \ \ \
| * | | | | | i2c: cadence: Fix the kernel-doc warningsShubhrajyoti Datta2023-09-131-0/+1
| * | | | | | i2c: aspeed: Reset the i2c controller when timeout occursTommy Huang2023-09-131-2/+5
| * | | | | | i2c: I2C_MLXCPLD on ARM64 should depend on ACPIGeert Uytterhoeven2023-09-131-2/+2
| * | | | | | i2c: Make I2C_ATR invisibleGeert Uytterhoeven2023-09-131-1/+1
| * | | | | | i2c: Drop legacy callback .probe_new()Uwe Kleine-König2023-09-131-10/+1
| * | | | | | w1: ds2482: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König2023-09-131-1/+1
| |/ / / / /