messages from 2023-12-06 10:13:02 to 2023-12-12 02:27:58 UTC [more...]
[PATCH v3 00/35] bitops: add atomic find_bit() operations
2023-12-12 2:27 UTC (3+ messages)
` [PATCH v3 01/35] lib/find: add atomic find_bit() primitives
` [PATCH v3 02/35] lib/find: add test for atomic find_bit() ops
[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
2023-12-12 1:32 UTC (26+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
` [PATCH RFC v2 for-6.8/block 02/18] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v2 for-6.8/block 03/18] bcache: use bdev api in read_super()
` [PATCH RFC v2 for-6.8/block 04/18] mtd: block2mtd: use bdev apis
` [PATCH RFC v2 for-6.8/block 05/18] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v2 for-6.8/block 06/18] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v2 for-6.8/block 07/18] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v2 for-6.8/block 08/18] bio: export bio_add_folio_nofail()
` [PATCH RFC v2 for-6.8/block 09/18] btrfs: use bdev apis
` [PATCH RFC v2 for-6.8/block 10/18] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
` [PATCH RFC v2 for-6.8/block 12/18] gfs2: "
` [PATCH RFC v2 for-6.8/block 13/18] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v2 for-6.8/block 14/18] jbd2: use bdev apis
` [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
` [PATCH RFC v2 for-6.8/block 16/18] ext4: use "
` [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()
` [PATCH RFC v2 for-6.8/block 18/18] ext4: use bdev apis
[RFC PATCH 0/6] Add GPT parser to MTD layer
2023-12-12 0:57 UTC (10+ messages)
` [RFC PATCH 1/6] block: partitions: efi: Move efi.h header to include/linux/gpt.h
` [RFC PATCH 2/6] block: partitions: efi: Fix some style issues
` [RFC PATCH 3/6] block: partitions: efi: Separate out GPT-specific code
` [RFC PATCH 4/6] block: partitions: efi: Move GPT-specific code to a new library
` [RFC PATCH 5/6] drivers: mtd: introduce GPT parser for NOR flash devices
` [RFC PATCH 6/6] dt-bindings: mtd: add GPT partition bindings
[PATCH] block/blk-ioprio: Skip zoned writes that are not append operations
2023-12-12 0:11 UTC (3+ messages)
[PATCH 0/3] Improve mq-deadline I/O priority support
2023-12-11 22:40 UTC (14+ 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
[PATCH v3 0/5] Fix I/O priority lost in device-mapper
2023-12-11 22:15 UTC (9+ messages)
` [PATCH v3 1/5] block: Optimize bio io priority setting
` [PATCH v3 2/5] dm: Support I/O priority for dm_io()
` [PATCH v3 3/5] dm-bufio: Support I/O priority
` [PATCH v3 4/5] dm verity: Fix I/O priority lost when read FEC and hash
` [PATCH v3 5/5] dm-crypt: Fix lost ioprio when queuing write bios
[PATCH 0/2] md: fix is_mddev_idle()
2023-12-11 21:42 UTC (5+ messages)
` [PATCH 1/2] md: Fix overflow in is_mddev_idle
` [PATCH 2/2] md: don't account sync_io if iostats of the disk is disabled
fix bio_add_hw_page for larger folios / compound pages
2023-12-11 17:01 UTC (2+ messages)
[PATCH] block: Set memalloc_noio to false on device_add_disk() error path
2023-12-11 16:49 UTC (2+ messages)
[PATCH v5 00/17] Pass data lifetime information to SCSI disk devices
2023-12-11 16:46 UTC (17+ messages)
` [PATCH v5 01/17] fs: Fix rw_hint validation
` [PATCH v5 02/17] fs: Move enum rw_hint into a new header file
` [PATCH v5 03/17] fs/f2fs: Restore the whint_mode mount option
` [PATCH v5 04/17] fs: Restore F_[GS]ET_FILE_RW_HINT support
` [PATCH v5 05/17] fs: Restore kiocb.ki_hint
[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
2023-12-11 10:57 UTC (13+ messages)
` [RFC 1/7] iomap: Don't fall back to buffered write if the write is atomic
` [RFC 5/7] block: export blkdev_atomic_write_valid() and refactor api
map multiple blocks per ->map_blocks in iomap writeback
2023-12-11 10:45 UTC (19+ 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
[syzbot] Monthly block report (Dec 2023)
2023-12-10 10:05 UTC
[PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
2023-12-09 2:27 UTC (8+ messages)
[GIT PULL] Block fixes for 6.7-rc5
2023-12-08 20:45 UTC (2+ messages)
[PATCH] virtio_blk: set the default scheduler to none
2023-12-08 11:07 UTC (16+ messages)
[PATCH v3 00/12] Hardware wrapped key support for qcom ice and ufs
2023-12-08 8:46 UTC (29+ messages)
` [PATCH v3 01/12] ice, ufs, mmc: use blk_crypto_key for program_key
` [PATCH v3 02/12] qcom_scm: scm call for deriving a software secret
` [PATCH v3 03/12] soc: qcom: ice: add hwkm support in ice
` [PATCH v3 04/12] soc: qcom: ice: support for hardware wrapped keys
` [PATCH v3 05/12] ufs: core: support wrapped keys in ufs core
` [PATCH v3 06/12] ufs: host: wrapped keys support in ufs qcom
` [PATCH v3 08/12] ufs: core: add support for generate, import and prepare keys
` [PATCH v3 09/12] soc: qcom: support for generate, import and prepare key
` [PATCH v3 10/12] ufs: host: "
` [PATCH v3 11/12] arm64: dts: qcom: sm8650: add hwkm support to ufs ice
` [PATCH v3 12/12] dt-bindings: crypto: ice: document the hwkm property
[PATCH] block: Remove special-casing of compound pages
2023-12-07 23:57 UTC (4+ messages)
[PATCH 1/3] block: Rework bio_for_each_segment_all()
2023-12-07 22:11 UTC (18+ messages)
` [PATCH 2/3] block: Rework bio_for_each_folio_all(), add bio_for_each_folio()
` [PATCH 3/3] block: Add documentation for bio iterator macros
[PATCH 0/11] vfs: inode cache scalability improvements
2023-12-07 17:08 UTC (33+ 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 v5] block: add check that partition length needs to be aligned with block size
2023-12-07 13:24 UTC (3+ messages)
[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 v2 00/35] bitops: add atomic find_bit() operations
2023-12-07 9:10 UTC (4+ messages)
[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 (7+ messages)
` [PATCH -next RFC 01/14] block: add some bdev apis
[PATCH blktests 0/2] improve block/011
2023-12-07 2:22 UTC (2+ 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 (3+ messages)
` [PATCH v18 11/12] null: Enable trace capability for null block
` [PATCH v18 12/12] null_blk: add support for copy offload
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).