messages from 2023-02-20 12:30:20 to 2023-06-07 12:20:11 UTC [more...]
decouple block open flags from fmode_t
2023-06-07 12:19 UTC (89+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
[PATCH] bcache: don't allocate full_dirty_stripes and stripe_sectors_dirty for flash device
2023-06-06 13:15 UTC (3+ messages)
` "
[PATCH 1/3] bcache: add dirty_data in struct bcache_device
2023-06-06 6:42 UTC (4+ messages)
` [PATCH 2/3] bcache: allocate stripe memory when partial_stripes_expensive is true
Bcache accelerated LVM LV device doesn't come up after reboot
2023-06-05 19:54 UTC (2+ messages)
[PATCH v2] bcache: fixup btree_cache_wait list damage
2023-05-30 14:28 UTC (5+ messages)
` "
[PATCH 1/3] bcache: make writeback inflight configurable in sysfs
2023-05-30 10:32 UTC (6+ messages)
` [PATCH 3/3] bcache: support overlay bcache
[PATCH] bcache: fix nbuckets lower limit checking in read_super_common
2023-05-18 0:57 UTC (3+ messages)
[PATCH v7 1/3] bcache: add dirty_data in struct bcache_device
2023-05-17 14:03 UTC (5+ messages)
` [PATCH v7 2/3] bcache: allocate stripe memory when partial_stripes_expensive is true
` [PATCH v7 3/3] bcache: support online resizing of cached_dev
[RFC PATCH] block: add meaningful macro for flush op flags
2023-05-15 1:43 UTC (5+ messages)
[PATCH 0/1] bcache: allow user to set QUEUE_FLAG_NOWAIT
2023-05-13 22:51 UTC (4+ messages)
` [PATCH 1/1] "
Writeback cache all used
2023-05-13 21:05 UTC (28+ messages)
Bcache btree cache size bug
2023-05-05 2:48 UTC (5+ messages)
[PATCH V2 0/1] block/drivers: remove dead clear of random flag
2023-04-25 14:02 UTC (4+ messages)
` [PATCH V2 1/1] "
[PATCH] bcache: fix up kthread_stop crash in cached_dev_free()
2023-04-25 12:56 UTC
[PATCH 0/5] block/drivers: don't clear the flag that is not set
2023-04-24 16:39 UTC (11+ messages)
` [PATCH 1/5] null_blk: "
` [PATCH 2/5] brd: "
` [PATCH 3/5] nbd: "
` [PATCH 4/5] zram: "
` [PATCH 5/5] bcache: "
` [PATCH 5/5] bcache: don't clear the flag that is not set^[
[PATCH] bcache: make kobj_type structures constant
2023-04-15 14:37 UTC (8+ messages)
[PATCH resent] bcache: Fix exception handling in mca_alloc()
2023-03-25 16:07 UTC (2+ messages)
` [PATCH v2] "
[PATCH] bcache: fix wild pointer dereference in btree_gc_rewrite_node
2023-03-24 19:57 UTC (3+ messages)
Throttling performance due to backing device latency
2023-03-22 7:57 UTC (2+ messages)
[CHERRY-PICK] bcache: fixes that missed a Cc: stable@vger.kernel.org
2023-03-15 8:05 UTC (3+ messages)
[PATCH v2 3/3] bcache: support overlay bcache
2023-03-15 4:03 UTC (2+ messages)
[PATCH] bcache: set io_disable to true when stop bcache device
2023-03-08 12:16 UTC (3+ messages)
[PATCH v6 1/3] bcache: add dirty_data in struct bcache_device
2023-03-07 12:02 UTC (4+ messages)
` [PATCH v6 2/3] bcache: allocate stripe memory when partial_stripes_expensive is true
` [PATCH v6 3/3] bcache: support online resizing of cached_dev
bugfix commits since 5.15 not marked with Cc: stable
2023-02-28 3:57 UTC (2+ messages)
[RFC] Live resize of backing device
2023-02-28 2:46 UTC (16+ messages)
[PATCH] bcache: remove return value from bch_cached_dev_error
2023-02-27 13:52 UTC (2+ messages)
[PATCH] bcache: Remove dead references to cache_readaheads
2023-02-27 11:07 UTC (2+ messages)
[PATCH v2] bcache: Add support for live resize of backing devices
2023-02-22 8:55 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).