messages from 2010-08-25 15:47:23 to 2010-09-03 10:57:48 UTC [more...]
[PATCH 03/15] pcmcia: move Vpp setup to struct pcmcia_device
2010-09-03 10:57 UTC (6+ messages)
` [PATCH 06/15] pcmcia: simplify IntType
` [PATCH 07/15] pcmcia: move config_{base, index, regs} to struct pcmcia_device
` [PATCH 08/15] pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
` [PATCH 10/15] pcmcia: introduce autoconfiguration feature
` [PATCH 11/15] pcmcia: use autoconfiguration feature for ioports and iomem
[PATCHSET #upstream] block, fs: replace HARDBARRIER with FLUSH/FUA, take#2
2010-09-03 10:29 UTC (42+ messages)
` [PATCH 01/41] ide: remove unnecessary blk_queue_flushing() test in do_ide_request()
` [PATCH 02/41] block/loop: queue ordered mode should be DRAIN_FLUSH
` [PATCH 03/41] block: kill QUEUE_ORDERED_BY_TAG
` [PATCH 04/41] block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
` [PATCH 05/41] block: remove spurious uses of REQ_HARDBARRIER
` [PATCH 06/41] block: misc cleanups in barrier code
` [PATCH 07/41] block: drop barrier ordering by queue draining
` [PATCH 08/41] block: rename blk-barrier.c to blk-flush.c
` [PATCH 09/41] block: rename barrier/ordered to flush
` [PATCH 10/41] block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests
` [PATCH 11/41] block: filter flush bio's in __generic_make_request()
` [PATCH 12/41] block: simplify queue_next_fseq
` [PATCH 13/41] block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSH
` [PATCH 14/41] block: kick queue after sequencing REQ_FLUSH/FUA
` [PATCH 15/41] block: make sure FSEQ_DATA request has the same rq_disk as the original
` [PATCH 16/41] block: update documentation for REQ_FLUSH / REQ_FUA
` [PATCH 17/41] block: use REQ_FLUSH in blkdev_issue_flush()
` [PATCH 18/41] block/loop: implement REQ_FLUSH/FUA support
` [PATCH 19/41] virtio_blk: drop REQ_HARDBARRIER support
` [PATCH 20/41] lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH support
` [PATCH 21/41] md: implment REQ_FLUSH/FUA support
` [PATCH 22/41] block: make __blk_rq_prep_clone() copy most command flags
` [PATCH 23/41] dm: implement REQ_FLUSH/FUA support for bio-based dm
` [PATCH 24/41] dm: implement REQ_FLUSH/FUA support for request-based dm
` [PATCH 25/41] dm: relax ordering of bio-based flush implementation
` [PATCH 26/41] dm: fix locking context in queue_io()
` [PATCH 27/41] block: pass gfp_mask and flags to sb_issue_discard
` [PATCH 28/41] xfs: replace barriers with explicit flush / FUA usage
` [PATCH 29/41] btrfs: "
` [PATCH 30/41] gfs2: "
` [PATCH 31/41] reiserfs: "
` [PATCH 32/41] nilfs2: "
` [PATCH 33/41] jbd: "
` [PATCH 34/41] jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier
` [PATCH 35/41] jbd2: replace barriers with explicit flush / FUA usage
` [PATCH 36/41] ext4: do not send discards as barriers
` [PATCH 37/41] fat: "
` [PATCH 38/41] swap: "
` [PATCH 39/41] block: remove the WRITE_BARRIER flag
` [PATCH 40/41] block: remove the BLKDEV_IFL_BARRIER flag
` [PATCH 41/41] block: remove the BH_Eopnotsupp flag
[PATCH] SATA / AHCI: Do not play with the link PM during suspend to RAM
2010-09-03 9:04 UTC (10+ messages)
HDD not suspending properly / dead on resume
2010-09-03 8:55 UTC (23+ messages)
` [PATCH] SATA / AHCI: Do not play with the link PM during suspend to RAM
` [PATCH] libata: skip EH autopsy and recovery during suspend
` [linux-pm] "
hibernation hangs with ATA errors (lockup_detector bug)
2010-09-03 8:35 UTC (6+ messages)
WARNINGs because of ide-proc handling
2010-09-03 5:53 UTC (5+ messages)
3w-9xxx: scsi0: WARNING: (0x06:0x0037): Character ioctl (0x108) timed out, resetting card
2010-09-02 23:34 UTC (14+ messages)
[PATCHSET 2.6.36-rc2] block, fs: replace HARDBARRIER with FLUSH/FUA
2010-09-02 18:46 UTC (54+ messages)
` [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 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
[PATCH] SSD quirking revisited
2010-09-01 19:54 UTC (2+ messages)
` [PATCH] libata: SSD horkage introduction
[PATCH] libata-sff: Reenable Port Multiplier after libata-sff remodeling
2010-09-01 16:33 UTC
[PATCHSET #upstream] libata: reimplement LPM support
2010-09-01 15:50 UTC (6+ messages)
` [PATCH 1/5] libata: clean up lpm related symbols and sysfs show/store functions
` [PATCH 2/5] libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() global
` [PATCH 3/5] libata: reimplement link power management
` [PATCH 4/5] libata: implement LPM support for port multipliers
` [PATCH 5/5] ata_piix: implement LPM support
possible esata regression in 2.6.35
2010-09-01 8:21 UTC (15+ messages)
` [PATCH] libata-sff: Reenable Port Multiplier after libata-sff remodeling
[PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush
2010-09-01 7:38 UTC (23+ messages)
` safety of retrying SYNCHRONIZE CACHE [was: Re: [PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced 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] "
[opensuse-kernel] SSD / filesystem / TRIM
2010-08-31 16:05 UTC (5+ messages)
` "
sata_sil boot failure with 2.6.35
2010-08-31 15:22 UTC (13+ messages)
[PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush
2010-08-30 20:34 UTC (15+ messages)
[PATCH] pata_artop: Fix device ID parity check
2010-08-30 15:37 UTC
silicon image 3114 DMA polling
2010-08-29 5:14 UTC
qc timeout ... failed to IDENTIFY - qemu/kvm setup
2010-08-29 0:35 UTC (3+ messages)
[PATCH #upstream-fixes] ahci: fix hang on failed softreset
2010-08-27 9:09 UTC
ahci port hangs while hard resetting link
2010-08-27 9:01 UTC (6+ messages)
[git patches] libata fixes
2010-08-25 23:32 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).