Age | Commit message (Expand) | Author | Files | Lines |
2022-04-15 | btrfs: fix qgroup reserve overflow the qgroup limit | Ethan Lien | 1 | -1/+1 |
2022-03-16 | btrfs: unlock newly allocated extent buffer after error | Qu Wenruo | 1 | -0/+1 |
2022-03-08 | btrfs: add missing run of delayed items after unlink during log replay | Filipe Manana | 1 | -0/+18 |
2022-02-23 | btrfs: send: in case of IO error log it | Dāvis Mosāns | 1 | -0/+4 |
2022-01-27 | btrfs: remove BUG_ON(!eie) in find_parent_nodes | Josef Bacik | 1 | -3/+11 |
2022-01-27 | btrfs: remove BUG_ON() in find_parent_nodes() | Josef Bacik | 1 | -1/+6 |
2021-12-08 | btrfs: check-integrity: fix a warning on write caching disabled disk | Wang Yugui | 1 | -1/+13 |
2021-11-26 | btrfs: fix memory ordering between normal and ordered work functions | Nikolay Borisov | 1 | -0/+14 |
2021-11-26 | btrfs: call btrfs_check_rw_degradable only if there is a missing device | Anand Jain | 1 | -1/+2 |
2021-11-26 | btrfs: fix lost error handling when replaying directory deletes | Filipe Manana | 1 | -1/+3 |
2021-11-26 | btrfs: clear MISSING device status bit in btrfs_close_one_device | Li Zhang | 1 | -1/+3 |
2021-10-27 | btrfs: deal with errors when checking if a dir entry exists during log replay | Filipe Manana | 1 | -18/+29 |
2021-10-20 | btrfs: check for error when looking up inode during dir entry replay | Filipe Manana | 1 | -7/+7 |
2021-10-20 | btrfs: deal with errors when adding inode reference during log replay | Filipe Manana | 1 | -2/+7 |
2021-10-20 | btrfs: deal with errors when replaying dir entry during log replay | Filipe Manana | 1 | -1/+8 |
2021-09-22 | btrfs: reset replace target device to allocation state on close | Desmond Cheong Zhi Xi | 1 | -0/+3 |
2021-09-22 | Revert "btrfs: compression: don't try to compress if we don't have enough pages" | Qu Wenruo | 1 | -1/+1 |
2021-08-26 | btrfs: prevent rename2 from exchanging a subvol with a directory from differe... | NeilBrown | 1 | -2/+8 |
2021-08-08 | btrfs: mark compressed range uptodate only if all bio succeed | Goldwyn Rodrigues | 1 | -2/+1 |
2021-08-04 | btrfs: fix rw device counting in __btrfs_free_extra_devids | Desmond Cheong Zhi Xi | 1 | -0/+1 |
2021-07-28 | btrfs: compression: don't try to compress if we don't have enough pages | David Sterba | 1 | -1/+1 |
2021-07-20 | btrfs: clear log tree recovering status if starting transaction fails | David Sterba | 1 | -0/+1 |
2021-07-20 | btrfs: disable build on platforms having page size 256K | Christophe Leroy | 1 | -0/+2 |
2021-07-20 | btrfs: abort transaction if we fail to update the delayed inode | Josef Bacik | 1 | -0/+8 |
2021-07-20 | btrfs: fix error handling in __btrfs_update_delayed_inode | Josef Bacik | 1 | -6/+4 |
2021-07-20 | btrfs: clear defrag status of a root if starting transaction fails | David Sterba | 1 | -2/+4 |
2021-07-20 | btrfs: send: fix invalid path for unlink operations after parent orphanization | Filipe Manana | 1 | -0/+11 |
2021-06-16 | btrfs: return value from btrfs_mark_extent_written() in case of error | Ritesh Harjani | 1 | -2/+2 |
2021-06-10 | btrfs: fix unmountable seed device after fstrim | Anand Jain | 1 | -3/+7 |
2021-06-10 | btrfs: fixup error handling in fixup_inode_link_counts | Josef Bacik | 1 | -6/+7 |
2021-06-10 | btrfs: return errors from btrfs_del_csums in cleanup_ref_head | Josef Bacik | 1 | -1/+1 |
2021-06-10 | btrfs: fix error handling in btrfs_del_csums | Josef Bacik | 1 | -5/+5 |
2021-06-10 | btrfs: mark ordered extent and inode with error if we fail to finish | Josef Bacik | 1 | -0/+12 |
2021-06-03 | btrfs: do not BUG_ON in link_to_fixup_dir | Josef Bacik | 1 | -2/+0 |
2021-05-22 | btrfs: fix race when picking most recent mod log operation for an old root | Filipe Manana | 1 | -0/+20 |
2021-05-22 | btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s | Josef Bacik | 1 | -3/+3 |
2021-05-22 | btrfs: fix metadata extent leak after failure to create subvolume | Filipe Manana | 1 | -3/+15 |
2021-03-24 | btrfs: fix slab cache flags for free space tree bitmap | David Sterba | 1 | -1/+1 |
2021-03-24 | btrfs: fix race when cloning extent buffer during rewind of an old root | Filipe Manana | 1 | -0/+2 |
2021-03-11 | btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors | Nikolay Borisov | 1 | -1/+4 |
2021-03-11 | btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata | Nikolay Borisov | 1 | -1/+1 |
2021-03-11 | btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl | Dan Carpenter | 1 | -1/+18 |
2021-03-11 | btrfs: fix raid6 qstripe kmap | Ira Weiny | 1 | -11/+10 |
2021-03-11 | btrfs: raid56: simplify tracking of Q stripe presence | David Sterba | 1 | -22/+15 |
2021-03-07 | btrfs: fix error handling in commit_fs_roots | Josef Bacik | 1 | -5/+6 |
2021-03-04 | btrfs: fix extent buffer leak on failure to copy root | Filipe Manana | 1 | -0/+2 |
2021-03-04 | btrfs: fix reloc root leak with 0 ref reloc roots on recovery | Josef Bacik | 1 | -3/+1 |
2021-03-04 | btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root | Josef Bacik | 1 | -2/+3 |
2021-03-04 | btrfs: clarify error returns values in __load_free_space_cache | Zhihao Cheng | 1 | -1/+5 |
2021-01-27 | btrfs: fix lockdep splat in btrfs_recover_relocation | Josef Bacik | 1 | -0/+2 |