linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-18 12:57:23 to 2021-10-21 15:06:26 UTC [more...]

5.14.9 aarch64 OOPS Workqueue: btrfs-delalloc btrfs_work_helper
 2021-10-21 15:06 UTC  (35+ messages)

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-10-21 14:22 UTC  (43+ messages)
` [PATCH v11 03/14] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v11 04/14] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [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 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 v11 01/10] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v11 02/10] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v11 03/10] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v11 04/10] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v11 05/10] btrfs-progs: receive: process encoded_write commands
` [PATCH v11 06/10] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v11 07/10] btrfs-progs: receive: process fallocate commands
` [PATCH v11 08/10] btrfs-progs: receive: process setflags ioctl commands

[PATCH 0/2] provide fsid in sysfs devinfo
 2021-10-21 13:35 UTC  (9+ messages)
` [PATCH 1/2] btrfs: sysfs convert scnprintf and snprintf to use sysfs_emit
  ` [btrfs] 0f80799866: WARNING:at_fs/sysfs/file.c:#sysfs_emit
` [PATCH 2/2] btrfs: sysfs add devinfo/fsid to retrieve fsid from the device

[PATCH 0/3] btrfs-progs: cleanup related to btrfs super block
 2021-10-21 12:49 UTC  (6+ messages)
` [PATCH 1/3] btrfs-progs: unify sizeof(struct btrfs_super_block) and BTRFS_SUPER_INFO_SIZE
` [PATCH 2/3] btrfs-progs: remove temporary buffer for super block
` [PATCH 3/3] btrfs-progs: cache csum_size and csum_type in btrfs_fs_info

[PATCH v2] btrfs: make sizeof(struct btrfs_super_block) to match BTRFS_SUPER_INFO_SIZE
 2021-10-21 12:08 UTC  (2+ messages)

[PATCH v9] btrfs: consolidate device_list_mutex in prepare_sprout to its parent
 2021-10-21 10:56 UTC  (2+ messages)

[PATCH v2 0/3] fstests: btrfs validate sysfs fsid and usage
 2021-10-21  9:17 UTC  (4+ messages)
` [PATCH v2 1/3] common/btrfs: add _require_btrfs_sysfs_fsid helper
` [PATCH v2 2/3] btrfs/248: validate sysfs fsid
` [PATCH v2 3/3] btrfs/249: test btrfs filesystem usage command on missing seed device

fstest/btrfs/220 tigger a check-integrity warning
 2021-10-21  6:13 UTC  (2+ messages)

[PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-10-21  6:19 UTC  (28+ 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

[PATCH AUTOSEL 4.14 1/9] btrfs: deal with errors when checking if a dir entry exists during log replay
 2021-10-21  0:23 UTC 

[PATCH AUTOSEL 4.19 02/10] btrfs: deal with errors when checking if a dir entry exists during log replay
 2021-10-21  0:22 UTC 

[PATCH AUTOSEL 5.4 02/11] btrfs: deal with errors when checking if a dir entry exists during log replay
 2021-10-21  0:22 UTC 

[PATCH AUTOSEL 5.10 03/14] btrfs: deal with errors when checking if a dir entry exists during log replay
 2021-10-21  0:21 UTC 

[PATCH AUTOSEL 5.14 11/26] btrfs: deal with errors when checking if a dir entry exists during log replay
 2021-10-21  0:20 UTC 

[PATCH 0/2] btrfs: cleanup on btrfs_super_block definition
 2021-10-20 23:18 UTC  (9+ 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 0/3] fstests: btrfs validate sysfs fsid and usage
 2021-10-20 18:45 UTC  (8+ messages)
` [PATCH 1/3] common/btrfs: add _require_btrfs_sysfs_fsid helper
` [PATCH 2/3] btrfs/248: validate sysfs fsid
` [PATCH 3/3] btrfs/249: test btrfs filesystem usage command on missing seed device

[PATCH] btrfs-progs: use btrfs_pwrite in place of pwrite
 2021-10-20 17:01 UTC  (3+ messages)

[PATCH v2 0/7] btrfs-progs: use direct-IO for zoned device
 2021-10-20 16:57 UTC  (4+ messages)

[PATCH v2] btrfs: fix deadlock when defragging transparent huge pages
 2021-10-20 13:47 UTC  (2+ messages)

[PATCH 0/2] btrfs-progs: read device fsid from the sysfs
 2021-10-20 13:47 UTC  (8+ 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

xfstest/generic/650 trigger btrfs deadlock
 2021-10-20 13:20 UTC  (3+ messages)

[PATCH stable-4.14.y] btrfs: always wait on ordered extents at fsync time
 2021-10-20 12:32 UTC  (2+ messages)

[PATCH] btrfs: simplify redundant logic judgment
 2021-10-20  7:23 UTC 

[PATCH] btrfs: fix deadlock when defragging transparent huge pages
 2021-10-19 21:15 UTC 

[PATCH] btrfs: add stub argument to transaction API
 2021-10-19 20:36 UTC  (6+ messages)

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

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

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

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

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

[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

don't use ->bd_inode to access the block device size v3
 2021-10-19  1:04 UTC  (10+ 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)


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