messages from 2023-11-30 01:33:43 to 2023-12-06 06:14:21 UTC [more...]
[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
2023-12-06 6:14 UTC (20+ messages)
` [PATCH -next RFC 01/14] block: add some bdev apis
` [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH -next RFC 03/14] bcache: use bdev api in read_super()
` [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis
` [PATCH -next RFC 05/14] s390/dasd: use bdev api in dasd_format()
` [PATCH -next RFC 06/14] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH -next RFC 07/14] bcachefs: remove dead function bdev_sectors()
` [PATCH -next RFC 08/14] btrfs: use bdev apis
` [PATCH -next RFC 09/14] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH -next RFC 10/14] erofs: use bdev api
` [PATCH -next RFC 11/14] ext4: use bdev apis
` [PATCH -next RFC 12/14] jbd2: "
` [PATCH -next RFC 13/14] gfs2: use bdev api
` [PATCH -next RFC 14/14] nilfs2: use bdev api in nilfs_attach_log_writer()
[PATCH 0/11] vfs: inode cache scalability improvements
2023-12-06 6:05 UTC (12+ messages)
` [PATCH 01/11] lib/dlock-list: Distributed and lock-protected lists
` [PATCH 02/11] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH 03/11] vfs: Use dlock list for superblock's inode list
` [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list
` [PATCH 05/11] selinux: use dlist for isec inode list
` [PATCH 06/11] vfs: factor out inode hash head calculation
` [PATCH 07/11] hlist-bl: add hlist_bl_fake()
` [PATCH 08/11] vfs: inode cache conversion to hash-bl
` [PATCH 09/11] hash-bl: explicitly initialise hash-bl heads
` [PATCH 10/11] list_bl: don't use bit locks for PREEMPT_RT or lockdep
` [PATCH 11/11] hlist-bl: introduced nested locking for dm-snap
[bug report] block: bio-integrity: directly map user buffers
2023-12-06 5:26 UTC (3+ messages)
[PATCH v2 00/35] bitops: add atomic find_bit() operations
2023-12-06 5:22 UTC (12+ messages)
` [PATCH v2 01/35] lib/find: add atomic find_bit() primitives
` [PATCH v2 02/35] lib/find: add test for atomic find_bit() ops
` [PATCH v2 03/35] lib/sbitmap; make __sbitmap_get_word() using find_and_set_bit()
` [PATCH v2 24/35] block: null_blk: fix opencoded find_and_set_bit() in get_tag()
[linux-next:master] BUILD REGRESSION 0f5f12ac05f36f117e793656c3f560625e927f1b
2023-12-06 4:11 UTC
[PATCH 0/3] Improve mq-deadline I/O priority support
2023-12-06 3:24 UTC (8+ messages)
` [PATCH 1/3] block/mq-deadline: Use dd_rq_ioclass() instead of open-coding it
` [PATCH 2/3] block/mq-deadline: Introduce dd_bio_ioclass()
` [PATCH 3/3] block/mq-deadline: Disable I/O prioritization in certain cases
fix bio_add_hw_page for larger folios / compound pages
2023-12-05 18:52 UTC (8+ messages)
` [PATCH 1/2] block: prevent an integer overflow in bvec_try_merge_hw_page
` [PATCH 2/2] block: support adding less than len in bio_add_hw_page
[PATCH v3 00/12] Hardware wrapped key support for qcom ice and ufs
2023-12-05 17:33 UTC (2+ messages)
[PATCH] virtio_blk: fix snprintf truncation compiler warning
2023-12-05 14:19 UTC (4+ messages)
[PATCH v2] virtio_blk: fix snprintf truncation compiler warning
2023-12-05 14:18 UTC
[PATCH 00/21] block atomic writes
2023-12-05 13:59 UTC (25+ messages)
` [PATCH 02/21] block: Limit atomic writes according to bio and queue limits
` [PATCH 10/21] block: Add fops atomic write support
` [PATCH 17/21] fs: xfs: iomap "
[PATCH -next v2] nbd: get config_lock before sock_shutdown
2023-12-05 12:56 UTC
[PATCH -next RFC] block: support to account io_ticks precisely
2023-12-05 9:37 UTC
[PATCH v6 0/6] Disable fair tag sharing for UFS devices
2023-12-05 3:15 UTC (11+ messages)
` [PATCH v6 1/4] block: Make fair tag sharing configurable
` [PATCH v6 2/4] scsi: core: Make fair tag sharing configurable in the host template
` [PATCH v6 3/4] scsi: core: Make fair tag sharing configurable via sysfs
` [PATCH v6 4/4] scsi: ufs: Disable fair tag sharing
[PATCH v6 0/5] crypto: LEA block cipher implementation
2023-12-05 1:03 UTC (6+ messages)
` [PATCH v6 1/5] "
` [PATCH v6 2/5] crypto: add LEA testmgr tests
` [PATCH v6 3/5] blk-crypto: Add LEA-256-XTS blk-crypto support
` [PATCH v6 4/5] fscrypt: Add LEA-256-XTS, LEA-256-CTS support
` [PATCH v6 5/5] crypto: LEA block cipher x86_64 optimization
[git pull] device mapper fixes for 6.7-rc2
2023-12-05 1:03 UTC (5+ messages)
` [PATCH 1/2] mm, treewide: Introduce NR_PAGE_ORDERS
[PATCH AUTOSEL 6.1 16/17] blk-mq: don't count completed flush data request as inflight in case of quiesce
2023-12-04 20:35 UTC
[PATCH AUTOSEL 6.6 22/32] block: warn once for each partition in bio_check_ro()
2023-12-04 20:32 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 31/32] blk-mq: don't count completed flush data request as inflight in case of quiesce
[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
2023-12-04 18:34 UTC (20+ messages)
` [RFC 1/7] iomap: Don't fall back to buffered write if the write is atomic
` [RFC 2/7] ext4: Factor out size and start prediction from ext4_mb_normalize_request()
` [RFC 3/7] ext4: add aligned allocation support in mballoc
` [RFC 4/7] ext4: allow inode preallocation for aligned alloc
` [RFC 5/7] block: export blkdev_atomic_write_valid() and refactor api
` [RFC 6/7] ext4: Add aligned allocation support for atomic direct io
` [RFC 7/7] ext4: Support atomic write for statx
Performance drop due to alloc_workqueue() misuse and recent change
2023-12-04 18:07 UTC (2+ messages)
Fwd: block/badblocks.c warning in 6.7-rc2
2023-12-04 12:10 UTC (3+ messages)
` "
[PATCH v2] nbd: limit the number of connections per config
2023-12-04 8:22 UTC
[PATCH blktests 0/2] improve block/011
2023-12-04 0:43 UTC (4+ messages)
` [PATCH blktests 1/2] block/011: recover test target devices to online or live status
[PATCH v2 0/3] clean up io_uring cmd header structure
2023-12-03 15:22 UTC (8+ messages)
` [PATCH v2 1/3] io_uring: split out cmd api into a separate header
` [PATCH v2 2/3] io_uring/cmd: inline io_uring_cmd_do_in_task_lazy
` [PATCH v2 3/3] io_uring/cmd: inline io_uring_cmd_get_task
[PATCH] zram: Using GFP_ATOMIC instead of GFP_KERNEL to allocate bitmap memory in backing_dev_store
2023-12-03 14:45 UTC (11+ messages)
[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4)
2023-12-03 11:45 UTC (6+ messages)
` [PATCH next] trace/blktrace: fix task hung in blk_trace_ioctl
[PATCHv5 0/4] block integrity: directly map user space addresses
2023-12-02 14:58 UTC (12+ messages)
` [PATCHv5 1/4] block: bio-integrity: directly map user buffers
` [PATCHv5 2/4] nvme: use bio_integrity_map_user
` [PATCHv5 3/4] iouring: remove IORING_URING_CMD_POLLED
` [PATCHv5 4/4] io_uring: remove uring_cmd cookie
[linux-next:master] BUILD REGRESSION 5eda217cee887e595ba2265435862d585d399769
2023-12-02 4:12 UTC
[GIT PULL] Block fixes for 6.7-rc4
2023-12-01 21:49 UTC (2+ messages)
[git pull] device mapper fixes for 6.7-rc4
2023-12-01 21:49 UTC (2+ messages)
[PATCH] blk-mq: don't count completed flush data request as inflight in case of quiesce
2023-12-01 14:34 UTC (2+ messages)
[PATCH v2] block: skip QUEUE_FLAG_STATS and rq-qos for passthrough io
2023-12-01 14:31 UTC (2+ messages)
[PATCH] block: skip QUEUE_FLAG_STATS and rq-qos for passthrough io
2023-12-01 14:31 UTC (8+ messages)
[PATCH v5 00/17] Pass data lifetime information to SCSI disk devices
2023-12-01 1:46 UTC (14+ messages)
` [PATCH v5 08/17] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v5 09/17] scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v5 10/17] sd: Translate data lifetime information
` [PATCH v5 11/17] scsi_debug: Reduce code duplication
` [PATCH v5 12/17] scsi_debug: Support the block limits extension VPD page
` [PATCH v5 13/17] scsi_debug: Rework page code error handling
` [PATCH v5 14/17] scsi_debug: Rework subpage "
` [PATCH v5 15/17] scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v5 16/17] scsi_debug: Implement GET STREAM STATUS
` [PATCH v5 17/17] scsi_debug: Maintain write statistics per group number
[RFC PATCH 0/1] virtio-blk: handle block layer timedout request
2023-12-01 1:25 UTC (3+ messages)
` [RFC PATCH 1/1] virtio-blk: process "
[syzbot] [block?] INFO: task hung in bdev_release
2023-11-30 15:02 UTC
[RFC 1/7] iomap: Don't fall back to bufferred write if the write is atomic
2023-11-30 13:53 UTC
[PATCH blktests] loop/009: require --option of udevadm control command
2023-11-30 4:37 UTC (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).