Linux Device-Mapper Development
[Prev Page][Next Page]
- enforce read-only state at the block layer,
Christoph Hellwig
- [PATCH] dm: don't lock fs when the map is NULL in process of suspend, Li Lingfeng
- [PATCH] multipath-tools: adapt HITACHI/OPEN- config to work with alua and multibus,
Xose Vazquez Perez
- fix the name_to_dev_t mess v2,
Christoph Hellwig
- [PATCH 21/24] PM: hibernate: don't use early_lookup_bdev in resume_store, Christoph Hellwig
- [PATCH 16/24] block: move more code to early-lookup.c, Christoph Hellwig
- [PATCH 13/24] init: improve the name_to_dev_t interface, Christoph Hellwig
- [PATCH 10/24] init: handle ubi/mtd root mounting like all other root types, Christoph Hellwig
- [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/, Christoph Hellwig
- [PATCH 19/24] dm: remove dm_get_dev_t, Christoph Hellwig
- [PATCH 12/24] init: move the nfs/cifs/ram special cases out of name_to_dev_t, Christoph Hellwig
- [PATCH 24/24] block: mark early_lookup_bdev as __init, Christoph Hellwig
- [PATCH 22/24] mtd: block2mtd: factor the early block device open logic into a helper, Christoph Hellwig
- [PATCH 23/24] mtd: block2mtd: don't call early_lookup_bdev after the system is running, Christoph Hellwig
- [PATCH 14/24] init: clear root_wait on all invalid root= strings, Christoph Hellwig
- [PATCH 18/24] dm: open code dm_get_dev_t in dm_init_init, Christoph Hellwig
- [PATCH 20/24] dm: only call early_lookup_bdev from early boot context, Christoph Hellwig
- [PATCH 17/24] dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr, Christoph Hellwig
- [PATCH 03/24] PM: hibernate: remove the global snapshot_test variable, Christoph Hellwig
- [PATCH 09/24] init: don't remove the /dev/ prefix from error messages, Christoph Hellwig
- [PATCH 11/24] init: factor the root_wait logic in prepare_namespace into a helper, Christoph Hellwig
- [PATCH 07/24] init: refactor mount_root, Christoph Hellwig
- [PATCH 06/24] init: rename mount_block_root to mount_root_generic, Christoph Hellwig
- [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume, Christoph Hellwig
- [PATCH 02/24] PM: hibernate: factor out a helper to find the resume device, Christoph Hellwig
- [PATCH 01/24] driver core: return bool from driver_probe_done, Christoph Hellwig
- [PATCH 08/24] init: pass root_device_name explicitly, Christoph Hellwig
- [PATCH 05/24] init: remove pointless Root_* values, Christoph Hellwig
- [PATCH v7 00/20] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v7 04/20] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v7 19/20] fs: iomap: use bio_add_folio_nofail where possible, Johannes Thumshirn
- [PATCH v7 02/20] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v7 05/20] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v7 08/20] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v7 16/20] dm-crypt: use __bio_add_page to add single page to clone bio, Johannes Thumshirn
- [PATCH v7 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v7 07/20] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v7 01/20] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v7 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v7 09/20] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v7 11/20] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 13/20] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v7 18/20] block: add bio_add_folio_nofail, Johannes Thumshirn
- [PATCH v7 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- [PATCH v7 06/20] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v7 12/20] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 10/20] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- Re: [PATCH v7 00/20] bio: check return values of bio_add_page, Jens Axboe
- [PATCH] Improve the dm-integrity documentation.,
Russell Harmon
- [PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback,
Demi Marie Obenour
- [PATCH v2 12/16] device-mapper: inform caller about already-existing device, Demi Marie Obenour
- [PATCH v2 15/16] xen-blkback: Minor cleanups, Demi Marie Obenour
- [PATCH v2 06/16] device-mapper: Avoid double-fetch of version, Demi Marie Obenour
- [PATCH v2 09/16] device-mapper: Allow userspace to suppress uevent generation, Demi Marie Obenour
- [PATCH v2 13/16] xen-blkback: Implement diskseq checks, Demi Marie Obenour
- [PATCH v2 03/16] device-mapper: do not allow targets to overlap 'struct dm_ioctl', Demi Marie Obenour
- [PATCH v2 08/16] device-mapper: Allow userspace to provide expected diskseq, Demi Marie Obenour
- [PATCH v2 07/16] device-mapper: Allow userspace to opt-in to strict parameter checks, Demi Marie Obenour
- [PATCH v2 02/16] device-mapper: Avoid pointer arithmetic overflow, Demi Marie Obenour
- [PATCH v2 05/16] device-mapper: Target parameters must not overlap next target spec, Demi Marie Obenour
- [PATCH v2 01/16] device-mapper: Check that target specs are sufficiently aligned, Demi Marie Obenour
- [PATCH v2 16/16] xen-blkback: Inform userspace that device has been opened, Demi Marie Obenour
- [PATCH v2 04/16] device-mapper: Better error message for too-short target spec, Demi Marie Obenour
- [PATCH v2 10/16] device-mapper: Refuse to create device named "control", Demi Marie Obenour
- [PATCH v2 14/16] block, loop: Increment diskseq when releasing a loop device, Demi Marie Obenour
- [PATCH v2 11/16] device-mapper: "." and ".." are not valid symlink names, Demi Marie Obenour
- Re: [PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback, Christoph Hellwig
- [PATCH v6 00/20] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v6 01/20] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v6 06/20] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v6 02/20] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v6 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v6 09/20] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 10/20] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 05/20] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v6 11/20] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 12/20] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v6 16/20] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v6 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible, Johannes Thumshirn
- [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v6 18/20] block: add __bio_add_folio, Johannes Thumshirn
- Re: [PATCH v6 00/20] bio: check return values of bio_add_page, Johannes Thumshirn
- [PATCH] bcachefs: fix NULL pointer dereference in try_alloc_bucket,
Mikulas Patocka
- fuzzing bcachefs with dm-flakey,
Mikulas Patocka
- [PATCH -next v2 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running,
Yu Kuai
- [PATCH] dm flakey: introduce the random_read_corrupt and random_write_corrupt options, Mikulas Patocka
- [PATCH v2 0/5] block: simplify with PAGE_SECTORS_SHIFT,
Luis Chamberlain
- [PATCH 0/5] priority and pathgroup switching changes,
Benjamin Marzinski
- dm-crypt: fix return value on invalid AEAD cipher, Mikulas Patocka
- [PATCH] dm crypt: fix sleep-in-atomic-context bug in kcryptd_crypt_tasklet,
Duoming Zhou
- [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target.,
J. corwin Coburn
- [PATCH v2 02/39] Add the MurmurHash3 fast hashing algorithm., J. corwin Coburn
- [PATCH v2 01/39] Add documentation for dm-vdo., J. corwin Coburn
- [PATCH v2 03/39] Add memory allocation utilities., J. corwin Coburn
- [PATCH v2 05/39] Add vdo type declarations, constants, and simple data structures., J. corwin Coburn
- [PATCH v2 06/39] Add thread and synchronization utilities., J. corwin Coburn
- [PATCH v2 07/39] Add specialized request queueing functionality., J. corwin Coburn
- [PATCH v2 09/39] Add deduplication configuration structures., J. corwin Coburn
- [PATCH v2 10/39] Add deduplication index storage interface., J. corwin Coburn
- [PATCH v2 11/39] Implement the delta index., J. corwin Coburn
- [PATCH v2 18/39] Add vio, the request object for vdo metadata., J. corwin Coburn
- [PATCH v2 19/39] Add data_vio, the request object which services incoming bios., J. corwin Coburn
- [PATCH v2 17/39] Add administrative state and scheduling for vdo., J. corwin Coburn
- [PATCH v2 23/39] Add use of the deduplication index in hash zones., J. corwin Coburn
- [PATCH v2 21/39] Add the vdo io_submitter., J. corwin Coburn
- [PATCH v2 24/39] Add the compressed block bin packer., J. corwin Coburn
- [PATCH v2 22/39] Add hash locks and hash zones., J. corwin Coburn
- [PATCH v2 20/39] Add flush support to vdo., J. corwin Coburn
- [PATCH v2 25/39] Add vdo_slab., J. corwin Coburn
- [PATCH v2 28/39] Add the slab depot itself., J. corwin Coburn
- [PATCH v2 30/39] Implement the vdo block map page cache., J. corwin Coburn
- [PATCH v2 37/39] Add vdo debugging support., J. corwin Coburn
- [PATCH v2 35/39] Add statistics tracking., J. corwin Coburn
- [PATCH v2 08/39] Add basic data structures., J. corwin Coburn
- [PATCH v2 39/39] Enable configuration and building of dm-vdo., J. corwin Coburn
- [PATCH v2 34/39] Add the on-disk formats and marshalling of vdo structures., J. corwin Coburn
- [PATCH v2 29/39] Add the vdo block map., J. corwin Coburn
- [PATCH v2 32/39] Add repair (crash recovery and read-only rebuild) of damaged vdos., J. corwin Coburn
- [PATCH v2 26/39] Add the slab summary., J. corwin Coburn
- [PATCH v2 12/39] Implement the volume index., J. corwin Coburn
- [PATCH v2 38/39] Add dm-vdo-target.c, J. corwin Coburn
- [PATCH v2 31/39] Add the vdo recovery journal., J. corwin Coburn
- [PATCH v2 04/39] Add basic logging and support utilities., J. corwin Coburn
- [PATCH v2 13/39] Implement the open chapter and chapter indexes., J. corwin Coburn
- [PATCH v2 27/39] Add the block allocators and physical zones., J. corwin Coburn
- [PATCH v2 36/39] Add sysfs support for setting vdo parameters and fetching statistics., J. corwin Coburn
- [PATCH v2 14/39] Implement the chapter volume store., J. corwin Coburn
- [PATCH v2 16/39] Implement external deduplication index interface., J. corwin Coburn
- [PATCH v2 15/39] Implement top-level deduplication index., J. corwin Coburn
- [PATCH v2 33/39] Add the vdo structure itself., J. corwin Coburn
- Re: [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target., Eric Biggers
- Re: [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target., Mike Snitzer
- Re: [vdo-devel] [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target., Matthew Sakai
- fix the name_to_dev_t mess,
Christoph Hellwig
- [PATCH 24/24] block: mark early_lookup_bdev as __init, Christoph Hellwig
- [PATCH 23/24] mtd: block2mtd: don't call early_lookup_bdev after the system is running, Christoph Hellwig
- [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/, Christoph Hellwig
- [PATCH 07/24] init: refactor mount_root, Christoph Hellwig
- [PATCH 17/24] dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr, Christoph Hellwig
- [PATCH 08/24] init: pass root_device_name explicitly, Christoph Hellwig
- [PATCH 20/24] dm: only call early_lookup_bdev from early boot context, Christoph Hellwig
- [PATCH 02/24] PM: hibernate: factor out a helper to find the resume device, Christoph Hellwig
- [PATCH 12/24] init: move the nfs/cifs/ram special cases out of name_to_dev_t, Christoph Hellwig
- [PATCH 18/24] dm: open code dm_get_dev_t in dm_init_init, Christoph Hellwig
- [PATCH 05/24] init: remove pointless Root_* values, Christoph Hellwig
- [PATCH 13/24] init: improve the name_to_dev_t interface, Christoph Hellwig
- [PATCH 22/24] mtd: block2mtd: factor the early block device open logic into a helper, Christoph Hellwig
- [PATCH 09/24] init: don't remove the /dev/ prefix from error messages, Christoph Hellwig
- [PATCH 19/24] dm: remove dm_get_dev_t, Christoph Hellwig
- [PATCH 11/24] init: factor the root_wait logic in prepare_namespace into a helper, Christoph Hellwig
- [PATCH 01/24] driver core: return bool from driver_probe_done, Christoph Hellwig
- [PATCH 21/24] PM: hibernate: don't use early_lookup_bdev in resume_store, Christoph Hellwig
- [PATCH 06/24] init: rename mount_block_root to mount_root_generic, Christoph Hellwig
- [PATCH 10/24] init: handle ubi/mtd root mounting like all other root types, Christoph Hellwig
- [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume, Christoph Hellwig
- [PATCH 14/24] init: clear root_wait on all invalid root= strings, Christoph Hellwig
- [PATCH 16/24] block: move more code to early-lookup.c, Christoph Hellwig
- [PATCH 03/24] PM: hibernate: remove the global snapshot_test variable, Christoph Hellwig
- [PATCH v3 7/7] block: Inline blk_mq_{, delay_}kick_requeue_list(),
Bart Van Assche
- [PATCH v3 6/7] dm: Inline __dm_mq_kick_requeue_list(),
Bart Van Assche
- [PATCH v11 0/9] Implement copy offload support,
Nitesh Shetty
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[RFC] dm overlaybd: targets mapping OverlayBD image,
Du Rui
[PATCH] 11-dm-mpath.rules: fix warnings reported by udevadm verify,
Dmitry V. Levin
[PATCH 0/5] multipath: Add a group_by_tgp path grouping policy,
Benjamin Marzinski
[PATCH v7 0/5] Introduce provisioning primitives,
Sarthak Kukreti
[RFC PATCH] block: add meaningful macro for flush op flags,
Chaitanya Kulkarni
Does dm-zoned support buffered write?,
Ming Lin
Patch "dm verity: skip redundant verity_handle_err() on I/O errors" has been added to the 5.4-stable tree, Sasha Levin
Patch "dm verity: skip redundant verity_handle_err() on I/O errors" has been added to the 4.19-stable tree, Sasha Levin
Patch "dm verity: fix error handling for check_at_most_once on FEC" has been added to the 5.10-stable tree, Sasha Levin
Patch "dm verity: fix error handling for check_at_most_once on FEC" has been added to the 5.4-stable tree, Sasha Levin
Patch "dm verity: fix error handling for check_at_most_once on FEC" has been added to the 4.19-stable tree, Sasha Levin
Patch "dm verity: skip redundant verity_handle_err() on I/O errors" has been added to the 5.10-stable tree, Sasha Levin
[PATCH 03/13] dm integrity: Use alloc_ordered_workqueue() to create ordered workqueues,
Tejun Heo
[PATCH 0/5] Add the dm-vdo deduplication and compression device mapper target.,
J. corwin Coburn
Re: [PATCH RFC 01/16] block: Add atomic write operations to request_queue limits,
Mike Snitzer
[PATCH v5 00/20] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v5 01/20] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v5 02/20] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v5 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v5 04/20] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v5 05/20] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v5 07/20] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v5 06/20] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v5 08/20] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v5 09/20] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v5 10/20] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v5 11/20] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v5 12/20] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v5 13/20] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v5 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v5 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v5 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v5 18/20] block: add __bio_add_folio, Johannes Thumshirn
- [PATCH v5 19/20] fs: iomap: use __bio_add_folio where possible, Johannes Thumshirn
- [PATCH v5 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- Re: [PATCH v5 00/20] bio: check return values of bio_add_page, Johannes Thumshirn
- Re: [PATCH v5 00/20] bio: check return values of bio_add_page, Jens Axboe
[PATCH 3/3] dm flakey: introduce the random_read_corrupt and random_write_corrupt options, Mikulas Patocka
[PATCH 0/3] dm-crypt and dm-flakey patches,
Mikulas Patocka
[PATCH 2/3] dm flakey: clone pages on write bio before corrupting them, Mikulas Patocka
[PATCH blktests v2] tests/dm: add a regression test,
Yu Kuai
[git pull] device mapper changes for 6.4,
Mike Snitzer
[PATCH 0/5] block: simplify with PAGE_SECTORS_SHIFT,
Luis Chamberlain
[PATCH v4 00/22] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v4 09/22] btrfs: raid56: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v4 02/22] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v4 01/22] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v4 15/22] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v4 11/22] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v4 20/22] block: add __bio_add_folio, Johannes Thumshirn
- [PATCH v4 12/22] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v4 17/22] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v4 18/22] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v4 04/22] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v4 06/22] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v4 10/22] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v4 19/22] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v4 07/22] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v4 21/22] fs: iomap: use __bio_add_folio where possible, Johannes Thumshirn
- [PATCH v4 03/22] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v4 14/22] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v4 08/22] btrfs: repair: use __bio_add_page for adding single page, Johannes Thumshirn
- [PATCH v4 16/22] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v4 22/22] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- [PATCH v4 13/22] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v4 05/22] md: use __bio_add_page to add single page, Johannes Thumshirn
[PATCH 04/22] dm integrity: Use alloc_ordered_workqueue() to create ordered workqueues, Tejun Heo
[PATCH v3 00/19] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v3 02/19] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v3 08/19] btrfs: repair: use __bio_add_page for adding single page, Johannes Thumshirn
- [PATCH v3 06/19] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v3 12/19] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 15/19] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v3 16/19] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 01/19] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v3 18/19] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v3 13/19] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v3 04/19] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v3 05/19] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v3 09/19] btrfs: raid56: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v3 07/19] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v3 17/19] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v3 10/19] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v3 19/19] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v3 14/19] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 11/19] gfs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
[PATCH v10 0/9] Implement copy offload support,
Nitesh Shetty
Message not available
Message not available
Message not available
Message not available
[Index of Archives]
[DM Crypt]
[Fedora Docs]
[Fedora SELinux]
[Kernel]