linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-26 12:18:51 to 2017-06-29 13:19:50 UTC [more...]

[PATCH v8 00/18] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-29 13:19 UTC  (15+ messages)
` [PATCH v8 01/18] fs: remove call_fsync helper function
` [PATCH v8 02/18] buffer: use mapping_set_error instead of setting the flag
` [PATCH v8 03/18] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v8 04/18] buffer: set errors in mapping at the time that the error occurs
` [PATCH v8 05/18] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v8 06/18] mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails
` [PATCH v8 07/18] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v8 08/18] mm: clean up error handling in write_one_page
` [PATCH v8 09/18] lib: add errseq_t type and infrastructure for handling it
` [PATCH v8 10/18] fs: new infrastructure for writeback error handling and reporting
` [PATCH v8 11/18] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v8 12/18] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v8 13/18] dax: set errors in mapping when writeback fails
` [PATCH v8 14/18] block: convert to errseq_t based writeback error tracking

[PATCH 1/1] block: Convert hd_struct in_flight from atomic to percpu
 2017-06-29 12:59 UTC  (9+ messages)
    ` [dm-devel] "

[PATCH V4 00/12] blktrace: output cgroup info
 2017-06-29 12:51 UTC  (32+ messages)
` [PATCH V4 01/12] kernfs: use idr instead of ida to manage inode number
` [PATCH V4 02/12] kernfs: implement i_generation
` [PATCH V4 03/12] kernfs: add an API to get kernfs node from inode number
` [PATCH V4 04/12] kernfs: don't set dentry->d_fsdata
` [PATCH V4 05/12] kernfs: introduce kernfs_node_id
` [PATCH V4 06/12] kernfs: add exportfs operations
` [PATCH V4 07/12] cgroup: export fhandle info for a cgroup
` [PATCH V4 08/12] blktrace: export cgroup info in trace
` [PATCH V4 09/12] block: always attach cgroup info into bio
` [PATCH V4 10/12] block: call __bio_free in bio_endio
` [PATCH V4 11/12] blktrace: add an option to allow displying cgroup path
` [PATCH V4 12/12] block: use standard blktrace API to output cgroup info for debug notes

[PATCH blktests] tests: use nproc to get number of CPUs for fio jobs
 2017-06-29 11:40 UTC 

[v4.12-rc6 regression] commit dc9edc44de6c introduced use-after-free
 2017-06-29 11:34 UTC 

[PATCH 1/1] blk-mq: map all HWQ also in hyperthreaded system
 2017-06-29  8:30 UTC  (12+ messages)

[PATCH 0/5] v3 block subsystem refcounter conversions
 2017-06-29  7:38 UTC  (11+ messages)
` [PATCH 1/5] block: convert bio.__bi_cnt from atomic_t to refcount_t
` [PATCH 2/5] block: convert blk_queue_tag.refcnt "
` [PATCH 3/5] block: convert blkcg_gq.refcnt "
` [PATCH 4/5] block: convert io_context.active_ref "
` [PATCH 5/5] block: convert bsg_device.ref_count "

[PATCH v2 00/51] block: support multipage bvec
 2017-06-29  1:36 UTC  (19+ messages)
` [PATCH v2 11/51] md: raid1: initialize bvec table via bio_add_page()
` [PATCH v2 14/51] btrfs: avoid to access bvec table directly for a cloned bio
` [PATCH v2 16/51] block: bounce: avoid direct access to bvec table
` [PATCH v2 34/51] block: convert to singe/multi page version of bio_for_each_segment_all()
` [PATCH v2 37/51] dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
` [PATCH v2 38/51] dm-crypt: convert to bio_for_each_segment_all_sp()
` [PATCH v2 39/51] fs/mpage: "
` [PATCH v2 40/51] fs/block: "
` [PATCH v2 43/51] xfs: "
` [PATCH v2 51/51] block: bio: pass segments to bio if bio_add_page() is bypassed

[PULL] bcache fixes and updates for-4.13
 2017-06-28 23:06 UTC 

TCG Opal support for sd.c
 2017-06-28 18:33 UTC  (7+ messages)
` [PATCH] sd: add support for TCG OPAL self encrypting disks

LightNVM pblk: read/write of random kernel memory
 2017-06-28 15:19 UTC  (6+ messages)

[bug report] lightnvm: pblk: sched. metadata on write thread
 2017-06-28 15:05 UTC  (4+ messages)

[PATCH BUGFIX V2] block, bfq: update wr_busy_queues if needed on a queue split
 2017-06-28 13:51 UTC  (9+ messages)

[BUG] Deadlock due due to interactions of block, RCU, and cpu offline
 2017-06-28  0:11 UTC  (10+ messages)

block: spread MSI(-X) vectors to all possible CPUs
 2017-06-27 18:24 UTC  (2+ messages)

move bounce limits settings into the drivers
 2017-06-27 18:10 UTC  (2+ messages)

[PATCH blktests v2 0/2] Test I/O to device while resetting PCI
 2017-06-27 16:55 UTC  (4+ messages)
` [PATCH blktests v2 1/2] rc: add helpers to handle PCI test devices
` [PATCH blktests v2 2/2] block/011: Perform PCI reset while doing IO

[PATCHSET v10] Add support for write life time hints
 2017-06-27 15:20 UTC  (21+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "
` [PATCH 2/9] block: add support for write hints in a bio
` [PATCH 3/9] blk-mq: expose write hints through debugfs
` [PATCH 4/9] fs: add O_DIRECT support for sending down write life time hints
` [PATCH 5/9] fs: add support for buffered writeback to pass down write hints
` [PATCH 6/9] ext4: add support for passing in write hints for buffered writes
` [PATCH 7/9] xfs: "
` [PATCH 8/9] btrfs: "
` [PATCH 9/9] nvme: add support for streams and directives

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-27 15:20 UTC  (13+ messages)
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking
` [PATCH v7 21/22] xfs: minimal conversion to errseq_t writeback error reporting

[PATCHSET v9] Add support for write life time hints
 2017-06-27 14:56 UTC  (24+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "
` [PATCH 4/9] fs: add O_DIRECT support for sending down "
` [PATCH 7/9] xfs: add support for passing in write hints for buffered writes
` [PATCH 9/9] nvme: add support for streams and directives

[PATCH V3] lightnvm: if LUNs are already allocated fix return
 2017-06-27 14:22 UTC  (3+ messages)

[PATCH V2] lightnvm: if LUNs are already allocated fix return
 2017-06-27 11:39 UTC  (5+ messages)

[PATCH] Small patch for 4.13 window
 2017-06-27  9:58 UTC  (4+ messages)
` [PATCH] ligtnvm: if LUNs are already allocated fix return

[PATCH 00/20] LightNVM: pblk patches for 4.13
 2017-06-27  8:00 UTC  (3+ messages)

[PATCH blktests 1/2] rc: add helpers to handle PCI test devices
 2017-06-27  6:49 UTC  (10+ messages)
` [PATCH blktests 2/2] block/011: Perform PCI reset while doing IO

[block] 044f1daaaa kernel BUG at block/blk-mq.c:415!
 2017-06-27  4:16 UTC  (2+ messages)

[PATCH blktests v2] loop/002: Regression testing for loop device flush
 2017-06-27  4:01 UTC 

[PATCH blktests] loop/002: Regression testing for loop device flush
 2017-06-27  1:31 UTC  (3+ messages)

[GIT PULL] New test and a fixup for blktests
 2017-06-26 21:05 UTC  (5+ messages)

[PATCH blktests] sg/001: don't require scsi_debug
 2017-06-26 20:19 UTC  (2+ 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).