public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-15 13:31:25 to 2021-10-19 14:11:25 UTC [more...]

[PATCH RFC] btrfs: send: v2 protocol and example OTIME changes
 2021-10-19 14:11 UTC  (9+ messages)
` [PATCH RFC] btrfs-progs: send protocol v2 stub, UTIMES2, OTIME

[PATCH 0/2] btrfs: cleanup on btrfs_super_block definition
 2021-10-19 14:08 UTC  (4+ messages)
` [PATCH 1/2] btrfs: make sizeof(struct btrfs_super_block) to match BTRFS_SUPER_INFO_SIZE
` [PATCH 2/2] btrfs: move btrfs_super_block to uapi/linux/btrfs_tree.h

[PATCH resend] btrfs: mount: call btrfs_check_rw_degradable only if there is a missing device
 2021-10-19 14:06 UTC  (2+ messages)

[PATCH 0/2] btrfs-progs: read device fsid from the sysfs
 2021-10-19 14:04 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: prepare helper device_is_seed
` [PATCH 2/2] btrfs-progs: read fsid from the sysfs in device_is_seed

[PATCH 0/2] provide fsid in sysfs devinfo
 2021-10-19 13:57 UTC  (4+ messages)
` [PATCH 1/2] btrfs: sysfs convert scnprintf and snprintf to use sysfs_emit
` [PATCH 2/2] btrfs: sysfs add devinfo/fsid to retrieve fsid from the device

cleanup block device inode syncing
 2021-10-19 13:54 UTC  (14+ messages)
` [PATCH 1/7] fs: remove __sync_filesystem
` [PATCH 2/7] block: remove __sync_blockdev
` [PATCH 3/7] xen-blkback: use sync_blockdev
` [PATCH 4/7] btrfs: "
` [PATCH 5/7] fat: use sync_blockdev_nowait
` [PATCH 6/7] ntfs3: "
` [PATCH 7/7] block: simplify the block device syncing code

[PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-10-19 13:42 UTC  (18+ messages)
` [PATCH v8 01/17] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
` [PATCH v8 02/17] powerpc/kvm: Fix kvm_use_magic_page
` [PATCH v8 03/17] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH v8 04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v8 05/17] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH v8 06/17] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH v8 07/17] gfs2: Clean up function may_grant
` [PATCH v8 08/17] gfs2: Introduce flag for glock holder auto-demotion
` [PATCH v8 09/17] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [PATCH v8 10/17] gfs2: Eliminate ip->i_gh
` [PATCH v8 11/17] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v8 12/17] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v8 13/17] iomap: Support partial direct I/O on user copy failures
` [PATCH v8 14/17] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v8 15/17] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH v8 16/17] iov_iter: Introduce nofault "
` [PATCH v8 17/17] gfs2: Fix mmap + page fault deadlocks for direct I/O

Filesystem Read Only due to errno=-28 during metadata allocation
 2021-10-19 13:26 UTC  (5+ messages)

Errors after successful disk replace
 2021-10-19 12:46 UTC  (9+ messages)

[PATCH stable-4.14.y] btrfs: always wait on ordered extents at fsync time
 2021-10-19 10:38 UTC 

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-10-19  7:01 UTC  (25+ messages)
` [PATCH v11 03/14] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v11 07/14] btrfs: add definitions + documentation for encoded I/O ioctls
` [PATCH v11 08/14] btrfs: add BTRFS_IOC_ENCODED_READ
` [PATCH v11 10/14] btrfs: add send stream v2 definitions
` [PATCH v11 11/14] btrfs: send: write larger chunks when using stream v2
` [PATCH v11 12/14] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v11 13/14] btrfs: send: send compressed extents with encoded writes
` [PATCH v11 14/14] btrfs: send: enable support for stream v2 and compressed writes

[PATCH v4 0/6] Fix lockdep issues around device removal
 2021-10-19  3:42 UTC  (6+ messages)
` [PATCH v4 6/6] btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls

5.14.9 aarch64 OOPS Workqueue: btrfs-delalloc btrfs_work_helper
 2021-10-19  1:25 UTC  (20+ messages)

don't use ->bd_inode to access the block device size v3
 2021-10-19  1:04 UTC  (40+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
` [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 10/30] fs: simplify init_page_buffers
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
` [PATCH 14/30] fat: use bdev_nr_sectors "
` [PATCH 15/30] hfs: "
` [PATCH 16/30] hfsplus: "
` [PATCH 17/30] jfs: use bdev_nr_bytes "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks
` [PATCH 27/30] jfs: "
` [PATCH 28/30] ntfs: "
` [PATCH 29/30] reiserfs: "
` [PATCH 30/30] udf: "

[PATCH] btrfs: add stub argument to transaction API
 2021-10-18 21:28 UTC  (2+ messages)

[PATCH 0/2] btrfs: fix a deadlock between chunk allocation and chunk tree modifications
 2021-10-18 16:33 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] btrfs: fix deadlock between chunk allocation and chunk btree modifications

[PATCH v3] btrfs: zoned: btrfs: zoned: use greedy gc for auto reclaim
 2021-10-18 15:57 UTC  (7+ messages)

[PATCH] btrfs: stop storing the block device name in btrfsic_dev_state
 2021-10-18 15:32 UTC  (2+ messages)

[PATCH] fs/btrfs: Make extent item iteration to handle gaps
 2021-10-18 10:51 UTC 

csum failed, bad tree, block, IO failures. Is my drive dead or has my BTRFS broke itself?
 2021-10-18 10:37 UTC  (8+ messages)

Ubuntu 21.10, raid1c3, and grub
 2021-10-18  9:58 UTC  (5+ messages)

don't use ->bd_inode to access the block device size v2
 2021-10-18  6:22 UTC  (57+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
` [PATCH 17/30] jfs: "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks
` [PATCH 27/30] jfs: "
` [PATCH 28/30] ntfs: "
` [PATCH 29/30] reiserfs: "
` [PATCH 30/30] udf: "

[PATCH] btrfs-progs: Skip device tree when we failed to read it
 2021-10-16 23:27 UTC  (15+ messages)
            ` 12 TB btrfs file system on virtual machine broke again
                    ` need help in a broken 2TB BTRFS partition

[PATCH] fs/btrfs: Make extent item iteration to handle gaps
 2021-10-16  1:40 UTC 

[PATCH] btrfs: Simplify conditional in assert
 2021-10-15 14:18 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