public inbox for linux-bcachefs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-27 01:13:52 to 2023-12-11 23:40:22 UTC [more...]

How to cope with subvolumes and snapshots on muti-user systems?
 2023-12-11 23:40 UTC  (20+ messages)
                                ` file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?)

[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
 2023-12-11 17:27 UTC  (24+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
` [PATCH RFC v2 for-6.8/block 02/18] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v2 for-6.8/block 03/18] bcache: use bdev api in read_super()
` [PATCH RFC v2 for-6.8/block 04/18] mtd: block2mtd: use bdev apis
` [PATCH RFC v2 for-6.8/block 05/18] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v2 for-6.8/block 06/18] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v2 for-6.8/block 07/18] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v2 for-6.8/block 08/18] bio: export bio_add_folio_nofail()
` [PATCH RFC v2 for-6.8/block 09/18] btrfs: use bdev apis
` [PATCH RFC v2 for-6.8/block 10/18] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
` [PATCH RFC v2 for-6.8/block 12/18] gfs2: "
` [PATCH RFC v2 for-6.8/block 13/18] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v2 for-6.8/block 14/18] jbd2: use bdev apis
` [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
` [PATCH RFC v2 for-6.8/block 16/18] ext4: use "
` [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()
` [PATCH RFC v2 for-6.8/block 18/18] ext4: use bdev apis

[GIT PULL] More bcachefs fixes for 6.7
 2023-12-10 23:57 UTC 

[PATCH] bcachefs-tools: Fix typo in 872cd43
 2023-12-10  7:28 UTC 

[PATCH] bcachefs: six lock: fix typos
 2023-12-10  6:06 UTC 

[PATCH 1/2] bcachefs-tools: Use sysinfo(2) directly to implement si_meminfo()
 2023-12-10  4:28 UTC  (4+ messages)
` [PATCH 2/2] bcachefs-tools: Avoid glibc-specific mallinfo() in shrinker

[PATCH] bcachefs-tools: Disable -Wgnu-variable-sized-type-not-at-end for clang
 2023-12-09 14:31 UTC 

[PATCH] bcachefs-tools: Guard the __struct_group() #define in kernel.h
 2023-12-09 14:15 UTC 

[PATCH] bcachefs-tools: Use basename(3) from <libgen.h>
 2023-12-09 12:58 UTC 

[PATCH 0/6] [RFC WIP] bcachefs: online fsck
 2023-12-08 20:35 UTC  (13+ messages)
` [PATCH 1/6] bcachefs: thread_with_file
` [PATCH 2/6] bcachefs: Add ability to redirect log output
` [PATCH 3/6] bcachefs: Mark recovery passses that are safe to run online
` [PATCH 4/6] bcachefs: bch2_run_online_recovery_passes()
` [PATCH 5/6] bcachefs: BCH_IOCTL_FSCK_OFFLINE
` [PATCH 6/6] bcachefs: BCH_IOCTL_FSCK_ONLINE

[PATCH] bcachefs-tools: make 'all' the default Makefile goal
 2023-12-08 20:07 UTC  (2+ messages)

[bug]: fiemap returns zero extents for all files
 2023-12-08 12:22 UTC  (6+ messages)

bcachefs-tools 1.3.5 FTBFS
 2023-12-07 21:39 UTC  (9+ messages)

[PATCH v2 0/3] Add support bcachefs filesystem
 2023-12-07 19:40 UTC  (4+ messages)
` [PATCH v2 1/3] lib: Add Bcachefs magic
` [PATCH v2 2/3] lib: Add support bcachefs filesystem to .all_filesystems
` [PATCH v2 3/3] statx04: Skip STATX_ATTR_COMPRESSED on Bcachefs

[PATCH 1/1] lib: Add support bcachefs filesystem
 2023-12-07 19:22 UTC  (4+ messages)

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-12-07 12:38 UTC  (2+ messages)
` (subset) "

[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
 2023-12-07  2:45 UTC  (28+ messages)
` [PATCH -next RFC 01/14] block: add some bdev apis
` [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH -next RFC 03/14] bcache: use bdev api in read_super()
` [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis
` [PATCH -next RFC 05/14] s390/dasd: use bdev api in dasd_format()
` [PATCH -next RFC 06/14] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH -next RFC 07/14] bcachefs: remove dead function bdev_sectors()
` [PATCH -next RFC 08/14] btrfs: use bdev apis
` [PATCH -next RFC 09/14] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH -next RFC 10/14] erofs: use bdev api
` [PATCH -next RFC 11/14] ext4: use bdev apis
` [PATCH -next RFC 12/14] jbd2: "
` [PATCH -next RFC 13/14] gfs2: use bdev api
` [PATCH -next RFC 14/14] nilfs2: use bdev api in nilfs_attach_log_writer()

[linux-next:master] BUILD REGRESSION 0f5f12ac05f36f117e793656c3f560625e927f1b
 2023-12-06  4:11 UTC 

[PATCH 0/2] a couple more freeze/shutdown fixes
 2023-12-05 19:12 UTC  (5+ messages)
` [PATCH 1/2] bcachefs: don't attempt rw on unfreeze when shutdown
` [PATCH 2/2] bcachefs: return from fsync on writeback error to avoid early shutdown

[bcachefs] [bug]: missing subvolume 0
 2023-12-05  7:05 UTC  (4+ messages)

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-04 18:07 UTC  (2+ messages)

Fwd: block/badblocks.c warning in 6.7-rc2
 2023-12-04 12:10 UTC  (3+ messages)
`  "

[PATCH v2] bcachefs: Remove obsolete comment about zstd
 2023-12-03 17:23 UTC  (2+ messages)

Questions related to BCacheFS
 2023-12-03 16:58 UTC  (4+ messages)

[PATCH] bcachefs: Remove obsolete comment about zstd
 2023-12-03 14:16 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 5eda217cee887e595ba2265435862d585d399769
 2023-12-02  4:12 UTC 

[PATCH] bcachefs: remove sb lock and flags update on explicit shutdown
 2023-12-02  0:38 UTC  (4+ messages)

[GIT PULL] more bcachefs fixes
 2023-12-01 21:21 UTC  (2+ messages)

bcachefs page fault oops after device evacuate/remove and unmount
 2023-12-01 18:45 UTC  (6+ messages)

[PATCH v2] generic/459: improve shutdown/read-only check to accommodate bcachefs
 2023-11-29 21:36 UTC  (2+ messages)

[PATCH][next] bcachefs: Replace zero-length arrays with flexible-array members
 2023-11-29 21:12 UTC  (4+ messages)

[PATCH] closures: CLOSURE_CALLBACK() to fix type punning
 2023-11-29 20:13 UTC  (3+ messages)

Zstd write past end reproducer
 2023-11-29  0:15 UTC  (5+ messages)

zstd error when used in bcachefs
 2023-11-28 22:17 UTC  (5+ messages)

[PATCH block/for-next v2 00/16] block: remove field 'bd_inode' from block_device
 2023-11-28 10:05 UTC  (21+ messages)
` [PATCH block/for-next v2 01/16] block: add a new helper to get inode "
` [PATCH block/for-next v2 02/16] xen/blkback: use "
` [PATCH block/for-next v2 03/16] bcache: "
` [PATCH block/for-next v2 04/16] mtd: block2mtd: "
` [PATCH block/for-next v2 05/16] s390/dasd: "
` [PATCH block/for-next v2 06/16] scsicam: "
` [PATCH block/for-next v2 07/16] bcachefs: "
` [PATCH block/for-next v2 08/16] btrfs: "
` [PATCH block/for-next v2 09/16] cramfs: "

[PATCH] bcachefs-tools: don't skip stale superblock wipe in force mode
 2023-11-27 18:31 UTC 

[PATCH block/for-next v2 10/16] erofs: use new helper to get inode from block_device
 2023-11-27  6:22 UTC  (7+ messages)
` [PATCH block/for-next v2 11/16] ext4: "
` [PATCH block/for-next v2 12/16] gfs2: "
` [PATCH block/for-next v2 13/16] jbd2: "
` [PATCH block/for-next v2 14/16] nilfs2: "
` [PATCH block/for-next v2 15/16] buffer: "
` [PATCH block/for-next v2 16/16] block: "

[PATCH -next] block: remove field 'bd_inode' from block_device
 2023-11-27  1:13 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox