messages from 2018-01-19 21:36:31 to 2018-01-26 09:27:11 UTC [more...]
[PATCH 00/15] btrfs-progs: fix filetype mismatch in check
2018-01-26 9:31 UTC (21+ messages)
` [PATCH 01/15] btrfs-progs: lowmem check: introduce repair_inode_item_mismatch()
` [PATCH 02/15] btrfs-progs: lowmem check: find and guess inode filetype
` [PATCH 03/15] btrfs-progs: lowmem check: find filetype in repair_inode_missing()
` [PATCH 04/15] btrfs-progs: lowmem check: repair complex cases in repair_dir_item()
` [PATCH 05/15] btrfs-progs: lowmem check: let check_dir_item() continue if find wrong inode_item
` [PATCH 06/15] btrfs-progs: lowmem check: let check_dir_item() return if repaired
` [PATCH 07/15] btrfs-progs: lowmem check: find_dir_item by di_key in check_dir_item()
` [PATCH 08/15] btrfs-progs: lowmem check: call get_dir_isize() after repair
` [PATCH 09/15] btrfs-progs: lowmem check: change logic of leaf process if repair
` [PATCH 10/15] btrfs-progs: check: clear I_ERR_FILE_EXTENT_DISCOUNT after repair
` [PATCH 11/15] btrfs-progs: check: modify indoe_rec and backref "
` [PATCH 12/15] btrfs-progs: check: increase counter error in check_inode_recs()
` [PATCH 13/15] btrfs-progs: check: find inode filetype in create_inode_item()
` [PATCH 14/15] btrfs-progs: check: handle mismatched filetype in repair_inode_backref
` [PATCH 15/15] btrfs-progs: fsck-tests: add image for original and lowmem check
[PATCH v2 0/7] btrfs-progs: Do some clean up to be consistent
2018-01-26 8:18 UTC (9+ messages)
` [PATCH v2 1/7] btrfs-progs: Use fs_info instead of root for BTRFS_LEAF_DATA_SIZE
` [PATCH v2 2/7] btrfs-progs: Use fs_info instead of root for BTRFS_NODEPTRS_PER_BLOCK
` [PATCH v2 3/7] btrfs-progs: Use fs_info instead of root for BTRFS_MAX_INLINE_DATA_SIZE
` [PATCH v2 4/7] btrfs-progs: Use fs_info instead of root for BTRFS_MAX_XATTR_SIZE
` [PATCH v2 5/7] btrfs-progs: do clean up for redundancy value assignment
` [PATCH v2 6/7] btrfs-progs: remove no longer be used btrfs_alloc_extent
` [PATCH v2 7/7] btrfs-progs: Cleanup use of root in leaf_data_end
[PATCH 1/6] btrfs-progs: Use fs_info instead of root for BTRFS_LEAF_DATA_SIZE
2018-01-26 5:34 UTC (15+ messages)
` [PATCH 2/6] btrfs-progs: Use fs_info instead of root for BTRFS_NODEPTRS_PER_BLOCK
` [PATCH 3/6] btrfs-progs: Use fs_info instead of root for BTRFS_MAX_INLINE_DATA_SIZE
` [PATCH 4/6] btrfs-progs: Use fs_info instead of root for BTRFS_MAX_XATTR_SIZE
` [PATCH 5/6] btrfs-progs: do clean up for redundancy value assignment
` [PATCH 6/6] btrfs-progs: remove no longer be used btrfs_alloc_extent
[PATCH] btrfs: delete function btrfs_close_extra_devices()
2018-01-26 3:02 UTC
[PATCH] Btrfs: delete dead code in btrfs_orphan_add()
2018-01-25 23:56 UTC
btrfs check: backref lost, mismatch with its hash -- can't repair
2018-01-25 23:30 UTC (19+ messages)
[PATCH] Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
2018-01-25 18:02 UTC
[PATCH] Btrfs: fix unexpected -EEXIST when creating new inode
2018-01-25 18:02 UTC
[PATCH] Btrfs: fix unexpected cow in run_delalloc_nocow
2018-01-25 18:02 UTC
[PATCH] Btrfs: fix deadlock in run_delalloc_nocow
2018-01-25 18:02 UTC
[PATCH] Btrfs: fix crash due to not cleaning up tree log block's dirty bits
2018-01-25 18:02 UTC
[PATCH] Btrfs: fix extent state leak from tree log
2018-01-25 18:02 UTC
[PATCH] Btrfs: fix use-after-free on root->orphan_block_rsv
2018-01-25 18:02 UTC
[PATCH] Btrfs: do not check inode's runtime flags under root->orphan_lock
2018-01-25 18:02 UTC
[PATCH] Btrfs: enhance leak debug checker for extent state and extent buffer
2018-01-25 18:02 UTC
[PATCH v2] btrfs-progs: Remove unnecessary parameter for btrfs_add_block_group
2018-01-25 18:47 UTC (3+ messages)
[PATCH 1/2] btrfs-progs: mkfs: Fix minimal device size calculation for new temporary chunk layout
2018-01-25 18:25 UTC (4+ messages)
` [PATCH 2/2] btrfs-progs: test-mkfs: Output minimal device size
bad key ordering - repairable?
2018-01-25 12:41 UTC (15+ messages)
[GIT PULL] Btrfs readdir fix for 4.15
2018-01-25 11:12 UTC
[PATCH] btrfs: tree-checker: Replace root parameter with fs_info
2018-01-25 6:56 UTC
[PATCH] bytrfs-progs: Print error on invalid extent item format during check
2018-01-25 5:56 UTC (2+ messages)
Superblock update: Is there really any benefits of updating synchronously?
2018-01-24 21:00 UTC (8+ messages)
Periodic frame losses when recording to btrfs volume with OBS
2018-01-24 17:52 UTC (15+ messages)
[PATCH] btrfs: Use schedule_timeout_interruptible
2018-01-24 15:38 UTC (2+ messages)
Can't mount (even in ro) after power outage - corrupt leaf, open_ctree failed
2018-01-24 8:56 UTC (5+ messages)
[PATCH 00/67] btrfs-progs: add the stack prefix for the set/get
2018-01-24 6:44 UTC (3+ messages)
[PATCH] btrfs: remove spurious WARN_ON(ref->count) in find_parent_nodes
2018-01-24 3:33 UTC (17+ messages)
` [PATCH v2] btrfs: remove spurious WARN_ON(ref->count < 0) "
[PATCH 1/2] btrfs-progs: mkfs: Prevent temporary system chunk to use space in reserved 1M range
2018-01-24 0:42 UTC (3+ messages)
[PATCH] btrfs-progs: treewide: Replace strerror(errno) with %m
2018-01-23 20:46 UTC (3+ messages)
btrfs directory listing temporarily includes a recently removed file
2018-01-23 20:19 UTC (2+ messages)
[PATCH] Btrfs: fix stale entries in readdir
2018-01-23 20:17 UTC
[PATCH 0/5] Cleanups for later btrfs_alloc_chunk() rework
2018-01-23 18:31 UTC (3+ messages)
` [PATCH 5/5] btrfs-progs: Remove unnecessary parameter for btrfs_add_block_group
[PATCH 1/2] btrfs-progs: fi-usage: Fix wrong RAID10 used and unallocated space
2018-01-23 18:07 UTC (5+ messages)
` [PATCH 2/2] btrfs-progs: misc-test: Add test case to check if fi usage and show report consistent "
[PATCH 0/7] Misc btrfs-progs cleanups/fixes
2018-01-23 15:40 UTC (9+ messages)
` [PATCH 6/7] btrfs-progs: Add test for super block recovery
[PATCH v2 0/2] fix device orders consistency
2018-01-22 22:49 UTC (3+ messages)
` [PATCH v2 1/2] btrfs: fix device order consistency
` [PATCH v2 2/2] btrfs: fix alloc "
[PATCH RESEND v4 0/4] device_list_add() peparation to add reappearing missing device
2018-01-22 21:52 UTC (6+ messages)
[PATCH v5 0/4] device_list_add() peparation to add reappearing missing device
2018-01-22 13:29 UTC (5+ messages)
` [PATCH 1/4] btrfs: move pr_info into device_list_add
` [PATCH 2/4] btrfs: set the total_devices in device_list_add()
` [PATCH 3/4] btrfs: get device pointer from device_list_add()
` [PATCH 4/4] btrfs: drop devid as device_list_add() arg
miss match in btrfs getattr
2018-01-22 11:22 UTC
[PATCH] btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount option
2018-01-22 8:11 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 2/3] btrfs-progs: dir-item: Don't do extra filetype validaction check for btrfs_match_dir_item_name
2018-01-22 8:09 UTC (3+ messages)
` [PATCH v2.1 "
btrfs inode is different across file systems ?
2018-01-22 8:07 UTC
[PATCH v2 1/2] btrfs: make code easy to read in btrfs_open_one_device()
2018-01-22 6:31 UTC (2+ messages)
` [PATCH v2.1 2/2] btrfs: optimize move uuid_mutex closer to the critical section
Damaged Root Tree(s)
2018-01-22 6:26 UTC (2+ messages)
[PATCH v2 1/2] btrfs: make code easy to read in btrfs_open_one_device()
2018-01-22 5:51 UTC (2+ messages)
` [PATCH v2 2/2] btrfs: optimize move uuid_mutex closer to the critical section
[PATCH 1/3] btrfs: make code easy to read in btrfs_open_one_device()
2018-01-22 4:11 UTC (3+ messages)
Damaged Root Tree(s)
2018-01-22 3:30 UTC
Damaged Root Tree(s)
2018-01-22 1:14 UTC (4+ messages)
btrfs volume corrupt. btrfs-progs bug or need to rebuild volume?
2018-01-22 0:41 UTC (5+ messages)
[PATCH] btrfs: Use IS_ALIGNED in btrfs_truncate_block instead of opencoding it
2018-01-19 23:33 UTC (3+ messages)
[PATCH v2 00/10] bugfixes and regression tests of btrfs_get_extent
2018-01-19 23:32 UTC (5+ messages)
` [PATCH v2 09/10] Btrfs: add tracepoint for em's EEXIST case
(no subject)
2018-01-19 21:36 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox