messages from 2023-12-04 02:30:35 to 2023-12-07 17:08:42 UTC [more...]
[PATCH 0/11] vfs: inode cache scalability improvements
2023-12-07 17:08 UTC (34+ 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
[PATCH] virtio_blk: set the default scheduler to none
2023-12-07 15:19 UTC (10+ messages)
map multiple blocks per ->map_blocks in iomap writeback
2023-12-07 15:03 UTC (17+ messages)
` [PATCH 01/14] iomap: clear the per-folio dirty bits on all writeback failures
` [PATCH 02/14] iomap: treat inline data in iomap_writepage_map as an I/O error
` [PATCH 03/14] iomap: move the io_folios field out of struct iomap_ioend
` [PATCH 04/14] iomap: move the PF_MEMALLOC check to iomap_writepages
` [PATCH 05/14] iomap: factor out a iomap_writepage_handle_eof helper
` [PATCH 06/14] iomap: move all remaining per-folio logic into iomap_writepage_map
` [PATCH 07/14] iomap: clean up the iomap_alloc_ioend calling convention
` [PATCH 08/14] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
` [PATCH 09/14] iomap: don't chain bios
` [PATCH 10/14] iomap: only call mapping_set_error once for each failed bio
` [PATCH 11/14] iomap: factor out a iomap_writepage_map_block helper
` [PATCH 12/14] iomap: submit ioends immediately
` [PATCH 13/14] iomap: map multiple blocks at a time
` [PATCH 14/14] iomap: pass the length of the dirty region to ->map_blocks
[PATCH v5] block: add check that partition length needs to be aligned with block size
2023-12-07 13:24 UTC (3+ messages)
[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
2023-12-07 12:43 UTC (12+ messages)
` [RFC 1/7] iomap: Don't fall back to buffered write if the write is atomic
[PATCH v6 00/11] blksnap - block devices snapshots module
2023-12-07 11:22 UTC (10+ messages)
` [PATCH v6 02/11] block: Block Device Filtering Mechanism
` [PATCH v6 06/11] blksnap: handling and tracking I/O units
` [PATCH v6 07/11] blksnap: difference storage and chunk
` [PATCH v6 10/11] blksnap: Kconfig and Makefile
[PATCH 1/3] block: Rework bio_for_each_segment_all()
2023-12-07 9:21 UTC (7+ messages)
` [PATCH 3/3] block: Add documentation for bio iterator macros
[PATCH v2 00/35] bitops: add atomic find_bit() operations
2023-12-07 9:10 UTC (12+ messages)
` [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()
[PATCH v2] virtio_blk: fix snprintf truncation compiler warning
2023-12-07 6:28 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 577a4ee0b96fb043c9cf4a533c550ff587e526cf
2023-12-07 5:41 UTC
[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
2023-12-07 2:45 UTC (28+ 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 blktests 0/2] improve block/011
2023-12-07 2:22 UTC (2+ messages)
[PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
2023-12-07 1:11 UTC (7+ messages)
[PATCH v1] block: Optimize bio io priority setting
2023-12-06 11:24 UTC
[PATCH v18 00/12] Implement copy offload support
2023-12-06 10:02 UTC (13+ messages)
` [PATCH v18 01/12] block: Introduce queue limits and sysfs for copy-offload support
` [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer
` [PATCH v18 03/12] block: add copy offload support
` [PATCH v18 04/12] block: add emulation for copy
` [PATCH v18 05/12] fs/read_write: Enable copy_file_range for block device
` [PATCH v18 06/12] fs, block: copy_file_range for def_blk_ops for direct "
` [PATCH v18 07/12] nvme: add copy offload support
` [PATCH v18 08/12] nvmet: add copy command support for bdev and file ns
` [PATCH v18 09/12] dm: Add support for copy offload
` [PATCH v18 10/12] dm: Enable copy offload for dm-linear target
` [PATCH v18 11/12] null: Enable trace capability for null block
` [PATCH v18 12/12] null_blk: add support for copy offload
[PATCH] zram: Using GFP_ATOMIC instead of GFP_KERNEL to allocate bitmap memory in backing_dev_store (fwd)
2023-12-06 9:53 UTC (2+ messages)
[bug report] block: bio-integrity: directly map user buffers
2023-12-06 5:26 UTC (3+ messages)
[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 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 (6+ messages)
` [PATCH v6 1/4] block: Make fair tag sharing configurable
[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
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
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).