Linux Bcache — Block Layer SSD Cache
[Prev Page][Next Page]
- [PATCH v2 00/10] Enhance min heap API with non-inline functions and optimizations,
Kuan-Wei Chiu
- [PATCH v2 01/10] lib/min_heap: Introduce non-inline versions of min heap API functions, Kuan-Wei Chiu
- [PATCH v2 02/10] lib min_heap: Optimize min heap by prescaling counters for better performance, Kuan-Wei Chiu
- [PATCH v2 03/10] lib min_heap: Avoid indirect function call by providing default swap, Kuan-Wei Chiu
- [PATCH v2 04/10] lib/test_min_heap: Update min_heap_callbacks to use default builtin swap, Kuan-Wei Chiu
- [PATCH v2 05/10] perf/core: Update min_heap_callbacks to use default builtin swap, Kuan-Wei Chiu
- [PATCH v2 06/10] dm vdo: Update min_heap_callbacks to use default builtin swap, Kuan-Wei Chiu
- [PATCH v2 07/10] bcache: Update min_heap_callbacks to use default builtin swap, Kuan-Wei Chiu
- [PATCH v2 08/10] bcachefs: Clean up duplicate min_heap_callbacks declarations, Kuan-Wei Chiu
- [PATCH v2 09/10] bcachefs: Update min_heap_callbacks to use default builtin swap, Kuan-Wei Chiu
- [PATCH v2 10/10] Documentation/core-api: Add min heap API introduction, Kuan-Wei Chiu
- Re: [PATCH v2 00/10] Enhance min heap API with non-inline functions and optimizations, Bagas Sanjaya
- Re: [PATCH v2 00/10] Enhance min heap API with non-inline functions and optimizations, Kuan-Wei Chiu
- bcache test suites, Robert Pang
- [PATCH 0/3] Enhance min heap API with non-inline functions and optimizations,
Kuan-Wei Chiu
- Re: Build regressions/improvements in v6.12-rc1,
Geert Uytterhoeven
- [PATCH v1] md: Correct typos in multiple comments across various files,
Shen Lichuan
- [no subject], Unknown
- [no subject], Unknown
- [no subject], Unknown
- [no subject], Unknown
- [PATCH v2 0/8] Introduce CBD (CXL Block Device),
Dongsheng Yang
- Filesystem stability and recommendations?, Giovanni Francesco
- [no subject], Unknown
- multipath'd bcache device,
Mitchell Dzurick
- bcachefs mount issue,
Viacheslav Dubeyko
- [PATCH] bcache: work around a __bitwise to bool conversion sparse warning,
Christoph Hellwig
- md: set md-specific flags for all queue limits, Christoph Hellwig
- [axboe-block:for-next] [block] 1122c0c1cc: aim7.jobs-per-min 22.6% improvement,
kernel test robot
- [axboe-block:for-next] [block] bd4a633b6f: fsmark.files_per_sec -64.5% regression,
kernel test robot
- misc queue_limits fixups,
Christoph Hellwig
- move features flags into queue_limits v2,
Christoph Hellwig
- [PATCH 01/26] xen-blkfront: don't disable cache flushes when they fail, Christoph Hellwig
- [PATCH 02/26] sd: remove sd_is_zoned, Christoph Hellwig
- [PATCH 03/26] sd: move zone limits setup out of sd_read_block_characteristics, Christoph Hellwig
- [PATCH 04/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd, Christoph Hellwig
- [PATCH 05/26] loop: always update discard settings in loop_reconfigure_limits, Christoph Hellwig
- [PATCH 06/26] loop: regularize upgrading the block size for direct I/O, Christoph Hellwig
- [PATCH 07/26] loop: also use the default block size from an underlying block device, Christoph Hellwig
- [PATCH 08/26] loop: fold loop_update_rotational into loop_reconfigure_limits, Christoph Hellwig
- [PATCH 09/26] virtio_blk: remove virtblk_update_cache_mode, Christoph Hellwig
- [PATCH 10/26] nbd: move setting the cache control flags to __nbd_set_size, Christoph Hellwig
- [PATCH 11/26] block: freeze the queue in queue_attr_store, Christoph Hellwig
- [PATCH 12/26] block: remove blk_flush_policy, Christoph Hellwig
- [PATCH 13/26] block: move cache control settings out of queue->flags, Christoph Hellwig
- [PATCH 14/26] block: move the nonrot flag to queue_limits, Christoph Hellwig
- [PATCH 15/26] block: move the add_random flag to queue_limits, Christoph Hellwig
- [PATCH 16/26] block: move the io_stat flag setting to queue_limits, Christoph Hellwig
- [PATCH 19/26] block: move the nowait flag to queue_limits, Christoph Hellwig
- [PATCH 18/26] block: move the synchronous flag to queue_limits, Christoph Hellwig
- [PATCH 17/26] block: move the stable_writes flag to queue_limits, Christoph Hellwig
- [PATCH 20/26] block: move the dax flag to queue_limits, Christoph Hellwig
- [PATCH 21/26] block: move the poll flag to queue_limits, Christoph Hellwig
- [PATCH 22/26] block: move the zoned flag into the features field, Christoph Hellwig
- [PATCH 23/26] block: move the zone_resetall flag to queue_limits, Christoph Hellwig
- [PATCH 24/26] block: move the pci_p2pdma flag to queue_limits, Christoph Hellwig
- [PATCH 25/26] block: move the skip_tagset_quiesce flag to queue_limits, Christoph Hellwig
- [PATCH 26/26] block: move the bounce flag into the features field, Christoph Hellwig
- Re: move features flags into queue_limits v2, Jens Axboe
- move features flags into queue_limits,
Christoph Hellwig
- [PATCH 01/26] sd: fix sd_is_zoned, Christoph Hellwig
- [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics, Christoph Hellwig
- [PATCH 03/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd, Christoph Hellwig
- [PATCH 04/26] loop: always update discard settings in loop_reconfigure_limits, Christoph Hellwig
- [PATCH 05/26] loop: regularize upgrading the lock size for direct I/O, Christoph Hellwig
- [PATCH 06/26] loop: also use the default block size from an underlying block device, Christoph Hellwig
- [PATCH 07/26] loop: fold loop_update_rotational into loop_reconfigure_limits, Christoph Hellwig
- [PATCH 08/26] virtio_blk: remove virtblk_update_cache_mode, Christoph Hellwig
- [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size, Christoph Hellwig
- [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail, Christoph Hellwig
- [PATCH 11/26] block: freeze the queue in queue_attr_store, Christoph Hellwig
- [PATCH 12/26] block: remove blk_flush_policy, Christoph Hellwig
- [PATCH 13/26] block: move cache control settings out of queue->flags, Christoph Hellwig
- [PATCH 14/26] block: move the nonrot flag to queue_limits, Christoph Hellwig
- [PATCH 15/26] block: move the add_random flag to queue_limits, Christoph Hellwig
- [PATCH 16/26] block: move the io_stat flag setting to queue_limits, Christoph Hellwig
- [PATCH 17/26] block: move the stable_write flag to queue_limits, Christoph Hellwig
- [PATCH 18/26] block: move the synchronous flag to queue_limits, Christoph Hellwig
- [PATCH 19/26] block: move the nowait flag to queue_limits, Christoph Hellwig
- [PATCH 20/26] block: move the dax flag to queue_limits, Christoph Hellwig
- [PATCH 21/26] block: move the poll flag to queue_limits, Christoph Hellwig
- [PATCH 22/26] block: move the zoned flag into the feature field, Christoph Hellwig
- [PATCH 23/26] block: move the zone_resetall flag to queue_limits, Christoph Hellwig
- [PATCH 25/26] block: move the skip_tagset_quiesce flag to queue_limits, Christoph Hellwig
- [PATCH 24/26] block: move the pci_p2pdma flag to queue_limits, Christoph Hellwig
- [PATCH 26/26] block: move the bounce flag into the feature field, Christoph Hellwig
- [PATCH] bcache: Fix compiler warnings,
Marilene A Garcia
- xen-blkfront: don't disable cache flushes when they fail, Christoph Hellwig
- [PATCH 0/3] bcache-6.10 20240528,
Coly Li
- [PATCH 2/3] bcache: call force_wake_up_gc() if necessary in check_should_bypass(),
Coly Li
- [PATCH v6 00/16] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
- [PATCH v6 01/16] perf/core: Fix several typos, Kuan-Wei Chiu
- [PATCH v6 02/16] bcache: Fix typo, Kuan-Wei Chiu
- [PATCH v6 03/16] bcachefs: Fix typo, Kuan-Wei Chiu
- [PATCH v6 04/16] lib min_heap: Add type safe interface, Kuan-Wei Chiu
- [PATCH v6 05/16] lib min_heap: Add min_heap_init(), Kuan-Wei Chiu
- [PATCH v6 06/16] lib min_heap: Add min_heap_peek(), Kuan-Wei Chiu
- [PATCH v6 07/16] lib min_heap: Add min_heap_full(), Kuan-Wei Chiu
- [PATCH v6 08/16] lib min_heap: Add args for min_heap_callbacks, Kuan-Wei Chiu
- [PATCH v6 09/16] lib min_heap: Add min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH v6 10/16] lib min_heap: Add min_heap_del(), Kuan-Wei Chiu
- [PATCH v6 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values, Kuan-Wei Chiu
- [PATCH v6 12/16] lib min_heap: Rename min_heapify() to min_heap_sift_down(), Kuan-Wei Chiu
- [PATCH v6 13/16] lib min_heap: Update min_heap_push() to use min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH v6 14/16] lib/test_min_heap: Add test for heap_del(), Kuan-Wei Chiu
- [PATCH v6 15/16] bcache: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [PATCH v6 16/16] bcachefs: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [RESEND PATCH v5 00/16] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
- [RESEND PATCH v5 01/16] perf/core: Fix several typos, Kuan-Wei Chiu
- [RESEND PATCH v5 02/16] bcache: Fix typo, Kuan-Wei Chiu
- [RESEND PATCH v5 03/16] bcachefs: Fix typo, Kuan-Wei Chiu
- [RESEND PATCH v5 04/16] lib min_heap: Add type safe interface, Kuan-Wei Chiu
- [RESEND PATCH v5 05/16] lib min_heap: Add min_heap_init(), Kuan-Wei Chiu
- [RESEND PATCH v5 06/16] lib min_heap: Add min_heap_peek(), Kuan-Wei Chiu
- [RESEND PATCH v5 07/16] lib min_heap: Add min_heap_full(), Kuan-Wei Chiu
- [RESEND PATCH v5 08/16] lib min_heap: Add args for min_heap_callbacks, Kuan-Wei Chiu
- [RESEND PATCH v5 09/16] lib min_heap: Add min_heap_sift_up(), Kuan-Wei Chiu
- [RESEND PATCH v5 10/16] lib min_heap: Add min_heap_del(), Kuan-Wei Chiu
- [RESEND PATCH v5 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values, Kuan-Wei Chiu
- [RESEND PATCH v5 12/16] lib min_heap: Rename min_heapify() to min_heap_sift_down(), Kuan-Wei Chiu
- [RESEND PATCH v5 13/16] lib min_heap: Update min_heap_push() to use min_heap_sift_up(), Kuan-Wei Chiu
- [RESEND PATCH v5 14/16] lib/test_min_heap: Add test for heap_del(), Kuan-Wei Chiu
- [RESEND PATCH v5 15/16] bcache: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [RESEND PATCH v5 16/16] bcachefs: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [PATCH v5 00/16] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
- [PATCH v3] bcache: allow allocator to invalidate bucket in gc, mingzhe . zou
- [PATCH 0/2] bcache-6.10 20240509,
Coly Li
- [PATCH v4 00/16] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
- [PATCH v4 01/16] perf/core: Fix several typos, Kuan-Wei Chiu
- [PATCH v4 02/16] bcache: Fix typo, Kuan-Wei Chiu
- [PATCH v4 03/16] bcachefs: Fix typo, Kuan-Wei Chiu
- [PATCH v4 04/16] lib min_heap: Add type safe interface, Kuan-Wei Chiu
- [PATCH v4 05/16] lib min_heap: Add min_heap_init(), Kuan-Wei Chiu
- [PATCH v4 06/16] lib min_heap: Add min_heap_peek(), Kuan-Wei Chiu
- [PATCH v4 07/16] lib min_heap: Add min_heap_full(), Kuan-Wei Chiu
- [PATCH v4 08/16] lib min_heap: Add args for min_heap_callbacks, Kuan-Wei Chiu
- [PATCH v4 09/16] lib min_heap: Add min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH v4 10/16] lib min_heap: Add min_heap_del(), Kuan-Wei Chiu
- [PATCH v4 12/16] lib min_heap: Rename min_heapify() to min_heap_sift_down(), Kuan-Wei Chiu
- [PATCH v4 13/16] lib min_heap: Update min_heap_push() to use min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH v4 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values, Kuan-Wei Chiu
- [PATCH v4 14/16] lib/test_min_heap: Add test for heap_del(), Kuan-Wei Chiu
- [PATCH v4 15/16] bcache: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [PATCH v4 16/16] bcachefs: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- Re: [PATCH v4 00/16] treewide: Refactor heap related implementation, Kent Overstreet
- bcache: bch_extent_bad() stale dirty pointer, Eric Wheeler
- [PATCH v3] bcache patches to review from 7/19/23,
Eric Wheeler
- [PATCH v3 00/17] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
- [PATCH v3 01/17] perf/core: Fix several typos, Kuan-Wei Chiu
- [PATCH v3 02/17] bcache: Fix typo, Kuan-Wei Chiu
- [PATCH v3 03/17] bcachefs: Fix typo, Kuan-Wei Chiu
- [PATCH v3 04/17] lib min_heap: Add type safe interface, Kuan-Wei Chiu
- [PATCH v3 05/17] lib min_heap: Add min_heap_init(), Kuan-Wei Chiu
- [PATCH v3 07/17] lib min_heap: Add min_heap_full(), Kuan-Wei Chiu
- [PATCH v3 08/17] lib min_heap: Add args for min_heap_callbacks, Kuan-Wei Chiu
- [PATCH v3 09/17] lib min_heap: Add min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH v3 10/17] lib min_heap: Add min_heap_del(), Kuan-Wei Chiu
- [PATCH v3 11/17] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values, Kuan-Wei Chiu
- [PATCH v3 12/17] lib min_heap: Rename min_heapify() to min_heap_sift_down(), Kuan-Wei Chiu
- [PATCH v3 13/17] lib min_heap: Update min_heap_push() to use min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH v3 14/17] lib/test_min_heap: Use min_heap_init() for initializing, Kuan-Wei Chiu
- [PATCH v3 15/17] lib/test_min_heap: Add test for heap_del(), Kuan-Wei Chiu
- [PATCH v3 16/17] bcache: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [PATCH v3 17/17] bcachefs: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [PATCH v3 06/17] lib min_heap: Add min_heap_peek(), Kuan-Wei Chiu
- Re: [PATCH v3 00/17] treewide: Refactor heap related implementation, Kent Overstreet
- Re: [PATCH v3 00/17] treewide: Refactor heap related implementation, Kent Overstreet
- [PATCH v2 00/15] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
- [PATCH v2 01/15] perf/core: Fix several typos, Kuan-Wei Chiu
- [PATCH v2 02/15] bcache: Fix typo, Kuan-Wei Chiu
- [PATCH v2 03/15] bcachefs: Fix typo, Kuan-Wei Chiu
- [PATCH v2 04/15] lib min_heap: Add type safe interface, Kuan-Wei Chiu
- [PATCH v2 05/15] lib min_heap: Add min_heap_init(), Kuan-Wei Chiu
- [PATCH v2 06/15] lib min_heap: Add min_heap_peek(), Kuan-Wei Chiu
- [PATCH v2 07/15] lib min_heap: Add min_heap_full(), Kuan-Wei Chiu
- [PATCH v2 08/15] lib min_heap: Add min_heap_del(), Kuan-Wei Chiu
- [PATCH v2 09/15] lib min_heap: Add min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH v2 10/15] lib min_heap: Add args for min_heap_callbacks, Kuan-Wei Chiu
- [PATCH v2 11/15] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values, Kuan-Wei Chiu
- [PATCH v2 12/15] lib min_heap: Rename min_heapify() to min_heap_sift_down(), Kuan-Wei Chiu
- [PATCH v2 13/15] lib/test_min_heap: Use min_heap_init() for initializing, Kuan-Wei Chiu
- [PATCH v2 14/15] bcache: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [PATCH v2 15/15] bcachefs: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- Re: [PATCH v2 00/15] treewide: Refactor heap related implementation, Kent Overstreet
- [PATCH 00/13] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
- [PATCH 01/13] perf/core: Fix several typos, Kuan-Wei Chiu
- [PATCH 02/13] bcache: Fix typo, Kuan-Wei Chiu
- [PATCH 03/13] bcachefs: Fix typo, Kuan-Wei Chiu
- [PATCH 04/13] lib min_heap: Add type safe interface, Kuan-Wei Chiu
- [PATCH 05/13] lib min_heap: Add min_heap_init(), Kuan-Wei Chiu
- [PATCH 06/13] lib min_heap: Add min_heap_peek(), Kuan-Wei Chiu
- [PATCH 07/13] lib min_heap: Add min_heap_full(), Kuan-Wei Chiu
- [PATCH 08/13] lib min_heap: Add args for min_heap_callbacks, Kuan-Wei Chiu
- [PATCH 09/13] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values, Kuan-Wei Chiu
- [PATCH 10/13] bcache: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [PATCH 11/13] lib min_heap: Add min_heap_del(), Kuan-Wei Chiu
- [PATCH 12/13] lib min_heap: Add min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH 13/13] bcachefs: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- Re: [PATCH 00/13] treewide: Refactor heap related implementation, Kent Overstreet
- [PATCH] bcache: fix variable length array abuse in btree_iter,
Matthew Mirvish
- bcache queue limit cleanups,
Christoph Hellwig
- pass queue_limits to blk_alloc_disk for simple drivers,
Christoph Hellwig
- [PATCH 2/9] nfblock: pass queue_limits to blk_mq_alloc_disk, Christoph Hellwig
- [PATCH 1/9] block: pass a queue_limits argument to blk_alloc_disk, Christoph Hellwig
- [PATCH 3/9] brd: pass queue_limits to blk_mq_alloc_disk, Christoph Hellwig
- [PATCH 4/9] n64cart: pass queue_limits to blk_mq_alloc_disk, Christoph Hellwig
- [PATCH 5/9] zram: pass queue_limits to blk_mq_alloc_disk, Christoph Hellwig
- [PATCH 6/9] bcache: pass queue_limits to blk_mq_alloc_disk, Christoph Hellwig
- [PATCH 7/9] btt: pass queue_limits to blk_mq_alloc_disk, Christoph Hellwig
- [PATCH 8/9] pmem: pass queue_limits to blk_mq_alloc_disk, Christoph Hellwig
- [PATCH 9/9] dcssblk: pass queue_limits to blk_mq_alloc_disk, Christoph Hellwig
- RE: pass queue_limits to blk_alloc_disk for simple drivers, Dan Williams
- Re: pass queue_limits to blk_alloc_disk for simple drivers, Himanshu Madhani
- Re: pass queue_limits to blk_alloc_disk for simple drivers, Jens Axboe
- I/O error on cache device can cause user observable errors,
Arnaldo Montagner
- [PATCH 1/5] mean and variance: Promote to lib/math,
Kent Overstreet
- [PATCH 5/5] bcache: Convert to lib/time_stats, Kent Overstreet
- [PATCH 4/5] time_stats: Promote to lib/, Kent Overstreet
- Re: [PATCH 1/5] mean and variance: Promote to lib/math, Darrick J. Wong
[PATCH 0/5] Optimize number of comparisons for heap/heapsort implementaion,
Kuan-Wei Chiu
[PATCH] bcache: Remove usage of the deprecated ida_simple_xx() API,
Christophe JAILLET
[PATCH v2 0/3] list: Add hlist_count_nodes(),
Pierre Gondois
provide a sane discard_granularity default,
Christoph Hellwig
- [PATCH 1/9] block: remove two comments in bio_split_discard, Christoph Hellwig
- [PATCH 2/9] bcache: discard_granularity should not be smaller than a sector, Christoph Hellwig
- [PATCH 3/9] block: default the discard granularity to sector size, Christoph Hellwig
- [PATCH 4/9] ubd: use the default discard granularity, Christoph Hellwig
- [PATCH 5/9] nbd: use the default discard granularity, Christoph Hellwig
- [PATCH 6/9] null_blk: use the default discard granularity, Christoph Hellwig
- [PATCH 7/9] zram: use the default discard granularity, Christoph Hellwig
- [PATCH 8/9] bcache: use the default discard granularity, Christoph Hellwig
- [PATCH 9/9] mtd_blkdevs: use the default discard granularity, Christoph Hellwig
- Re: provide a sane discard_granularity default, Jens Axboe
[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules,
Yu Kuai
- [PATCH RFC v3 for-6.8/block 01/17] block: add some bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 03/17] bcache: use bdev api in read_super(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 05/17] s390/dasd: use bdev api in dasd_format(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 06/17] scsicam: use bdev api in scsi_bios_ptable(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 08/17] bio: export bio_add_folio_nofail(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 10/17] cramfs: use bdev apis in cramfs_blkdev_read(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api, Yu Kuai
- [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block, Yu Kuai
- [PATCH RFC v3 for-6.8/block 15/17] ext4: use new helper to read sb block, Yu Kuai
- [PATCH RFC v3 for-6.8/block 16/17] ext4: remove block_device_ejected(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 17/17] ext4: use bdev apis, Yu Kuai
bcache, possible to peg specific blocks to the cache drive?,
N
[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] bcache: Fix NULL pointer dereference in bch_cached_dev_run,
Kunwu Chan
[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
[Index of Archives]
[Linux Kernel Development]
[Linux Filesystem Development]
[Security]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]