summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov2021-06-161-8/+18
* btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani2021-06-161-2/+2
* btrfs: fix unmountable seed device after fstrimAnand Jain2021-06-101-3/+7
* btrfs: fix deadlock when cloning inline extents and low on available spaceFilipe Manana2021-06-101-16/+22
* btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik2021-06-101-1/+6
* btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik2021-06-101-6/+7
* btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik2021-06-101-1/+1
* btrfs: fix error handling in btrfs_del_csumsJosef Bacik2021-06-101-5/+5
* btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik2021-06-101-0/+12
* btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik2021-06-101-12/+4
* btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik2021-06-031-2/+0
* btrfs: release path before starting transaction when cloning inline extentFilipe Manana2021-06-031-0/+5
* btrfs: return whole extents in fiemapBoris Burkov2021-06-031-1/+6
* btrfs: avoid RCU stalls while running delayed iputsJosef Bacik2021-05-261-0/+1
* btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana2021-05-192-12/+27
* btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana2021-05-111-0/+20
* btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik2021-05-111-3/+3
* btrfs: do proper error handling in btrfs_update_reloc_rootJosef Bacik2021-05-111-4/+2
* btrfs: do proper error handling in create_reloc_rootJosef Bacik2021-05-111-6/+28
* btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana2021-05-111-1/+11
* btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana2021-05-111-3/+15
* btrfs: handle remount to no compress during compressionQu Wenruo2021-05-111-3/+8
* btrfs: fix sleep while in non-sleep context during qgroup removalFilipe Manana2021-03-301-2/+10
* btrfs: fix slab cache flags for free space tree bitmapDavid Sterba2021-03-251-1/+1
* btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana2021-03-251-0/+2
* btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-112-2/+3
* btrfs: export and rename qgroup_reserve_metaNikolay Borisov2021-03-112-4/+6
* btrfs: fix warning when creating a directory with smack enabledFilipe Manana2021-03-091-4/+27
* btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov2021-03-091-1/+4
* btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-091-1/+1
* btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter2021-03-091-1/+18
* btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov2021-03-091-2/+4
* btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana2021-03-091-0/+18
* btrfs: fix race between swap file activation and snapshot creationFilipe Manana2021-03-091-2/+19
* btrfs: fix race between writes to swap files and scrubFilipe Manana2021-03-095-3/+72
* btrfs: fix raid6 qstripe kmapIra Weiny2021-03-091-11/+10
* btrfs: avoid double put of block group when emptying clusterJosef Bacik2021-03-091-4/+4
* btrfs: fix error handling in commit_fs_rootsJosef Bacik2021-03-071-5/+6
* btrfs: fix extent buffer leak on failure to copy rootFilipe Manana2021-03-041-0/+2
* btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik2021-03-042-14/+24
* btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik2021-03-045-117/+74
* btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik2021-03-041-7/+12
* btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik2021-03-041-3/+1
* btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik2021-03-041-2/+3
* btrfs: add asserts for deleting backref cache nodesJosef Bacik2021-03-041-3/+6
* btrfs: do not warn if we can't find the reloc root when looking up backrefJosef Bacik2021-03-041-1/+1
* btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_nodeJosef Bacik2021-03-041-7/+0
* btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...Qu Wenruo2021-03-041-1/+2
* btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng2021-03-041-1/+5
* btrfs: fix crash after non-aligned direct IO write with O_DSYNCFilipe Manana2021-02-231-1/+5