Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2018-07-30 14:09:33 to 2018-08-06 03:03:34 UTC [more...]

[PATCH] btrfs: qgroup: Remove qgroup item along with subvolume deletion
 2018-08-06  0:56 UTC  (11+ messages)
  ` [PATCH v2] "

BUG: scheduling while atomic
 2018-08-06  0:48 UTC  (2+ messages)

[PATCH 0/3] Remove uneeded variable "err"
 2018-08-05 19:14 UTC  (7+ messages)
` [PATCH 1/3] fs/btrfs/disk-io: Remove unneeded "
` [PATCH 2/3] fs/btrfs/extent-tree: remove redudant "
` [PATCH 3/3] fs/btrfs/tree-log: remove the unneeded "

Hanging btrfs-transaction
 2018-08-05 15:08 UTC 

[PATCH v2] btrfs/extent_map: Remove unneeded variable "ret"
 2018-08-05 13:04 UTC 

[RFC PATCH 0/4] undelete subvolume online version
 2018-08-05 10:40 UTC  (5+ messages)
` [RFC PATCH 1/4] btrfs: factor out btrfs_link_subvol from create_subvol
` [RFC PATCH 2/4] btrfs: don't BUG_ON() in btrfs_link_subvol()
` [RFC PATCH 3/4] btrfs: undelete: introduce btrfs_undelete_subvolume
` [RFC PATCH 4/4] btrfs: undelete: Add the btrfs_ioctl_undelete

undelete files
 2018-08-04 16:47 UTC 

[PATCH] btrfs/extent_map: Remove unneeded variable "ret"
 2018-08-04 16:35 UTC  (5+ messages)

[PATCH 0/5] some trivial cleanup about btrfs_delete_subvolume
 2018-08-04 13:54 UTC  (7+ messages)
` [PATCH 1/5] btrfs: simplify the send_in_progress check in btrfs_delete_subvolume()
` [PATCH 2/5] btrfs: use a separate variable to store the num_bytes of the qgroup_reserve
  ` [PATCH v2 "
` [PATCH 3/5] btrfs: switch update_size to bool in both of btrfs_block_rsv_migrate and btrfs_rsv_add_bytes
` [PATCH 4/5] btrfs: remove a useless return statement in btrfs_block_rsv_add
` [PATCH 5/5] btrfs: Remove root parameter from btrfs_insert_dir_item

recover broken partition on external HDD
 2018-08-04 10:14 UTC 

[lkp-robot] [brd] 316ba5736c: aim7.jobs-per-min -11.2% regression
 2018-08-04  3:03 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: ins: Update for logical-resolve command
 2018-08-03 15:07 UTC  (5+ messages)
` [PATCH 1/3] btrfs-progs: ins: logical-resolve: Set correct error value
` [PATCH 2/3] btrfs-progs: ins: logical-resolve: Print message when path cannot be resolved

[PATCH 0/2] btrfs-progs: Fix qgroup false alerts on uninitialized rescan
 2018-08-03 14:58 UTC  (2+ messages)

[PATCH 0/2] btrfs-progs: completion: Small fixes to make debug simpler
 2018-08-03 14:04 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: completion: Use _filedir() to replace _btrfs_devs()

[PATCH v2 00/20] btrfs-progs: Rework of "subvolume list/show" and relax the root privileges of them
 2018-08-03 13:46 UTC  (3+ messages)

[PATCH v2 0/4] Misc volume patch set part2
 2018-08-03 13:33 UTC  (14+ messages)
` [PATCH v2 2/4] btrfs: fix race between free_stale_devices and close_fs_devices
` [PATCH v2 4/4] btrfs: add helper btrfs_num_devices() to deduce num_devices
  ` [PATCH v3 "
` [PATCH v4 "
  ` [PATCH] btrfs: handle the BUG_ON in btrfs_num_devices()

[PATCH] btrfs: revert fs_devices state on error of btrfs_init_new_device()
 2018-08-03 12:02 UTC  (8+ messages)

[PATCH] btrfs: btrfs_shrink_device should call commit transaction
 2018-08-03 11:34 UTC  (4+ messages)

[PATCH] Btrfs: optimization to avoid ENOSPC for nocow writes after snapshot when low on data space
 2018-08-03 10:22 UTC  (2+ messages)

[PATCH] Btrfs: fix data lose with snapshot when nospace
 2018-08-03  9:16 UTC  (11+ messages)

[LKP] [lkp-robot] [mm] 9092c71bb7: blogbench.write_score -12.3% regression
 2018-08-03  8:22 UTC  (9+ messages)

[PATCH 0/6] btrfs-progs: Variant fixes for fuzz-tests
 2018-08-03  5:50 UTC  (7+ messages)
` [PATCH 1/6] btrfs-progs: Exit gracefully if we hit ENOSPC when allocating tree block
` [PATCH 2/6] btrfs-progs: Exit gracefully when failed to repair root dir item
` [PATCH 3/6] btrfs-progs: Don't report dirty leaked eb using BUG_ON
` [PATCH 4/6] btrfs-progs: Fix infinite loop when failed to repair bad key order
` [PATCH 5/6] btrfs-progs: Exit gracefull when we failed to alloc dev extent
` [PATCH 6/6] btrfs-progs: rescue-super: Don't double free fs_devices

btrfs check --repair questions
 2018-08-03  5:06 UTC  (2+ messages)

[RFC PATCH 0/4] vfs: map unique ino/dev pairs for user space
 2018-08-03  2:04 UTC  (17+ messages)
` [PATCH 1/4] vfs: introduce function to map unique ino/dev pairs
` [PATCH 2/4] nfs: check for NULL vfsmount in nfs_getattr
` [PATCH 3/4] proc: use vfs helper to get ino/dev pairs for maps file
` [PATCH 4/4] locks: map correct ino/dev pairs when exporting to userspace

[PATCH v2 0/6] btrfs: Enhanced validation check for fuzzed images
 2018-08-03  0:06 UTC  (12+ messages)
` [PATCH v2 1/6] btrfs: Check each block group has corresponding chunk at mount time
` [PATCH v2 2/6] btrfs: Verify every chunk has corresponding block group "
` [PATCH v2 3/6] btrfs: Remove unused function btrfs_account_dev_extents_size()
` [PATCH v2 4/6] btrfs: Introduce mount time chunk <-> dev extent mapping check
` [PATCH v2 5/6] btrfs: Exit gracefully when failed to add chunk map
` [PATCH v2 6/6] btrfs: locking: Allow btrfs_tree_lock() to return error to avoid deadlock

[PATCH 0/4] Some random fuzz test fixes
 2018-08-02 20:03 UTC  (7+ messages)
` [PATCH 1/4] btrfs-progs: check: Remove the ability to rebuild root overwritting existing tree blocks

[PATCH v2 0/2] btrfs-progs: build improvements
 2018-08-02 19:17 UTC  (2+ messages)

Unmountable root partition
 2018-08-02 15:57 UTC  (6+ messages)

[PATCH] Btrfs: send, fix incorrect file layout after hole punching beyond eof
 2018-08-02 15:20 UTC  (2+ messages)

[PATCH] Btrfs: fix mount failure after fsync due to hard link recreation
 2018-08-02 15:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs: Use wrapper macro for rcu string to remove duplicate code
 2018-08-02 14:43 UTC  (3+ messages)

[PATCH] btrfs: dereferencing error pointer in btrfs_quota_enable()
 2018-08-02 13:34 UTC  (3+ messages)

BTRFS and databases
 2018-08-02 13:14 UTC  (19+ messages)

[PATCH 00/15] Add delayed-refs support to btrfs-progs
 2018-08-02 12:17 UTC  (4+ messages)
` [PATCH 11/15] btrfs-progs: Add delayed refs infrastructure

[PATCH 0/1] btrfs: Tree lock return value enhancement to avoid deadlock on crafted image
 2018-08-02  8:38 UTC  (9+ messages)
` [PATCH 1/1] btrfs: locking: Allow btrfs_tree_lock() to return error to avoid deadlock
  ` [PATCH v2] "

Expected Received UUID
 2018-08-01 18:12 UTC  (4+ messages)

[PATCH] btrfs: replace: Reset on-disk dev stats value after replace
 2018-08-01 13:06 UTC  (2+ messages)

[PATCH resend 0/2] btrfs: fix races between exec and defrag
 2018-08-01 13:03 UTC  (5+ messages)
` [PATCH resend 1/2] btrfs: allow defrag on a file opened ro that has rw permissions

[PATCH] btrfs: extent-tree.c: Remove unused __btrfs_free_block_rsv()
 2018-08-01 12:55 UTC  (3+ messages)

[PATCH] btrfs: backref.c: Use ERR_CAST() to return error code
 2018-08-01 12:55 UTC  (3+ messages)

[PATCH 0/7] Some unused parameter cleanup
 2018-08-01 12:53 UTC  (9+ messages)
` [PATCH 1/7] btrfs: Remove fs_info from btrfs_insert_delayed_dir_index
` [PATCH 2/7] btrfs: Remove fs_info from btrfs_delete_delayed_dir_index
` [PATCH 3/7] btrfs: Remove fs_info from btrfs_del_root
` [PATCH 4/7] btrfs: Remove fs_info from btrfs_del_root_ref
` [PATCH 5/7] btrfs: Remove fs_info from btrfs_add_root_ref
` [PATCH 6/7] btrfs: Remove root parameter from btrfs_unlink_subvol
` [PATCH 7/7] btrfs: Remove redundant btrfs_release_path "

[PATCH 1/1] btrfs: Handle owner mismatch gracefully when walking up tree
 2018-08-01 12:36 UTC  (6+ messages)

csum failed on raid1 even after clean scrub?
 2018-08-01  7:52 UTC  (4+ messages)

Report correct filesystem usage / limits on BTRFS subvolumes with quota
 2018-08-01  1:23 UTC  (4+ messages)

[PATCH 0/2] btrfs: chunk and dev-extent related error handler enhancement
 2018-07-31  7:45 UTC  (4+ messages)
` [PATCH 1/2] btrfs: Introduce mount time chunk <-> dev extent mapping check


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