Linux Block Development
[Prev Page][Next Page]
- [RFC v2 1/2] mm: add THP_HUGE_ZERO_PAGE_ALWAYS config option, (continued)
- [ANNOUNCE] Alpine Linux Persistence and Storage Summit 2025, Richard Weinberger
- [linus:master] [block] 245618f8e4: stress-ng.fpunch.fail,
kernel test robot
- [PATCH 0/5] block: another block copy offload,
Keith Busch
- [ANNOUNCE] blktests repoistory move,
Shinichiro Kawasaki
- [PATCH v1 1/1] floppy: Replace custom SZ_64K constant,
Andy Shevchenko
- [PATCH] ublk: remove io argument from ublk_auto_buf_reg_fallback(),
Caleb Sander Mateos
- [PATCH] pktcdvd: fix missing bio_alloc_clone NULL check in pkt_make_request_read,
Ye Chey
- RE: [PATCH v1] virtio_blk: Fix disk deletion hang on device surprise removal,
Parav Pandit
- [PATCH 0/2] ublk: two fixes on UBLK_F_AUTO_BUF_REG,
Ming Lei
- [PATCH 0/3] Hold the zoned write plug lock less long,
Bart Van Assche
- [PATCH 0/6] dma: fake-dma and IOVA tests,
Luis Chamberlain
- [GIT PULL] nvme updates for Linux 6.16,
Christoph Hellwig
- [PATCH] loop: don't require ->write_iter for writable files in loop_configure,
Christoph Hellwig
- [PATCH] block: fix lock dependency between percpu alloc lock and elevator lock,
Nilay Shroff
- [PATCH blktests] zbd/006: reset only the test target zone,
Shin'ichiro Kawasaki
- [6.12.y regression] loosetup: failed to set up loop device: Invalid argument after 184b147b9f7f ("loop: Add sanity check for read/write_iter"),
Salvatore Bonaccorso
- [PATCH V5 0/6] ublk: support to register bvec buffer automatically,
Ming Lei
- [PATCH v16 00/42] DEPT(DEPendency Tracker),
Byungchul Park
- [PATCH v16 10/42] dept: distinguish each work from another, Byungchul Park
- [PATCH v16 08/42] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64, Byungchul Park
- [PATCH v16 11/42] dept: add a mechanism to refill the internal memory pools on running out, Byungchul Park
- [PATCH v16 09/42] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64, Byungchul Park
- [PATCH v16 01/42] llist: move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v16 12/42] dept: record the latest one out of consecutive waits of the same class, Byungchul Park
- [PATCH v16 03/42] dept: add single event dependency tracker APIs, Byungchul Park
- [PATCH v16 02/42] dept: implement DEPT(DEPendency Tracker), Byungchul Park
- [PATCH v16 04/42] dept: add lock dependency tracker APIs, Byungchul Park
- [PATCH v16 05/42] dept: tie to lockdep and IRQ tracing, Byungchul Park
- [PATCH v16 07/42] dept: distinguish each kernel context from another, Byungchul Park
- [PATCH v16 06/42] dept: add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v16 14/42] dept: apply sdt_might_sleep_{start,end}() to swait, Byungchul Park
- [PATCH v16 15/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait, Byungchul Park
- [PATCH v16 16/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait, Byungchul Park
- [PATCH v16 13/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete(), Byungchul Park
- [PATCH v16 17/42] dept: apply sdt_might_sleep_{start,end}() to dma fence, Byungchul Park
- [PATCH v16 19/42] dept: apply timeout consideration to wait_for_completion()/complete(), Byungchul Park
- [PATCH v16 20/42] dept: apply timeout consideration to swait, Byungchul Park
- [PATCH v16 21/42] dept: apply timeout consideration to waitqueue wait, Byungchul Park
- [PATCH v16 23/42] dept: apply timeout consideration to dma fence wait, Byungchul Park
- [PATCH v16 18/42] dept: track timeout waits separately with a new Kconfig, Byungchul Park
- [PATCH v16 24/42] dept: make dept able to work with an external wgen, Byungchul Park
- [PATCH v16 22/42] dept: apply timeout consideration to hashed-waitqueue wait, Byungchul Park
- [PATCH v16 25/42] dept: track PG_locked with dept, Byungchul Park
- [PATCH v16 27/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed, Byungchul Park
- [PATCH v16 29/42] cpu/hotplug: use a weaker annotation in AP thread, Byungchul Park
- [PATCH v16 26/42] dept: print staged wait's stacktrace on report, Byungchul Park
- [PATCH v16 31/42] dept: assign dept map to mmu notifier invalidation synchronization, Byungchul Park
- [PATCH v16 30/42] fs/jbd2: use a weaker annotation in journal handling, Byungchul Park
- [PATCH v16 28/42] dept: add documentation for dept, Byungchul Park
- [PATCH v16 33/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation, Byungchul Park
- [PATCH v16 34/42] dept: make dept stop from working on debug_locks_off(), Byungchul Park
- [PATCH v16 32/42] dept: assign unique dept_key to each distinct dma fence caller, Byungchul Park
- [PATCH v16 36/42] dept: assign unique dept_key to each distinct wait_for_completion() caller, Byungchul Park
- [PATCH v16 40/42] dept: introduce event_site() to disable event tracking if it's recoverable, Byungchul Park
- [PATCH v16 35/42] i2c: rename wait_for_completion callback to wait_for_completion_cb, Byungchul Park
- [PATCH v16 42/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state, Byungchul Park
- [PATCH v16 39/42] dept: add module support for struct dept_event_site and dept_event_site_dep, Byungchul Park
- [PATCH v16 38/42] dept: introduce a new type of dependency tracking between multi event sites, Byungchul Park
- [PATCH v16 37/42] completion, dept: introduce init_completion_dmap() API, Byungchul Park
- [PATCH v16 41/42] dept: implement a basic unit test for dept, Byungchul Park
- Re: [PATCH v16 00/42] DEPT(DEPendency Tracker), Byungchul Park
- [PATCH v2] rbd: replace strcpy() with strscpy(),
Siddarth Gundu
- [PATCH] selftests: ublk: make IO & device removal test more stressful,
Ming Lei
- [PATCH V4 0/6] ublk: support to register bvec buffer automatically,
Ming Lei
- [PATCH v3 0/4] relayfs: misc changes,
Jason Xing
- Still seeing q->elevator_lock circular locking warning, David Howells
- [GIT PULL] Block fixes for 6.15-rc7,
Jens Axboe
- [bug report] nvme/063 failure (tcp transport),
Shinichiro Kawasaki
- [PATCH] ublk: fix dead loop when canceling io command,
Ming Lei
- [PATCH] block: fix elv_update_nr_hw_queues() to reattach elevator,
Nilay Shroff
- [PATCH for-next] block/blk-throttle: silence !BLK_DEV_IO_TRACE variable warnings,
Jens Axboe
- [PATCH v2 0/4] relayfs: misc changes,
Jason Xing
- [PATCH 0/2] Two bug fixes for zoned block devices,
Bart Van Assche
- [PATCH] rbd: replace strcpy() with strscpy(),
Siddarth Gundu
- [PATCH] block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO},
Lukas Bulwahn
- [PATCH v15 00/43] DEPT(DEPendency Tracker),
Byungchul Park
- [PATCH v15 01/43] llist: move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v15 03/43] dept: add single event dependency tracker APIs, Byungchul Park
- [PATCH v15 10/43] dept: distinguish each work from another, Byungchul Park
- [PATCH v15 08/43] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64, Byungchul Park
- [PATCH v15 05/43] dept: tie to lockdep and IRQ tracing, Byungchul Park
- [PATCH v15 04/43] dept: add lock dependency tracker APIs, Byungchul Park
- [PATCH v15 06/43] dept: add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v15 11/43] dept: add a mechanism to refill the internal memory pools on running out, Byungchul Park
- [PATCH v15 07/43] dept: distinguish each kernel context from another, Byungchul Park
- [PATCH v15 14/43] dept: apply sdt_might_sleep_{start,end}() to swait, Byungchul Park
- [PATCH v15 15/43] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait, Byungchul Park
- [PATCH v15 13/43] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete(), Byungchul Park
- [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker), Byungchul Park
- [PATCH v15 12/43] dept: record the latest one out of consecutive waits of the same class, Byungchul Park
- [PATCH v15 17/43] dept: apply sdt_might_sleep_{start,end}() to dma fence, Byungchul Park
- [PATCH v15 09/43] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64, Byungchul Park
- [PATCH v15 20/43] dept: apply timeout consideration to swait, Byungchul Park
- [PATCH v15 16/43] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait, Byungchul Park
- [PATCH v15 21/43] dept: apply timeout consideration to waitqueue wait, Byungchul Park
- [PATCH v15 19/43] dept: apply timeout consideration to wait_for_completion()/complete(), Byungchul Park
- [PATCH v15 18/43] dept: track timeout waits separately with a new Kconfig, Byungchul Park
- [PATCH v15 24/43] dept: make dept able to work with an external wgen, Byungchul Park
- [PATCH v15 25/43] dept: track PG_locked with dept, Byungchul Park
- [PATCH v15 30/43] cpu/hotplug: use a weaker annotation in AP thread, Byungchul Park
- [PATCH v15 23/43] dept: apply timeout consideration to dma fence wait, Byungchul Park
- [PATCH v15 27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed, Byungchul Park
- [PATCH v15 22/43] dept: apply timeout consideration to hashed-waitqueue wait, Byungchul Park
- [PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller, Byungchul Park
- [PATCH v15 26/43] dept: print staged wait's stacktrace on report, Byungchul Park
- [PATCH v15 32/43] dept: assign dept map to mmu notifier invalidation synchronization, Byungchul Park
- [PATCH v15 34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation, Byungchul Park
- [PATCH v15 28/43] dept: suppress reports with classes that have been already reported, Byungchul Park
- [PATCH v15 43/43] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state, Byungchul Park
- [PATCH v15 29/43] dept: add documentation for dept, Byungchul Park
- [PATCH v15 35/43] dept: make dept stop from working on debug_locks_off(), Byungchul Park
- [PATCH v15 36/43] i2c: rename wait_for_completion callback to wait_for_completion_cb, Byungchul Park
- [PATCH v15 31/43] fs/jbd2: use a weaker annotation in journal handling, Byungchul Park
- [PATCH v15 37/43] dept: assign unique dept_key to each distinct wait_for_completion() caller, Byungchul Park
- [PATCH v15 42/43] dept: implement a basic unit test for dept, Byungchul Park
- [PATCH v15 38/43] completion, dept: introduce init_completion_dmap() API, Byungchul Park
- [PATCH v15 39/43] dept: introduce a new type of dependency tracking between multi event sites, Byungchul Park
- [PATCH v15 41/43] dept: introduce event_site() to disable event tracking if it's recoverable, Byungchul Park
- [PATCH v15 40/43] dept: add module support for struct dept_event_site and dept_event_site_dep, Byungchul Park
- Re: [PATCH v15 00/43] DEPT(DEPendency Tracker), Byungchul Park
- [PATCH 1/2] blk-mq: move the DMA mapping code to a separate file,
Christoph Hellwig
- [PATCH] block: Split bios in LBA order,
Bart Van Assche
- [syzbot] [nbd?] KASAN: slab-use-after-free Write in recv_work (2), syzbot
- [PATCH AUTOSEL 6.12 06/11] block: only update request sector if needed, Sasha Levin
- [PATCH AUTOSEL 6.14 10/15] block: only update request sector if needed, Sasha Levin
- [PATCH] block: unfreeze queue if realloc tag set fails during nr_hw_queues update,
Nilay Shroff
- [PATCH] block: remove the same_page output argument to bvec_try_merge_page,
Christoph Hellwig
- [PATCH v1 0/5] relayfs: misc changes,
Jason Xing
- [PATCHv4] block: always allocate integrity buffer when required,
Keith Busch
- [GIT PULL] Block fixes for 6.15-rc6,
Jens Axboe
- [PATCH V3 0/6] ublk: support to register bvec buffer automatically,
Ming Lei
- [PATCH RFC] Submit split bios in order,
Bart Van Assche
- [PATCH blktests] nvme/63: fixup tls_key encryption check,
Wilfred Mallawa
- [PATCH] block: always allocate integrity buffer when required,
Keith Busch
- [PATCH 0/2] block: two fixes on recent elevator change,
Ming Lei
- [PATCH v2] block: remove test of incorrect io priority level,
Aaron Lu
- transferring bvecs over the network in drbd,
Christoph Hellwig
- [RFC 0/2] virtio_blk: add fua write support,
Alberto Faria
- [PATCH v6 0/8] ublk: decouple server threads from hctxs,
Uday Shankar
- [PATCHv2] block: always allocate integrity buffer,
Keith Busch
- [RFC] block: Make MMC respect REQ_NOUNMAP?,
Ahmad Fatoum
- [PATCH] block: always allocate integrity buffer,
Keith Busch
- [PATCH for-6.16] fs: aio: initialize .ki_write_stream of read-write request,
Ming Lei
- add more bio helpers v3,
Christoph Hellwig
- [PATCH 01/19] block: add a bio_add_virt_nofail helper, Christoph Hellwig
- [PATCH 03/19] block: add a bio_add_max_vecs helper, Christoph Hellwig
- [PATCH 02/19] block: add a bdev_rw_virt helper, Christoph Hellwig
- [PATCH 05/19] block: remove the q argument from blk_rq_map_kern, Christoph Hellwig
- [PATCH 04/19] block: add a bio_add_vmalloc helpers, Christoph Hellwig
- [PATCH 07/19] block: simplify bio_map_kern, Christoph Hellwig
- [PATCH 06/19] block: pass the operation to bio_{map,copy}_kern, Christoph Hellwig
- [PATCH 08/19] bcache: use bio_add_virt_nofail, Christoph Hellwig
- [PATCH 09/19] rnbd-srv: use bio_add_virt_nofail, Christoph Hellwig
- [PATCH 11/19] zonefs: use bdev_rw_virt in zonefs_read_super, Christoph Hellwig
- [PATCH 10/19] gfs2: use bdev_rw_virt in gfs2_read_super, Christoph Hellwig
- [PATCH 12/19] PM: hibernate: split and simplify hib_submit_io, Christoph Hellwig
- [PATCH 13/19] dm-bufio: use bio_add_virt_nofail, Christoph Hellwig
- [PATCH 14/19] dm-integrity: use bio_add_virt_nofail, Christoph Hellwig
- [PATCH 15/19] xfs: simplify xfs_buf_submit_bio, Christoph Hellwig
- [PATCH 16/19] xfs: simplify xfs_rw_bdev, Christoph Hellwig
- [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog, Christoph Hellwig
- [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super, Christoph Hellwig
- [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio, Christoph Hellwig
- Re: add more bio helpers v3, Jens Axboe
- [PATCH 0/2] block: fix hang in elevator_change() and improve elevator_set_none,
Ming Lei
- [PATCH] block: fix warning on 'make htmldocs',
Ming Lei
- [PATCH v2] brd: avoid extra xarray lookups on first write,
Christoph Hellwig
- [PATCH V2 0/6] ublk: support to register bvec buffer automatically,
Ming Lei
- [PATCH] brd: avoid extra xarray lookups on first write,
Christoph Hellwig
- [PATCH v3 0/9] md: fix is_mddev_idle(),
Yu Kuai
- [PATCH v16 00/11] Block write streams with nvme fdp,
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
- Re: [PATCH v16 00/11] Block write streams with nvme fdp, Jens Axboe
[PATCH] block: only update request sector if needed,
Johannes Thumshirn
[syzbot] [block?] INFO: task hung in blkdev_read_iter, syzbot
[PATCH v12 00/17] large atomic writes for xfs,
John Garry
- [PATCH v12 01/17] fs: add atomic write unit max opt to statx, John Garry
- [PATCH v12 02/17] xfs: only call xfs_setsize_buftarg once per buffer target, John Garry
- [PATCH v12 06/17] xfs: add helpers to compute transaction reservation for finishing intent items, John Garry
- [PATCH v12 03/17] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write(), John Garry
- [PATCH v12 04/17] xfs: separate out setting buftarg atomic writes limits, John Garry
- [PATCH v12 07/17] xfs: ignore HW which cannot atomic write a single block, John Garry
- [PATCH v12 05/17] xfs: add helpers to compute log item overhead, John Garry
- [PATCH v12 09/17] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v12 13/17] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v12 12/17] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin(), John Garry
- [PATCH v12 10/17] xfs: refine atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v12 08/17] xfs: allow block allocator to take an alignment hint, John Garry
- [PATCH v12 17/17] xfs: allow sysadmins to specify a maximum atomic write limit at mount time, John Garry
- [PATCH v12 11/17] xfs: add xfs_atomic_write_cow_iomap_begin(), John Garry
- [PATCH v12 14/17] xfs: add xfs_file_dio_write_atomic(), John Garry
- [PATCH v12 15/17] xfs: add xfs_calc_atomic_write_unit_max(), John Garry
- [PATCH v12 16/17] xfs: update atomic write limits, John Garry
[PATCH v3 for-6.16/block 0/3] brd: discard bugfix,
Yu Kuai
[PATCH V5 0/7] blk-throttle: Split the blkthrotl queue to solve the IO delay issue,
Zizhi Wo
[PATCH AUTOSEL 6.12 265/486] loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize, Sasha Levin
[PATCH AUTOSEL 6.12 163/486] badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0, Sasha Levin
[PATCH AUTOSEL 6.12 219/486] ublk: complete command synchronously on error, Sasha Levin
[PATCH AUTOSEL 6.12 209/486] ublk: enforce ublks_max only for unprivileged devices, Sasha Levin
[PATCH AUTOSEL 6.12 081/486] blk-cgroup: improve policy registration error handling, Sasha Levin
[PATCH AUTOSEL 6.12 194/486] blk-throttle: don't take carryover for prioritized processing of metadata, Sasha Levin
[PATCH AUTOSEL 6.12 218/486] block: mark bounce buffering as incompatible with integrity, Sasha Levin
[PATCH AUTOSEL 6.14 337/642] loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize, Sasha Levin
[PATCH AUTOSEL 6.14 265/642] ublk: enforce ublks_max only for unprivileged devices, Sasha Levin
[PATCH AUTOSEL 6.14 277/642] null_blk: generate null_blk configfs features string, Sasha Levin
[PATCH AUTOSEL 6.14 278/642] ublk: complete command synchronously on error, Sasha Levin
[PATCH AUTOSEL 6.14 276/642] block: mark bounce buffering as incompatible with integrity, Sasha Levin
[PATCH AUTOSEL 6.14 243/642] blk-throttle: don't take carryover for prioritized processing of metadata, Sasha Levin
[PATCH AUTOSEL 6.14 203/642] block: acquire q->limits_lock while reading sysfs attributes, Sasha Levin
[PATCH AUTOSEL 6.14 202/642] badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0, Sasha Levin
[PATCH AUTOSEL 6.14 111/642] loop: move vfs_fsync() out of loop_update_dio(), Sasha Levin
[PATCH AUTOSEL 6.14 103/642] blk-cgroup: improve policy registration error handling, Sasha Levin
[PATCH v2] ublk: consolidate UBLK_IO_FLAG_OWNED_BY_SRV checks,
Caleb Sander Mateos
Port to 6.14-stable - ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd,
Jared Holzman
[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]