linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-02 16:32:53 to 2020-09-21 07:20:50 UTC [more...]

remove blkdev_get as a public API v2
 2020-09-21  7:19 UTC  (7+ messages)
` [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk
` [PATCH 02/14] block: cleanup partition scanning in register_disk
` [PATCH 03/14] block: cleanup blkdev_bszset
` [PATCH 05/14] pktcdvd: use blkdev_get_by_dev instead of open coding it
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode
` [PATCH 12/14] mm: split swap_type_of

[PATCH 00/20] Add support for SATA/PCIe/USB2[3]/VIN/CSI on R8A774E1
 2020-09-20 14:08 UTC  (11+ messages)
` [PATCH 01/20] dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1
` [PATCH 03/20] dt-bindings: ata: renesas,rcar-sata: Add r8a774e1 support
` [PATCH 07/20] dt-bindings: usb: renesas,usb3-peri: Document "
` [PATCH 11/20] dt-bindings: usb: renesas,usbhs: Add "

remove blkdev_get as a public API
 2020-09-19  9:06 UTC  (22+ messages)
` [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk
` [PATCH 02/14] block: switch register_disk to use blkdev_get_by_dev
` [PATCH 03/14] block: cleanup blkdev_bszset
` [PATCH 04/14] pktcdvd: remove the if 0'ed pkt_start_recovery function
` [PATCH 05/14] pktcdvd: use blkdev_get_by_dev instead of open coding it
` [PATCH 06/14] zram: cleanup backing_dev_store
` [PATCH 07/14] raw: don't keep unopened block device around
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions
` [PATCH 09/14] ocfs2: cleanup o2hb_region_dev_store
` [PATCH 10/14] mm: cleanup claim_swapfile
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode
` [PATCH 12/14] mm: split swap_type_of
` [PATCH 13/14] PM: mm: cleanup swsusp_swap_check
` [PATCH 14/14] block: mark blkdev_get static

[PATCH -next] ide: add the return pointer check for plat_ide_probe
 2020-09-18 12:56 UTC 

[PATCH -next] ata: pata_octeon_cf: indicate correct error reason in octeon_cf_probe
 2020-09-18  9:43 UTC 

[PATCH -next] ide: Fix symbol undeclared warnings
 2020-09-18  6:26 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 024/330] ata: sata_mv, avoid trigerrable BUG_ON
 2020-09-18  1:56 UTC 

[PATCH AUTOSEL 4.19 012/206] ata: sata_mv, avoid trigerrable BUG_ON
 2020-09-18  2:04 UTC 

[PATCH AUTOSEL 4.14 007/127] ata: sata_mv, avoid trigerrable BUG_ON
 2020-09-18  2:10 UTC 

[PATCH AUTOSEL 4.9 05/90] ata: sata_mv, avoid trigerrable BUG_ON
 2020-09-18  2:13 UTC 

[PATCH AUTOSEL 4.4 05/64] ata: sata_mv, avoid trigerrable BUG_ON
 2020-09-18  2:15 UTC 

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (18+ messages)
` [Intel-gfx] "
` [oss-drivers] "

[PATCH v1] ata: ahci_brcm: Fix use of BCM7216 reset controller
 2020-09-17 18:02 UTC  (3+ messages)

[PATCH v3] ata: sata_rcar: Fix DMA boundary mask
 2020-09-17 13:09 UTC 

[PATCH -next] ata: ahci_brcm: use devm_platform_ioremap_resource_byname
 2020-09-17  9:08 UTC 

[PATCH RFC] ata: sata-rcar: Fix .dma_boundary for WRITE DMA EXT timeout issue
 2020-09-17  8:20 UTC  (6+ messages)

[PATCH v2] ide/macide: Convert Mac IDE driver to platform driver
 2020-09-15 22:56 UTC  (5+ messages)

[PATCH 0/2] ata: ahci: ceva: Update the driver to support xilinx GT phy
 2020-09-15  6:40 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: ata: achi: ceva: Update documentation for CEVA Controller

clean up is partition checks
 2020-09-15  5:45 UTC  (15+ messages)
` [PATCH 1/9] Documentation/hdio: fix up obscure bd_contains references
` [PATCH 2/9] block: add a bdev_is_partition helper
` [PATCH 3/9] md: compare bd_disk instead of bd_contains
` [PATCH 4/9] md: don't detour through bd_contains for the gendisk
` [PATCH 5/9] drbd: "
` [PATCH 6/9] drbd: don't set ->bd_contains
` [PATCH 7/9] target/iblock: fix holder printing in iblock_show_configfs_dev_params
` [PATCH 8/9] block: use bd_partno in bdevname
` [PATCH 9/9] vsprintf: use bd_partno in bdev_name

[PATCH -next] ata: pata_samsung_cf: simplify the return expression of pata_s3c_wait_after_reset()
 2020-09-15  3:26 UTC 

[PATCH v3] ide/macide: Convert Mac IDE driver to platform driver
 2020-09-15  1:17 UTC 

[PATCH] ata: pata_ns87415.c: Driver works on parisc with superio chip
 2020-09-12 10:51 UTC 

[PATCH] ide/macide: Convert Mac IDE driver to platform driver
 2020-09-11 23:07 UTC  (8+ messages)

[Spam] We are still waiting for your email
 2020-09-09  8:49 UTC 

rework check_disk_change() v2
 2020-09-10 15:54 UTC  (44+ messages)
` [PATCH 01/19] block: add a bdev_check_media_change helper
` [PATCH 02/19] amiflop: use bdev_check_media_change
` [PATCH 03/19] ataflop: "
` [PATCH 04/19] floppy: "
` [PATCH 05/19] swim: "
` [PATCH 06/19] swim: simplify media change handling
` [PATCH 07/19] swim3: use bdev_check_media_changed
` [PATCH 08/19] xsysace: use bdev_check_media_change
` [PATCH 09/19] xsysace: simplify media change handling
` [PATCH 10/19] paride/pcd: use bdev_check_media_change
` [PATCH 11/19] gdrom: "
` [PATCH 12/19] ide-cd: use bdev_check_media_changed
` [PATCH 13/19] ide-cd: remove idecd_revalidate_disk
` [PATCH 14/19] ide-gd: stop using the disk events mechanism
` [PATCH 15/19] md: use bdev_check_media_change
` [PATCH 16/19] sd: "
` [PATCH 17/19] sr: "
` [PATCH 18/19] sr: simplify sr_block_revalidate_disk
` [PATCH 19/19] block: remove check_disk_change

[PATCH 00/29] treewide: Convert comma separated statements
 2020-09-09  2:09 UTC  (2+ messages)

rework check_disk_change()
 2020-09-08 14:23 UTC  (6+ messages)
` [PATCH 11/19] gdrom: use bdev_check_media_change

[GIT PULL] libata fixes for 5.9-rc4
 2020-09-04 20:49 UTC  (2+ messages)

Question on ata_gen_passthru_sense interpretation of fixed format sense buffer
 2020-09-04 17:07 UTC  (4+ messages)

simplify gendisk lookup and remove struct block_device aliases v3
 2020-09-04 10:30 UTC  (40+ messages)
` [PATCH 01/19] char_dev: replace cdev_map with an xarray
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [PATCH 03/19] block: cleanup del_gendisk a bit
` [PATCH 04/19] block: split block_class_lock
` [PATCH 05/19] block: rework requesting modules for unclaimed devices
` [PATCH 06/19] block: add an optional probe callback to major_names
` [PATCH 07/19] ide: remove ide_{,un}register_region
` [PATCH 08/19] swim: don't call blk_register_region
` [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [PATCH 11/19] loop: "
` [PATCH 12/19] md: "
` [PATCH 13/19] ide: switch to __register_blkdev for command set probing
` [PATCH 14/19] floppy: use a separate gendisk for each media format
` [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 16/19] ataflop: use a separate gendisk for each media format
` [PATCH 17/19] z2ram: reindent
` [PATCH 18/19] z2ram: use separate gendisk for the different modes
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

[libata-5.9] libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks
 2020-09-02 17:31 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).