linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-27 03:53:01 to 2017-06-29 20:32:05 UTC [more...]

[PATCH v8 00/18] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-29 20:32 UTC  (33+ 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 v8 15/18] fs: convert __generic_file_fsync to use errseq_t based reporting
` [PATCH v8 16/18] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v8 17/18] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v8 18/18] btrfs: minimal conversion to errseq_t writeback error reporting on fsync

[PATCH] block: call __bio_free in bio_endio
 2017-06-29 20:24 UTC  (2+ messages)

[PATCH V4 00/12] blktrace: output cgroup info
 2017-06-29 20:22 UTC  (36+ 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 v2 00/51] block: support multipage bvec
 2017-06-29 19:00 UTC  (9+ messages)
` [PATCH v2 11/51] md: raid1: initialize bvec table via bio_add_page()
` [PATCH v2 16/51] block: bounce: avoid direct access to bvec table

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

block: T10/DIF Fixes and cleanups v5
 2017-06-29 18:31 UTC  (10+ messages)
` [PATCH 1/9] bio-integrity: bio_trim should truncate integrity vector accordingly
` [PATCH 2/9] bio-integrity: bio_integrity_advance must update integrity seed
` [PATCH 3/9] bio-integrity: fix interface for bio_integrity_trim
` [PATCH 4/9] bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
` [PATCH 5/9] t10-pi: Move opencoded contants to common header
` [PATCH 6/9] block: guard bvec iteration logic
` [PATCH 7/9] bio: add bvec_iter rewind API
` [PATCH 8/9] bio-integrity: Restore original iterator on verify stage
` [PATCH 9/9] bio-integrity: stop abusing bi_end_io

[PATCH 5/9] block/cfq: Replace cfq_rb_root leftmost caching
 2017-06-29 17:15 UTC 

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

[PULL] bcache fixes and updates for-4.13
 2017-06-29 16:19 UTC  (3+ messages)

raid0 vs. mkfs
 2017-06-29 15:36 UTC  (6+ messages)

[GIT PULL] Two block fixes for 4.12 final
 2017-06-29 15:16 UTC 

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

[PATCH blktests] tests: use nproc to get number of CPUs for fio jobs
 2017-06-29 14:13 UTC  (3+ messages)

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

[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 "

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)

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  (15+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "
` [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 v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-27 15:20 UTC  (8+ messages)
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking

[PATCHSET v9] Add support for write life time hints
 2017-06-27 14:56 UTC  (9+ messages)
` [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  (4+ 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 


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).