linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-28 13:51:09 to 2017-06-30 16:49:59 UTC [more...]

[PATCH v8 00/18] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-30 16:49 UTC  (36+ 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 00/10] lightnvm: pblk fixes for 4.13
 2017-06-30 15:56 UTC  (11+ messages)
` [PATCH 01/10] lightnvm: pblk: fix bad le64 assignations
` [PATCH 02/10] lightnvm: pblk: fix double-free on pblk init
` [PATCH 03/10] lightnvm: pblk: remove unused return variable
` [PATCH 04/10] lightnvm: pblk: schedule if data is not ready
` [PATCH 05/10] lightnvm: pblk: use right metadata buffer for recovery
` [PATCH 06/10] lightnvm: pblk: use vmalloc for GC data buffer
` [PATCH 07/10] lightnvm: pblk: remove target using async. I/Os
` [PATCH 08/10] lightnvm: pblk: add initialization check
` [PATCH 09/10] lightnvm: pblk: verify that cache read is still valid
` [PATCH 10/10] lightnvm: pblk: set line bitmap check under debug

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

LightNVM pblk: read/write of random kernel memory
 2017-06-30 14:05 UTC  (7+ messages)

[PATCH 1/3 v4] mmc: block: Anonymize the drv op data pointer
 2017-06-30 12:06 UTC  (3+ messages)
` [PATCH 2/3 v4] mmc: ops: export mmc_get_status()
` [PATCH 3/3 v4] mmc: debugfs: Move block debugfs into block module

[PULL] bcache fixes and updates for-4.13
 2017-06-29 23:28 UTC  (34+ messages)
    ` [PATCH 07/19] bcache: introduce bcache sysfs entries for ioprio-based bypass/writeback hints
    ` [PATCH 08/19] bcache: documentation for sysfs entries describing bcache cache hinting
    ` [PATCH 09/19] bcache: update bio->bi_opf bypass/writeback REQ_ flag hints
    ` [PATCH 01/19] bcache: Fix leak of bdev reference
    ` [PATCH 02/19] bcache: fix sequential large write IO bypass
    ` [PATCH 03/19] bcache: do not subtract sectors_to_gc for bypassed IO
    ` [PATCH 05/19] bcache: fix calling ida_simple_remove() with incorrect minor
    ` [PATCH 10/19] bcache: initialize stripe_sectors_dirty correctly for thin flash device
    ` [PATCH 14/19] bcache: Correct return value for sysfs attach errors
    ` [PATCH 13/19] bcache: delete redundant calling set_gc_sectors()
    ` [PATCH 16/19] bcache: increase the number of open buckets
    ` [PATCH 17/19] bcache: fix for gc and write-back race
    ` [PATCH 18/19] bcache: silence static checker warning
    ` [PATCH 19/19] bcache: Update continue_at() documentation

[PATCH] block: Constify attribute_group structures
 2017-06-30 10:14 UTC 

[PATCH] block: constify attribute_group structures
 2017-06-30 10:06 UTC 

[PATCH blktests v2] tests: use nproc to get number of CPUs for fio jobs
 2017-06-30  9:07 UTC 

non-blockling buffered reads
 2017-06-30  3:43 UTC  (9+ messages)
` [PATCH 1/3] fs: pass iocb to do_generic_file_read
` [PATCH 2/3] fs: support IOCB_NOWAIT in generic_file_buffered_read
` [PATCH 3/3] fs: support RWF_NOWAIT for buffered reads

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

[PATCH] block: call __bio_free in bio_endio
 2017-06-29 21:23 UTC  (3+ 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  (6+ messages)
` [PATCH v2 11/51] md: raid1: initialize bvec table via bio_add_page()

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 

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  (12+ 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  (6+ messages)

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

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


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