linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-02 12:15:04 to 2020-10-13 18:44:56 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-13 18:44 UTC  (84+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

[PATCH] bcache: Use #ifdef instead of boolean variable
 2020-10-10  8:23 UTC  (5+ messages)

bcache cgroups for per-process tuning
 2020-10-08 20:03 UTC 

[PATCH 1/3] bcache: introduce bcache sysfs entries for ioprio-based bypass/writeback hints
 2020-10-08 10:45 UTC  (8+ messages)

Најмила кај господарот
 2020-10-07 16:24 UTC 

[PATCH 00/15] bcache patches for Linux v5.10
 2020-10-02 20:29 UTC  (19+ messages)
` [PATCH 01/15] bcache: share register sysfs with async register
` [PATCH 02/15] bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
` [PATCH 03/15] bcache: Convert to DEFINE_SHOW_ATTRIBUTE
` [PATCH 04/15] bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
` [PATCH 05/15] bcache: explicitly make cache_set only have single cache
` [PATCH 06/15] bcache: remove for_each_cache()
` [PATCH 07/15] bcache: add set_uuid in struct cache_set
` [PATCH 08/15] bcache: only use block_bytes() on struct cache
` [PATCH 09/15] bcache: remove useless alloc_bucket_pages()
` [PATCH 10/15] bcache: remove useless bucket_pages()
` [PATCH 11/15] bcache: only use bucket_bytes() on struct cache
` [PATCH 12/15] bcache: don't check seq numbers in register_cache_set()
` [PATCH 13/15] bcache: remove can_attach_cache()
` [PATCH 14/15] bcache: check and set sync status on cache's in-memory super block
` [PATCH 15/15] bcache: remove embedded struct cache_sb from struct cache_set

[ 186.758123] kernel BUG at drivers/md/bcache/writeback.c:324!
 2020-09-30  3:52 UTC  (4+ messages)

[PATCH] bcache: remove unused function closure_set_ret_ip()
 2020-09-29  7:31 UTC  (3+ messages)

bdi cleanups v7
 2020-09-24 19:44 UTC  (21+ messages)
` [PATCH 01/13] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/13] drbd: remove dead code in device_to_statistics
` [PATCH 03/13] bcache: inherit the optimal I/O size
` [PATCH 04/13] aoe: set an "
` [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 06/13] md: update the optimal I/O size on reshape
` [PATCH 07/13] block: lift setting the readahead size into the block layer
` [PATCH 08/13] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 09/13] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 10/13] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 11/13] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 12/13] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 13/13] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH] bcache: insert bkeys without overlap when placeholder missed
 2020-09-24 11:51 UTC  (4+ messages)

bdi cleanups v6
 2020-09-23 15:16 UTC  (25+ messages)
` [PATCH 01/13] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/13] drbd: remove dead code in device_to_statistics
` [PATCH 03/13] bcache: inherit the optimal I/O size
` [PATCH 04/13] aoe: set an "
` [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 06/13] md: update the optimal I/O size on reshape
` [PATCH 07/13] block: lift setting the readahead size into the block layer
` [PATCH 08/13] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 09/13] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 10/13] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 11/13] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 12/13] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 13/13] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH] bcache: insert bkeys without overlap when placeholder missed
 2020-09-22 15:28 UTC 

[PATCH -next v2] bcache: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-18 10:14 UTC  (2+ messages)

[PATCH] bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
 2020-09-18 10:14 UTC  (2+ messages)

[PATCH] bcache: allow allocator to invalidate bucket in gc
 2020-09-18  9:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH AUTOSEL 5.4 045/330] bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
 2020-09-18  1:56 UTC 

[PATCH AUTOSEL 4.19 026/206] bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
 2020-09-18  2:05 UTC 

[PATCH AUTOSEL 4.14 015/127] bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
 2020-09-18  2:10 UTC 

[PATCH AUTOSEL 4.9 11/90] bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
 2020-09-18  2:13 UTC 

[PATCH AUTOSEL 4.4 10/64] bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
 2020-09-18  2:15 UTC 

[PATCH -next] memory: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-17 12:48 UTC  (3+ messages)

Fw:About bcache-check
 2020-09-16  6:41 UTC  (2+ messages)
` bcache-check

[PATCH v3 0/3] block: improve iostat for md/bcache partitions
 2020-09-11 21:37 UTC  (2+ messages)

[Spam] We are still waiting for your email
 2020-09-09  8:49 UTC 

[PATCH] bcache: doc: update Documentation/admin-guide/bcache.rst
 2020-09-09 17:32 UTC  (2+ messages)

[PATCH 00/29] treewide: Convert comma separated statements
 2020-09-09  2:09 UTC  (2+ messages)

[PATCH 1/1] block: move the PAGE_SECTORS definition into <linux/blkdev.h>
 2020-09-07  7:39 UTC  (5+ messages)

Bcache in Ubuntu 18.04 kernel panic
 2020-09-04 12:33 UTC  (3+ messages)

[PATCH 1/2] bcache-tools: add bcache-status
 2020-09-02 12:14 UTC  (2+ messages)
` [PATCH 2/2] bcache-tools: add man page bcache-status.8


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).