messages from 2017-06-08 14:05:43 to 2017-06-15 03:45:08 UTC [more...]
[PATCHSET v4] Add support for write life time hints
2017-06-15 3:45 UTC (8+ messages)
` [PATCH 01/11] block: add support for carrying stream information in a bio
` [PATCH 02/11] blk-mq: expose stream write stats through debugfs
` [PATCH 03/11] fs: add support for an inode to carry stream related data
` [PATCH 04/11] fs: add support for allowing applications to pass in write life time hints
` [PATCH 05/11] block: add helpers for setting/checking write hint validity
` [PATCH 06/11] fs: add O_DIRECT support for sending down bio stream information
` [PATCH 07/11] fs: add support for buffered writeback to pass down write hints
[PATCHSET v2] Add support for write life time hints
2017-06-15 3:26 UTC (25+ messages)
` [PATCH 01/10] block: add support for carrying stream information in a bio
` [PATCH 02/10] blk-mq: expose stream write stats through debugfs
` [PATCH 03/10] fs: add support for an inode to carry stream related data
` [PATCH 04/10] fs: add support for allowing applications to pass in write life time hints
` [PATCH 05/10] fs: add O_DIRECT support for sending down bio stream information
` [PATCH 06/10] fs: add support for buffered writeback to pass down "
` [PATCH 07/10] ext4: add support for passing in stream information for buffered writes
` [PATCH 08/10] xfs: "
` [PATCH 09/10] btrfs: "
` [PATCH 10/10] nvme: add support for streams and directives
[PATCHSET v3] Add support for write life time hints
2017-06-15 1:31 UTC (23+ messages)
` [PATCH 01/11] block: add support for carrying stream information in a bio
` [PATCH 02/11] blk-mq: expose stream write stats through debugfs
` [PATCH 03/11] fs: add support for an inode to carry stream related data
` [PATCH 04/11] fs: add support for allowing applications to pass in write life time hints
` [PATCH 05/11] block: add helpers for setting/checking stream validity
` [PATCH 06/11] fs: add O_DIRECT support for sending down bio stream information
` [PATCH 07/11] fs: add support for buffered writeback to pass down "
` [PATCH 08/11] ext4: add support for passing in stream information for buffered writes
` [PATCH 09/11] xfs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] nvme: add support for streams and directives
[RFC PATCH 0/4] Allow file systems to selectively bypass dm-crypt
2017-06-14 23:40 UTC (5+ messages)
` [RFC PATCH 1/4] block: Add bio req flag to disable encryption in block
` [RFC PATCH 2/4] dm-crypt: Skip encryption of file system-encrypted blocks
` [RFC PATCH 3/4] ext4: Set the bio REQ_NOENCRYPT flag
` [RFC PATCH 4/4] f2fs: "
[PATCH v2 0/6] Split scsi passthrough fields out of struct request sequel
2017-06-14 19:32 UTC (7+ messages)
` [PATCH v2 1/6] block: Avoid that blk_exit_rl() triggers a use-after-free
[PATCH v6 00/20] fs: enhanced writeback error reporting with errseq_t (pile #1)
2017-06-14 17:24 UTC (33+ messages)
` [PATCH v6 01/20] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v6 02/20] buffer: use mapping_set_error instead of setting the flag
` [PATCH v6 03/20] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v6 04/20] buffer: set errors in mapping at the time that the error occurs
` [PATCH v6 05/20] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v6 06/20] mm: drop "wait" parameter from write_one_page
` [PATCH v6 07/20] mm: clean up error handling in write_one_page
` [PATCH v6 08/20] lib: add errseq_t type and infrastructure for handling it
` [PATCH v6 09/20] fs: new infrastructure for writeback error handling and reporting
` [PATCH v6 10/13] ext4: add more robust reporting of metadata writeback errors
` [PATCH v6 10/20] mm: tracepoints for writeback error events
` [PATCH v6 11/13] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v6 11/20] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v6 12/20] fs: add a new fstype flag to indicate how writeback errors are tracked
` [PATCH v6 12/13] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v6 13/13] btrfs: minimal conversion to errseq_t writeback error reporting on fsync
` [PATCH v6 13/20] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v6 14/20] dax: set errors in mapping when writeback fails
` [PATCH v6 15/20] fs: have call_fsync call filemap_report_wb_err if FS_WB_ERRSEQ is set
` [PATCH v6 16/20] block: convert to errseq_t based writeback error tracking
` [PATCH v6 17/20] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v6 18/20] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v6 19/20] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v6 20/20] btrfs: minimal conversion to errseq_t writeback error reporting on fsync
[PATCH V2 00/12]blktrace: output cgroup info
2017-06-14 16:12 UTC (13+ messages)
` [PATCH V2 01/12] kernfs: implement i_generation
` [PATCH V2 02/12] kernfs: use idr instead of ida to manage inode number
` [PATCH V2 03/12] kernfs: add an API to get kernfs node from "
` [PATCH V2 04/12] kernfs: don't set dentry->d_fsdata
` [PATCH V2 05/12] kernfs: introduce kernfs_node_id
` [PATCH V2 06/12] kernfs: add exportfs operations
` [PATCH V2 07/12] cgroup: export fhandle info for a cgroup
` [PATCH V2 08/12] blktrace: export cgroup info in trace
` [PATCH V2 09/12] block: always attach cgroup info into bio
` [PATCH V2 10/12] block: call __bio_free in bio_endio
` [PATCH V2 11/12] blktrace: add an option to allow displying cgroup path
` [PATCH V2 12/12] block: use standard blktrace API to output cgroup info for debug notes
[PATCH 0/11] Add support for write life time hints
2017-06-13 22:12 UTC (38+ messages)
` [PATCH 01/11] block: add support for carrying stream information in a bio
` [PATCH 02/11] block: add definition for support data write life times
` [PATCH 03/11] blk-mq: expose stream write stats through debugfs
` [PATCH 04/11] fs: add support for an inode to carry stream related data
` [PATCH 04/11] "
` [PATCH 05/11] fs: add support for allowing applications to pass in write life time hints
` [PATCH 05/11] "
` [PATCH 06/11] fs: add O_DIRECT support for sending down bio stream information
` [PATCH 07/11] fs: add support for buffered writeback to pass down "
` [PATCH 07/11] "
` [PATCH 08/11] ext4: add support for passing in stream information for buffered writes
` [PATCH 09/11] xfs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] nvme: add support for streams and directives
TCG Opal support for libata
2017-06-13 15:19 UTC (6+ messages)
` [PATCH 6/6] sd: add support for TCG OPAL self encrypting disks
[PATCH] block: Dedicated error code fixups
2017-06-13 15:09 UTC (2+ messages)
Application stops due to ext4 filesytsem IO error
2017-06-13 13:31 UTC
[xfstests PATCH v4 0/5] new tests for writeback error reporting behavior
2017-06-13 10:36 UTC (4+ messages)
` [xfstests PATCH v4 1/5] generic: add a writeback error handling test
` [xfstests PATCH v4 2/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
[PATCH 0/10 v11] No wait AIO
2017-06-13 6:14 UTC (7+ messages)
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
[PATCH v5 00/12] blk-mq: fix & improve queue quiescing
2017-06-13 2:15 UTC (3+ messages)
[PATCH 00/11]blktrace: output cgroup info
2017-06-12 18:49 UTC (12+ messages)
` [PATCH 02/11] kernfs: use idr instead of ida to manage inode number
` [PATCH 03/11] kernfs: add an API to get kernfs node from "
` [PATCH 04/11] kernfs: don't set dentry->d_fsdata
` [PATCH 06/11] cgroup: export fhandle info for a cgroup
` [PATCH 08/11] block: always attach cgroup info into bio
patch "pktcdvd: use class_groups instead of class_attrs" added to driver-core-next
2017-06-09 18:08 UTC
[PATCHv8 0/2] loop: enable different logical blocksizes
2017-06-09 15:33 UTC (5+ messages)
` [PATCHv8 2/2] loop: support 4k physical blocksize
dedicated error codes for the block layer V3
2017-06-09 15:29 UTC (6+ messages)
[PATCH] nbd: set sk->sk_sndtimeo for our sockets
2017-06-09 14:33 UTC (2+ messages)
[GIT PULL] Block changes for 4.12-rc
2017-06-09 14:16 UTC
patch "pktcdvd: use class_groups instead of class_attrs" added to driver-core-testing
2017-06-09 8:41 UTC
[PATCH v3 00/12] More patches for kernel v4.13
2017-06-08 17:33 UTC (13+ messages)
` [PATCH v3 01/12] blk-mq: Reduce blk_mq_hw_ctx size
` [PATCH v3 02/12] block: Make request operation type argument declarations consistent
` [PATCH v3 03/12] block: Introduce request_queue.initialize_rq_fn()
` [PATCH v3 04/12] block: Make most scsi_req_init() calls implicit
` [PATCH v3 05/12] block: Change argument type of scsi_req_init()
` [PATCH v3 06/12] blk-mq: Initialize a request before assigning a tag
` [PATCH v3 07/12] block: Add a comment above queue_lockdep_assert_held()
` [PATCH v3 08/12] block: Check locking assumptions at runtime
` [PATCH v3 09/12] block: Document what queue type each function is intended for
` [PATCH v3 10/12] blk-mq: Document locking assumptions
` [PATCH v3 11/12] block: Constify disk_type
` [PATCH v3 12/12] blk-mq: Warn when attempting to run a hardware queue that is not mapped
[PATCH BUGFIX] block, bfq: access and cache blkg data only when safe
2017-06-08 15:52 UTC (3+ messages)
[PATCH blktests] loop/002: Regression testing for loop device flush
2017-06-08 15:17 UTC (2+ messages)
[PATCH 6/7] pktcdvd: use class_groups instead of class_attrs
2017-06-08 14:05 UTC (2+ messages)
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).