Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH] zonefs: Call zonefs_io_error() on any error from filemap_splice_read(), (continued)
- [PATCH -next v2] block: Fix the partition start may overflow in add_partition(),
Zhong Jinghua
- [PATCH V3] blk-cgroup: Flush stats before releasing blkcg_gq,
Ming Lei
- [PATCH V3 blktests 0/2] blktests: Add ublk testcases,
Ziyang Zhang
- [PATCH V2 0/8] misc patches for rnbd,
Guoqing Jiang
- [PATCH V2 1/8] block/rnbd: kill rnbd_flags_supported, Guoqing Jiang
- [PATCH V2 4/8] block/rnbd-srv: no need to check sess_dev, Guoqing Jiang
- [PATCH V2 2/8] block/rnbd-srv: remove unused header, Guoqing Jiang
- [PATCH V2 5/8] block/rnbd-srv: rename one member in rnbd_srv_dev, Guoqing Jiang
- [PATCH V2 7/8] block/rnbd-srv: init err earlier in rnbd_srv_init_module, Guoqing Jiang
- [PATCH V2 3/8] block/rnbd: introduce rnbd_access_modes, Guoqing Jiang
- [PATCH V2 6/8] block/rnbd-srv: init ret with 0 instead of -EPERM, Guoqing Jiang
- [PATCH V2 8/8] block/rnbd-srv: make process_msg_sess_info returns void, Guoqing Jiang
- Re: [PATCH V2 0/8] misc patches for rnbd, Guoqing Jiang
- Re: [PATCH V2 0/8] misc patches for rnbd, Jens Axboe
- cleanup the filemap / direct I/O interaction v2,
Christoph Hellwig
- [PATCH 03/11] filemap: update ki_pos in generic_perform_write, Christoph Hellwig
- [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper, Christoph Hellwig
- [PATCH 04/11] filemap: add a kiocb_write_and_wait helper, Christoph Hellwig
- [PATCH 01/11] backing_dev: remove current->backing_dev_info, Christoph Hellwig
- [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper, Christoph Hellwig
- [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete, Christoph Hellwig
- [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages, Christoph Hellwig
- [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write, Christoph Hellwig
- [PATCH 09/11] fs: factor out a direct_write_fallback helper, Christoph Hellwig
- [PATCH 10/11] fuse: update ki_pos in fuse_perform_write, Christoph Hellwig
- [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write, Christoph Hellwig
- [PATCH] block: make bio_check_eod work for zero sized devices,
Christoph Hellwig
- [PATCH V2] blk-cgroup: Flush stats before releasing blkcg_gq,
Ming Lei
- [PATCH blktests v2] srp/rc: Replace _have_module() with _have_driver(),
Xiao Yang
- [PATCH] blk-cgroup: Flush stats before releasing blkcg_gq,
Ming Lei
- [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target.,
J. corwin Coburn
- [PATCH v2 03/39] Add memory allocation utilities., 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 05/39] Add vdo type declarations, constants, and simple data structures., J. corwin Coburn
- [PATCH v2 04/39] Add basic logging and support utilities., J. corwin Coburn
- [PATCH v2 06/39] Add thread and synchronization utilities., J. corwin Coburn
- [PATCH v2 08/39] Add basic data structures., J. corwin Coburn
- [PATCH v2 09/39] Add deduplication configuration structures., J. corwin Coburn
- [PATCH v2 07/39] Add specialized request queueing functionality., J. corwin Coburn
- [PATCH v2 10/39] Add deduplication index storage interface., J. corwin Coburn
- [PATCH v2 17/39] Add administrative state and scheduling for vdo., J. corwin Coburn
- [PATCH v2 15/39] Implement top-level deduplication index., 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 25/39] Add vdo_slab., J. corwin Coburn
- [PATCH v2 20/39] Add flush support to vdo., J. corwin Coburn
- [PATCH v2 27/39] Add the block allocators and physical zones., J. corwin Coburn
- [PATCH v2 19/39] Add data_vio, the request object which services incoming bios., J. corwin Coburn
- [PATCH v2 23/39] Add use of the deduplication index in hash zones., J. corwin Coburn
- [PATCH v2 26/39] Add the slab summary., J. corwin Coburn
- [PATCH v2 24/39] Add the compressed block bin packer., J. corwin Coburn
- [PATCH v2 21/39] Add the vdo io_submitter., J. corwin Coburn
- [PATCH v2 29/39] Add the vdo block map., J. corwin Coburn
- [PATCH v2 22/39] Add hash locks and hash zones., J. corwin Coburn
- [PATCH v2 12/39] Implement the volume index., J. corwin Coburn
- [PATCH v2 32/39] Add repair (crash recovery and read-only rebuild) of damaged vdos., J. corwin Coburn
- [PATCH v2 34/39] Add the on-disk formats and marshalling of vdo structures., J. corwin Coburn
- [PATCH v2 36/39] Add sysfs support for setting vdo parameters and fetching statistics., J. corwin Coburn
- [PATCH v2 31/39] Add the vdo recovery journal., J. corwin Coburn
- [PATCH v2 39/39] Enable configuration and building of dm-vdo., J. corwin Coburn
- [PATCH v2 35/39] Add statistics tracking., J. corwin Coburn
- [PATCH v2 33/39] Add the vdo structure 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 14/39] Implement the chapter volume store., J. corwin Coburn
- [PATCH v2 13/39] Implement the open chapter and chapter indexes., J. corwin Coburn
- [PATCH v2 16/39] Implement external deduplication index interface., J. corwin Coburn
- [PATCH v2 38/39] Add dm-vdo-target.c, J. corwin Coburn
- [PATCH v2 28/39] Add the slab depot itself., J. corwin Coburn
- Re: [dm-devel] [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., Ken Raeburn
- Message not available
Re: [vdo-devel] [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target., Matthew Sakai
[PATCH] block: fix bio-cache for passthru IO,
Anuj Gupta
[PATCH] block, bfq: update Paolo's address in maintainer list,
Paolo Valente
[PATCH v2 0/1] block: fix conversion of GPT partition name to 7-bit,
Olivier Gayot
[PATCH 00/10] misc patches for rnbd,
Guoqing Jiang
- [PATCH 03/10] block/rnbd: introduce rnbd_access_modes, Guoqing Jiang
- [PATCH 04/10] block/rnbd-srv: no need to check sess_dev, Guoqing Jiang
- [PATCH 08/10] block/rnbd-srv: init err earlier in rnbd_srv_init_module, Guoqing Jiang
- [PATCH 10/10] block/rnbd: change device's name, Guoqing Jiang
- [PATCH 02/10] block/rnbd-srv: remove unused header, Guoqing Jiang
- [PATCH 07/10] block/rnbd-srv: init ret with 0 instead of -EPERM, Guoqing Jiang
- [PATCH 06/10] block/rnbd-srv: rename one member in rnbd_srv_dev, Guoqing Jiang
- [PATCH 09/10] block/rnbd-srv: make process_msg_sess_info returns void, Guoqing Jiang
- [PATCH 01/10] block/rnbd: kill rnbd_flags_supported, Guoqing Jiang
- [PATCH 05/10] block/rnbd-srv: defer the allocation of rnbd_io_private, Guoqing Jiang
fix the name_to_dev_t mess,
Christoph Hellwig
- [PATCH 03/24] PM: hibernate: remove the global snapshot_test variable, Christoph Hellwig
- [PATCH 02/24] PM: hibernate: factor out a helper to find the resume device, Christoph Hellwig
- [PATCH 05/24] init: remove pointless Root_* values, Christoph Hellwig
- [PATCH 01/24] driver core: return bool from driver_probe_done, Christoph Hellwig
- [PATCH 06/24] init: rename mount_block_root to mount_root_generic, 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 04/24] PM: hibernate: move finding the resume device out of software_resume, Christoph Hellwig
- [PATCH 12/24] init: move the nfs/cifs/ram special cases out of name_to_dev_t, Christoph Hellwig
- [PATCH 09/24] init: don't remove the /dev/ prefix from error messages, Christoph Hellwig
- [PATCH 08/24] init: pass root_device_name explicitly, Christoph Hellwig
- [PATCH 10/24] init: handle ubi/mtd root mounting like all other root types, Christoph Hellwig
- [PATCH 16/24] block: move more code to early-lookup.c, Christoph Hellwig
- [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/, 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 17/24] dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr, Christoph Hellwig
- [PATCH 13/24] init: improve the name_to_dev_t interface, Christoph Hellwig
- [PATCH 19/24] dm: remove dm_get_dev_t, 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 24/24] block: mark early_lookup_bdev as __init, Christoph Hellwig
- [PATCH 21/24] PM: hibernate: don't use early_lookup_bdev in resume_store, Christoph Hellwig
- [PATCH 22/24] mtd: block2mtd: factor the early block device open logic into a helper, Christoph Hellwig
[PATCH v5 0/9] Support limits below the page size,
Bart Van Assche
- [PATCH v5 2/9] block: Prepare for supporting sub-page limits, Bart Van Assche
- [PATCH v5 1/9] block: Use pr_info() instead of printk(KERN_INFO ...), Bart Van Assche
- [PATCH v5 4/9] block: Make sub_page_limit_queues available in debugfs, Bart Van Assche
- [PATCH v5 3/9] block: Support configuring limits below the page size, Bart Van Assche
- [PATCH v5 6/9] block: Add support for filesystem requests and small segments, Bart Van Assche
- [PATCH v5 7/9] block: Add support for small segments in blk_rq_map_user_iov(), Bart Van Assche
- [PATCH v5 5/9] block: Support submitting passthrough requests with small segments, Bart Van Assche
- [PATCH v5 8/9] scsi_debug: Support configuring the maximum segment size, Bart Van Assche
- [PATCH v5 9/9] null_blk: Support configuring the maximum segment size, Bart Van Assche
- Re: [PATCH v5 0/9] Support limits below the page size, Sandeep Dhavale
[PATCH v21 0/6] block: Use page pinning,
David Howells
[PATCH v3 0/7] Submit zoned writes in order,
Bart Van Assche
[PATCH v22 00/31] splice: Kill ITER_PIPE,
David Howells
- [PATCH v22 01/31] splice: Fix filemap_splice_read() to use the correct inode, David Howells
- [PATCH v22 05/31] splice: Make do_splice_to() generic and export it, David Howells
- [PATCH v22 03/31] splice: Rename direct_splice_read() to copy_splice_read(), David Howells
- [PATCH v22 02/31] splice: Make filemap_splice_read() check s_maxbytes, David Howells
- [PATCH v22 04/31] splice: Clean up copy_splice_read() a bit, David Howells
- [PATCH v22 08/31] splice: Make splice from a DAX file use copy_splice_read(), David Howells
- [PATCH v22 06/31] splice: Check for zero count in vfs_splice_read(), David Howells
- [PATCH v22 09/31] shmem: Implement splice-read, David Howells
- [PATCH v22 11/31] coda: Implement splice-read, David Howells
- [PATCH v22 10/31] overlayfs: Implement splice-read, David Howells
- [PATCH v22 07/31] splice: Make splice from an O_DIRECT fd use copy_splice_read(), David Howells
- [PATCH v22 12/31] tty, proc, kernfs, random: Use copy_splice_read(), David Howells
- [PATCH v22 13/31] net: Make sock_splice_read() use copy_splice_read() by default, David Howells
- [PATCH v22 14/31] 9p: Add splice_read wrapper, David Howells
- [PATCH v22 15/31] afs: Provide a splice-read wrapper, David Howells
- [PATCH v22 16/31] ceph: Provide a splice-read wrapper, David Howells
- [PATCH v22 17/31] ecryptfs: Provide a splice-read wrapper, David Howells
- [PATCH v22 18/31] ext4: Provide a splice-read wrapper, David Howells
- [PATCH v22 26/31] trace: Convert trace/seq to use copy_splice_read(), David Howells
- [PATCH v22 25/31] zonefs: Provide a splice-read wrapper, David Howells
- [PATCH v22 23/31] orangefs: Provide a splice-read wrapper, David Howells
- [PATCH v22 22/31] ocfs2: Provide a splice-read wrapper, David Howells
- [PATCH v22 19/31] f2fs: Provide a splice-read wrapper, David Howells
- [PATCH v22 24/31] xfs: Provide a splice-read wrapper, David Howells
- [PATCH v22 21/31] ntfs3: Provide a splice-read wrapper, David Howells
- [PATCH v22 20/31] nfs: Provide a splice-read wrapper, David Howells
- [PATCH v22 27/31] cifs: Use filemap_splice_read(), David Howells
- [PATCH v22 28/31] splice: Use filemap_splice_read() instead of generic_file_splice_read(), David Howells
- [PATCH v22 30/31] iov_iter: Kill ITER_PIPE, David Howells
- [PATCH v22 29/31] splice: Remove generic_file_splice_read(), David Howells
- [PATCH v22 31/31] splice: kdoc for filemap_splice_read() and copy_splice_read(), David Howells
- Re: [PATCH v22 00/31] splice: Kill ITER_PIPE, Jens Axboe
[syzbot] [block?] [reiserfs?] KASAN: user-memory-access Write in zram_slot_lock,
syzbot
[PATCH RESEND] blk-wbt: fix that wbt can't be disabled by default,
Yu Kuai
[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
[PATCH] block: remove redundant req_op in blk_rq_is_passthrough,
linan666
[PATCH -next] block: Fix the partition start may overflow in add_partition(),
Zhong Jinghua
[PATCH 1/1] blk-mq: fix race condition in active queue accounting,
Tian Lan
[PATCH AUTOSEL 4.14 4/4] nbd: Fix debugfs_create_dir error checking, Sasha Levin
[PATCH AUTOSEL 5.4 5/5] nbd: Fix debugfs_create_dir error checking, Sasha Levin
[PATCH AUTOSEL 4.19 5/5] nbd: Fix debugfs_create_dir error checking, Sasha Levin
[PATCH AUTOSEL 5.10 7/8] nbd: Fix debugfs_create_dir error checking, Sasha Levin
[PATCH AUTOSEL 5.10 8/8] block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE, Sasha Levin
[PATCH AUTOSEL 5.15 11/11] block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE, Sasha Levin
[PATCH AUTOSEL 5.15 10/11] nbd: Fix debugfs_create_dir error checking, Sasha Levin
[PATCH AUTOSEL 6.1 14/14] block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE, Sasha Levin
[PATCH AUTOSEL 6.1 13/14] nbd: Fix debugfs_create_dir error checking, Sasha Levin
[PATCH AUTOSEL 6.3 18/18] block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE, Sasha Levin
[PATCH AUTOSEL 6.3 17/18] nbd: Fix debugfs_create_dir error checking, Sasha Levin
[PATCH] ublk: fix build warning on iov_iter_get_pages2,
Ming Lei
[GIT PULL] Block fixes for 6.4-rc3,
Jens Axboe
[PATCH] block: remove NFL4_UFLG_MASK,
Christoph Hellwig
[RFC PATCH v2 0/3] Move usages of struct __call_single_data to call_single_data_t,
Leonardo Bras
[PATCH] block: don't plug in blkdev_write_iter,
Christoph Hellwig
[PATCH v21 00/30] splice: Kill ITER_PIPE,
David Howells
- [PATCH v21 01/30] splice: Fix filemap of a blockdev, David Howells
- [PATCH v21 02/30] splice: Make filemap_splice_read() check s_maxbytes, David Howells
- [PATCH v21 03/30] splice: Rename direct_splice_read() to copy_splice_read(), David Howells
- [PATCH v21 05/30] splice: Make do_splice_to() generic and export it, David Howells
- [PATCH v21 04/30] splice: Clean up copy_splice_read() a bit, David Howells
- [PATCH v21 15/30] afs: Provide a splice-read stub, David Howells
- [PATCH v21 07/30] splice: Make splice from an O_DIRECT fd use copy_splice_read(), David Howells
- [PATCH v21 16/30] ceph: Provide a splice-read stub, David Howells
- [PATCH v21 09/30] shmem: Implement splice-read, David Howells
- [PATCH v21 17/30] ecryptfs: Provide a splice-read stub, David Howells
- [PATCH v21 11/30] coda: Implement splice-read, David Howells
- [PATCH v21 10/30] overlayfs: Implement splice-read, David Howells
- [PATCH v21 14/30] 9p: Add splice_read stub, David Howells
- [PATCH v21 12/30] tty, proc, kernfs, random: Use copy_splice_read(), David Howells
- [PATCH v21 06/30] splice: Check for zero count in vfs_splice_read(), David Howells
- [PATCH v21 08/30] splice: Make splice from a DAX file use copy_splice_read(), David Howells
- [PATCH v21 13/30] net: Make sock_splice_read() use copy_splice_read() by default, David Howells
- [PATCH v21 24/30] xfs: Provide a splice-read stub, David Howells
- [PATCH v21 19/30] f2fs: Provide a splice-read stub, David Howells
- [PATCH v21 18/30] ext4: Provide a splice-read stub, David Howells
- [PATCH v21 25/30] zonefs: Provide a splice-read stub, David Howells
- [PATCH v21 21/30] ntfs3: Provide a splice-read stub, David Howells
- [PATCH v21 20/30] nfs: Provide a splice-read stub, David Howells
- [PATCH v21 29/30] splice: Remove generic_file_splice_read(), David Howells
- [PATCH v21 28/30] splice: Use filemap_splice_read() instead of generic_file_splice_read(), David Howells
- [PATCH v21 27/30] cifs: Use filemap_splice_read(), David Howells
- [PATCH v21 30/30] iov_iter: Kill ITER_PIPE, David Howells
- [PATCH v21 26/30] splice: Convert trace/seq to use copy_splice_read(), David Howells
- [PATCH v21 22/30] ocfs2: Provide a splice-read stub, David Howells
- [PATCH v21 23/30] orangefs: Provide a splice-read stub, David Howells
[PATCH] block: BFQ: Move an invariant check,
Bart Van Assche
[PATCH 0/1] s390/dasd: fix command reject error on ESE devices,
Stefan Haberland
cleanup the filemap / direct I/O interaction,
Christoph Hellwig
- [PATCH 02/13] filemap: update ki_pos in generic_perform_write, Christoph Hellwig
- [PATCH 04/13] filemap: add a kiocb_write_and_wait helper, Christoph Hellwig
- [PATCH 03/13] filemap: assign current->backing_dev_info in generic_perform_write, Christoph Hellwig
- [PATCH 06/13] filemap: add a kiocb_invalidate_post_write helper, Christoph Hellwig
- [PATCH 01/13] iomap: update ki_pos a little later in iomap_dio_complete, Christoph Hellwig
- [PATCH 05/13] filemap: add a kiocb_invalidate_pages helper, Christoph Hellwig
- [PATCH 07/13] iomap: update ki_pos in iomap_file_buffered_write, Christoph Hellwig
- [PATCH 08/13] iomap: assign current->backing_dev_info in iomap_file_buffered_write, Christoph Hellwig
- [PATCH 10/13] fs: factor out a direct_write_fallback helper, Christoph Hellwig
- [PATCH 09/13] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages, Christoph Hellwig
- [PATCH 11/13] fuse: update ki_pos in fuse_perform_write, Christoph Hellwig
- [PATCH 12/13] fuse: drop redundant arguments to fuse_perform_write, Christoph Hellwig
- [PATCH 13/13] fuse: use direct_write_fallback, Christoph Hellwig
- Re: cleanup the filemap / direct I/O interaction, Darrick J. Wong
[PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE,
David Howells
- [PATCH v20 04/32] splice: Make do_splice_to() generic and export it, David Howells
- [PATCH v20 05/32] splice: Make splice from a DAX file use direct_splice_read(), David Howells
- [PATCH v20 01/32] splice: Fix filemap of a blockdev, David Howells
- [PATCH v20 03/32] splice: Make direct_read_splice() limit to eof where appropriate, David Howells
- [PATCH v20 02/32] splice: Clean up direct_splice_read() a bit, David Howells
- [PATCH v20 08/32] coda: Implement splice-read, David Howells
- [PATCH v20 11/32] 9p: Add splice_read stub, David Howells
- [PATCH v20 09/32] tty, proc, kernfs, random: Use direct_splice_read(), David Howells
- [PATCH v20 10/32] net: Make sock_splice_read() use direct_splice_read() by default, David Howells
- [PATCH v20 16/32] f2fs: Provide a splice-read stub, David Howells
- [PATCH v20 18/32] ntfs3: Provide a splice-read stub, David Howells
- [PATCH v20 13/32] ceph: Provide a splice-read stub, David Howells
- [PATCH v20 07/32] overlayfs: Implement splice-read, David Howells
- [PATCH v20 06/32] shmem: Implement splice-read, David Howells
- [PATCH v20 15/32] ext4: Provide a splice-read stub, David Howells
- [PATCH v20 12/32] afs: Provide a splice-read stub, David Howells
- [PATCH v20 14/32] ecryptfs: Provide a splice-read stub, David Howells
- [PATCH v20 17/32] nfs: Provide a splice-read stub, David Howells
- [PATCH v20 20/32] orangefs: Provide a splice-read stub, David Howells
- [PATCH v20 21/32] xfs: Provide a splice-read stub, David Howells
- [PATCH v20 19/32] ocfs2: Provide a splice-read stub, David Howells
- [PATCH v20 23/32] splice: Convert trace/seq to use direct_splice_read(), David Howells
- [PATCH v20 24/32] splice: Do splice read from a file without using ITER_PIPE, David Howells
- [PATCH v20 22/32] zonefs: Provide a splice-read stub, David Howells
- [PATCH v20 26/32] iov_iter: Kill ITER_PIPE, David Howells
- [PATCH v20 25/32] cifs: Use generic_file_splice_read(), David Howells
- [PATCH v20 27/32] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing, David Howells
- [PATCH v20 30/32] block: Add BIO_PAGE_PINNED and associated infrastructure, David Howells
- [PATCH v20 29/32] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic, David Howells
- [PATCH v20 31/32] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages, David Howells
- [PATCH v20 32/32] block: convert bio_map_user_iov to use iov_iter_extract_pages, David Howells
- [PATCH v20 28/32] block: Fix bio_flagged() so that gcc can better optimise it, David Howells
- [PATCH] iov_iter: Add automatic-alloc for ITER_BVEC and use in direct_splice_read(), David Howells
- Re: [PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE, Christoph Hellwig
[PATCH V3 0/7] ublk: cleanup and support user copy,
Ming Lei
less special casing for flush requests v2,
Christoph Hellwig
[PATCH v7 0/5] Introduce provisioning primitives,
Sarthak Kukreti
[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]