public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-13 23:34:31 to 2025-03-18 07:34:46 UTC [more...]

[PATCH xfstests 0/5] fstests: add fallocate write zeroes tests
 2025-03-18  7:26 UTC 

[PATCH xfsprogs] xfs_io: add FALLOC_FL_WRITE_ZEROES support
 2025-03-18  7:23 UTC 

[PATCH V3] loop: move vfs_fsync() out of loop_update_dio()
 2025-03-18  7:29 UTC 

[PATCH v2 0/2] btrfs: zoned: skip reporting zone for new block group
 2025-03-18  7:27 UTC  (7+ messages)
` [PATCH v2 1/2] block: introduce zone capacity helper
` [PATCH v2 2/2] btrfs: zoned: skip reporting zone for new block group

[LSF/MM/BPF TOPIC] File system checksum offload
 2025-03-18  7:06 UTC  (10+ messages)

[PATCH v2 0/6] dm: fix issues with swapping dm tables
 2025-03-18  6:57 UTC  (9+ messages)
` [PATCH v2 1/6] dm: don't change md if dm_table_set_restrictions() fails
` [PATCH v2 2/6] dm: free table mempools if not used in __bind
` [PATCH v2 3/6] block: make queue_limits_set() optionally return old limits
` [PATCH v2 4/6] dm: handle failures in dm_table_set_restrictions
` [PATCH v2 5/6] dm: fix dm_blk_report_zones
` [PATCH v2 6/6] dm: limit swapping tables for devices with zone write plugs

[PATCH 00/14] better handling of checksum errors/bitrot
 2025-03-18  6:19 UTC  (33+ messages)
` [PATCH 13/14] block: Allow REQ_FUA|REQ_READ

[PATCH V2] loop: move vfs_fsync() out of loop_update_dio()
 2025-03-18  5:56 UTC  (2+ messages)

[linux-next:master] [block/bdev] 3c20917120: BUG:sleeping_function_called_from_invalid_context_at_mm/util.c
 2025-03-18  5:28 UTC  (3+ messages)

[PATCH] the dm-loop target
 2025-03-18  4:27 UTC  (11+ messages)

[RFC PATCH] block: Make request_queue lockdep splats show up earlier
 2025-03-18  1:18 UTC  (6+ messages)

[PATCH] loop: move vfs_fsync() out of loop_update_dio()
 2025-03-18  1:07 UTC  (3+ messages)
`  "

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-18  0:41 UTC  (27+ messages)
` [PATCH v5 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v5 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v5 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v5 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v5 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v5 6/6] rust: use strict provenance APIs

[RFC PATCH 00/35] ceph, rbd, netfs: Make ceph fully use netfslib
 2025-03-17 22:26 UTC  (43+ messages)
` [RFC PATCH 02/35] libceph: Rename alignment to offset
` [RFC PATCH 03/35] libceph: Add a new data container type, ceph_databuf
` [RFC PATCH 04/35] ceph: Convert ceph_mds_request::r_pagelist to a databuf
` [RFC PATCH 06/35] rbd: Use ceph_databuf for rbd_obj_read_sync()
` [RFC PATCH 07/35] libceph: Change ceph_osdc_call()'s reply to a ceph_databuf
` [RFC PATCH 10/35] libceph: Convert notify_id_pages "
` [RFC PATCH 11/35] ceph: Use ceph_databuf in DIO
` [RFC PATCH 12/35] libceph: Bypass the messenger-v1 Tx loop for databuf/iter data blobs
` [RFC PATCH 13/35] rbd: Switch from using bvec_iter to iov_iter
` [RFC PATCH 14/35] libceph: Remove bvec and bio data container types
` [RFC PATCH 15/35] libceph: Make osd_req_op_cls_init() use a ceph_databuf and map it
` [RFC PATCH 16/35] libceph: Convert req_page of ceph_osdc_call() to ceph_databuf
` [RFC PATCH 17/35] libceph, rbd: Use ceph_databuf encoding start/stop
` [RFC PATCH 18/35] libceph, rbd: Convert some page arrays to ceph_databuf
` [RFC PATCH 19/35] libceph, ceph: Convert users of ceph_pagelist "
` [RFC PATCH 20/35] libceph: Remove ceph_pagelist
` [RFC PATCH 21/35] libceph: Make notify code use ceph_databuf_enc_start/stop
` [RFC PATCH 22/35] libceph, rbd: Convert ceph_osdc_notify() reply to ceph_databuf
` [RFC PATCH 23/35] rbd: Use ceph_databuf_enc_start/stop()
` [RFC PATCH 24/35] ceph: Make ceph_calc_file_object_mapping() return size as size_t
` [RFC PATCH 25/35] ceph: Wrap POSIX_FADV_WILLNEED to get caps
` [RFC PATCH 26/35] ceph: Kill ceph_rw_context
` [RFC PATCH 27/35] netfs: Pass extra write context to write functions
` [RFC PATCH 28/35] netfs: Adjust group handling
` [RFC PATCH 29/35] netfs: Allow fs-private data to be handed through to request alloc
` [RFC PATCH 30/35] netfs: Make netfs_page_mkwrite() use folio_mkwrite_check_truncate()
` [RFC PATCH 31/35] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
` [RFC PATCH 32/35] netfs: Add some more RMW support for ceph
` [RFC PATCH 33/35] ceph: Use netfslib [INCOMPLETE]
` [RFC PATCH 34/35] ceph: Enable multipage folios for ceph files
` [RFC PATCH 35/35] ceph: Remove old I/O API bits

[PATCH RESEND v2] blk-cgroup: improve policy registration error handling
 2025-03-17 18:39 UTC  (2+ messages)

[PATCH v4 0/6] rust: reduce pointer casts, enable related lints
 2025-03-17 15:01 UTC  (14+ messages)
` [PATCH v4 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v4 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v4 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v4 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v4 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v4 6/6] rust: use strict provenance APIs

[PATCH] loop: Properly send KOBJ_CHANGED uevent for disk device
 2025-03-17 14:33 UTC  (2+ messages)

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-17 13:44 UTC  (10+ messages)
` [PATCH v7 03/17] iommu: generalize the batched sync after map interface

[PATCHv6 6/7] block: protect wbt_lat_usec using q->elevator_lock
 2025-03-17 13:40 UTC  (2+ messages)

[PATCH] cpuidle: psd: add power sleep demotion prevention for fast I/O devices
 2025-03-17 10:03 UTC  (2+ messages)

PI and data checksumming for XFS
 2025-03-17  5:52 UTC  (5+ messages)
` [PATCH 3/7] iomap: add bioset in iomap_read_folio_ops for filesystems to use own bioset

[PATCH v4 15/16] rust: block: refactor to use `&raw [const|mut]`
 2025-03-17  4:04 UTC  (2+ messages)

[PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
 2025-03-16  4:15 UTC  (7+ messages)
    `  "

[PATCH v3 0/6] rust: reduce pointer casts, enable related lints
 2025-03-15 18:00 UTC  (20+ messages)
` [PATCH v3 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v3 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v3 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v3 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v3 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v3 6/6] rust: use strict provenance APIs

[GIT PULL] Block fixes for 6.14-rc7
 2025-03-14 21:36 UTC  (2+ messages)

[syzbot] [block?] WARNING in bioset_exit
 2025-03-14 16:12 UTC  (2+ messages)

[PATCH] block: remove useless req addr print in debugfs
 2025-03-14 14:54 UTC  (3+ messages)

[RFC PATCH 0/7] dm: fix issues with swapping dm tables
 2025-03-14 13:46 UTC  (8+ messages)
` [PATCH 3/7] dm: handle failures in dm_table_set_restrictions

[PATCH v2 0/5] rust: reduce pointer casts, enable related lints
 2025-03-14 12:26 UTC  (11+ messages)
` [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint

[PATCH 3/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
 2025-03-14  7:10 UTC  (2+ messages)

[PATCH v2 3/3] rust: replace `addr_of[_mut]!` with `&raw [const | mut]`
 2025-03-14  3:47 UTC 

[PATCH V2 0/5] loop: improve loop aio perf by IOCB_NOWAIT
 2025-03-14  2:16 UTC  (7+ messages)
` [PATCH V2 1/5] loop: simplify do_req_filebacked()
` [PATCH V2 2/5] loop: cleanup lo_rw_aio()
` [PATCH V2 3/5] loop: move command blkcg/memcg initialization into loop_queue_work
` [PATCH V2 4/5] loop: try to handle loop aio command via NOWAIT IO first
` [PATCH V2 5/5] loop: add hint for handling aio via IOCB_NOWAIT


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox