Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data, (continued)
- [PATCH 01/31] block: also call ->open for incremental partition opens, Christoph Hellwig
- [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl, Christoph Hellwig
- [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code, Christoph Hellwig
- [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release, Christoph Hellwig
- [PATCH 07/31] block: pass a gendisk on bdev_check_media_change, Christoph Hellwig
- [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change, Christoph Hellwig
- [PATCH 09/31] block: pass a gendisk to ->open, Christoph Hellwig
- [PATCH 11/31] block: rename blkdev_close to blkdev_release, Christoph Hellwig
- [PATCH 10/31] block: remove the unused mode argument to ->release, Christoph Hellwig
- [PATCH 13/31] bcache: don't pass a stack address to blkdev_get_by_path, Christoph Hellwig
- [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path, Christoph Hellwig
- [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path, Christoph Hellwig
- [PATCH 15/31] btrfs: don't pass a holder for non-exclusive blkdev_get_by_path, Christoph Hellwig
- [PATCH 18/31] fs: remove sb->s_mode, Christoph Hellwig
- [PATCH 17/31] block: add a sb_open_mode helper, Christoph Hellwig
- [PATCH 16/31] block: use the holder as indication for exclusive opens, Christoph Hellwig
- [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl with a simple bool, Christoph Hellwig
- [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool, Christoph Hellwig
- [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool, Christoph Hellwig
- [PATCH 23/31] mtd: block: use a simple bool to track open for write, Christoph Hellwig
- [PATCH 30/31] block: store the holder in file->private_data, Christoph Hellwig
- [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool, Christoph Hellwig
- [PATCH 25/31] ubd: remove commented out code in ubd_open, Christoph Hellwig
- [PATCH 31/31] fs: remove the now unused FMODE_* flags, Christoph Hellwig
- [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers, Christoph Hellwig
- [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev, Christoph Hellwig
- [PATCH 26/31] block: move a few internal definitions out of blkdev.h, Christoph Hellwig
- [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly", Christoph Hellwig
- Re: decouple block open flags from fmode_t, Christian Brauner
- Message not available
- Message not available
[syzbot] [block?] kernel BUG in truncate_inode_pages_range (2), syzbot
[bug report] WARNING: CPU: 23 PID: 35995 at lib/refcount.c:28 refcount_warn_saturate+0xba/0x110,
Guangwu Zhang
[PATCH -next] blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue(),
Yu Kuai
[PATCH v2 1/5] block: Rework bio_for_each_segment_all(),
Kent Overstreet
[PATCH net-next v4 07/11] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor(), David Howells
[PATCH net-next v4 04/11] splice, net: Add a splice_eof op to file-ops and socket-ops, David Howells
[PATCH -next] loop: Add parm check in loop_control_ioctl,
Zhong Jinghua
[PATCH v12 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
[PATCH -next] nbd: Add the maximum limit of allocated index in nbd_dev_add,
Zhong Jinghua
[PATCH] raid1: fix incorrect page freeing in alloc_behind_master_bio,
Christoph Hellwig
[PATCH] null_blk: Fix: memory release when memory_backed=1,
Nitesh Shetty
[PATCH] block/rnbd: fix mixed module-builtin object,
Masahiro Yamada
[PATCH] ublk: add control command of UBLK_U_CMD_GET_FEATURES,
Ming Lei
[PATCH 0/3] scsi: fixes for targets with many LUNs,
mwilck
[PATCH net-next v3 05/11] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor(),
David Howells
[GIT PULL] Block fixes for 6.4-rc5,
Jens Axboe
[PATCH v4 RESEND 0/3] sed-opal: keyrings, discovery, revert, key store,
gjoyce
[PATCH v6 0/4] generic and PowerPC SED Opal keystore,
gjoyce
[PATCH] block, loop: Increment diskseq when releasing a loop device,
Demi Marie Obenour
[PATCH 0/2] xen/blkback: support delete-on-close block devices,
Demi Marie Obenour
[PATCH] drbd: stop defining __KERNEL_SYSCALLS__,
Christoph Hellwig
cleanup the filemap / direct I/O interaction v4,
Christoph Hellwig
- [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write, Christoph Hellwig
- [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete, Christoph Hellwig
- [PATCH 01/12] backing_dev: remove current->backing_dev_info, Christoph Hellwig
- [PATCH 03/12] filemap: update ki_pos in generic_perform_write, Christoph Hellwig
- [PATCH 04/12] filemap: add a kiocb_write_and_wait helper, Christoph Hellwig
- [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write, Christoph Hellwig
- [PATCH 12/12] fuse: use direct_write_fallback, Christoph Hellwig
- [PATCH 10/12] fuse: update ki_pos in fuse_perform_write, Christoph Hellwig
- [PATCH 09/12] fs: factor out a direct_write_fallback helper, Christoph Hellwig
- [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper, Christoph Hellwig
- [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper, Christoph Hellwig
- [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages, Christoph Hellwig
introduce bdev holder ops and a file system shutdown method v3,
Christoph Hellwig
- [PATCH 02/16] block: refactor bd_may_claim, Christoph Hellwig
- [PATCH 03/16] block: turn bdev_lock into a mutex, Christoph Hellwig
- [PATCH 01/16] block: factor out a bd_end_claim helper from blkdev_put, Christoph Hellwig
- [PATCH 04/16] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk, Christoph Hellwig
- [PATCH 05/16] block: avoid repeated work in blk_mark_disk_dead, Christoph Hellwig
- [PATCH 06/16] block: unhash the inode earlier in delete_partition, Christoph Hellwig
- [PATCH 07/16] block: delete partitions later in del_gendisk, Christoph Hellwig
- [PATCH 08/16] block: remove blk_drop_partitions, Christoph Hellwig
- [PATCH 09/16] block: introduce holder ops, Christoph Hellwig
- [PATCH 10/16] block: add a mark_dead holder operation, Christoph Hellwig
- [PATCH 11/16] fs: add a method to shut down the file system, Christoph Hellwig
- [PATCH 12/16] xfs: wire up sops->shutdown, Christoph Hellwig
- [PATCH 13/16] xfs: wire up the ->mark_dead holder operation for log and RT devices, Christoph Hellwig
- [PATCH 14/16] ext4: split ext4_shutdown, Christoph Hellwig
- [PATCH 15/16] ext4: wire up sops->shutdown, Christoph Hellwig
- [PATCH 16/16] ext4: wire up the ->mark_dead holder operation for log devices, Christoph Hellwig
- Re: introduce bdev holder ops and a file system shutdown method v3, Dave Chinner
- Re: introduce bdev holder ops and a file system shutdown method v3, Jens Axboe
enforce read-only state at the block layer,
Christoph Hellwig
[PATCH] blk-mq: fix incorrect rq start_time_ns and alloc_time_ns after throttled,
chengming . zhou
[PATCH AUTOSEL 4.19 13/13] xen/blkfront: Only check REQ_FUA for writes, Sasha Levin
[PATCH AUTOSEL 5.10 20/21] xen/blkfront: Only check REQ_FUA for writes, Sasha Levin
[PATCH AUTOSEL 4.14 10/10] xen/blkfront: Only check REQ_FUA for writes, Sasha Levin
[PATCH AUTOSEL 5.4 16/17] xen/blkfront: Only check REQ_FUA for writes, Sasha Levin
[PATCH AUTOSEL 5.15 22/24] xen/blkfront: Only check REQ_FUA for writes, Sasha Levin
[PATCH AUTOSEL 6.1 30/33] xen/blkfront: Only check REQ_FUA for writes, Sasha Levin
[PATCH AUTOSEL 6.3 34/37] xen/blkfront: Only check REQ_FUA for writes, Sasha Levin
fix the name_to_dev_t mess v2,
Christoph Hellwig
- [PATCH 01/24] driver core: return bool from driver_probe_done, Christoph Hellwig
- [PATCH 03/24] PM: hibernate: remove the global snapshot_test variable, Christoph Hellwig
- [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume, Christoph Hellwig
- [PATCH 05/24] init: remove pointless Root_* values, Christoph Hellwig
- [PATCH 02/24] PM: hibernate: factor out a helper to find the resume device, Christoph Hellwig
- [PATCH 06/24] init: rename mount_block_root to mount_root_generic, Christoph Hellwig
- [PATCH 07/24] init: refactor mount_root, Christoph Hellwig
- [PATCH 08/24] init: pass root_device_name explicitly, Christoph Hellwig
- [PATCH 09/24] init: don't remove the /dev/ prefix from error messages, Christoph Hellwig
- [PATCH 10/24] init: handle ubi/mtd root mounting like all other root types, Christoph Hellwig
- [PATCH 11/24] init: factor the root_wait logic in prepare_namespace into a helper, Christoph Hellwig
- [PATCH 12/24] init: move the nfs/cifs/ram special cases out of name_to_dev_t, Christoph Hellwig
- [PATCH 13/24] init: improve the name_to_dev_t interface, 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 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 16/24] block: move more code to early-lookup.c, Christoph Hellwig
- [PATCH 21/24] PM: hibernate: don't use early_lookup_bdev in resume_store, Christoph Hellwig
- [PATCH 17/24] dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr, Christoph Hellwig
- [PATCH 20/24] dm: only call early_lookup_bdev from early boot context, Christoph Hellwig
- [PATCH 23/24] mtd: block2mtd: don't call early_lookup_bdev after the system is running, Christoph Hellwig
- [PATCH 22/24] mtd: block2mtd: factor the early block device open logic into a helper, Christoph Hellwig
- [PATCH 24/24] block: mark early_lookup_bdev as __init, Christoph Hellwig
[PATCH net-next v2 1/6] splice, net: Fix MSG_MORE signalling in splice_direct_to_actor(), David Howells
[PATCH v7 00/20] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v7 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v7 05/20] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v7 04/20] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v7 06/20] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v7 01/20] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v7 02/20] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v7 07/20] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v7 08/20] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v7 09/20] gfs2: 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 11/20] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 12/20] floppy: 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 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v7 16/20] dm-crypt: use __bio_add_page to add single page to clone bio, Johannes Thumshirn
- [PATCH v7 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v7 18/20] block: add bio_add_folio_nofail, Johannes Thumshirn
- [PATCH v7 19/20] fs: iomap: use bio_add_folio_nofail where possible, Johannes Thumshirn
- [PATCH v7 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- Re: [PATCH v7 00/20] bio: check return values of bio_add_page, Jens Axboe
[PATCH -next v2] block: fix blktrace debugfs entries leak,
Yu Kuai
blk-mq: check on cpu id when there is only one ctx mapping,
Ed Tsai
cleanup the filemap / direct I/O interaction v3 (full series now),
Christoph Hellwig
- [PATCH 03/12] filemap: update ki_pos in generic_perform_write, Christoph Hellwig
- [PATCH 01/12] backing_dev: remove current->backing_dev_info, Christoph Hellwig
- [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete, Christoph Hellwig
- [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper, Christoph Hellwig
- [PATCH 04/12] filemap: add a kiocb_write_and_wait helper, Christoph Hellwig
- [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper, Christoph Hellwig
- [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages, Christoph Hellwig
- [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write, Christoph Hellwig
- [PATCH 10/12] fuse: update ki_pos in fuse_perform_write, Christoph Hellwig
- [PATCH 09/12] fs: factor out a direct_write_fallback helper, Christoph Hellwig
- [PATCH 12/12] fuse: use direct_write_fallback, Christoph Hellwig
- [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write, Christoph Hellwig
[PATCH] blk-ioc: protect ioc_destroy_icq() by 'queue_lock',
Yu Kuai
cleanup the filemap / direct I/O interaction v3,
Christoph Hellwig
[PATCH blktests] nvme/{016,017}: use _check_genctr instead of _filter_discovery,
Yang Xu
[PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback,
Demi Marie Obenour
- [PATCH v2 01/16] device-mapper: Check that target specs are sufficiently aligned, Demi Marie Obenour
- [PATCH v2 02/16] device-mapper: Avoid pointer arithmetic overflow, Demi Marie Obenour
- [PATCH v2 03/16] device-mapper: do not allow targets to overlap 'struct dm_ioctl', Demi Marie Obenour
- [PATCH v2 05/16] device-mapper: Target parameters must not overlap next target spec, Demi Marie Obenour
- [PATCH v2 04/16] device-mapper: Better error message for too-short target spec, Demi Marie Obenour
- [PATCH v2 06/16] device-mapper: Avoid double-fetch of version, Demi Marie Obenour
- [PATCH v2 07/16] device-mapper: Allow userspace to opt-in to strict parameter checks, Demi Marie Obenour
- [PATCH v2 08/16] device-mapper: Allow userspace to provide expected diskseq, Demi Marie Obenour
- [PATCH v2 09/16] device-mapper: Allow userspace to suppress uevent generation, Demi Marie Obenour
- [PATCH v2 10/16] device-mapper: Refuse to create device named "control", Demi Marie Obenour
- [PATCH v2 11/16] device-mapper: "." and ".." are not valid symlink names, Demi Marie Obenour
- [PATCH v2 12/16] device-mapper: inform caller about already-existing device, Demi Marie Obenour
- [PATCH v2 13/16] xen-blkback: Implement diskseq checks, Demi Marie Obenour
- [PATCH v2 14/16] block, loop: Increment diskseq when releasing a loop device, Demi Marie Obenour
- [PATCH v2 16/16] xen-blkback: Inform userspace that device has been opened, Demi Marie Obenour
- [PATCH v2 15/16] xen-blkback: Minor cleanups, Demi Marie Obenour
- Re: [dm-devel] [PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback, Christoph Hellwig
[PATCH 1/2] block: add request polling helper,
Keith Busch
[PATCH v3 0/4] block: constify some structures of partitions/core.c,
Thomas Weißschuh
[PATCH] block: Replace all non-returning strlcpy with strscpy,
Azeem Shaikh
[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 05/20] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio, 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 06/20] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio, 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 12/20] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 11/20] zram: 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 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v6 16/20] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v6 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v6 18/20] block: add __bio_add_folio, Johannes Thumshirn
- [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible, Johannes Thumshirn
- [PATCH v6 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- Re: [PATCH v6 00/20] bio: check return values of bio_add_page, Johannes Thumshirn
[PATCH 0/2] nvme: add nvme_delete_dead_ctrl for avoiding io deadlock,
Ming Lei
[PATCH] block: improve ioprio value validity checks,
Damien Le Moal
[PATCH] fs/buffer: using __bio_add_page in submit_bh_wbc(),
gouhao
[PATCH v1 1/1] nvme: complete directly for hctx with only one ctx mapping,
Po-Wen Kao
[PATCH v2] block: fix revalidate performance regression,
Damien Le Moal
[PATCH] block: fix revalidate performance regression,
Damien Le Moal
[PATCH] blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost,
linan666
[PATCH -next v3 0/5] blk-wbt: minor fix and cleanup,
Yu Kuai
[PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning,
David Howells
[GIT PULL] Block fixes for 6.4-rc4,
Jens Axboe
block: significant performance regression in iSCSI rescan,
Brian Bunker
[PATCH v3 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning,
David Howells
[RFC v2 0/8] add support for blocksize > PAGE_SIZE,
Luis Chamberlain
- [RFC v2 6/8] shmem: consider block size in shmem_default_max_inodes(), Luis Chamberlain
- [RFC v2 1/8] page_flags: add is_folio_hwpoison(), Luis Chamberlain
- [RFC v2 5/8] shmem: account for larger blocks sizes for shmem_default_max_blocks(), Luis Chamberlain
- [RFC v2 4/8] shmem: add helpers to get block size, Luis Chamberlain
- [RFC v2 8/8] shmem: add support to customize block size order, Luis Chamberlain
- [RFC v2 2/8] shmem: convert to use is_folio_hwpoison(), Luis Chamberlain
- [RFC v2 7/8] shmem: add high order page support, Luis Chamberlain
- [RFC v2 3/8] shmem: account for high order folios, Luis Chamberlain
- Re: [RFC v2 0/8] add support for blocksize > PAGE_SIZE, Luis Chamberlain
- Re: [RFC v2 0/8] add support for blocksize > PAGE_SIZE, Christoph Hellwig
- Re: [RFC v2 0/8] add support for blocksize > PAGE_SIZE, Matthew Wilcox
[PATCH v2 0/5] block: simplify with PAGE_SECTORS_SHIFT,
Luis Chamberlain
ioprio_set can take 8 as the PROCESS CLASS_BE ioprio value,
Murphy Zhou
[PATCH blktests 0/3] improve block/011,
Shin'ichiro Kawasaki
[RFC PATCH v2 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning,
David Howells
[PATCH 0/7] block layer patches for bcachefs,
Kent Overstreet
[PATCH AUTOSEL 6.1 57/57] block: Deny writable memory mapping if block is read-only, Sasha Levin
[PATCH AUTOSEL 6.1 55/57] ublk: fix AB-BA lockdep warning, Sasha Levin
[PATCH AUTOSEL 6.3 67/67] block: Deny writable memory mapping if block is read-only, Sasha Levin
[PATCH AUTOSEL 6.3 65/67] ublk: fix AB-BA lockdep warning, Sasha Levin
[PATCH] pktcdvd.c: Drop error checking for debugfs_create_dir, Osama Muhammad
[RFC PATCH 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning,
David Howells
[PATCH] zonefs: Call zonefs_io_error() on any error from filemap_splice_read(),
David Howells
[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]