messages from 2017-05-03 16:55:32 to 2017-05-09 15:49:11 UTC [more...]
[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
2017-05-09 15:49 UTC (9+ messages)
` [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
` [PATCH v4 02/27] mm: drop "wait" parameter from write_one_page
` [PATCH v4 03/27] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v4 04/27] buffer: use mapping_set_error instead of setting the flag
` [PATCH v4 05/27] btrfs: btrfs_wait_tree_block_writeback can be void return
` [PATCH v4 06/27] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v4 07/27] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v4 08/27] dax: set errors in mapping when writeback fails
[RFC xfstests PATCH] xfstests: add a writeback error handling test
2017-05-09 15:33 UTC (3+ messages)
[linux-next][bock] WARNING: CPU: 22 PID: 0 at block/blk-core.c:2655 .blk_update_request+0x4f8/0x500
2017-05-09 15:18 UTC (6+ messages)
` [linux-next][bock] [bisected c20cfc27a] "
[PATCH 0/8 v7] No wait AIO
2017-05-09 14:57 UTC (10+ messages)
` [PATCH 1/8] Use RWF_* flags for AIO operations
` [PATCH 2/8] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs
[PATCH] block: Remove leading whitespace and trailing newline in elevator switch error message
2017-05-09 14:57 UTC (9+ messages)
[PATCH BUGFIX] block, bfq: stress that low_latency must be off to get max throughput
2017-05-09 14:54 UTC (2+ messages)
[PATCH BUGFIX] block, bfq: use pointer entity->sched_data only if set
2017-05-09 14:53 UTC (2+ messages)
Large latency on blk_queue_enter
2017-05-09 14:21 UTC (22+ messages)
[PATCH 1/2] block, dax: move "select DAX" from BLOCK to FS_DAX
2017-05-09 14:21 UTC (6+ messages)
` [PATCH 2/2] device-dax: kill NR_DEV_DAX
always use REQ_OP_WRITE_ZEROES for zeroing offload V2
2017-05-09 6:46 UTC (11+ messages)
` [PATCH 25/27] block: remove the discard_zeroes_data flag
[PATCH] nvme: remove disk after hw queue is started
2017-05-09 3:26 UTC (8+ messages)
remove REQ_OP_WRITE_SAME
2017-05-09 2:06 UTC (4+ messages)
[RFC PATCH] x86, uaccess, pmem: introduce copy_from_iter_writethru for dax + pmem
2017-05-08 20:40 UTC (15+ messages)
` [PATCH v2] x86, uaccess: introduce copy_from_iter_wt for pmem / writethrough operations
[PATCH] blk-mq: make __blk_mq_stop_hw_queues static
2017-05-08 14:09 UTC (2+ messages)
[PATCH] lightnvm: fix error return code of memdup_user
2017-05-08 6:56 UTC (2+ messages)
BLOCK selects DAX (was: Re: dax: introduce dax_direct_access())
2017-05-07 19:09 UTC (3+ messages)
[PATCH cosmetic] Remove trailing newline in elevator switch error message
2017-05-06 5:15 UTC (7+ messages)
` [PATCH v2 "
[GIT PULL] Block changes for 4.12-rc1
2017-05-06 4:25 UTC
[RFC PATCH] blk-mq: release sched tag just after getting driver tag
2017-05-06 0:46 UTC
[PATCH 0/4] blk-mq: support to use hw tag for scheduling
2017-05-05 23:33 UTC (38+ messages)
` [PATCH 1/4] blk-mq: introduce BLK_MQ_F_SCHED_USE_HW_TAG
` [PATCH 2/4] blk-mq: introduce blk_mq_get_queue_depth()
` [PATCH 3/4] blk-mq: use hw tag for scheduling if hw tag space is big enough
[PATCH] block-mq: set both block queue and hardware queue restart bit for restart
2017-05-05 19:52 UTC (9+ messages)
[PATCH v2 00/12] blk-mq-sched: scheduler support and cleanups
2017-05-04 23:17 UTC (31+ messages)
` [PATCH v2 01/12] blk-mq-debugfs: separate flags with |
` [PATCH v2 02/12] blk-mq-debugfs: clean up flag definitions
` [PATCH v2 03/12] blk-mq-debugfs: error on long write to queue "state" file
` [PATCH v2 04/12] blk-mq-debugfs: don't open code strstrip()
` [PATCH v2 05/12] blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>
` [PATCH v2 06/12] blk-mq-debugfs: get rid of a bunch of boilerplate
` [PATCH v2 07/12] blk-mq: Do not invoke queue operations on a dead queue
` [PATCH v2 08/12] blk-mq: move debugfs declarations to a separate header file
` [PATCH v2 09/12] blk-mq: untangle debugfs and sysfs
` [PATCH v2 10/12] blk-mq-debugfs: allow schedulers to register debugfs attributes
` [PATCH v2 11/12] kyber: add "
` [PATCH v2 12/12] mq-deadline: "
[PATCH] nfs: Fix bdi handling for cloned superblocks
2017-05-04 13:58 UTC (2+ messages)
[PATCH 1/2] lightnvm: create cmd before allocating request
2017-05-04 13:55 UTC (8+ messages)
` [PATCH 2/2] lightnvm: fix bad back free on error path
[PATCH V2 0/5] blk-mq: support to use hw tag for scheduling
2017-05-04 2:12 UTC (8+ messages)
` [PATCH V2 1/5] blk-mq: introduce BLK_MQ_F_SCHED_USE_HW_TAG
` [PATCH V2 2/5] blk-mq: introduce blk_mq_get_queue_depth()
` [PATCH V2 3/5] blk-mq: don't update q->nr_requests when updating hw queue's depth
` [PATCH V2 4/5] blk-mq: use hw tag for scheduling if hw tag space is big enough
` [PATCH V2 5/5] blk-mq: allow to use hw tag for shared tags
[PATCH 0/9] blk-mq-debugfs: scheduler support and cleanups
2017-05-03 23:22 UTC (13+ messages)
` [PATCH 1/9] blk-mq-debugfs: separate flags with |
` [PATCH 2/9] blk-mq-debugfs: clean up flag definitions
` [PATCH 3/9] blk-mq-debugfs: get rid of a bunch of boilerplate
` [PATCH 4/9] blk-mq: Do not invoke queue operations on a dead queue
` [PATCH 5/9] blk-mq: move debugfs declarations to a separate header file
` [PATCH 6/9] blk-mq: untangle debugfs and sysfs
` [PATCH 7/9] blk-mq-debugfs: allow schedulers to register debugfs attributes
` [PATCH 8/9] kyber: add "
` [PATCH 9/9] mq-deadline: "
` [PATCH 10/9] blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>
Crash in function called from __blkg_release_rcu()
2017-05-03 20:33 UTC
[PATCH v2 0/4] blk-mq: support to use hw tag for scheduling
2017-05-03 19:57 UTC
[PATCH] ARM: Fix rd_size declaration
2017-05-03 19:48 UTC (2+ messages)
[PATCH] ARM: Fix rd_size declaration
2017-05-03 19:38 UTC (4+ messages)
[PATCH] brd: fix uninitialized use of brd->dax_dev
2017-05-03 18:44 UTC (2+ messages)
[PATCH 0/2] blk-mq-debugfs: Fine-tuning for five function implementations
2017-05-03 18:36 UTC (3+ messages)
` [PATCH 1/2] blk-mq-debugfs: Replace seven seq_puts() calls by seq_putc()
` [PATCH 2/2] blk-mq-debugfs: Add spaces in queue_poll_stat_show()
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).