Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support, (continued)
- [PATCH v2 03/16] fs/bdev: Add atomic write support info to statx, John Garry
- [PATCH v2 09/16] block: Error an attempt to split an atomic write bio, John Garry
- [PATCH v2 10/16] block: Add checks to merging of atomic writes, John Garry
- [PATCH v2 15/16] nvme: Support atomic writes, John Garry
- [PATCH v2 16/16] nvme: Ensure atomic writes will be executed atomically, John Garry
- [PATCH v2 14/16] scsi: scsi_debug: Atomic write support, John Garry
- [PATCH v2 01/16] block: Add atomic write operations to request_queue limits, John Garry
- [PATCH v2 11/16] block: Add fops atomic write support, John Garry
- [PATCH v2 12/16] scsi: sd: Support reading atomic write properties from block limits VPD, John Garry
- [PATCH v2 13/16] scsi: sd: Add WRITE_ATOMIC_16 support, John Garry
- Re: [PATCH v2 00/16] block atomic writes, Christoph Hellwig
- [PATCH v3 00/35] bitops: add atomic find_bit() operations,
Yury Norov
- [PATCH] block/blk-ioprio: Skip zoned writes that are not append operations,
Bart Van Assche
- [RFC PATCH 0/6] Add GPT parser to MTD layer,
Romain Gantois
- [PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules,
Yu Kuai
- [PATCH RFC v2 for-6.8/block 02/18] xen/blkback: use bdev api in xen_update_blkif_status(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 03/18] bcache: use bdev api in read_super(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 04/18] mtd: block2mtd: use bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 05/18] s390/dasd: use bdev api in dasd_format(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 06/18] scsicam: use bdev api in scsi_bios_ptable(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 07/18] bcachefs: remove dead function bdev_sectors(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 08/18] bio: export bio_add_folio_nofail(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 09/18] btrfs: use bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 10/18] cramfs: use bdev apis in cramfs_blkdev_read(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api, Yu Kuai
- [PATCH RFC v2 for-6.8/block 12/18] gfs2: use bdev api, Yu Kuai
- [PATCH RFC v2 for-6.8/block 13/18] nilfs2: use bdev api in nilfs_attach_log_writer(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 14/18] jbd2: use bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block, Yu Kuai
- [PATCH RFC v2 for-6.8/block 16/18] ext4: use new helper to read sb block, Yu Kuai
- [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 18/18] ext4: use bdev apis, Yu Kuai
- [PATCH v3 0/5] Fix I/O priority lost in device-mapper,
Hongyu Jin
- [PATCH 0/2] md: fix is_mddev_idle(),
linan666
- [PATCH] block: Set memalloc_noio to false on device_add_disk() error path,
linan666
- [syzbot] Monthly block report (Dec 2023), syzbot
- [GIT PULL] Block fixes for 6.7-rc5,
Jens Axboe
- map multiple blocks per ->map_blocks in iomap writeback,
Christoph Hellwig
- [PATCH 01/14] iomap: clear the per-folio dirty bits on all writeback failures, Christoph Hellwig
- [PATCH 02/14] iomap: treat inline data in iomap_writepage_map as an I/O error, Christoph Hellwig
- [PATCH 04/14] iomap: move the PF_MEMALLOC check to iomap_writepages, Christoph Hellwig
- [PATCH 03/14] iomap: move the io_folios field out of struct iomap_ioend, Christoph Hellwig
- [PATCH 05/14] iomap: factor out a iomap_writepage_handle_eof helper, Christoph Hellwig
- [PATCH 07/14] iomap: clean up the iomap_alloc_ioend calling convention, Christoph Hellwig
- [PATCH 06/14] iomap: move all remaining per-folio logic into iomap_writepage_map, Christoph Hellwig
- [PATCH 08/14] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend, Christoph Hellwig
- [PATCH 09/14] iomap: don't chain bios, Christoph Hellwig
- [PATCH 10/14] iomap: only call mapping_set_error once for each failed bio, Christoph Hellwig
- [PATCH 11/14] iomap: factor out a iomap_writepage_map_block helper, Christoph Hellwig
- [PATCH 12/14] iomap: submit ioends immediately, Christoph Hellwig
- [PATCH 13/14] iomap: map multiple blocks at a time, Christoph Hellwig
- [PATCH 14/14] iomap: pass the length of the dirty region to ->map_blocks, Christoph Hellwig
- Re: map multiple blocks per ->map_blocks in iomap writeback, Christian Brauner
- [linux-next:master] BUILD REGRESSION 577a4ee0b96fb043c9cf4a533c550ff587e526cf, kernel test robot
- [PATCH] virtio_blk: set the default scheduler to none,
Li Feng
- [PATCH v1] block: Optimize bio io priority setting, Hongyu Jin
- [PATCH v18 00/12] Implement copy offload support,
Kanchan Joshi
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
Re: [PATCH] zram: Using GFP_ATOMIC instead of GFP_KERNEL to allocate bitmap memory in backing_dev_store (fwd),
Julia Lawall
[PATCH 0/11] vfs: inode cache scalability improvements,
Dave Chinner
- [PATCH 06/11] vfs: factor out inode hash head calculation, Dave Chinner
- [PATCH 07/11] hlist-bl: add hlist_bl_fake(), Dave Chinner
- [PATCH 05/11] selinux: use dlist for isec inode list, Dave Chinner
- [PATCH 02/11] vfs: Remove unnecessary list_for_each_entry_safe() variants, Dave Chinner
- [PATCH 11/11] hlist-bl: introduced nested locking for dm-snap, Dave Chinner
- [PATCH 09/11] hash-bl: explicitly initialise hash-bl heads, Dave Chinner
- [PATCH 01/11] lib/dlock-list: Distributed and lock-protected lists, Dave Chinner
- [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list, Dave Chinner
- [PATCH 10/11] list_bl: don't use bit locks for PREEMPT_RT or lockdep, Dave Chinner
- [PATCH 08/11] vfs: inode cache conversion to hash-bl, Dave Chinner
- [PATCH 03/11] vfs: Use dlock list for superblock's inode list, Dave Chinner
- Re: [PATCH 0/11] vfs: inode cache scalability improvements, Kent Overstreet
[linux-next:master] BUILD REGRESSION 0f5f12ac05f36f117e793656c3f560625e927f1b, kernel test robot
[PATCH v2] virtio_blk: fix snprintf truncation compiler warning,
Stefan Hajnoczi
[PATCH -next v2] nbd: get config_lock before sock_shutdown, Li Lingfeng
[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules,
Yu Kuai
- [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status(), Yu Kuai
- [PATCH -next RFC 03/14] bcache: use bdev api in read_super(), Yu Kuai
- [PATCH -next RFC 01/14] block: add some bdev apis, Yu Kuai
- [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis, Yu Kuai
- [PATCH -next RFC 05/14] s390/dasd: use bdev api in dasd_format(), Yu Kuai
- [PATCH -next RFC 06/14] scsicam: use bdev api in scsi_bios_ptable(), Yu Kuai
- [PATCH -next RFC 07/14] bcachefs: remove dead function bdev_sectors(), Yu Kuai
- [PATCH -next RFC 08/14] btrfs: use bdev apis, Yu Kuai
- [PATCH -next RFC 09/14] cramfs: use bdev apis in cramfs_blkdev_read(), Yu Kuai
- [PATCH -next RFC 10/14] erofs: use bdev api, Yu Kuai
- [PATCH -next RFC 11/14] ext4: use bdev apis, Yu Kuai
- [PATCH -next RFC 12/14] jbd2: use bdev apis, Yu Kuai
- [PATCH -next RFC 13/14] gfs2: use bdev api, Yu Kuai
- [PATCH -next RFC 14/14] nilfs2: use bdev api in nilfs_attach_log_writer(), Yu Kuai
- Re: [PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules, Christoph Hellwig
[PATCH -next RFC] block: support to account io_ticks precisely,
Yu Kuai
[bug report] block: bio-integrity: directly map user buffers,
Dan Carpenter
[PATCH 0/3] Improve mq-deadline I/O priority support,
Bart Van Assche
[PATCH v6 0/5] crypto: LEA block cipher implementation,
Dongsoo Lee
[PATCH AUTOSEL 6.1 16/17] blk-mq: don't count completed flush data request as inflight in case of quiesce, Sasha Levin
[PATCH AUTOSEL 6.6 31/32] blk-mq: don't count completed flush data request as inflight in case of quiesce, Sasha Levin
[PATCH AUTOSEL 6.6 22/32] block: warn once for each partition in bio_check_ro(), Sasha Levin
fix bio_add_hw_page for larger folios / compound pages,
Christoph Hellwig
Performance drop due to alloc_workqueue() misuse and recent change,
Naohiro Aota
[PATCH] virtio_blk: fix snprintf truncation compiler warning,
Stefan Hajnoczi
[PATCH v2] nbd: limit the number of connections per config, Hyeonjun Ahn
[PATCH v2 00/35] bitops: add atomic find_bit() operations,
Yury Norov
[linux-next:master] BUILD REGRESSION 5eda217cee887e595ba2265435862d585d399769, kernel test robot
[GIT PULL] Block fixes for 6.7-rc4,
Jens Axboe
[git pull] device mapper fixes for 6.7-rc4,
Mike Snitzer
[PATCH] blk-mq: don't count completed flush data request as inflight in case of quiesce,
Ming Lei
[PATCH v2 0/3] clean up io_uring cmd header structure,
Pavel Begunkov
[PATCHv5 0/4] block integrity: directly map user space addresses,
Keith Busch
[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4),
syzbot
[PATCH v6 0/6] Disable fair tag sharing for UFS devices,
Bart Van Assche
[PATCH] zram: Using GFP_ATOMIC instead of GFP_KERNEL to allocate bitmap memory in backing_dev_store,
Dongyun Liu
[syzbot] [block?] INFO: task hung in bdev_release,
syzbot
[RFC 1/7] iomap: Don't fall back to bufferred write if the write is atomic, Ojaswin Mujoo
[RFC 0/7] ext4: Allocator changes for atomic write support with DIO,
Ojaswin Mujoo
[RFC PATCH 0/1] virtio-blk: handle block layer timedout request,
Chaitanya Kulkarni
[PATCH v5 00/17] Pass data lifetime information to SCSI disk devices,
Bart Van Assche
- [PATCH v5 01/17] fs: Fix rw_hint validation, Bart Van Assche
- [PATCH v5 02/17] fs: Move enum rw_hint into a new header file, Bart Van Assche
- [PATCH v5 03/17] fs/f2fs: Restore the whint_mode mount option, Bart Van Assche
- [PATCH v5 04/17] fs: Restore F_[GS]ET_FILE_RW_HINT support, Bart Van Assche
- [PATCH v5 05/17] fs: Restore kiocb.ki_hint, Bart Van Assche
- [PATCH v5 07/17] block: Propagate write hints to the block device inode, Bart Van Assche
- [PATCH v5 06/17] block: Restore the per-bio/request data lifetime fields, Bart Van Assche
- [PATCH v5 09/17] scsi_proto: Add structures and constants related to I/O groups and streams, Bart Van Assche
- [PATCH v5 08/17] scsi: core: Query the Block Limits Extension VPD page, Bart Van Assche
- [PATCH v5 11/17] scsi_debug: Reduce code duplication, Bart Van Assche
- [PATCH v5 12/17] scsi_debug: Support the block limits extension VPD page, Bart Van Assche
- [PATCH v5 13/17] scsi_debug: Rework page code error handling, Bart Van Assche
- [PATCH v5 10/17] sd: Translate data lifetime information, Bart Van Assche
- [PATCH v5 14/17] scsi_debug: Rework subpage code error handling, Bart Van Assche
- [PATCH v5 15/17] scsi_debug: Implement the IO Advice Hints Grouping mode page, Bart Van Assche
- [PATCH v5 16/17] scsi_debug: Implement GET STREAM STATUS, Bart Van Assche
- [PATCH v5 17/17] scsi_debug: Maintain write statistics per group number, Bart Van Assche
Re: About 'nvme-pci: fix DMA direction of unmapping integrity data', Ming Lei
[PATCH blktests] loop/009: require --option of udevadm control command,
Shin'ichiro Kawasaki
[PATCH blktests 0/2] improve block/011,
Shin'ichiro Kawasaki
Fwd: block/badblocks.c warning in 6.7-rc2,
Bagas Sanjaya
[PATCHv4 0/4] block integrity: directly map user space addresses,
Keith Busch
[PATCH AUTOSEL 4.14 1/7] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!", Sasha Levin
[PATCH AUTOSEL 4.19 01/10] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!", Sasha Levin
[PATCH AUTOSEL 5.4 02/11] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!", Sasha Levin
[PATCH AUTOSEL 5.10 02/13] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!", Sasha Levin
[PATCH AUTOSEL 5.15 04/15] blk-cgroup: bypass blkcg_deactivate_policy after destroying, Sasha Levin
[PATCH AUTOSEL 5.15 03/15] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!", Sasha Levin
[PATCH AUTOSEL 6.1 20/25] nbd: pass nbd_sock to nbd_read_reply() instead of index, Sasha Levin
[PATCH AUTOSEL 6.1 10/25] nbd: fold nbd config initialization into nbd_alloc_config(), Sasha Levin
[PATCH AUTOSEL 6.1 05/25] blk-cgroup: bypass blkcg_deactivate_policy after destroying, Sasha Levin
[PATCH AUTOSEL 6.1 04/25] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!", Sasha Levin
[PATCH AUTOSEL 6.6 29/40] nbd: pass nbd_sock to nbd_read_reply() instead of index, Sasha Levin
[PATCH AUTOSEL 6.6 13/40] nbd: fix null-ptr-dereference while accessing 'nbd->config', Sasha Levin
[PATCH AUTOSEL 6.6 12/40] nbd: factor out a helper to get nbd_config without holding 'config_lock', Sasha Levin
[PATCH AUTOSEL 6.6 11/40] nbd: fold nbd config initialization into nbd_alloc_config(), Sasha Levin
[PATCH AUTOSEL 6.6 06/40] blk-cgroup: bypass blkcg_deactivate_policy after destroying, Sasha Levin
[PATCH AUTOSEL 6.6 05/40] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!", Sasha Levin
[PATCH] block: Document the role of the two attribute groups,
Bart Van Assche
[PATCH v4 0/2] block: warn once for each partition in bio_check_ro(),
Yu Kuai
[PATCH] zram: Use kmap_local_page(),
Sergey Senozhatsky
[PATCH] block: move a few definitions out of CONFIG_BLK_DEV_ZONED,
Christoph Hellwig
[PATCH block/for-next v2 10/16] erofs: use new helper to get inode from block_device,
Yu Kuai
[PATCH block/for-next v2 00/16] block: remove field 'bd_inode' from block_device,
Yu Kuai
- [PATCH block/for-next v2 02/16] xen/blkback: use new helper to get inode from block_device, Yu Kuai
- [PATCH block/for-next v2 03/16] bcache: use new helper to get inode from block_device, Yu Kuai
- [PATCH block/for-next v2 01/16] block: add a new helper to get inode from block_device, Yu Kuai
- [PATCH block/for-next v2 04/16] mtd: block2mtd: use new helper to get inode from block_device, Yu Kuai
- [PATCH block/for-next v2 05/16] s390/dasd: use new helper to get inode from block_device, Yu Kuai
- [PATCH block/for-next v2 06/16] scsicam: use new helper to get inode from block_device, Yu Kuai
- [PATCH block/for-next v2 08/16] btrfs: use new helper to get inode from block_device, Yu Kuai
- [PATCH block/for-next v2 07/16] bcachefs: use new helper to get inode from block_device, Yu Kuai
- [PATCH block/for-next v2 09/16] cramfs: use new helper to get inode from block_device, Yu Kuai
- Re: [PATCH block/for-next v2 00/16] block: remove field 'bd_inode' from block_device, Al Viro
Merging raw block device writes,
Michael Kelley
[PATCH -next] block: remove field 'bd_inode' from block_device,
Yu Kuai
[linux-next:master] BUILD REGRESSION 8c9660f6515396aba78d1168d2e17951d653ebf2, kernel test robot
[PATCH v2 for-next 0/2] Misc patches for RNBD,
Md Haris Iqbal
[PATCH v6 00/11] blksnap - block devices snapshots module,
Sergei Shtepa
[Index of Archives]
[Linux RAID]
[Linux SCSI]
[Linux ATA RAID]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]