messages from 2023-01-18 17:40:10 to 2023-01-22 10:20:12 UTC [more...]
consolidate btrfs checksumming, repair and bio splitting v4
2023-01-22 10:19 UTC (36+ messages)
` [PATCH 01/34] block: export bio_split_rw
` [PATCH 02/34] btrfs: better document struct btrfs_bio
` [PATCH 03/34] btrfs: add a btrfs_inode pointer to "
` [PATCH 04/34] btrfs: remove the direct I/O read checksum lookup optimization
` [PATCH 05/34] btrfs: simplify btrfs_lookup_bio_sums
` [PATCH 06/34] btrfs: slightly refactor btrfs_submit_bio
` [PATCH 07/34] btrfs: save the bio iter for checksum validation in common code
` [PATCH 08/34] btrfs: pre-load data checksum for reads in btrfs_submit_bio
` [PATCH 09/34] btrfs: add a btrfs_data_csum_ok helper
` [PATCH 10/34] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 11/34] btrfs: remove btrfs_bio_free_csum
` [PATCH 12/34] btrfs: remove btrfs_bio_for_each_sector
` [PATCH 13/34] btrfs: remove now unused checksumming helpers
` [PATCH 14/34] btrfs: remove the device field in struct btrfs_bio
` [PATCH 15/34] btrfs: remove the io_failure_record infrastructure
` [PATCH 16/34] btrfs: rename the iter field in struct btrfs_bio
` [PATCH 17/34] btrfs: remove the is_metadata flag "
` [PATCH 18/34] btrfs: remove the submit_bio_start helpers
` [PATCH 19/34] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 20/34] btrfs: handle checksum generation in the storage layer
` [PATCH 21/34] btrfs: handle recording of zoned writes "
` [PATCH 22/34] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 23/34] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 24/34] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 25/34] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 26/34] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 27/34] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 28/34] btrfs: remove struct btrfs_io_geometry
` [PATCH 29/34] btrfs: remove submit_encoded_read_bio
` [PATCH 30/34] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 31/34] btrfs: remove now spurious bio submission helpers
` [PATCH 32/34] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 33/34] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 34/34] iomap: remove IOMAP_F_ZONE_APPEND
[PATCH v2] pata_parport: add driver (PARIDE replacement)
2023-01-22 7:57 UTC (2+ messages)
[PATCH v2] block: don't allow multiple bios for IOCB_NOWAIT issue
2023-01-21 21:10 UTC (3+ messages)
[LSF/MM/BPF proposal]: Physr discussion
2023-01-21 15:03 UTC
[PATCH v7 0/8] iov_iter: Improve page extraction (ref, pin or just list)
2023-01-21 13:33 UTC (19+ messages)
` [PATCH v7 1/8] iov_iter: Define flags to qualify page extraction
` [PATCH v7 2/8] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v7 3/8] mm: Provide a helper to drop a pin/ref on a page
` [PATCH v7 4/8] block: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v7 5/8] block: Add BIO_PAGE_PINNED
` [PATCH v7 6/8] block: Make bio structs pin pages rather than ref'ing if appropriate
` [PATCH v7 7/8] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v7 8/8] mm: Renumber FOLL_GET and FOLL_PIN down
[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
2023-01-21 4:47 UTC (12+ messages)
[PATCH v3 0/9] Add support for segments smaller than one page
2023-01-21 2:43 UTC (18+ messages)
` [PATCH v3 1/9] block: Introduce QUEUE_FLAG_SUB_PAGE_SEGMENTS and CONFIG_BLK_SUB_PAGE_SEGMENTS
` [PATCH v3 2/9] block: Support configuring limits below the page size
` [PATCH v3 3/9] block: Support submitting passthrough requests with small segments
` [PATCH v3 4/9] block: Add support for filesystem requests and "
` [PATCH v3 5/9] block: Add support for small segments in blk_rq_map_user_iov()
` [PATCH v3 6/9] scsi_debug: Support configuring the maximum segment size
` [PATCH v3 7/9] null_blk: "
` [PATCH v3 8/9] scsi: core: Set BLK_SUB_PAGE_SEGMENTS for small max_segment_size values
` [PATCH v3 9/9] scsi: ufs: exynos: Select CONFIG_BLK_SUB_PAGE_SEGMENTS for lage page sizes
[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
2023-01-21 2:40 UTC (3+ messages)
[PATCH] atari: stricter partition validation
2023-01-20 22:26 UTC
[GIT PULL] Block fixes for 6.2-rc5
2023-01-20 20:59 UTC (2+ messages)
[PATCH] block: treat poll queue enter similarly to timeouts
2023-01-20 16:11 UTC (2+ messages)
[PATCH v4 0/5] blk-iocost: random bugfix
2023-01-20 15:40 UTC (2+ messages)
[GIT PULL] nvme fixes for Linux 6.2
2023-01-20 15:09 UTC (2+ messages)
[PATCH v1 1/9] pktcdvd: Get rid of custom printing macros
2023-01-20 11:47 UTC (18+ messages)
` [PATCH v1 2/9] pktcdvd: replace sscanf() by kstrtoul()
` [PATCH v1 3/9] pktcdvd: use sysfs_emit() to instead of scnprintf()
` [PATCH v1 4/9] pktcdvd: Get rid of pkt_seq_show() forward declaration
` [PATCH v1 5/9] pktcdvd: Drop redundant castings for sector_t
` [PATCH v1 6/9] pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
` [PATCH v1 7/9] pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
` [PATCH v1 8/9] pktcdvd: Get rid of redundant 'else'
` [PATCH v1 9/9] pktcdvd: Sort headers
switch blk-cgroup to work on gendisk
2023-01-20 11:07 UTC (34+ messages)
` [PATCH 01/15] blk-cgroup: don't defer blkg_free to a workqueue
` [PATCH 02/15] block: don't call blk_throtl_stat_add for non-READ/WRITE commands
` [PATCH 03/15] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 04/15] blk-cgroup: pin the gendisk in struct blkcg_gq
` [PATCH 05/15] blk-cgroup: store a gendisk to throttle in struct task_struct
` [PATCH 06/15] blk-wbt: pass a gendisk to wbt_{enable,disable}_default
` [PATCH 07/15] blk-wbt: pass a gendisk to wbt_init
` [PATCH 08/15] blk-wbt: open code wbt_queue_depth_changed in wbt_update_limits
` [PATCH 09/15] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 10/15] blk-rq-qos: constify rq_qos_ops
` [PATCH 11/15] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
` [PATCH 12/15] blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
` [PATCH 13/15] blk-cgroup: pass a gendisk to pd_alloc_fn
` [PATCH 14/15] blk-cgroup: pass a gendisk to blkg_lookup
` [PATCH 15/15] blk-cgroup: move the cgroup information to struct gendisk
[PATCH] block/rnbd-clt: fix wrong max ID in ida_alloc_max
2023-01-20 6:27 UTC (2+ messages)
[PATCH-next v3] lib: parser: optimize match_NUMER apis to use local array
2023-01-20 3:50 UTC (4+ messages)
[PATCH-next v4] lib: parser: optimize match_NUMBER apis to use local array
2023-01-20 3:23 UTC
[PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
2023-01-19 21:14 UTC (44+ messages)
` [PATCH v6 01/34] vfs: Unconditionally set IOCB_WRITE in call_write_iter()
` [PATCH v6 02/34] iov_iter: Use IOCB/IOMAP_WRITE/op_is_write rather than iterator direction
` [PATCH v6 03/34] iov_iter: Pass I/O direction into iov_iter_get_pages*()
` [PATCH v6 05/34] iov_iter: Change the direction macros into an enum
` [PATCH v6 06/34] iov_iter: Use the direction in the iterator functions
` [PATCH v6 18/34] dio: Pin pages rather than ref'ing if appropriate
` [PATCH v6 20/34] vfs: Make splice use iov_iter_extract_pages()
` [PATCH v6 21/34] 9p: Pin pages rather than ref'ing if appropriate
` [PATCH v6 31/34] cifs: Fix problem with encrypted RDMA data read
[PATCH v2] block: Improve shared tag set performance
2023-01-19 19:28 UTC (7+ messages)
[PATCH -next v3 0/3] blk-cgroup: make sure pd_free_fn() is called in order
2023-01-19 18:54 UTC (9+ messages)
` [PATCH -next v3 1/3] blk-cgroup: dropping parent refcount after pd_free_fn() is done
` [PATCH -next v3 2/3] blk-cgroup: support to track if policy is online
` [PATCH -next v3 3/3] blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()
ublk-nbd: ublk-nbd is avaialbe
2023-01-19 18:49 UTC (2+ messages)
consolidate btrfs checksumming, repair and bio splitting v3
2023-01-19 18:21 UTC (4+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
2023-01-19 9:05 UTC (2+ messages)
[PATCH -next v2 0/3] blk-cgroup: make sure pd_free_fn() is called in order
2023-01-19 3:23 UTC (4+ messages)
` [PATCH -next v2 3/3] blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()
[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, an expansion plan for the storage stack test framework
2023-01-19 2:20 UTC (2+ messages)
[PATCH v4 01/14] blk-mq: avoid sleep in blk_mq_alloc_request_hctx
2023-01-19 1:45 UTC (13+ messages)
` [PATCH v4 07/14] blk-mq: make blk_mq_commit_rqs a general function for all commits
` [PATCH v4 11/14] blk-mq: remove unnecessary error count and check in blk_mq_dispatch_rq_list
` [PATCH v4 12/14] blk-mq: remove set of bd->last when get driver tag for next request fails
` [PATCH v4 13/14] blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directly
` [PATCH v4 14/14] blk-mq: correct stale comment of .get_budget
Virtio-blk extended lifetime feature
2023-01-18 19:46 UTC (3+ 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).