messages from 2018-05-24 09:01:15 to 2018-05-29 21:17:12 UTC [more...]
[PATCH 00/13] Introdue io.latency io controller for cgroups
2018-05-29 21:17 UTC (2+ messages)
` [PATCH 01/13] block: add bi_blkg to the bio "
nvme/nvmet AEN and log page fixups
2018-05-29 20:44 UTC (43+ messages)
` [PATCH 01/14] block: unexport check_disk_size_change
` [PATCH 02/14] block: don't print a message when the device went away
` [PATCH 03/14] nvme.h: untangle AEN notice definitions
` [PATCH 04/14] nvme.h: add the changed namespace list log
` [PATCH 05/14] nvme.h: add AER configuration symbols
` [PATCH 06/14] nvmet: add a new nvmet_zero_sgl helper
` [PATCH 07/14] nvmet: split log page implementation
` [PATCH 08/14] nvmet: implement the changed namespaces log
` [PATCH 09/14] nvmet: Add AEN configuration support
` [PATCH 10/14] nvmet: mask pending AERs
` [PATCH 11/14] nvme: submit AEN event configuration on startup
` [PATCH 12/14] nvme: mark nvme_queue_scan static
` [PATCH 13/14] nvme: use the changed namespaces list log to clear ns data changed AENs
` [PATCH 14/14] nvme: limit warnings from nvme_identify_ns
[PATCH blktests] Fix block/011 to not use sysfs for device disabling
2018-05-29 19:54 UTC (4+ messages)
[PATCH] block: remove parent device reference from struct bsg_class_device
2018-05-29 19:16 UTC (3+ messages)
[GIT PULL] nvme updates for 4.18
2018-05-29 18:59 UTC (2+ messages)
[GIT PULL] nvme one-liner fix for 4.17
2018-05-29 18:56 UTC (2+ messages)
[PATCH V2 0/2] block: kyber: make kyber more friendly with merging
2018-05-29 18:55 UTC (5+ messages)
` [PATCH V2 1/2] blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper
` [PATCH V2 2/2] block: kyber: make kyber more friendly with merging
[PATCH 0/7] psi: pressure stall information for CPU, memory, and IO
2018-05-29 18:16 UTC
drop abort sequence, kill BLK_EH_HANDLED v2
2018-05-29 15:12 UTC (21+ messages)
` [PATCH 01/14] libata: remove ata_scsi_timed_out
` [PATCH 02/14] blk-mq: Fix timeout and state order
` [PATCH 03/14] blk-mq: Remove generation seqeunce
` [PATCH 04/14] block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
` [PATCH 05/14] nvme: return BLK_EH_DONE from ->timeout
` [PATCH 06/14] nbd: complete requests "
` [PATCH 07/14] mtip32xx: "
` [PATCH 08/14] null_blk: "
` [PATCH 09/14] scsi_transport_fc: "
` [PATCH 10/14] mmc: "
` [PATCH 11/14] libiscsi: don't try to bypass SCSI EH
` [PATCH 12/14] block: remove BLK_EH_HANDLED
` [PATCH 13/14] block: document the blk_eh_timer_return values
` [PATCH 14/14] blk-mq: simplify blk_mq_rq_timed_out
check_disk_size_change tidyups
2018-05-29 14:51 UTC (4+ messages)
` [PATCH 1/2] block: unexport check_disk_size_change
` [PATCH 2/2] block: don't print a message when the device went away
general protection fault in wb_workfn (2)
2018-05-29 13:46 UTC (6+ messages)
` [PATCH] bdi: Fix another oops in wb_workfn()
[PATCH 0/2][RFC] block: default to deadline for SMR devices
2018-05-29 12:14 UTC (7+ messages)
` [PATCH 1/2] block: __elevator_change: add try_loading parameter
` [PATCH 2/2] block: default to deadline for host-managed SMR devices
[PATCH] blk-throttle: return proper bool type to caller instead of 0/1
2018-05-29 10:32 UTC
[PATCH RESEND] blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatch
2018-05-29 8:29 UTC
[PATCH v2 0/4] bcache patches for 4.18
2018-05-29 6:45 UTC (9+ messages)
` [PATCH 1/4] bcache: stop bcache device when backing device is offline
` [PATCH 2/4] bcache: Move couple of string arrays to sysfs.c
` [PATCH 3/4] bcache: Move couple of functions "
` [PATCH 4/4] bcache: Replace bch_read_string_list() by __sysfs_match_string()
BLK_EH_HANDLED
2018-05-29 0:50 UTC (10+ messages)
` [PATCH 03/14] nvme: return BLK_EH_DONE from ->timeout
` [PATCH 04/14] nbd: complete requests "
[PATCH] block: Add block level changes for inline encryption
2018-05-28 15:54 UTC (2+ messages)
[PATCH 1/7] block: Add block level changes for inline encryption
2018-05-28 12:39 UTC (2+ messages)
[RESEND PATCH V5 00/33] block: support multipage bvec
2018-05-28 7:29 UTC (42+ messages)
` [RESEND PATCH V5 01/33] block: rename bio_for_each_segment* with bio_for_each_page*
` [RESEND PATCH V5 02/33] block: rename rq_for_each_segment as rq_for_each_page
` [RESEND PATCH V5 03/33] block: rename bio_segments() with bio_pages()
` [RESEND PATCH V5 04/33] block: introduce multipage page bvec helpers
` [RESEND PATCH V5 05/33] block: introduce bio_for_each_segment()
` [RESEND PATCH V5 06/33] block: use bio_for_each_segment() to compute segments count
` [RESEND PATCH V5 07/33] block: use bio_for_each_segment() to map sg
` [RESEND PATCH V5 08/33] block: introduce segment_last_page()
` [RESEND PATCH V5 09/33] fs/buffer.c: use bvec iterator to truncate the bio
` [RESEND PATCH V5 10/33] btrfs: use segment_last_page to get bio's last page
` [RESEND PATCH V5 11/33] block: implement bio_pages_all() via bio_for_each_page_all()
` [RESEND PATCH V5 12/33] block: introduce bio_segments()
` [RESEND PATCH V5 13/33] block: introduce rq_for_each_segment()
` [RESEND PATCH V5 14/33] block: loop: pass segments to iov_iter
` [RESEND PATCH V5 15/33] block: introduce bio_clone_seg_bioset()
` [RESEND PATCH V5 16/33] dm: clone bio via bio_clone_seg_bioset
` [RESEND PATCH V5 17/33] block: bio: introduce bio_for_each_page_all2 and bio_for_each_segment_all
` [RESEND PATCH V5 18/33] block: deal with dirtying pages for multipage bvec
` [RESEND PATCH V5 19/33] block: convert to bio_for_each_page_all2()
` [RESEND PATCH V5 20/33] md/dm/bcache: conver to bio_for_each_page_all2 and bio_for_each_segment
` [RESEND PATCH V5 21/33] fs: conver to bio_for_each_page_all2
` [RESEND PATCH V5 22/33] btrfs: "
` [RESEND PATCH V5 23/33] ext4: "
` [RESEND PATCH V5 24/33] f2fs: "
` [RESEND PATCH V5 25/33] xfs: "
` [RESEND PATCH V5 26/33] exofs: "
` [RESEND PATCH V5 27/33] gfs2: "
` [RESEND PATCH V5 28/33] block: kill bio_for_each_page_all()
` [RESEND PATCH V5 29/33] block: rename bio_for_each_page_all2 as bio_for_each_page_all
` [RESEND PATCH V5 30/33] block: enable multipage bvecs
` [RESEND PATCH V5 31/33] block: bio: pass segments to bio if bio_add_page() is bypassed
` [RESEND PATCH V5 32/33] block: always define BIO_MAX_PAGES as 256
` [RESEND PATCH V5 33/33] block: document usage of bio iterator helpers
sub-page blocksize support in iomap non-buffer head path v3
2018-05-28 6:57 UTC (7+ messages)
` [PATCH 1/2] iomap: add support for sub-pagesize buffered I/O without buffer heads
` [PATCH 2/2] xfs: add support for sub-pagesize writeback without buffer_heads
mmc filesystem performance decreased on the first write after filesystem creation
2018-05-28 6:26 UTC (2+ messages)
[PATCH v3] block/loop: Serialize ioctl operations
2018-05-26 1:16 UTC
[PATCH] Block: null_blk: add blocking description and remove lightnvm
2018-05-25 14:52 UTC (2+ messages)
[PATCH 3/6] block: Create scsi_sense.h for SCSI and ATAPI
2018-05-25 14:48 UTC (13+ messages)
[PATCH] bdi: Fix oops in wb_workfn()
2018-05-25 10:15 UTC (5+ messages)
[PATCH V5 00/33] block: support multipage bvec
2018-05-25 0:07 UTC (27+ messages)
` [PATCH V5 10/33] btrfs: use segment_last_page to get bio's last page
` [PATCH V5 11/33] block: implement bio_pages_all() via bio_for_each_page_all()
` [PATCH V5 12/33] block: introduce bio_segments()
` [PATCH V5 13/33] block: introduce rq_for_each_segment()
` [PATCH V5 14/33] block: loop: pass segments to iov_iter
` [PATCH V5 15/33] block: introduce bio_clone_seg_bioset()
` [PATCH V5 16/33] dm: clone bio via bio_clone_seg_bioset
` [PATCH V5 17/33] block: bio: introduce bio_for_each_page_all2 and bio_for_each_segment_all
` [PATCH V5 18/33] block: deal with dirtying pages for multipage bvec
` [PATCH V5 19/33] block: convert to bio_for_each_page_all2()
` [PATCH V5 20/33] md/dm/bcache: conver to bio_for_each_page_all2 and bio_for_each_segment
` [PATCH V5 21/33] fs: conver to bio_for_each_page_all2
` [PATCH V5 22/33] btrfs: "
` [PATCH V5 23/33] ext4: "
` [PATCH V5 24/33] f2fs: "
` [PATCH V5 25/33] xfs: "
` [PATCH V5 26/33] exofs: "
` [PATCH V5 27/33] gfs2: "
` [PATCH V5 28/33] block: kill bio_for_each_page_all()
` [PATCH V5 29/33] block: rename bio_for_each_page_all2 as bio_for_each_page_all
` [PATCH V5 30/33] block: enable multipage bvecs
` [PATCH V5 31/33] block: bio: pass segments to bio if bio_add_page() is bypassed
` [PATCH V5 32/33] block: always define BIO_MAX_PAGES as 256
` [PATCH V5 33/33] block: document usage of bio iterator helpers
[PATCH] block drivers/block: Use octal not symbolic permissions
2018-05-24 19:40 UTC (6+ messages)
[PATCH V4] blk-mq: avoid to starve tag allocation after allocation process migrates
2018-05-24 16:53 UTC (3+ messages)
[PATCH V6 00/11] nvme: pci: fix & improve timeout handling
2018-05-24 15:39 UTC (3+ messages)
` [PATCH V6 02/11] nvme: pci: cover timeout for admin commands running in EH
[PATCH 0/6] block: Consolidate scsi sense buffer usage
2018-05-24 14:11 UTC (3+ messages)
` [PATCH 6/6] scsi: Check sense buffer size at build time
[GIT PULL] Two block related fixes for 4.17-rc
2018-05-24 12:59 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).