messages from 2017-05-29 02:38:27 to 2017-06-02 05:25:45 UTC [more...]
[PATCH v5 00/17] fs: introduce new writeback error reporting and convert ext2 and ext4 to use it
2017-06-02 5:25 UTC (23+ messages)
` [PATCH v5 01/17] lib: add errseq_t type and infrastructure for handling it
` [PATCH v5 02/17] fs: new infrastructure for writeback error handling and reporting
` [PATCH v5 03/17] mm: tracepoints for writeback error events
` [PATCH v5 04/17] fs: add a new fstype flag to indicate how writeback errors are tracked
` [PATCH v5 05/17] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v5 06/17] fs: adapt sync_file_range to new reporting infrastructure
` [PATCH v5 07/17] mm: add filemap_fdatawait_range_since and filemap_write_and_wait_range_since
` [PATCH v5 08/17] dax: set errors in mapping when writeback fails
` [PATCH v5 09/17] block: convert to errseq_t based writeback error tracking
` [PATCH v5 10/17] block: add sync_blockdev_since and sync_filesystem_since
` [PATCH v5 11/17] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v5 12/17] fs: allow __generic_file_fsync to support both flavors of error reporting
` [PATCH v5 13/17] jbd2: conditionally handle errors using errseq_t based on FS_WB_ERRSEQ flag
` [PATCH v5 14/17] ext4: convert to errseq_t based error tracking
` [PATCH v5 15/17] fs: add a write_one_page_since
` [PATCH v5 16/17] ext2: convert to errseq_t based writeback error tracking
` [PATCH v5 17/17] fs: convert ext2 to use write_one_page_since
[PATCH v3 0/4] Extend blk-mq-debugfs functionality further
2017-06-02 2:07 UTC (8+ messages)
` [PATCH v3 1/4] blk-mq-debugfs: Show atomic request flags
` [PATCH v3 2/4] blk-mq-debugfs: Show requeue list
` [PATCH v3 3/4] blk-mq-debugfs: Show busy requests
` [PATCH v3 4/4] blk-mq-debugfs: Add 'kick' operation
[PATCH v3 0/8] blk-mq: fix & improve queue quiescing
2017-06-02 2:02 UTC (18+ messages)
` [PATCH v3 1/9] blk-mq: introduce blk_mq_unquiesce_queue
` [PATCH v3 2/9] block: introduce flag of QUEUE_FLAG_QUIESCED
` [PATCH v3 3/9] blk-mq: use the introduced blk_mq_unquiesce_queue()
` [PATCH v3 4/9] nvme: host: unquiesce queue in nvme_kill_queues()
` [PATCH v3 5/9] blk-mq: fix blk_mq_quiesce_queue
` [PATCH v3 6/9] blk-mq: update comments on blk_mq_quiesce_queue()
` [PATCH v3 7/9] blk-mq: don't stop queue for quiescing
` [PATCH v3 8/9] blk-mq: clarify dispatch may not be drained/blocked by stopping queue
` [PATCH v3 9/9] Revert "blk-mq: don't use sync workqueue flushing from drivers"
[PATCH v2 00/12] More patches for kernel v4.13
2017-06-01 19:28 UTC (26+ messages)
` [PATCH v2 01/12] block: Make request operation type argument declarations consistent
` [PATCH v2 02/12] block: Introduce request_queue.initialize_rq_fn()
` [PATCH v2 03/12] block: Make most scsi_req_init() calls implicit
` [PATCH v2 04/12] block: Change argument type of scsi_req_init()
` [PATCH v2 05/12] blk-mq: Initialize a request before assigning a tag
` [PATCH v2 06/12] block: Add a comment above queue_lockdep_assert_held()
` [PATCH v2 07/12] block: Check locking assumptions at runtime
` [PATCH v2 08/12] block: Document what queue type each function is intended for
` [PATCH v2 09/12] blk-mq: Document locking assumptions
` [PATCH v2 10/12] block: Constify disk_type
` [PATCH v2 11/12] blk-mq: Warn when attempting to run a hardware queue that is not mapped
` [PATCH v2 12/12] block: Rename blk_mq_rq_{to,from}_pdu()
blk-mq: free callback if error occurs in blk_mq_init_allocated_queue
2017-06-01 19:12 UTC (2+ messages)
[PATCH v2 0/6] Split scsi passthrough fields out of struct request sequel
2017-06-01 19:11 UTC (13+ messages)
` [PATCH v2 1/6] block: Avoid that blk_exit_rl() triggers a use-after-free
` [PATCH v2 2/6] block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH
` [PATCH v2 3/6] bsg: Check queue type before attaching to a queue
` [PATCH v2 4/6] pktcdvd: "
` [PATCH v2 5/6] cdrom: Check SCSI passthrough support before reading audio
` [PATCH v2 6/6] nfsd: Check queue type before submitting a SCSI request
[PATCH 00/31] SCSI patches for kernel v4.13
2017-06-01 14:09 UTC (4+ messages)
RFC: remove REQ_OP_WRITE_SAME
2017-06-01 6:28 UTC (5+ messages)
` [PATCH 2/8] target: remove iblock WRITE_SAME passthrough support
[PATCH v2 0/4] blk-mq-debugfs patches for kernel v4.13
2017-06-01 5:48 UTC (16+ messages)
` [PATCH v2 1/4] blk-mq-debugfs: Show atomic request flags
` [PATCH v2 2/4] blk-mq-debugfs: Show requeue list
` [PATCH v2 3/4] blk-mq-debugfs: Show busy requests
` [PATCH v2 4/4] blk-mq-debugfs: Add 'kick' operation
[xfstests PATCH v3 0/5] add a test for reporting writeback errors across all fds on fsync
2017-05-31 20:02 UTC (8+ messages)
` [xfstests PATCH v3 1/5] generic: add a writeback error handling test
` [xfstests PATCH v3 2/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v3 3/5] generic: test writeback error handling on dmerror devices
` [xfstests PATCH v3 4/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v3 5/5] btrfs: allow it to use $SCRATCH_LOGDEV
cleanup UUID types V6
2017-05-31 19:40 UTC (30+ messages)
` [PATCH 01/24] uuid,afs: move struct uuid_v1 back into afs
` [PATCH 02/24] xfs: use uuid_copy() helper to abstract uuid_t
` [PATCH 03/24] xfs: use uuid_be to implement the uuid_t type
` [PATCH 04/24] md: namespace private helper names
` [PATCH 05/24] uuid: remove uuid_be defintions from the uapi header
` [PATCH 06/24] uuid: rename uuid types
` [PATCH 07/24] nfsd: namespace-prefix uuid_parse
` [PATCH 08/24] uuid: rename uuid_to_bin to uuid_parse
` [PATCH 09/24] uuid: don't export guid_index and uuid_index
` [PATCH 10/24] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs
` [PATCH 11/24] uuid: hoist uuid_is_null() helper from libnvdimm
` [PATCH 12/24] S390/sysinfo: use uuid_is_null instead of opencoding it
` [PATCH 13/24] xfs: remove uuid_getnodeuniq and xfs_uu_t
` [PATCH 14/24] xfs: use the common helper uuid_is_null()
` [PATCH 15/24] block: remove blk_part_pack_uuid
` [PATCH 16/24] ima/policy: switch to use uuid_t
` [PATCH 17/24] fs: switch ->s_uuid to uuid_t
` [PATCH 18/24] overlayfs: use uuid_t instead of uuid_be
` [PATCH 19/24] partitions/ldm: switch to use uuid_t
` [PATCH 20/24] sysctl: "
` [PATCH 21/24] nvme: switch to uuid_t
` [PATCH 22/24] scsi_debug: "
` [PATCH 23/24] tmpfs: generate random sb->s_uuid
` [PATCH 24/24] MAINTAINERS: add uuid entry
[PATCH v2] cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
2017-05-31 15:25 UTC (5+ messages)
[PATCH 01/22] Revert "afs: Move UUID struct to linux/uuid.h"
2017-05-31 10:33 UTC (5+ messages)
` cleanup UUID types V5
[PATCH v2 0/8] blk-mq: fix & improve queue quiescing
2017-05-31 9:51 UTC (33+ messages)
` [PATCH v2 1/8] blk-mq: introduce blk_mq_unquiesce_queue
` [PATCH v2 2/8] block: introduce flag of QUEUE_FLAG_QUIESCED
` [PATCH v2 3/8] blk-mq: use the introduced blk_mq_unquiesce_queue()
` [PATCH v2 4/8] blk-mq: fix blk_mq_quiesce_queue
` [PATCH v2 5/8] blk-mq: update comments on blk_mq_quiesce_queue()
` [PATCH v2 6/8] blk-mq: don't stop queue for quiescing
[PATCH 0/10 v9] No wait AIO
2017-05-31 8:51 UTC (11+ messages)
` [PATCH 09/10] xfs: nowait aio support
[PATCH] blk-mq: Take tagset lock when updaing hw queues
2017-05-30 19:52 UTC (3+ messages)
WARNING triggers at blk_mq_update_nr_hw_queues during nvme_reset_work
2017-05-30 18:30 UTC (4+ messages)
[PATCH 00/19] Block layer patches for kernel v4.13
2017-05-30 17:54 UTC (4+ messages)
` [PATCH 08/19] block: Introduce request_queue.initialize_rq_fn()
[PATCH 0/5] Five blk-mq-debugfs patches
2017-05-30 17:32 UTC (7+ messages)
` [PATCH 4/5] blk-mq-debugfs: Show busy requests
[PATCH 0/3] cfq-iosched: Fix warnings about unused functions
2017-05-30 16:28 UTC (6+ messages)
` [PATCH 1/3] cfq-iosched: Mark cfq_clear_cfqq_*() as __maybe_unused
` [PATCH 3/3] cfq-iosched: Delete unused function min_vdisktime()
[PATCH] nbd: add FUA op support
2017-05-30 14:20 UTC (3+ messages)
[PATCH v2 1/2] nbd: nbd_reset() call in nbd_dev_add() is redundant
2017-05-30 14:15 UTC (6+ messages)
` [PATCH v2 2/2] nbd: don't leak nbd_config
[PATCH] ligtnvm: if LUNs are already allocated fix return
2017-05-30 13:24 UTC (3+ messages)
dedicated error codes for the block layer V2
2017-05-29 13:16 UTC (4+ messages)
` [PATCH 05/13] fs: remove the unused error argument to dio_end_io()
BFQ: the purpose of idle rb-tree in bfq_service_tree
2017-05-29 9:38 UTC (2+ messages)
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).