linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-08-18 06:23:43 to 2010-08-26 09:54:13 UTC [more...]

[PATCHSET 2.6.36-rc2] block, fs: replace HARDBARRIER with FLUSH/FUA
 2010-08-26  9:54 UTC  (42+ messages)
` [PATCH 01/30] ide: remove unnecessary blk_queue_flushing() test in do_ide_request()
` [PATCH 02/30] block/loop: queue ordered mode should be DRAIN_FLUSH
` [PATCH 03/30] block: kill QUEUE_ORDERED_BY_TAG
` [PATCH 04/30] block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
` [PATCH 05/30] block: remove spurious uses of REQ_HARDBARRIER
` [PATCH 06/30] block: misc cleanups in barrier code
` [PATCH 07/30] block: drop barrier ordering by queue draining
` [PATCH 08/30] block: rename blk-barrier.c to blk-flush.c
` [PATCH 09/30] block: rename barrier/ordered to flush
` [PATCH 10/30] block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests
` [PATCH 11/30] block: filter flush bio's in __generic_make_request()
` [PATCH 12/30] block: use REQ_FLUSH in blkdev_issue_flush()
` [PATCH 13/30] block: simplify queue_next_fseq
` [PATCH 14/30] block/loop: implement REQ_FLUSH/FUA support
` [PATCH 15/30] virtio_blk: drop REQ_HARDBARRIER support
` [PATCH 16/30] lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH support
` [PATCH 17/30] md: implment REQ_FLUSH/FUA support
` [PATCH 18/30] block: pass gfp_mask and flags to sb_issue_discard
` [PATCH 19/30] xfs: replace barriers with explicit flush / FUA usage
` [PATCH 20/30] btrfs: "
` [PATCH 21/30] gfs2: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] nilfs2: "
` [PATCH 24/30] jbd: "
` [PATCH 25/30] jbd2: "
` [PATCH 26/30] ext4: do not send discards as barriers
` [PATCH 27/30] fat: "
` [PATCH 28/30] swap: "
` [PATCH 29/30] block: remove the BLKDEV_IFL_BARRIER flag
` [PATCH 30/30] block: remove the BH_Eopnotsupp flag
` [PATCH 24.5/30] jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier
  ` [PATCH UPDATED "
` [PATCH] block: update documentation for REQ_FLUSH / REQ_FUA

[git patches] libata fixes
 2010-08-25 23:32 UTC 

[PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush
 2010-08-25 19:15 UTC  (59+ messages)
` [PATCH 08/11] block: rename barrier/ordered to flush
                              ` [RFC] training mpath to discern between SCSI errors (was: Re: [PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush)
                                ` [RFC] training mpath to discern between SCSI errors
                ` [dm-devel] [PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush
` [PATCH] block: simplify queue_next_fseq
  ` OT grammar nit "

[RFC PATCHSET block#for-2.6.36-post] block: convert to REQ_FLUSH/FUA
 2010-08-25 11:42 UTC  (21+ messages)
` [PATCH 2/5] virtio_blk: implement REQ_FLUSH/FUA support
  ` [PATCH 2/5 UPDATED] virtio_blk: drop REQ_HARDBARRIER support
` [PATCH 3/5] lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH/FUA support
  ` [PATCH 3/5] lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH support
` [PATCH 4/5] md: implment REQ_FLUSH/FUA support
    ` [PATCH UPDATED "
` [PATCH 5/5] dm: implement "

sata_sil boot failure with 2.6.35
 2010-08-25  8:20 UTC  (10+ messages)

promise sataII 150 TX4 issue
 2010-08-25  4:24 UTC  (2+ messages)

HDD not suspending properly / dead on resume
 2010-08-24 20:39 UTC  (10+ messages)
` [PATCH] SATA / AHCI: Do not play with the link PM during suspend to RAM

ahci port hangs while hard resetting link
 2010-08-24 20:03 UTC  (5+ messages)

[PATCH] Fix section mismatch: ata_sff_exit
 2010-08-24  8:47 UTC 

Fwd: Maybe a bug in libata-core
 2010-08-24  7:27 UTC  (7+ messages)
  ` [PATCH #upstream-fixes] libata: be less of a drama queen on empty data commands
  ` Maybe a bug in libata-core

Discard/trim/thin provisioning update
 2010-08-23 19:11 UTC  (27+ messages)
` [PATCH 1/6] libata: Signal that our SATL supports WRITE SAME(16) with UNMAP
` [PATCH 2/6] libata: Report supported TRIM payload size
` [PATCH 3/6] block: Make max_discard_sectors sector_t
` [PATCH 4/6] scsi: Fix VPD page wrapper
` [PATCH 5/6] scsi_debug: Update thin provisioning support
` [PATCH 6/6] sd: "

[PATCH] sata_mv: fix broken DSM/TRIM support
 2010-08-23 13:59 UTC  (11+ messages)
` [PATCH] sata_mv: fix broken DSM/TRIM support (v2)
    ` [PATCH] libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issue

support for drives larger than 2TiB
 2010-08-23  7:40 UTC  (4+ messages)

possible esata regression in 2.6.35
 2010-08-22 19:57 UTC  (4+ messages)

zaurus pata_pcmcia corrupted filesystem
 2010-08-21  9:51 UTC  (6+ messages)

[patch] ata/sata_dwc_460ex: signdness bug
 2010-08-21  8:43 UTC 

[PATCH] ata: Intel IDE-R support
 2010-08-20 20:06 UTC  (3+ messages)

[PATCH] ide: remove unnecessary blk_queue_flushing() test in do_ide_request()
 2010-08-20 17:31 UTC  (2+ messages)

[PATCH RFC] ata: Intel IDE-R support
 2010-08-19 18:05 UTC  (25+ messages)

[PATCH #upstream-fixes] pata_cmd64x: revert commit d62f5576
 2010-08-19 10:30 UTC  (3+ messages)

[PATCH] trivial: Use kzalloc in idedisk_prep_fn
 2010-08-19  8:55 UTC  (2+ messages)

[PATCH #upstream] libata-transport: Fix compilation error on powerpc
 2010-08-19  2:37 UTC 

[PATCH] V2 2.6.35 libata support for > 512 byte sectors (e.g. 4K Native)
 2010-08-18 16:36 UTC  (4+ 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).