linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-27 17:00:38 to 2019-07-05 21:43:28 UTC [more...]

"kernel BUG" and segmentation fault with "device delete"
 2019-07-05 21:43 UTC  (5+ messages)

snapshot rollback
 2019-07-05 21:18 UTC  (5+ messages)

syncfs() returns no error on fs failure
 2019-07-05 20:28 UTC  (2+ messages)

delete recursivly subvolumes?
 2019-07-05 20:02 UTC  (5+ messages)

Btrfs progs release 5.2
 2019-07-05 16:38 UTC 

[PATCH v2] btrfs: inode: Don't compress if NODATASUM or NODATACOW set
 2019-07-05 16:38 UTC  (4+ messages)

[PATCH 2/5] Btrfs: fix inode cache block reserve leak on failure to allocate data space
 2019-07-05 14:32 UTC  (7+ messages)

[PATCH 3/5] Btrfs: fix inode cache waiters hanging on failure to start caching thread
 2019-07-05 14:23 UTC  (2+ messages)

Need help with a lockdep splat, possibly perf related?
 2019-07-05 13:47 UTC  (3+ messages)

[PATCH] btrfs/189: make the test work on systems with a page size greater than 4Kb
 2019-07-05 11:26 UTC 

[PATCH] btrfs: Ensure replaced device doesn't have pending chunk allocation
 2019-07-05 11:01 UTC  (2+ messages)

[PATCH 1/5] Btrfs: fix hang when loading existing inode cache off disk
 2019-07-05 10:44 UTC  (3+ messages)

[PATCH 2/2] Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents
 2019-07-05 10:09 UTC  (3+ messages)
` [PATCH v2 "
` [PATCH v3 "

[PATCH] generic: test cloning large exents to a file with many small extents
 2019-07-05 10:09 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/5] btrfs-progs: tests: Make 64K page size system happier
 2019-07-05  8:38 UTC  (8+ messages)
` [PATCH 1/5] btrfs-progs: mkfs: Apply the sectorsize user specified on 64k page size system
` [PATCH 2/5] btrfs-progs: fsck-tests: Check if current kernel can mount fs with specified sector size
` [PATCH 3/5] btrfs-progs: mkfs-tests: Skip 010-minimal-size if we can't mount with 4k "
` [PATCH 4/5] btrfs-progs: misc-tests: Make test cases work or skipped on 64K page size system
` [PATCH 5/5] btrfs-progs: convert-tests: Skip tests if kernel doesn't support subpage sized sector size

What are the maintenance recommendation ?
 2019-07-05  8:13 UTC  (6+ messages)

[PATCH][next][V3] btrfs: fix memory leak of path on error return path
 2019-07-05  7:30 UTC  (2+ messages)

[PATCH][next][V2] btrfs: fix memory leak of path on error return path
 2019-07-05  7:14 UTC  (3+ messages)

mke2fs accepts block size not mentioned in its man page
 2019-07-05  5:35 UTC 

repeatable(ish) corrupt leaf filesystem splat on 5.1.x
 2019-07-05  3:33 UTC  (3+ messages)

[PATCH][next] btrfs: fix memory leak of path on error return path
 2019-07-05  1:28 UTC  (6+ messages)

Next btrfs development cycle open - 5.4
 2019-07-04 17:05 UTC 

[PATCH] btrfs: Fix build error while LIBCRC32C is module
 2019-07-04 16:19 UTC  (3+ messages)

[PATCH 5/5] Btrfs: wake up inode cache waiters sooner to reduce waiting time
 2019-07-04 15:25 UTC 

[PATCH 4/5] Btrfs: fix inode cache waiters hanging on path allocation failure
 2019-07-04 15:24 UTC 

[PATCH 0/5] Btrfs: fixes for inode cache (-o inode_cache)
 2019-07-04 15:24 UTC 

Btrfs progs pre-release 5.2-rc2
 2019-07-04 14:01 UTC 

[PATCH] btrfs: don't end the transaction for delayed refs in throttle
 2019-07-04  6:56 UTC  (7+ messages)

[PATCH v2.1 00/10] btrfs-progs: image: Enhancement with new data dump feature
 2019-07-04  6:11 UTC  (11+ messages)
` [PATCH v2.1 01/10] btrfs-progs: image: Output error message for chunk tree build error
` [PATCH v2.1 02/10] btrfs-progs: image: Fix error output to show correct return value
` [PATCH v2.1 03/10] btrfs-progs: image: Don't waste memory when we're just extracting super block
` [PATCH v2.1 04/10] btrfs-progs: image: Allow restore to record system chunk ranges for later usage
` [PATCH v2.1 05/10] btrfs-progs: image: Introduce helper to determine if a tree block is in the range of system chunks
` [PATCH v2.1 06/10] btrfs-progs: image: Rework how we search chunk tree blocks
` [PATCH v2.1 07/10] btrfs-progs: image: Introduce framework for more dump versions
` [PATCH v2.1 08/10] btrfs-progs: image: Introduce -d option to dump data
` [PATCH v2.1 09/10] btrfs-progs: image: Reduce memory requirement for decompression
` [PATCH v2.1 10/10] btrfs-progs: image: Reduce memory usage for chunk tree search

[PATCH v2 00/14] btrfs-progs: image: Enhance and bug fixes
 2019-07-04  2:54 UTC  (17+ messages)
` [PATCH v2 01/14] btrfs-progs: image: Use SZ_* to replace intermediate size
` [PATCH v2 02/14] btrfs-progs: image: Fix an indent misalign
` [PATCH v2 03/14] btrfs-progs: image: Fix an access-beyond-boundary bug when there are 32 online CPUs
` [PATCH v2 04/14] btrfs-progs: image: Verify the superblock before restore
` [PATCH v2 05/14] btrfs-progs: image: Introduce framework for more dump versions
` [PATCH v2 06/14] btrfs-progs: image: Introduce -d option to dump data
` [PATCH v2 07/14] btrfs-progs: image: Allow restore to record system chunk ranges for later usage
` [PATCH v2 08/14] btrfs-progs: image: Introduce helper to determine if a tree block is in the range of system chunks
` [PATCH v2 09/14] btrfs-progs: image: Rework how we search chunk tree blocks
` [PATCH v2 10/14] btrfs-progs: image: Reduce memory requirement for decompression
` [PATCH v2 11/14] btrfs-progs: image: Don't waste memory when we're just extracting super block
` [PATCH v2 12/14] btrfs-progs: image: Reduce memory usage for chunk tree search
` [PATCH v2 13/14] btrfs-progs: image: Output error message for chunk tree build error
` [PATCH v2 14/14] btrfs-progs: image: Fix error output to show correct return value

[PATCH v7 RESEND Rebased] btrfs-progs: dump-tree: add noscan option
 2019-07-04  1:29 UTC  (8+ messages)

[PATCH] btrfs_progs: mkfs: match devid order to the stripe index
 2019-07-03 13:21 UTC  (5+ messages)

[PATCH] btrfs: Refactor btrfs_calc_avail_data_space
 2019-07-03 12:32 UTC 

[PATCH] btrfs-progs: Kill ASSERT() for damaged filesystem
 2019-07-03 11:37 UTC  (2+ messages)

[PATCH] btrfs: Ensure replaced device doesn't have pending chunk allocation
 2019-07-03  9:45 UTC 

[PATCH] btrfs: Ensure replaced device doesn't have pending chunk allocation
 2019-07-03  9:45 UTC 

[PATCH] btrfs: Ensure replaced device doesn't have pending chunk allocation
 2019-07-03  9:45 UTC 

[PATCH] btrfs: Ensure replaced device doesn't have pending chunk allocation
 2019-07-03  9:45 UTC 

Spurious "ghost" "parent transid verify failed" messages on 4.14.x, 4.20.14
 2019-07-03  5:09 UTC  (6+ messages)
` Spurious "ghost" "parent transid verify failed" messages on 5.0.5 + lockdep warning
  ` Spurious "ghost" "parent transid verify failed" messages on 5.0.21 - with call traces

[PATCH] Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nesting
 2019-07-02 14:23 UTC 

[PATCH -next] btrfs: remove set but not used variable 'offset'
 2019-07-02 14:15 UTC 

btrfs vs write caching firmware bugs (was: Re: BTRFS recovery not possible)
 2019-07-02 13:32 UTC  (4+ messages)

[PATCH v6 0/4] vfs: make immutable files actually immutable
 2019-07-02 10:45 UTC  (9+ messages)
` [PATCH 1/4] mm/fs: don't allow writes to immutable files
` [PATCH 2/4] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/4] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/4] vfs: don't allow most setxattr to immutable files
  ` [PATCH v2 "

[PATCH 0/3 RESEND Rebased] readmirror feature
 2019-07-02  8:09 UTC  (2+ messages)

[PATCH] fs: btrfs: extent_map: Change return type of unpin_extent_cache
 2019-07-02  5:39 UTC  (2+ messages)

[PATCH 1/2] btrfs: Return number of compressed extents directly in compress_file_range
 2019-07-02  4:40 UTC  (6+ messages)
` [PATCH 2/2] btrfs: Move free_pages_out label in inline extent handling branch "

Bug Report: Btrfs can't allocate space for delete
 2019-07-02  3:12 UTC 

[PATCH RFC] btrfs-progs: scrub: Correct tracking of last_physical across scrub cancel/resume
 2019-07-01 17:53 UTC  (4+ messages)
` [PATCH] btrfs-progs: scrub: Fix scrub cancel/resume not to skip most of the disk

[PATCH 1/2] Btrfs: factor out extent dropping code from hole punch handler
 2019-07-01 15:55 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] btrfs: Evaluate io_tree in find_lock_delalloc_range()
 2019-07-01 15:52 UTC  (2+ messages)

[PATCH] btrfs-progs: misc-tests/029: exit manually after run_mayfail()
 2019-07-01 15:41 UTC  (2+ messages)

[PATCH 0/8] btrfs: move the block_rsv code out of extent-tree.c
 2019-07-01 15:19 UTC  (2+ messages)

Btrfs progs pre-release 5.2-rc1
 2019-07-01 11:08 UTC  (3+ messages)

Global reserve and ENOSPC while deleting snapshots on 5.0.9
 2019-07-01  3:07 UTC  (3+ messages)
` Global reserve and ENOSPC while deleting snapshots on 5.0.9 - still happens on 5.1.11
  ` Global reserve and ENOSPC while deleting orphan inodes on 5.1.14

Recover a damaged btrfs backup image
 2019-06-30 10:32 UTC 

[PATCH v4 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-29 20:09 UTC  (7+ messages)
` [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
` [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/5] vfs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/5] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
` [PATCH 5/5] vfs: only allow FSSETXATTR to set DAX flag on files and dirs

[PATCH 0/2] btrfs: Enhance btrfs handling compression and
 2019-06-28 16:38 UTC  (12+ messages)
` [PATCH 1/2] btrfs: inode: Don't compress if NODATASUM or NODATACOW set

"bad tree block start" when trying to mount on ARM
 2019-06-28  8:15 UTC  (6+ messages)

[PATCH v2 00/19] btrfs zoned block device support
 2019-06-28  6:52 UTC  (5+ messages)
` [PATCH 09/19] btrfs: limit super block locations in HMZONED mode

[PATCHSET for-5.3/block] block: add blkcg bio punt mechanism
 2019-06-27 20:39 UTC  (6+ messages)
` [PATCH 1/5] cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages
` [PATCH 2/5] blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()
` [PATCH 3/5] blkcg, writeback: Add wbc->no_cgroup_owner
` [PATCH 4/5] blkcg, writeback: Implement wbc_blkcg_css()
` [PATCH 5/5] blkcg: implement REQ_CGROUP_PUNT


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