summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-05-19btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana
2021-05-19btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana
2021-05-12btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana
2021-05-12btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik
2021-05-12btrfs: do proper error handling in btrfs_update_reloc_rootJosef Bacik
2021-05-12btrfs: do proper error handling in create_reloc_rootJosef Bacik
2021-05-12btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana
2021-05-12btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana
2021-05-12btrfs: handle remount to no compress during compressionQu Wenruo
2021-03-30btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana
2021-03-30btrfs: fix sleep while in non-sleep context during qgroup removalFilipe Manana
2021-03-30btrfs: initialize device::fs_info alwaysJosef Bacik
2021-03-30btrfs: fix check_data_csum() error message for direct I/OOmar Sandoval
2021-03-30btrfs: do not initialize dev replace for bad dev rootJosef Bacik
2021-03-30btrfs: do not initialize dev stats if we have no dev_rootJosef Bacik
2021-03-24btrfs: fix slab cache flags for free space tree bitmapDavid Sterba
2021-03-24btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana
2021-03-11btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-11btrfs: export and rename qgroup_reserve_metaNikolay Borisov
2021-03-09btrfs: zoned: use sector_t for zone sectorsNaohiro Aota
2021-03-09btrfs: fix warning when creating a directory with smack enabledFilipe Manana
2021-03-09btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov
2021-03-09btrfs: fix spurious free_space_tree remount warningBoris Burkov
2021-03-09btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-09btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter
2021-03-09btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov
2021-03-09btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik
2021-03-09btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana
2021-03-09btrfs: fix race between swap file activation and snapshot creationFilipe Manana
2021-03-09btrfs: fix race between writes to swap files and scrubFilipe Manana
2021-03-09btrfs: fix raid6 qstripe kmapIra Weiny
2021-03-09btrfs: avoid double put of block group when emptying clusterJosef Bacik
2021-03-07btrfs: fix error handling in commit_fs_rootsJosef Bacik
2021-03-04btrfs: fix extent buffer leak on failure to copy rootFilipe Manana
2021-03-04btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik
2021-03-04btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik
2021-03-04btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik
2021-03-04btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik
2021-03-04btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik
2021-03-04btrfs: add asserts for deleting backref cache nodesJosef Bacik
2021-03-04btrfs: do not warn if we can't find the reloc root when looking up backrefJosef Bacik
2021-03-04btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_nodeJosef Bacik
2021-03-04btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...Qu Wenruo
2021-03-04btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng
2021-02-13Merge tag 'for-5.11-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-12btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue
2021-01-29Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-01-25btrfs: fix log replay failure due to race with space cache rebuildFilipe Manana
2021-01-25btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue
2021-01-25btrfs: fix possible free space tree corruption with online conversionJosef Bacik