Linux IDE
[Prev Page][Next Page]
Re: [PATCH RFC 00/15] Zero ****s, hugload of hugs <3,
David Miller
Re: [PATCH RFC 00/15] Zero ****s, hugload of hugs <3,
Jarkko Sakkinen
Re: [PATCH RFC 00/15] Zero ****s, hugload of hugs <3,
John Paul Adrian Glaubitz
Re: [PATCH RFC 00/15] Zero ****s, hugload of hugs <3,
Matthias Brugger
Re: [PATCH RFC 00/15] Zero ****s, hugload of hugs <3,
Jarkko Sakkinen
[PATCH RFC 07/15] ide: replace **** with a hug,
Jarkko Sakkinen
block layer API for file system creation - when to use multidisk mode,
Ric Wheeler
[PATCH v2 0/6] Bring suspend to RAM support to MVEBU SATA,
Miquel Raynal
[PATCH] ata: read ->revision before dropping pci_device reference,
Pan Bian
[PATCH] sis5513: fix potential use after free,
Pan Bian
[PATCH] sata_rcar: fix deferred probing,
Sergei Shtylyov
[PATCH 0/7] Bring suspend to RAM support to MVEBU SATA,
Miquel Raynal
[PATCH] ide-atapi: Check for blk_mq_alloc_request() errors,
Dan Carpenter
[PATCH v2] ata: pata_macio: add of_node_put(),
Yangtao Li
[PATCH] ata: pata_macio: add of_node_put(),
Yangtao Li
[PATCH] ide: pmac: add of_node_put(),
Yangtao Li
[PATCH] ata: rb532_cf: Convert to use GPIO descriptors,
Linus Walleij
[PATCH v7] scsi: Add hwmon support for SMART temperature sensors,
Linus Walleij
[PATCH] ata: Fix racy link clearance,
Takashi Iwai
[PATCH] ata: sata_highbank: Convert to use GPIO descriptors,
Linus Walleij
[PATCH] ata: pxa: Drop <linux/gpio.h> include,
Linus Walleij
[PATCH] ata: palmld: Convert to GPIO descriptors,
Linus Walleij
[PATCH v6 RESEND] scsi: Add hwmon support for SMART temperature sensors,
Linus Walleij
remove the legacy BLKPREP_* values,
Christoph Hellwig
- [PATCH 1/7] ide: cleanup ->prep_rq calling convention,
Christoph Hellwig
- [PATCH 2/7] scsi: simplify scsi_prep_state_check,
Christoph Hellwig
- [PATCH 3/7] scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmnd,
Christoph Hellwig
- [PATCH 4/7] scsi: clean up error handling in scsi_init_io,
Christoph Hellwig
- [PATCH 5/7] scsi: return blk_status_t from scsi_init_io and ->init_command,
Christoph Hellwig
- [PATCH 6/7] scsi: return blk_status_t from device handler ->prep_fn,
Christoph Hellwig
- [PATCH 7/7] block: remove the BLKPREP_* values.,
Christoph Hellwig
- Re: remove the legacy BLKPREP_* values,
Jens Axboe
- Re: remove the legacy BLKPREP_* values,
Jens Axboe
[PATCH] sata_rcar: convert to SPDX identifiers,
Kuninori Morimoto
[PATCH] MAINTAINERS: Fix remaining pointers to obsolete libata.git,
Geert Uytterhoeven
[PATCH v3 1/4] Allow system to allocate IRQ 0 to ATA devices,
Chaohong guo
[PATCH libata v2] Allow system to allocate IRQ 0 to ATA devices,
Chaohong guo
[PATCHSET v3 0/30] blk-mq driver conversions and legacy path removal,
Jens Axboe
- [PATCH 01/30] sunvdc: convert to blk-mq,
Jens Axboe
- [PATCH 02/30] ms_block: convert to blk-mq,
Jens Axboe
- [PATCH 03/30] mspro_block: convert to blk-mq,
Jens Axboe
- [PATCH 04/30] ide: convert to blk-mq,
Jens Axboe
- [PATCH 05/30] blk-mq: remove the request_list usage,
Jens Axboe
- [PATCH 06/30] blk-mq: remove legacy check in queue blk_freeze_queue(),
Jens Axboe
- [PATCH 07/30] blk-mq: provide mq_ops->busy() hook,
Jens Axboe
- [PATCH 08/30] scsi: provide mq_ops->busy() hook,
Jens Axboe
- [PATCH 10/30] block: remove q->lld_busy_fn(),
Jens Axboe
- [PATCH 09/30] scsi: kill off the legacy IO path,
Jens Axboe
- [PATCH 11/30] dasd: remove dead code,
Jens Axboe
- [PATCH 12/30] bsg: pass in desired timeout handler,
Jens Axboe
- [PATCH 13/30] bsg: provide bsg_remove_queue() helper,
Jens Axboe
- [PATCH 14/30] bsg: convert to use blk-mq,
Jens Axboe
- [PATCH 15/30] block: remove blk_complete_request(),
Jens Axboe
- [PATCH 16/30] blk-wbt: kill check for legacy queue type,
Jens Axboe
- [PATCH 17/30] blk-cgroup: remove legacy queue bypassing,
Jens Axboe
- [PATCH 18/30] block: remove legacy rq tagging,
Jens Axboe
- [PATCH 19/30] block: remove non mq parts from the flush code,
Jens Axboe
- [PATCH 22/30] block: remove __blk_put_request(),
Jens Axboe
- [PATCH 21/30] block: remove dead elevator code,
Jens Axboe
- [PATCH 20/30] block: remove legacy IO schedulers,
Jens Axboe
- [PATCH 23/30] block: kill legacy parts of timeout handling,
Jens Axboe
- [PATCH 24/30] bsg: move bsg-lib parts outside of request queue,
Jens Axboe
- [PATCH 25/30] block: remove request_list code,
Jens Axboe
- [PATCH 26/30] block: kill request slab cache,
Jens Axboe
- [PATCH 27/30] block: remove req_no_special_merge() from merging code,
Jens Axboe
- [PATCH 28/30] blk-merge: kill dead queue lock held check,
Jens Axboe
- [PATCH 29/30] block: get rid of blk_queued_rq(),
Jens Axboe
- [PATCH 30/30] block: get rid of q->softirq_done_fn(),
Jens Axboe
- Re: [PATCHSET v3 0/30] blk-mq driver conversions and legacy path removal,
Ming Lei
- Re: [PATCHSET v3 0/30] blk-mq driver conversions and legacy path removal,
Omar Sandoval
[PATCH v6] scsi: Add hwmon support for SMART temperature sensors,
Linus Walleij
[PATCHSET v2 0/29] blk-mq driver conversions and legacy path removal,
Jens Axboe
- [PATCH 01/29] sunvdc: convert to blk-mq,
Jens Axboe
- [PATCH 02/29] ms_block: convert to blk-mq,
Jens Axboe
- [PATCH 03/29] mspro_block: convert to blk-mq,
Jens Axboe
- [PATCH 04/29] ide: convert to blk-mq,
Jens Axboe
- [PATCH 05/29] blk-mq: remove the request_list usage,
Jens Axboe
- [PATCH 06/29] blk-mq: remove legacy check in queue blk_freeze_queue(),
Jens Axboe
- [PATCH 07/29] blk-mq: provide mq_ops->busy() hook,
Jens Axboe
- [PATCH 08/29] scsi: provide mq_ops->busy() hook,
Jens Axboe
- [PATCH 09/29] scsi: kill off the legacy IO path,
Jens Axboe
- [PATCH 10/29] block: remove q->lld_busy_fn(),
Jens Axboe
- [PATCH 11/29] dasd: remove dead code,
Jens Axboe
- [PATCH 12/29] bsg: pass in desired timeout handler,
Jens Axboe
- [PATCH 13/29] bsg: provide bsg_remove_queue() helper,
Jens Axboe
- [PATCH 14/29] bsg: convert to use blk-mq,
Jens Axboe
- [PATCH 15/29] block: remove blk_complete_request(),
Jens Axboe
- [PATCH 17/29] blk-cgroup: remove legacy queue bypassing,
Jens Axboe
- [PATCH 18/29] block: remove legacy rq tagging,
Jens Axboe
- [PATCH 19/29] block: remove non mq parts from the flush code,
Jens Axboe
- [PATCH 16/29] blk-wbt: kill check for legacy queue type,
Jens Axboe
- [PATCH 22/29] block: remove __blk_put_request(),
Jens Axboe
- [PATCH 20/29] block: remove legacy IO schedulers,
Jens Axboe
- [PATCH 21/29] block: remove dead elevator code,
Jens Axboe
- [PATCH 23/29] block: kill legacy parts of timeout handling,
Jens Axboe
- [PATCH 26/29] block: kill request slab cache,
Jens Axboe
- [PATCH 24/29] bsg: move bsg-lib parts outside of request queue,
Jens Axboe
- [PATCH 25/29] block: remove request_list code,
Jens Axboe
- [PATCH 27/29] block: remove req_no_special_merge() from merging code,
Jens Axboe
- [PATCH 28/29] blk-merge: kill dead queue lock held check,
Jens Axboe
- [PATCH 29/29] block: get rid of blk_queued_rq(),
Jens Axboe
[PATCH] Malformatted switch statment,
Joris Gutjahr
[PATCHSET 0/28] blk-mq driver conversions and legacy path removal,
Jens Axboe
- [PATCH 02/28] ms_block: convert to blk-mq,
Jens Axboe
- [PATCH 01/28] sunvdc: convert to blk-mq,
Jens Axboe
- [PATCH 03/28] mspro_block: convert to blk-mq,
Jens Axboe
- [PATCH 04/28] ide: convert to blk-mq,
Jens Axboe
- [PATCH 05/28] IB/srp: remove old request_fn_active check,
Jens Axboe
- [PATCH 06/28] blk-mq: remove the request_list usage,
Jens Axboe
- [PATCH 07/28] blk-mq: remove legacy check in queue blk_freeze_queue(),
Jens Axboe
- [PATCH 08/28] scsi: kill off the legacy IO path,
Jens Axboe
- [PATCH 09/28] dm: remove legacy IO path,
Jens Axboe
- [PATCH 10/28] dasd: remove dead code,
Jens Axboe
- [PATCH 11/28] bsg: pass in desired timeout handler,
Jens Axboe
- [PATCH 12/28] bsg: provide bsg_remove_queue() helper,
Jens Axboe
- [PATCH 13/28] bsg: convert to use blk-mq,
Jens Axboe
- [PATCH 14/28] block: remove blk_complete_request(),
Jens Axboe
- [PATCH 15/28] blk-wbt: kill check for legacy queue type,
Jens Axboe
- [PATCH 16/28] blk-cgroup: remove legacy queue bypassing,
Jens Axboe
- [PATCH 17/28] block: remove legacy rq tagging,
Jens Axboe
- [PATCH 18/28] block: remove non mq parts from the flush code,
Jens Axboe
- [PATCH 21/28] block: remove __blk_put_request(),
Jens Axboe
- [PATCH 20/28] block: remove dead elevator code,
Jens Axboe
- [PATCH 19/28] block: remove legacy IO schedulers,
Jens Axboe
- [PATCH 23/28] block: kill lld busy,
Jens Axboe
- [PATCH 25/28] block: kill request slab cache,
Jens Axboe
- [PATCH 24/28] block: remove request_list code,
Jens Axboe
- [PATCH 22/28] block: kill legacy parts of timeout handling,
Jens Axboe
- [PATCH 26/28] block: remove req_no_special_merge() from merging code,
Jens Axboe
- [PATCH 27/28] blk-merge: kill dead queue lock held check,
Jens Axboe
- [PATCH 28/28] block: get rid of blk_queued_rq(),
Jens Axboe
- Re: [PATCHSET 0/28] blk-mq driver conversions and legacy path removal,
Bart Van Assche
- Re: [PATCHSET 0/28] blk-mq driver conversions and legacy path removal,
Ming Lei
[PATCH] Allow system to allocate IRQ 0 to ATA devices,
Chaohong guo
[PATCH v3 0/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64,
Corentin Labbe
[GIT PULL] libata changes for 4.20,
Jens Axboe
[PATCH 0/1] ata: simplify getting .driver_data,
Wolfram Sang
[PATCH] scsi/ata: Use unsigned int for cmd's type in ioctls in scsi_host_template,
Nathan Chancellor
[PATCH] ata: add Buddha PATA controller driver,
Bartlomiej Zolnierkiewicz
[PATCH] ata: remove redundant 'default n' from Kconfig,
Bartlomiej Zolnierkiewicz
[PATCH v5] scsi: Add hwmon support for SMART temperature sensors,
Linus Walleij
[PATCH] ata: ep93xx: Use proper enums for directions,
Nathan Chancellor
[PATCH v2 0/4] AHCI support for BCM63138,
Florian Fainelli
[PATCH] ata_piix: remove open-coded dmi_match(DMI_OEM_STRING),
Michał Mirosław
Fwd: Kernel spamming errors to log file at about 1.2 MB per second, rendering my system inoperable,
Linus Torvalds
[PATCH v2 0/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64,
Corentin Labbe
libata-core WARNING during boot,
Randy Dunlap
[PATCH 0/9] AHCI and SATA PHY support for BCM63138,
Florian Fainelli
- [PATCH 1/9] dt-bindings: phy: Document BCM63138 compatible string,
Florian Fainelli
- [PATCH 2/9] phy: brcm-sata: allow PHY_BRCM_SATA driver to be built for DSL SoCs,
Florian Fainelli
- [PATCH 5/9] ata: sata_brcmstb: Allow optional reset controller to be used,
Florian Fainelli
- [PATCH 7/9] ata: ahci_brcm: Allow using driver or DSL SoCs,
Florian Fainelli
- [PATCH 8/9] ARM: dts: BCM63xx: enable SATA PHY and AHCI controller,
Florian Fainelli
- [PATCH 9/9] ARM: bcm63138: Enable SATA AHCI and PHY,
Florian Fainelli
- [PATCH 6/9] ata: ahci_brcmstb: Match 63138 compatible strings,
Florian Fainelli
- [PATCH 2/9] phy: broadcom: allow PHY_BRCM_SATA driver to be built for DSL SoCs,
Florian Fainelli
- [PATCH 4/9] dt-bindings: ata: Document BCM63138 compatible string,
Florian Fainelli
- [PATCH 3/9] phy: brcm-sata: Add BCM63138 (DSL) PHY init sequence,
Florian Fainelli
- [PATCH 5/9] ata: ahci_brcm: Allow optional reset controller to be used,
Florian Fainelli
- [PATCH 6/9] ata: ahci_brcm: Match BCM63138 compatible strings,
Florian Fainelli
- Re: [PATCH 0/9] AHCI and SATA PHY support for BCM63138,
Florian Fainelli
[PATCH] libata: mask swap internal and hardware tag,
Jens Axboe
[PATCH 0/2] Add support per ATA port ledtrigger on armada 38x,
Aditya Prayoga
Re: [PATCH 4/5] scsi: libsas: check the ata device status by ata_dev_enabled(),
John Garry
[PATCH] IDE: ide-dma: fix coding style issues with spaces,
Romain Aviolat
[PATCH v4] libata: Add hwmon support for SMART temperature sensors,
Linus Walleij
[PATCH v2 07/17] compat_ioctl: move tape handling into drivers,
Arnd Bergmann
[PATCH] pata_atiixp: Remove unnecessary parentheses,
Nathan Chancellor
Subsystem responsible for /proc/diskstats timings?,
Klaus Kusche
[PATCH 11/11] compat_ioctl: move tape handling into drivers,
Arnd Bergmann
[PATCH 0/5] introduce setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 functions,
Corentin Labbe
[PATCH v3] ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA,
Suman Tripathi
[PATCH v2] ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA,
Suman Tripathi
Re: [PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/,
Paul Moore
[PATCH v5 0/9] ata: ahci_platform: support allwinner R40 AHCI,
Corentin Labbe
- [PATCH v5 6/9] ata: ahci_sunxi: add support for r40,
Corentin Labbe
- [PATCH v5 7/9] dt-bindings: ata: update ahci_sunxi bindings,
Corentin Labbe
- [PATCH v5 8/9] ARM: dts: sun8i: r40: add sata node,
Corentin Labbe
- [PATCH v5 9/9] ARM: dts: sun8i: sun8i-r40-bananapi-m2-ultra: enable AHCI,
Corentin Labbe
- [PATCH v5 5/9] dt-bindings: ata: ahci-platform: document phy-supply,
Corentin Labbe
- [PATCH v5 4/9] ata: ahci_platform: add support for PHY controller regulator,
Corentin Labbe
- [PATCH v5 1/9] dt-bindings: ata: ahci-platform: fix indentation of target-supply,
Corentin Labbe
- [PATCH v5 2/9] ata: ahci_platform: add support for AHCI controller regulator,
Corentin Labbe
- [PATCH v5 3/9] dt-bindings: ata: ahci-platform: document ahci-supply,
Corentin Labbe
- Re: [PATCH v5 0/9] ata: ahci_platform: support allwinner R40 AHCI,
Maxime Ripard
- Re: [PATCH v5 0/9] ata: ahci_platform: support allwinner R40 AHCI,
Jens Axboe
[PATCH v4 00/13] ata: ahci_platform: support allwinner R40 AHCI,
Corentin Labbe
- [PATCH v4 09/13] ARM: dts: sun8i: r40: add sata node,
Corentin Labbe
- [PATCH v4 03/13] dt-bindings: ata: ahci-platform: document ahci-supply,
Corentin Labbe
- [PATCH v4 05/13] dt-bindings: phy: document sun4i-a10-sata-phy,
Corentin Labbe
- [PATCH v4 06/13] dt-bindings: ata: update ahci_sunxi bindings,
Corentin Labbe
- [PATCH v4 07/13] ata: ahci_sunxi: Bypass PHY init when using the new binding,
Corentin Labbe
- [PATCH v4 08/13] ata: ahci_sunxi: add support for r40,
Corentin Labbe
- [PATCH v4 10/13] ARM: dts: sun8i: sun8i-r40-bananapi-m2-ultra: enable AHCI,
Corentin Labbe
- [PATCH v4 11/13] ARM: dts: sun7i: a20: add sata-port/sata-phy nodes,
Corentin Labbe
- [PATCH v4 12/13] ARM: dts: sun4i: a10: add sata-port/sata-phy nodes,
Corentin Labbe
- [PATCH v4 13/13 DONOTMERGE] ata: ahci_sunxi: remove PHY code,
Corentin Labbe
- [PATCH v4 04/13] phy: Add sun4i-a10-phy-sata driver,
Corentin Labbe
- [PATCH v4 02/13] ata: ahci_platform: add support for AHCI controller regulator,
Corentin Labbe
- [PATCH v4 01/13] dt-bindings: ata: ahci-platform: fix indentation of target-supply,
Corentin Labbe
- Re: [PATCH v4 00/13] ata: ahci_platform: support allwinner R40 AHCI,
Hans de Goede
- Re: [PATCH v4 00/13] ata: ahci_platform: support allwinner R40 AHCI,
Jens Axboe
[PATCH v3] libata: Add hwmon support for SMART temperature sensors,
Linus Walleij
Reminder: Alpine Linux Persistence and Storage Summit happens soon,
Richard Weinberger
[PATCH] ata: ahci: Convert to using %pOFn instead of device_node.name,
Rob Herring
[PATCH] ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA,
Suman Tripathi
[PATCH] Fix up libata MAINTAINERS entry,
Jens Axboe
[ANNOUNCE] Jens is the new libata maintainer,
Tejun Heo
[PATCH] MAINTAINERS: libata pata: fix Jens Axboe's email address,
Baruch Siach
[PATCH v2] libata: Add hwmon support for SMART temperature sensors,
Linus Walleij
[PATCH] libata: Use SMART LBAM password defines,
Linus Walleij
[PATCH v1] libata: Add hwmon support for SMART temperature sensors,
Linus Walleij
[GIT PULL] libata changes for v4.19-rc1,
Tejun Heo
[PATCH] libata: Add missing newline at end of file,
Geert Uytterhoeven
[PATCH v2 0/3] ata: ahci-platform: add reset control support except for existing drivers,
Kunihiko Hayashi
[PATCH 00/14] ata: ahci-platform: add reset control support except for existing drivers,
Kunihiko Hayashi
- [PATCH 04/14] ata: ahci_da850: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 11/14] ata: ahci_st: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 14/14] ata: ahci_xgene: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 13/14] ata: ahci_tegra: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 09/14] ata: ahci_qoriq: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 05/14] ata: ahci_dm816: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 01/14] ata: ahci-platform: add reset control support and the flag to specify using reset,
Kunihiko Hayashi
- [PATCH 06/14] ata: ahci_imx: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 12/14] ata: ahci_sunxi: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 07/14] ata: ahci_brcm: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 10/14] ata: ahci_seattle: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 08/14] ata: ahci_mvebu: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 02/14] ata: ahci_brcm: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- [PATCH 03/14] ata: ahci_ceva: add second argument of ahci_platform_get_resources(),
Kunihiko Hayashi
- Re: [PATCH 00/14] ata: ahci-platform: add reset control support except for existing drivers,
Hans de Goede
[PATCHv2] ide: Use NULL to compare with pointer-typed value rather than 0,
zhong jiang
[PATCH] pata_pxa.c: fix missing return value check of devm_ioremap(),
Jiecheng Wu
[PATCH] ide: Use NULL to compare with pointer-typed value rather than 0,
zhong jiang
[Regression] libata: sata_down_spd_limit should return if driver has not recorded sstatus speed,
Joseph Salisbury
[PATCH] RFC: libata: Add hwmon support for SMART temperature sensors,
Linus Walleij
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]